@sec-ant/barcode-detector
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@sec-ant/barcode-detector", | ||
"private": false, | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"type": "module", | ||
@@ -20,4 +20,8 @@ "files": [ | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"type-check": "tsc --noEmit --emitDeclarationOnly false", | ||
"build": "npm run type-check && vite build && tsc", | ||
"start": "vite preview --outDir ./tests --port $npm_package_config_port -l silent", | ||
"pretest": "node ./scripts/list-dir.js", | ||
"pretest:ui": "node ./scripts/list-dir.js", | ||
"precoverage": "node ./scripts/list-dir.js", | ||
"test": "start-server-and-test $npm_package_config_port 'vitest --coverage'", | ||
@@ -52,16 +56,15 @@ "test:ui": "start-server-and-test $npm_package_config_port 'vitest --ui --coverage'", | ||
"@types/dom-webcodecs": "^0.1.8", | ||
"@vitest/browser": "^0.33.0", | ||
"@vitest/coverage-istanbul": "^0.33.0", | ||
"@vitest/ui": "^0.33.0", | ||
"@vitest/browser": "^0.34.1", | ||
"@vitest/coverage-istanbul": "^0.34.1", | ||
"@vitest/ui": "^0.34.1", | ||
"http-server": "^14.1.1", | ||
"playwright": "^1.36.1", | ||
"playwright": "^1.36.2", | ||
"start-server-and-test": "^2.0.0", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.4", | ||
"vite-plugin-dts": "^3.3.0", | ||
"vitest": "^0.33.0" | ||
"vite": "^4.4.8", | ||
"vitest": "^0.34.1" | ||
}, | ||
"dependencies": { | ||
"@sec-ant/zxing-wasm": "^2.1.1" | ||
"@sec-ant/zxing-wasm": "^2.1.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
10
75161
2073
Updated@sec-ant/zxing-wasm@^2.1.2