@feathersjs/authentication-client
Advanced tools
Comparing version 5.0.21 to 5.0.22
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) | ||
**Note:** Version bump only for package @feathersjs/authentication-client | ||
## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-client", | ||
"description": "The authentication plugin for feathers-client", | ||
"version": "5.0.21", | ||
"version": "5.0.22", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,18 +56,18 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.21", | ||
"@feathersjs/commons": "^5.0.21", | ||
"@feathersjs/errors": "^5.0.21", | ||
"@feathersjs/feathers": "^5.0.21" | ||
"@feathersjs/authentication": "^5.0.22", | ||
"@feathersjs/commons": "^5.0.22", | ||
"@feathersjs/errors": "^5.0.22", | ||
"@feathersjs/feathers": "^5.0.22" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.21", | ||
"@feathersjs/express": "^5.0.21", | ||
"@feathersjs/memory": "^5.0.21", | ||
"@feathersjs/rest-client": "^5.0.21", | ||
"@feathersjs/socketio": "^5.0.21", | ||
"@feathersjs/socketio-client": "^5.0.21", | ||
"@feathersjs/authentication-local": "^5.0.22", | ||
"@feathersjs/express": "^5.0.22", | ||
"@feathersjs/memory": "^5.0.22", | ||
"@feathersjs/rest-client": "^5.0.22", | ||
"@feathersjs/socketio": "^5.0.22", | ||
"@feathersjs/socketio-client": "^5.0.22", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.6", | ||
"axios": "^1.6.6", | ||
"mocha": "^10.2.0", | ||
"@types/node": "^20.11.17", | ||
"axios": "^1.6.7", | ||
"mocha": "^10.3.0", | ||
"shx": "^0.3.4", | ||
@@ -77,3 +77,3 @@ "ts-node": "^10.9.2", | ||
}, | ||
"gitHead": "89b51f14aa09159b6c3d67d9e342e84ec6cfc5a0" | ||
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e" | ||
} |
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
88677