@ctx-core/object
Advanced tools
Comparing version 5.4.3 to 5.4.4
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.4.3", | ||
"version": "5.4.4", | ||
"description": "ctx-core object", | ||
"main": "lib/index.mjs", | ||
"main": "lib/index.js", | ||
"module": "lib/index.mjs", | ||
@@ -33,3 +33,3 @@ "types": "src/lib/index.ts", | ||
"dependencies": { | ||
"@ctx-core/function": "^9.1.3" | ||
"@ctx-core/function": "^9.1.4" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "7974af25ee296f3b8b3b13e208e555c6ff3ed25e" | ||
"gitHead": "f71eb5e4eadb32486cd1b0e5c6bb17c62940343c" | ||
} |
@@ -8,5 +8,9 @@ import typescript_plugin from 'rollup-plugin-typescript2' | ||
{ | ||
file: 'lib/index.js', | ||
file: 'lib/index.mjs', | ||
format: 'esm', | ||
}, | ||
{ | ||
file: 'lib/index.js', | ||
format: 'cjs', | ||
}, | ||
], | ||
@@ -13,0 +17,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
141829
544
Updated@ctx-core/function@^9.1.4