@feathersjs/authentication-oauth
Advanced tools
Comparing version 5.0.11 to 5.0.12
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.12](https://github.com/feathersjs/feathers/compare/v5.0.11...v5.0.12) (2023-11-28) | ||
**Note:** Version bump only for package @feathersjs/authentication-oauth | ||
## [5.0.11](https://github.com/feathersjs/feathers/compare/v5.0.10...v5.0.11) (2023-10-11) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-oauth", | ||
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", | ||
"version": "5.0.11", | ||
"version": "5.0.12", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,9 +57,9 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.11", | ||
"@feathersjs/commons": "^5.0.11", | ||
"@feathersjs/errors": "^5.0.11", | ||
"@feathersjs/express": "^5.0.11", | ||
"@feathersjs/feathers": "^5.0.11", | ||
"@feathersjs/koa": "^5.0.11", | ||
"@feathersjs/schema": "^5.0.11", | ||
"@feathersjs/authentication": "^5.0.12", | ||
"@feathersjs/commons": "^5.0.12", | ||
"@feathersjs/errors": "^5.0.12", | ||
"@feathersjs/express": "^5.0.12", | ||
"@feathersjs/feathers": "^5.0.12", | ||
"@feathersjs/koa": "^5.0.12", | ||
"@feathersjs/schema": "^5.0.12", | ||
"cookie-session": "^2.0.0", | ||
@@ -72,11 +72,11 @@ "grant": "^5.4.22", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.11", | ||
"@types/cookie-session": "^2.0.45", | ||
"@types/express": "^4.17.19", | ||
"@types/koa-session": "^6.4.2", | ||
"@types/lodash": "^4.14.199", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.4", | ||
"@types/tough-cookie": "^4.0.3", | ||
"axios": "^1.5.1", | ||
"@feathersjs/memory": "^5.0.12", | ||
"@types/cookie-session": "^2.0.48", | ||
"@types/express": "^4.17.21", | ||
"@types/koa-session": "^6.4.5", | ||
"@types/lodash": "^4.14.202", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.0", | ||
"@types/tough-cookie": "^4.0.5", | ||
"axios": "^1.6.2", | ||
"mocha": "^10.2.0", | ||
@@ -86,5 +86,5 @@ "shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.2" | ||
}, | ||
"gitHead": "91294817845178ff0e9d4709127cb3e46d3562be" | ||
"gitHead": "9e0aadcee4f6ad45d4b364b7fa6f6caf6c7ed419" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
78270
Updated@feathersjs/commons@^5.0.12
Updated@feathersjs/errors@^5.0.12
Updated@feathersjs/express@^5.0.12
Updated@feathersjs/feathers@^5.0.12
Updated@feathersjs/koa@^5.0.12
Updated@feathersjs/schema@^5.0.12