@feathersjs/rest-client
Advanced tools
Comparing version 5.0.26 to 5.0.27
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18) | ||
**Note:** Version bump only for package @feathersjs/rest-client | ||
## [5.0.26](https://github.com/feathersjs/feathers/compare/v5.0.25...v5.0.26) (2024-06-09) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.26", | ||
"version": "5.0.27", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,5 +56,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.26", | ||
"@feathersjs/errors": "^5.0.26", | ||
"@feathersjs/feathers": "^5.0.26", | ||
"@feathersjs/commons": "^5.0.27", | ||
"@feathersjs/errors": "^5.0.27", | ||
"@feathersjs/feathers": "^5.0.27", | ||
"@types/superagent": "^8.1.7", | ||
@@ -64,5 +64,5 @@ "qs": "^6.12.1" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.26", | ||
"@feathersjs/memory": "^5.0.26", | ||
"@feathersjs/tests": "^5.0.26", | ||
"@feathersjs/express": "^5.0.27", | ||
"@feathersjs/memory": "^5.0.27", | ||
"@feathersjs/tests": "^5.0.27", | ||
"@types/mocha": "^10.0.6", | ||
@@ -81,3 +81,3 @@ "@types/node": "^20.12.8", | ||
}, | ||
"gitHead": "3fe6843c1a478a2887ca91b6f79eda3b61d35ef3" | ||
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6" | ||
} |
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
70029
Updated@feathersjs/commons@^5.0.27
Updated@feathersjs/errors@^5.0.27
Updated@feathersjs/feathers@^5.0.27