@verygoodgraphics/vgg-wasm
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -9,3 +9,3 @@ { | ||
"license": "MIT", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"type": "module", | ||
@@ -17,2 +17,4 @@ "files": [ | ||
"module": "./dist/vgg-wasm.js", | ||
"jsdelivr": "dist/vgg-wasm.umd.cjs", | ||
"unpkg": "dist/vgg-wasm.umd.cjs", | ||
"exports": { | ||
@@ -22,3 +24,4 @@ ".": { | ||
"import": "./dist/vgg-wasm.js", | ||
"require": "./dist/vgg-wasm.umd.cjs" | ||
"require": "./dist/vgg-wasm.umd.cjs", | ||
"umd": "./dist/vgg-wasm.umd.cjs" | ||
} | ||
@@ -25,0 +28,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
20265