@ctx-core/function
Advanced tools
Comparing version 10.5.19 to 10.5.20
{ | ||
"name": "@ctx-core/function", | ||
"version": "10.5.19", | ||
"version": "10.5.20", | ||
"description": "ctx-core function", | ||
@@ -10,3 +10,3 @@ "main": "lib.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm tsconfig.tsbuildinfo", | ||
"clean": "rm -f tsconfig.tsbuildinfo", | ||
"compile": "tsc -b", | ||
@@ -36,3 +36,3 @@ "prepublishOnly": "npm run compile", | ||
}, | ||
"gitHead": "24af2f21f330aa55dee64cf335a341bb0bb091ea" | ||
"gitHead": "4345dc30282f5c5dc4a1a584e0938509847c476b" | ||
} |
46310