Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
💾Bump version number to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Creaous committed Mar 5, 2024
1 parent f22a151 commit c1552dd
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "@nexirift/plugin-keycloak",
"version": "1.1.0",
"type": "commonjs",
"description": "Plugin for GraphQL Yoga that adds Keycloak authentication and authorization.",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"check": "tsc --pretty --noEmit",
"build": "npx tsc"
},
"dependencies": {
"graphql-yoga": "^5.1.1",
"keycloak-backend": "^5.0.0",
"redis": "^4.6.12",
"tslib": "^2.4.0"
},
"devDependencies": {
"graphql": "^16.5.0",
"graphql-scalars": "^1.22.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"directory": "dist",
"access": "public"
},
"main": "dist/index.js"
"name": "@nexirift/plugin-keycloak",
"version": "1.1.1",
"type": "commonjs",
"description": "Plugin for GraphQL Yoga that adds Keycloak authentication and authorization.",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"check": "tsc --pretty --noEmit",
"build": "npx tsc"
},
"dependencies": {
"graphql-yoga": "^5.1.1",
"keycloak-backend": "^5.0.0",
"redis": "^4.6.12",
"tslib": "^2.4.0"
},
"devDependencies": {
"graphql": "^16.5.0",
"graphql-scalars": "^1.22.2",
"typescript": "^5.3.3"
},
"publishConfig": {
"directory": "dist",
"access": "public"
},
"main": "dist/index.js"
}

0 comments on commit c1552dd

Please sign in to comment.