@domql/utils
Advanced tools
Comparing version 2.5.184 to 2.5.185
{ | ||
"name": "@domql/utils", | ||
"version": "2.5.184", | ||
"version": "2.5.185", | ||
"license": "MIT", | ||
@@ -10,3 +10,2 @@ "type": "module", | ||
".": { | ||
"kalduna": "./dist/esm/index.js", | ||
"default": "./dist/esm/index.js", | ||
@@ -26,6 +25,6 @@ "import": "./dist/esm/index.js", | ||
"build:cjs": "npx esbuild *.js --target=node16 --format=cjs --outdir=dist/cjs", | ||
"build": "npm run build:cjs; npm run build:esm", | ||
"prepublish": "rimraf -I dist; npm run build; npm run copy:package:cjs" | ||
"build": "rimraf -I dist; npm run build:cjs; npm run build:esm", | ||
"prepublish": "npm run build; npm run copy:package:cjs" | ||
}, | ||
"gitHead": "d8fb0c7460a5bed587290d7c88c0f4ca291794e8", | ||
"gitHead": "ccab034f188b6a1f55f741c0b29a9d3b0c9bee6f", | ||
"devDependencies": { | ||
@@ -32,0 +31,0 @@ "@babel/core": "^7.12.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
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
158819