@ctx-core/object
Advanced tools
Comparing version 5.4.1 to 5.4.2
{ | ||
"name": "@ctx-core/object", | ||
"version": "5.4.1", | ||
"version": "5.4.2", | ||
"description": "ctx-core object", | ||
@@ -33,3 +33,3 @@ "main": "lib/index.mjs", | ||
"dependencies": { | ||
"@ctx-core/function": "^9.1.1" | ||
"@ctx-core/function": "^9.1.2" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1e274a9c7f3e0916631829df1567413a4f87f5e0" | ||
"gitHead": "27b27148a8a567a38ea7eea177f1a1ecdc8d749f" | ||
} |
import typescript_plugin from 'rollup-plugin-typescript2' | ||
import pkg from './package.json' | ||
export default [ | ||
@@ -18,3 +19,9 @@ { | ||
})], | ||
external: | ||
Object.keys(pkg.dependencies||{}) | ||
.concat(Object.keys(pkg.devDependencies||{})) | ||
.concat( | ||
require('module').builtinModules || Object.keys(process.binding('natives')) | ||
), | ||
} | ||
] |
@@ -339,3 +339,3 @@ import { _andand } from '@ctx-core/function' | ||
} | ||
interface opts__or { | ||
export interface opts__or { | ||
value? | ||
@@ -342,0 +342,0 @@ value__or? |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
116374
119
544
1
Updated@ctx-core/function@^9.1.2