@feathersjs/rest-client
Advanced tools
Comparing version 5.0.23 to 5.0.24
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) | ||
**Note:** Version bump only for package @feathersjs/rest-client | ||
## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.23", | ||
"version": "5.0.24", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,16 +56,16 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.23", | ||
"@feathersjs/errors": "^5.0.23", | ||
"@feathersjs/feathers": "^5.0.23", | ||
"@types/superagent": "^8.1.3", | ||
"qs": "^6.11.2" | ||
"@feathersjs/commons": "^5.0.24", | ||
"@feathersjs/errors": "^5.0.24", | ||
"@feathersjs/feathers": "^5.0.24", | ||
"@types/superagent": "^8.1.4", | ||
"qs": "^6.12.0" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.23", | ||
"@feathersjs/memory": "^5.0.23", | ||
"@feathersjs/tests": "^5.0.23", | ||
"@feathersjs/express": "^5.0.24", | ||
"@feathersjs/memory": "^5.0.24", | ||
"@feathersjs/tests": "^5.0.24", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.20", | ||
"@types/node": "^20.11.26", | ||
"@types/node-fetch": "^2.6.11", | ||
"@types/qs": "^6.9.11", | ||
"@types/qs": "^6.9.12", | ||
"axios": "^1.6.7", | ||
@@ -78,5 +78,5 @@ "mocha": "^10.3.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.2" | ||
}, | ||
"gitHead": "745bc6a5af6f6b4a14cccc2915ad7670d7fcd558" | ||
"gitHead": "09519fb1c454ea718747a09797bc6dfd3b6a79a3" | ||
} |
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
69559
Updated@feathersjs/commons@^5.0.24
Updated@feathersjs/errors@^5.0.24
Updated@feathersjs/feathers@^5.0.24
Updated@types/superagent@^8.1.4
Updatedqs@^6.12.0