@feathersjs/rest-client
Advanced tools
Comparing version 5.0.27 to 5.0.28
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/rest-client | ||
## [5.0.27](https://github.com/feathersjs/feathers/compare/v5.0.26...v5.0.27) (2024-06-18) | ||
@@ -8,0 +12,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SuperagentClient = exports.FetchClient = exports.AxiosClient = void 0; | ||
exports.default = restClient; | ||
const feathers_1 = require("@feathersjs/feathers"); | ||
@@ -51,3 +52,2 @@ const base_1 = require("./base"); | ||
} | ||
exports.default = restClient; | ||
if (typeof module !== 'undefined') { | ||
@@ -54,0 +54,0 @@ module.exports = Object.assign(restClient, module.exports); |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.27", | ||
"version": "5.0.28", | ||
"homepage": "https://feathersjs.com", | ||
@@ -56,18 +56,18 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.27", | ||
"@feathersjs/errors": "^5.0.27", | ||
"@feathersjs/feathers": "^5.0.27", | ||
"@feathersjs/commons": "^5.0.28", | ||
"@feathersjs/errors": "^5.0.28", | ||
"@feathersjs/feathers": "^5.0.28", | ||
"@types/superagent": "^8.1.7", | ||
"qs": "^6.12.1" | ||
"qs": "^6.12.3" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.27", | ||
"@feathersjs/memory": "^5.0.27", | ||
"@feathersjs/tests": "^5.0.27", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.12.8", | ||
"@feathersjs/express": "^5.0.28", | ||
"@feathersjs/memory": "^5.0.28", | ||
"@feathersjs/tests": "^5.0.28", | ||
"@types/mocha": "^10.0.7", | ||
"@types/node": "^20.14.10", | ||
"@types/node-fetch": "^2.6.11", | ||
"@types/qs": "^6.9.15", | ||
"axios": "^1.6.8", | ||
"mocha": "^10.4.0", | ||
"axios": "^1.7.2", | ||
"mocha": "^10.6.0", | ||
"node-fetch": "^2.6.1", | ||
@@ -78,5 +78,5 @@ "rxjs": "^7.8.1", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.3" | ||
}, | ||
"gitHead": "f6ff82535fa25432757c049f54302883c59e6bb6" | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
} |
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
70188
Updated@feathersjs/commons@^5.0.28
Updated@feathersjs/errors@^5.0.28
Updated@feathersjs/feathers@^5.0.28
Updatedqs@^6.12.3