Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed Jul 13, 2024
1 parent c912e89 commit 21ee344
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.13",
"version": "2.0.14",
"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.14",
"version": "2.0.15",
"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.13"
"@iamjs/core": "^2.0.14"
},
"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.14",
"version": "2.0.15",
"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.13"
"@iamjs/core": "^2.0.14"
}
}
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.14",
"version": "2.0.15",
"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.13"
"@iamjs/core": "^2.0.14"
}
}
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.19",
"version": "2.0.20",
"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.13"
"@iamjs/core": "^2.0.14"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 21ee344

Please sign in to comment.