@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.46.1-build2 to 3.46.1-build3
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.46.1-build2", | ||
"version": "3.46.1-build3", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -38,2 +38,3 @@ "keywords": [ | ||
"publint": "npx publint", | ||
"check-types": "tsc", | ||
"clean": "shx rm -rf sqlite-wasm", | ||
@@ -43,3 +44,3 @@ "build": "npm run clean && node bin/index.js", | ||
"fix": "npx prettier . --write", | ||
"prepublishOnly": "npm run build && npm run fix && npm run publint", | ||
"prepublishOnly": "npm run build && npm run fix && npm run publint && npm run check-types", | ||
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public" | ||
@@ -63,6 +64,7 @@ }, | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"publint": "^0.2.10", | ||
"prettier-plugin-jsdoc": "^1.3.0", | ||
"shx": "^0.3.4" | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.4" | ||
} | ||
} |
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
3126477
9