@electric-sql/pglite
Advanced tools
Comparing version 0.0.1-alpha.2 to 0.0.1-debug.2
{ | ||
"name": "@electric-sql/pglite", | ||
"version": "0.0.1-alpha.2", | ||
"version": "0.0.1-debug.2", | ||
"private": false, | ||
@@ -34,7 +34,10 @@ "publishConfig": { | ||
"build:wasm": "cd ../../postgres/ && make -f ../packages/pglite/Makefile build", | ||
"build:wasm:debug": "cd ../../postgres/ && make -f ../packages/pglite/Makefile build-debug", | ||
"build:sharedir": "cd ../../postgres/ && make -f ../packages/pglite/Makefile sharedir", | ||
"build:sharedir:debug": "cd ../../postgres/ && make -f ../packages/pglite/Makefile sharedir-debug", | ||
"build:js": "tsup && tsx scripts/bundle-wasm.ts", | ||
"build": "npm run build:wasm && npm run build:sharedir && npm run build:js", | ||
"build:debug": "npm run build:wasm:debug && npm run build:sharedir:debug && npm run build:js", | ||
"format": "prettier --write ./src" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13783995
4