@feathersjs/rest-client
Advanced tools
Comparing version 5.0.0-pre.32 to 5.0.0-pre.33
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08) | ||
**Note:** Version bump only for package @feathersjs/rest-client | ||
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.0-pre.32", | ||
"version": "5.0.0-pre.33", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,5 +56,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.32", | ||
"@feathersjs/errors": "^5.0.0-pre.32", | ||
"@feathersjs/feathers": "^5.0.0-pre.32", | ||
"@feathersjs/commons": "^5.0.0-pre.33", | ||
"@feathersjs/errors": "^5.0.0-pre.33", | ||
"@feathersjs/feathers": "^5.0.0-pre.33", | ||
"@types/superagent": "^4.1.15", | ||
@@ -64,19 +64,19 @@ "qs": "^6.11.0" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.0-pre.32", | ||
"@feathersjs/memory": "^5.0.0-pre.32", | ||
"@feathersjs/tests": "^5.0.0-pre.32", | ||
"@feathersjs/express": "^5.0.0-pre.33", | ||
"@feathersjs/memory": "^5.0.0-pre.33", | ||
"@feathersjs/tests": "^5.0.0-pre.33", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.8.2", | ||
"@types/node": "^18.11.9", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/qs": "^6.9.7", | ||
"axios": "^0.27.2", | ||
"mocha": "^10.0.0", | ||
"axios": "^1.1.3", | ||
"mocha": "^10.1.0", | ||
"node-fetch": "^2.6.1", | ||
"rxjs": "^7.5.7", | ||
"shx": "^0.3.4", | ||
"superagent": "^8.0.0", | ||
"superagent": "^8.0.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d" | ||
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4" | ||
} |
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
60093