@feathersjs/authentication-client
Advanced tools
Comparing version 5.0.9 to 5.0.10
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.10](https://github.com/feathersjs/feathers/compare/v5.0.9...v5.0.10) (2023-10-03) | ||
**Note:** Version bump only for package @feathersjs/authentication-client | ||
## [5.0.9](https://github.com/feathersjs/feathers/compare/v5.0.8...v5.0.9) (2023-09-27) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-client", | ||
"description": "The authentication plugin for feathers-client", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,17 +56,17 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.9", | ||
"@feathersjs/commons": "^5.0.9", | ||
"@feathersjs/errors": "^5.0.9", | ||
"@feathersjs/feathers": "^5.0.9" | ||
"@feathersjs/authentication": "^5.0.10", | ||
"@feathersjs/commons": "^5.0.10", | ||
"@feathersjs/errors": "^5.0.10", | ||
"@feathersjs/feathers": "^5.0.10" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.9", | ||
"@feathersjs/express": "^5.0.9", | ||
"@feathersjs/memory": "^5.0.9", | ||
"@feathersjs/rest-client": "^5.0.9", | ||
"@feathersjs/socketio": "^5.0.9", | ||
"@feathersjs/socketio-client": "^5.0.9", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.7.0", | ||
"axios": "^1.5.0", | ||
"@feathersjs/authentication-local": "^5.0.10", | ||
"@feathersjs/express": "^5.0.10", | ||
"@feathersjs/memory": "^5.0.10", | ||
"@feathersjs/rest-client": "^5.0.10", | ||
"@feathersjs/socketio": "^5.0.10", | ||
"@feathersjs/socketio-client": "^5.0.10", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.2", | ||
"axios": "^1.5.1", | ||
"mocha": "^10.2.0", | ||
@@ -77,3 +77,3 @@ "shx": "^0.3.4", | ||
}, | ||
"gitHead": "64ee98dadf02dac34f31e3cb7b6b10e1f7405bfa" | ||
"gitHead": "463dedcd35b16e43bc55e04df877ca82ed38dcea" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85885