@feathersjs/rest-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/rest-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/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,5 +56,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.9", | ||
"@feathersjs/errors": "^5.0.9", | ||
"@feathersjs/feathers": "^5.0.9", | ||
"@feathersjs/commons": "^5.0.10", | ||
"@feathersjs/errors": "^5.0.10", | ||
"@feathersjs/feathers": "^5.0.10", | ||
"@types/superagent": "^4.1.19", | ||
@@ -64,10 +64,10 @@ "qs": "^6.11.2" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.9", | ||
"@feathersjs/memory": "^5.0.9", | ||
"@feathersjs/tests": "^5.0.9", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.7.0", | ||
"@feathersjs/express": "^5.0.10", | ||
"@feathersjs/memory": "^5.0.10", | ||
"@feathersjs/tests": "^5.0.10", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "^20.8.2", | ||
"@types/node-fetch": "^2.6.6", | ||
"@types/qs": "^6.9.8", | ||
"axios": "^1.5.0", | ||
"axios": "^1.5.1", | ||
"mocha": "^10.2.0", | ||
@@ -81,3 +81,3 @@ "node-fetch": "^2.6.1", | ||
}, | ||
"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
65625
Updated@feathersjs/commons@^5.0.10
Updated@feathersjs/errors@^5.0.10
Updated@feathersjs/feathers@^5.0.10