Skip to content

Commit

Permalink
bump version number to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Creaous committed Jun 28, 2024
1 parent fad6ca8 commit 421ba69
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-oidc",
"version": "1.0.1",
"type": "commonjs",
"description": "Plugin for GraphQL Yoga that adds OpenID Connect authorization.",
"author": "Nexirift",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"check": "tsc --pretty --noEmit",
"build": "bunx tsc"
},
"dependencies": {
"axios": "^1.7.2",
"graphql-yoga": "^5.4.0",
"redis": "^4.6.14"
},
"devDependencies": {
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"typescript": "^5.5.2"
},
"publishConfig": {
"directory": "dist",
"access": "public"
},
"main": "dist/index.js"
"name": "@nexirift/plugin-oidc",
"version": "1.0.2",
"type": "commonjs",
"description": "Plugin for GraphQL Yoga that adds OpenID Connect authorization.",
"author": "Nexirift",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"check": "tsc --pretty --noEmit",
"build": "bunx tsc"
},
"dependencies": {
"axios": "^1.7.2",
"graphql-yoga": "^5.4.0",
"redis": "^4.6.14"
},
"devDependencies": {
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"typescript": "^5.5.2"
},
"publishConfig": {
"directory": "dist",
"access": "public"
},
"main": "dist/index.js"
}

0 comments on commit 421ba69

Please sign in to comment.