@feathersjs/rest-client
Advanced tools
Comparing version 5.0.0-pre.35 to 5.0.0-pre.36
@@ -6,2 +6,8 @@ # Change Log | ||
# [5.0.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29) | ||
### Bug Fixes | ||
- Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0)) | ||
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.0-pre.35", | ||
"version": "5.0.0-pre.36", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,5 +56,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.35", | ||
"@feathersjs/errors": "^5.0.0-pre.35", | ||
"@feathersjs/feathers": "^5.0.0-pre.35", | ||
"@feathersjs/commons": "^5.0.0-pre.36", | ||
"@feathersjs/errors": "^5.0.0-pre.36", | ||
"@feathersjs/feathers": "^5.0.0-pre.36", | ||
"@types/superagent": "^4.1.16", | ||
@@ -64,5 +64,5 @@ "qs": "^6.11.0" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.0-pre.35", | ||
"@feathersjs/memory": "^5.0.0-pre.35", | ||
"@feathersjs/tests": "^5.0.0-pre.35", | ||
"@feathersjs/express": "^5.0.0-pre.36", | ||
"@feathersjs/memory": "^5.0.0-pre.36", | ||
"@feathersjs/tests": "^5.0.0-pre.36", | ||
"@types/mocha": "^10.0.1", | ||
@@ -72,3 +72,3 @@ "@types/node": "^18.11.18", | ||
"@types/qs": "^6.9.7", | ||
"axios": "^1.2.2", | ||
"axios": "^1.2.6", | ||
"mocha": "^10.2.0", | ||
@@ -78,7 +78,7 @@ "node-fetch": "^2.6.1", | ||
"shx": "^0.3.4", | ||
"superagent": "^8.0.6", | ||
"superagent": "^8.0.9", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.4" | ||
}, | ||
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e" | ||
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a" | ||
} |
@@ -21,4 +21,4 @@ # @feathersjs/rest-client | ||
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors) | ||
Copyright (c) 2023 [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
60944