@ctx-core/function
Advanced tools
Comparing version 10.0.0 to 10.0.1
{ | ||
"name": "@ctx-core/function", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "ctx-core function", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "lib/index.ts", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -37,3 +37,3 @@ "build": "npm run clean && npm run compile", | ||
}, | ||
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f" | ||
"gitHead": "435c664ee4b22390a00f71a3806da2b13f865fb0" | ||
} |
@@ -5,3 +5,3 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
{ | ||
input: 'lib/index.ts', | ||
input: 'src/lib/index.ts', | ||
output: [ | ||
@@ -8,0 +8,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
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
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
43446