@ctx-core/object
Advanced tools
Comparing version 5.4.2 to 5.4.3
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"description": "ctx-core object", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.mjs", | ||
"dependencies": { | ||
"@ctx-core/function": "^9.1.2" | ||
"@ctx-core/function": "^9.1.3" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "27b27148a8a567a38ea7eea177f1a1ecdc8d749f" | ||
"gitHead": "7974af25ee296f3b8b3b13e208e555c6ff3ed25e" | ||
} |
@@ -8,9 +8,5 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
{ | ||
file: 'lib/index.mjs', | ||
file: 'lib/index.js', | ||
format: 'esm', | ||
}, | ||
{ | ||
file: 'lib/index.js', | ||
format: 'cjs', | ||
}, | ||
], | ||
@@ -17,0 +13,0 @@ plugins: [typescript_plugin({ |
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
141773
143
540
Updated@ctx-core/function@^9.1.3