@ctx-core/function
Advanced tools
Comparing version 9.1.4 to 9.1.5
{ | ||
"name": "@ctx-core/function", | ||
"version": "9.1.4", | ||
"version": "9.1.5", | ||
"description": "ctx-core function", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./*/index.*", | ||
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*", | ||
"compile": "rollup -c", | ||
@@ -38,3 +38,3 @@ "prepublishOnly": "npm run build", | ||
}, | ||
"gitHead": "f71eb5e4eadb32486cd1b0e5c6bb17c62940343c" | ||
"gitHead": "a00f49c93aba4ecb6e0b7aa60755ced027bcc3bc" | ||
} |
@@ -8,3 +8,3 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
{ | ||
file: 'lib/index.js', | ||
file: 'lib/index.mjs', | ||
format: 'esm', | ||
@@ -11,0 +11,0 @@ }, |
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
43411
27