@feathersjs/adapter-tests
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/adapter-tests", | ||
"version": "5.0.0-pre.34", | ||
"version": "5.0.0-pre.35", | ||
"description": "Feathers shared database adapter test suite", | ||
@@ -35,3 +35,3 @@ "homepage": "https://feathersjs.com", | ||
"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", | ||
@@ -55,9 +55,9 @@ "test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts" | ||
"@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" | ||
} |
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
140275