@eggjs/tegg-lifecycle
Advanced tools
+7
-7
| { | ||
| "name": "@eggjs/tegg-lifecycle", | ||
| "version": "3.64.4", | ||
| "version": "3.64.5", | ||
| "description": "tegg lifecycle definition", | ||
@@ -20,5 +20,5 @@ "keywords": [ | ||
| "clean": "tsc -b --clean", | ||
| "tsc": "npm run clean && tsc -p ./tsconfig.json", | ||
| "tsc:pub": "npm run clean && tsc -p ./tsconfig.pub.json", | ||
| "prepublishOnly": "npm run tsc:pub" | ||
| "tsc": "ut clean && tsc -p ./tsconfig.json", | ||
| "tsc:pub": "ut clean && tsc -p ./tsconfig.pub.json", | ||
| "prepublishOnly": "ut tsc:pub" | ||
| }, | ||
@@ -43,4 +43,4 @@ "author": "killagu <killa123@126.com>", | ||
| "dependencies": { | ||
| "@eggjs/core-decorator": "^3.64.4", | ||
| "@eggjs/tegg-types": "^3.64.4" | ||
| "@eggjs/core-decorator": "^3.64.5", | ||
| "@eggjs/tegg-types": "^3.64.5" | ||
| }, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "a6aee0d3ba9c935dcd730be280f5e406706e239d" | ||
| "gitHead": "bb2ff7c64016202925cd660f510840286aca041d" | ||
| } |
20640
-0.07%Updated