Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @iamjs/core@2.0.8
 - @iamjs/express@2.0.9
 - @iamjs/koa@2.0.9
 - @iamjs/next@2.0.9
 - @iamjs/react@2.0.14
  • Loading branch information
chaqchase committed Sep 2, 2023
1 parent fabc2b4 commit dd6b6c6
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamjs/core",
"version": "2.0.7",
"version": "2.0.8",
"description": "This package contains the core logic and interfaces for the authorization library with End-to-end typesafety",
"repository": "https://github.com/triyanox/iamjs",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamjs/express",
"version": "2.0.8",
"version": "2.0.9",
"description": "This package contains middleware for integrating the authorization library into an Express application.",
"repository": "https://github.com/triyanox/iamjs",
"keywords": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"vite-plugin-dts": "^3.5.2"
},
"dependencies": {
"@iamjs/core": "^2.0.7"
"@iamjs/core": "^2.0.8"
},
"gitHead": "5a476c6642eb18fb9dd51150bb8a7ae5da4df093"
}
4 changes: 2 additions & 2 deletions packages/koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamjs/koa",
"version": "2.0.8",
"version": "2.0.9",
"description": "This package contains middleware for integrating the authorization library into a Koa application. ",
"repository": "https://github.com/triyanox/iamjs",
"keywords": [
Expand Down Expand Up @@ -60,6 +60,6 @@
},
"gitHead": "5a476c6642eb18fb9dd51150bb8a7ae5da4df093",
"dependencies": {
"@iamjs/core": "^2.0.7"
"@iamjs/core": "^2.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamjs/next",
"version": "2.0.8",
"version": "2.0.9",
"description": "This package contains server-side components for integrating the authorization library into a Next.js application.",
"repository": "https://github.com/triyanox/iamjs",
"keywords": [
Expand Down Expand Up @@ -57,6 +57,6 @@
},
"gitHead": "5a476c6642eb18fb9dd51150bb8a7ae5da4df093",
"dependencies": {
"@iamjs/core": "^2.0.7"
"@iamjs/core": "^2.0.8"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iamjs/react",
"version": "2.0.13",
"version": "2.0.14",
"description": "This package contains React components that can be used to easily integrate the authorization library into a React application.",
"repository": "https://github.com/triyanox/iamjs",
"keywords": [
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"gitHead": "5a476c6642eb18fb9dd51150bb8a7ae5da4df093",
"dependencies": {
"@iamjs/core": "^2.0.7"
"@iamjs/core": "^2.0.8"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

1 comment on commit dd6b6c6

@vercel
Copy link

@vercel vercel bot commented on dd6b6c6 Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

with-nextjs – ./examples/with-nextjs

with-nextjs-git-main-triyanox.vercel.app
with-nextjs-triyanox.vercel.app
iamjs-with-nextjs.vercel.app

Please sign in to comment.