@feathersjs/authentication
Advanced tools
Comparing version 5.0.0-pre.34 to 5.0.0-pre.35
{ | ||
"name": "@feathersjs/authentication", | ||
"description": "Add Authentication to your FeathersJS app.", | ||
"version": "5.0.0-pre.34", | ||
"version": "5.0.0-pre.35", | ||
"homepage": "https://feathersjs.com", | ||
@@ -45,3 +45,3 @@ "main": "lib/", | ||
"prepublish": "npm run compile", | ||
"pack": "npm pack --pack-destination ../cli/test/build", | ||
"pack": "npm pack --pack-destination ../generators/test/build", | ||
"compile": "shx rm -rf lib/ && tsc && npm run pack", | ||
@@ -57,10 +57,10 @@ "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.34", | ||
"@feathersjs/errors": "^5.0.0-pre.34", | ||
"@feathersjs/feathers": "^5.0.0-pre.34", | ||
"@feathersjs/commons": "^5.0.0-pre.35", | ||
"@feathersjs/errors": "^5.0.0-pre.35", | ||
"@feathersjs/feathers": "^5.0.0-pre.35", | ||
"@feathersjs/hooks": "^0.7.6", | ||
"@feathersjs/schema": "^5.0.0-pre.34", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.34", | ||
"@types/jsonwebtoken": "^8.5.9", | ||
"jsonwebtoken": "^8.5.1", | ||
"@feathersjs/schema": "^5.0.0-pre.35", | ||
"@feathersjs/transport-commons": "^5.0.0-pre.35", | ||
"@types/jsonwebtoken": "^9.0.0", | ||
"jsonwebtoken": "^9.0.0", | ||
"lodash": "^4.17.21", | ||
@@ -71,13 +71,13 @@ "long-timeout": "^0.1.1", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.34", | ||
"@feathersjs/memory": "^5.0.0-pre.35", | ||
"@types/lodash": "^4.14.191", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.10", | ||
"@types/node": "^18.11.18", | ||
"@types/uuid": "^9.0.0", | ||
"mocha": "^10.1.0", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132" | ||
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e" | ||
} |
Sorry, the diff of this file is too big to display
203795
+ Added@types/jsonwebtoken@9.0.9(transitive)
+ Added@types/ms@2.1.0(transitive)
+ Addedjsonwebtoken@9.0.2(transitive)
+ Addedsemver@7.7.1(transitive)
- Removed@types/jsonwebtoken@8.5.9(transitive)
- Removedjsonwebtoken@8.5.1(transitive)
- Removedsemver@5.7.2(transitive)
Updated@types/jsonwebtoken@^9.0.0
Updatedjsonwebtoken@^9.0.0