@ctx-core/object
Advanced tools
Comparing version 5.4.6 to 6.0.0
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.4.6", | ||
"version": "6.0.0", | ||
"description": "ctx-core object", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
"types": "src/lib/index.ts", | ||
"types": "lib/index.ts", | ||
"scripts": { | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf .rpt2_cache; rm -rf ./*/index.*", | ||
"clean": "rm -rf .rpt2_cache; find ./*/index.* -type f -not -name 'index.ts' -delete", | ||
"compile": "rollup -c", | ||
@@ -33,3 +33,3 @@ "prepublishOnly": "npm run build", | ||
"dependencies": { | ||
"@ctx-core/function": "^9.1.5" | ||
"@ctx-core/function": "^10.0.0" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "cafe6608c43fd8659b951414da80dfad944a1301" | ||
"gitHead": "9bc361d106bdaf0160c6ce1c89845cd4b6d9b86f" | ||
} |
@@ -5,3 +5,3 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
{ | ||
input: 'src/lib/index.ts', | ||
input: '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
40065
1
+ Added@ctx-core/function@10.5.4213.2.5(transitive)
+ Added@ctx-core/object@8.1.6(transitive)
- Removed@ctx-core/function@9.1.5(transitive)
Updated@ctx-core/function@^10.0.0