@ctx-core/object
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "ctx-core object", | ||
@@ -40,3 +40,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f" | ||
"gitHead": "cd5e14cd2b65d5f3a32e55256a26b7081d79e795" | ||
} |
@@ -18,6 +18,12 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
module: 'ES2018', | ||
tsconfigOverride: { | ||
compilerOptions: { | ||
declarationDir: __dirname, | ||
}, | ||
}, | ||
})], | ||
external: | ||
Object.keys(pkg.dependencies||{}) | ||
.concat(Object.keys(pkg.devDependencies||{})) | ||
Object.keys(pkg.dependencies || {}) | ||
.concat(Object.keys(pkg.devDependencies || {})) | ||
.concat(pkg.name) | ||
.concat( | ||
@@ -24,0 +30,0 @@ require('module').builtinModules || Object.keys(process.binding('natives')) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
40182
550
0