Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @iamjs/core@1.0.3
 - @iamjs/express@1.0.6
 - @iamjs/koa@1.0.6
 - @iamjs/next@1.0.6
 - @iamjs/react@1.0.4
  • Loading branch information
triyanox committed Jul 25, 2023
1 parent 1081529 commit dd50452
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 57 deletions.
58 changes: 10 additions & 48 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": "1.0.2",
"version": "1.0.3",
"description": "This package contains the core logic and interfaces for the authorization library.",
"keywords": [
"iamjs",
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": "1.0.5",
"version": "1.0.6",
"description": "This package contains middleware for integrating the authorization library into an Express application.",
"keywords": [
"iamjs",
Expand Down Expand Up @@ -43,6 +43,6 @@
"vite-plugin-dts": "^2.2.0"
},
"dependencies": {
"@iamjs/core": "^1.0.2"
"@iamjs/core": "^1.0.3"
}
}
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": "1.0.5",
"version": "1.0.6",
"description": "This package contains middleware for integrating the authorization library into a Koa application. ",
"keywords": [
"iamjs",
Expand Down Expand Up @@ -46,6 +46,6 @@
},
"gitHead": "25eac252720288b823c4847328c9ac66efda0f4d",
"dependencies": {
"@iamjs/core": "^1.0.2"
"@iamjs/core": "^1.0.3"
}
}
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": "1.0.5",
"version": "1.0.6",
"description": "This package contains server-side components for integrating the authorization library into a Next.js application.",
"keywords": [
"next.js",
Expand Down Expand Up @@ -43,6 +43,6 @@
},
"gitHead": "25eac252720288b823c4847328c9ac66efda0f4d",
"dependencies": {
"@iamjs/core": "^1.0.2"
"@iamjs/core": "^1.0.3"
}
}
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": "1.0.3",
"version": "1.0.4",
"description": "This package contains React components that can be used to easily integrate the authorization library into a React application.",
"keywords": [
"iamjs",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"gitHead": "25eac252720288b823c4847328c9ac66efda0f4d",
"dependencies": {
"@iamjs/core": "^1.0.2"
"@iamjs/core": "^1.0.3"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit dd50452

Please sign in to comment.