shadow-dom-testing-library
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "shadow-dom-testing-library", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "An extension of DOM-testing-library to provide hooks into the shadow dom", | ||
"type": "module", | ||
"source": "src/index.ts", | ||
"main": "dist/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
@@ -20,4 +20,4 @@ "types": "dist/index.d.ts", | ||
"jest-preview": "jest-preview", | ||
"build": "tsup src/index.ts --format esm --clean --sourcemap --minify --metafile --dts", | ||
"start": "tsup src/index.ts --format esm --watch --clean --onSuccess \"node dist/index.js\"", | ||
"build": "tsup src/index.ts --format esm,cjs --clean --sourcemap --minify --metafile --dts", | ||
"start": "tsup src/index.ts --format esm,cjs --watch --clean --onSuccess \"node dist/index.js\"", | ||
"clean": "rm -rf dist", | ||
@@ -24,0 +24,0 @@ "deploy": "npm run build && standard-version --release-as", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
129671
10
629
2