@ctx-core/object
Advanced tools
Comparing version 6.0.24 to 6.0.25
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.0.24", | ||
"version": "6.0.25", | ||
"description": "ctx-core object", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete || exit 0", | ||
"compile": "rollup -c", | ||
@@ -34,3 +34,3 @@ "prepublishOnly": "npm run compile", | ||
"dependencies": { | ||
"@ctx-core/function": "^10.1.9" | ||
"@ctx-core/function": "^10.1.10" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0720e14d4d9392cefabd4e32458eafcfdac07c8c" | ||
"gitHead": "b4275ac171ada3f86b92bb5ae125ea9f9fcbfacd" | ||
} |
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
53928
Updated@ctx-core/function@^10.1.10