@feathersjs/authentication-client
Advanced tools
Comparing version 5.0.29 to 5.0.30
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02) | ||
**Note:** Version bump only for package @feathersjs/authentication-client | ||
## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/authentication-client", | ||
"description": "The authentication plugin for feathers-client", | ||
"version": "5.0.29", | ||
"version": "5.0.30", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,23 +56,23 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/authentication": "^5.0.29", | ||
"@feathersjs/commons": "^5.0.29", | ||
"@feathersjs/errors": "^5.0.29", | ||
"@feathersjs/feathers": "^5.0.29" | ||
"@feathersjs/authentication": "^5.0.30", | ||
"@feathersjs/commons": "^5.0.30", | ||
"@feathersjs/errors": "^5.0.30", | ||
"@feathersjs/feathers": "^5.0.30" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/authentication-local": "^5.0.29", | ||
"@feathersjs/express": "^5.0.29", | ||
"@feathersjs/memory": "^5.0.29", | ||
"@feathersjs/rest-client": "^5.0.29", | ||
"@feathersjs/socketio": "^5.0.29", | ||
"@feathersjs/socketio-client": "^5.0.29", | ||
"@feathersjs/authentication-local": "^5.0.30", | ||
"@feathersjs/express": "^5.0.30", | ||
"@feathersjs/memory": "^5.0.30", | ||
"@feathersjs/rest-client": "^5.0.30", | ||
"@feathersjs/socketio": "^5.0.30", | ||
"@feathersjs/socketio-client": "^5.0.30", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"axios": "^1.7.2", | ||
"mocha": "^10.6.0", | ||
"@types/node": "^22.5.1", | ||
"axios": "^1.7.7", | ||
"mocha": "^10.7.3", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.3" | ||
"typescript": "^5.5.4" | ||
}, | ||
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2" | ||
"gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80" | ||
} |
@@ -21,4 +21,4 @@ # @feathersjs/authentication-client | ||
Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Licensed under the [MIT license](LICENSE). |
Sorry, the diff of this file is not supported yet
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
90160