@feathersjs/rest-client
Advanced tools
Comparing version 5.0.0-pre.34 to 5.0.0-pre.35
@@ -6,2 +6,8 @@ # Change Log | ||
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12) | ||
### Features | ||
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17)) | ||
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/rest-client", | ||
"description": "REST client services for different Ajax libraries", | ||
"version": "5.0.0-pre.34", | ||
"version": "5.0.0-pre.35", | ||
"homepage": "https://feathersjs.com", | ||
@@ -45,3 +45,3 @@ "main": "lib/", | ||
"prepublish": "npm run compile", | ||
"pack": "npm pack --pack-destination ../cli/test/build", | ||
"pack": "npm pack --pack-destination ../generators/test/build", | ||
"compile": "shx rm -rf lib/ && tsc && npm run pack", | ||
@@ -57,5 +57,5 @@ "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.34", | ||
"@feathersjs/errors": "^5.0.0-pre.34", | ||
"@feathersjs/feathers": "^5.0.0-pre.34", | ||
"@feathersjs/commons": "^5.0.0-pre.35", | ||
"@feathersjs/errors": "^5.0.0-pre.35", | ||
"@feathersjs/feathers": "^5.0.0-pre.35", | ||
"@types/superagent": "^4.1.16", | ||
@@ -65,19 +65,19 @@ "qs": "^6.11.0" | ||
"devDependencies": { | ||
"@feathersjs/express": "^5.0.0-pre.34", | ||
"@feathersjs/memory": "^5.0.0-pre.34", | ||
"@feathersjs/tests": "^5.0.0-pre.34", | ||
"@feathersjs/express": "^5.0.0-pre.35", | ||
"@feathersjs/memory": "^5.0.0-pre.35", | ||
"@feathersjs/tests": "^5.0.0-pre.35", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.10", | ||
"@types/node": "^18.11.18", | ||
"@types/node-fetch": "^2.6.2", | ||
"@types/qs": "^6.9.7", | ||
"axios": "^1.2.0", | ||
"mocha": "^10.1.0", | ||
"axios": "^1.2.2", | ||
"mocha": "^10.2.0", | ||
"node-fetch": "^2.6.1", | ||
"rxjs": "^7.5.7", | ||
"rxjs": "^7.8.0", | ||
"shx": "^0.3.4", | ||
"superagent": "^8.0.4", | ||
"superagent": "^8.0.6", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132" | ||
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e" | ||
} |
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
60618