@ctx-core/object
Advanced tools
Comparing version 6.2.3 to 6.2.4
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.2.3", | ||
"version": "6.2.4", | ||
"description": "ctx-core object", | ||
@@ -10,3 +10,3 @@ "main": "lib.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete || exit 0", | ||
"clean": "rm tsconfig.tsbuildinfo", | ||
"compile": "tsc -b", | ||
@@ -34,3 +34,3 @@ "prepublishOnly": "npm run compile", | ||
"dependencies": { | ||
"@ctx-core/function": "^10.5.18" | ||
"@ctx-core/function": "^10.5.19" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e6a107b31c38d6c843168fcda53a9aed9d19a3ec" | ||
"gitHead": "24af2f21f330aa55dee64cf335a341bb0bb091ea" | ||
} |
40305
Updated@ctx-core/function@^10.5.19