koatty_core
Advanced tools
Comparing version 1.3.16 to 1.3.18
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.3.18](https://github.com/koatty/koatty_core/compare/v1.2.2...v1.3.18) (2021-11-18) | ||
### [1.3.16](https://github.com/koatty/koatty_core/compare/v1.2.2...v1.3.16) (2021-11-18) | ||
@@ -7,0 +9,0 @@ |
@@ -79,3 +79,2 @@ "use strict"; | ||
// originalPath | ||
ctx.path = cmd; | ||
ctx.setMetaData("originalPath", cmd); | ||
@@ -82,0 +81,0 @@ } |
{ | ||
"name": "koatty_core", | ||
"version": "1.3.16", | ||
"version": "1.3.18", | ||
"description": "Koatty framework core", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"prepublishOnly": "npm test && npm run build", | ||
"release": "standard-version", | ||
"release": "npm run prepublishOnly && standard-version", | ||
"test": "npm run eslint && jest --passWithNoTests", | ||
@@ -30,21 +30,18 @@ "test:cov": "jest --collectCoverage --detectOpenHandles", | ||
"@babel/preset-typescript": "^7.x.x", | ||
"@commitlint/cli": "^12.x.x", | ||
"@commitlint/config-conventional": "^12.x.x", | ||
"@commitlint/cli": "^15.x.x", | ||
"@commitlint/config-conventional": "^15.x.x", | ||
"@grpc/grpc-js": "^1.x.x", | ||
"@types/cls-hooked": "^4.x.x", | ||
"@types/jest": "^26.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/koa__router": "^8.x.x", | ||
"@types/node": "^12.x.x", | ||
"@typescript-eslint/eslint-plugin": "^4.x.x", | ||
"@typescript-eslint/parser": "^4.x.x", | ||
"@types/node": "^16.x.x", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
"@typescript-eslint/parser": "^5.x.x", | ||
"conventional-changelog-cli": "^2.x.x", | ||
"del-cli": "^3.x.x", | ||
"eslint": "^7.x.x", | ||
"eslint-plugin-jest": "^24.x.x", | ||
"husky": "^6.x.x", | ||
"del-cli": "^4.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^25.x.x", | ||
"husky": "^7.x.x", | ||
"jest": "^27.0.4", | ||
"jest-html-reporters": "^2.x.x", | ||
"koatty_cacheable": "^1.x.x", | ||
"koatty_schedule": "^1.x.x", | ||
"standard-version": "^9.x.x", | ||
@@ -51,0 +48,0 @@ "ts-jest": "^27.x.x", |
Sorry, the diff of this file is not supported yet
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
24
2106288
1058