@feathersjs/rest-client
Advanced tools
Comparing version 5.0.0-pre.25 to 5.0.0-pre.26
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22) | ||
**Note:** Version bump only for package @feathersjs/rest-client | ||
# [5.0.0-pre.25](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.24...v5.0.0-pre.25) (2022-06-22) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.0-pre.25", | ||
"version": "5.0.0-pre.26", | ||
"homepage": "https://feathersjs.com", | ||
@@ -55,5 +55,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.25", | ||
"@feathersjs/errors": "^5.0.0-pre.25", | ||
"@feathersjs/feathers": "^5.0.0-pre.25", | ||
"@feathersjs/commons": "^5.0.0-pre.26", | ||
"@feathersjs/errors": "^5.0.0-pre.26", | ||
"@feathersjs/feathers": "^5.0.0-pre.26", | ||
"@types/superagent": "^4.1.15", | ||
@@ -63,5 +63,5 @@ "qs": "^6.10.3" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.0-pre.25", | ||
"@feathersjs/memory": "^5.0.0-pre.25", | ||
"@feathersjs/tests": "^5.0.0-pre.25", | ||
"@feathersjs/express": "^5.0.0-pre.26", | ||
"@feathersjs/memory": "^5.0.0-pre.26", | ||
"@feathersjs/tests": "^5.0.0-pre.26", | ||
"@types/mocha": "^9.1.1", | ||
@@ -80,3 +80,3 @@ "@types/node": "^17.0.40", | ||
}, | ||
"gitHead": "c0ab3b603920dff6e9c912b2767cf168094d45c8" | ||
"gitHead": "0e7553ded9b24016d36021aaedcc2cdb19ab0157" | ||
} |
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
58748