@feathersjs/feathers
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 @@ |
@@ -1,2 +0,2 @@ | ||
declare const _default: "5.0.0-pre.34"; | ||
declare const _default: "5.0.0-pre.35"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '5.0.0-pre.34'; | ||
exports.default = '5.0.0-pre.35'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@feathersjs/feathers", | ||
"description": "A framework for real-time applications and REST API with JavaScript and TypeScript", | ||
"version": "5.0.0-pre.34", | ||
"version": "5.0.0-pre.35", | ||
"homepage": "http://feathersjs.com", | ||
@@ -50,3 +50,3 @@ "repository": { | ||
"publish": "npm run reset-version", | ||
"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", | ||
@@ -62,3 +62,3 @@ "test": "mocha --config ../../.mocharc.json --recursive test/" | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.34", | ||
"@feathersjs/commons": "^5.0.0-pre.35", | ||
"@feathersjs/hooks": "^0.7.6", | ||
@@ -69,9 +69,9 @@ "events": "^3.3.0" | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.10", | ||
"mocha": "^10.1.0", | ||
"@types/node": "^18.11.18", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
"gitHead": "42cca600d00f0b3b9d89fa79be30fcd46bc50132" | ||
"gitHead": "c641598d9a4de3ceda10f56cf2af288a4236b15e" | ||
} |
@@ -1,1 +0,1 @@ | ||
export default '5.0.0-pre.34' | ||
export default '5.0.0-pre.35' |
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
150455