@sqlite.org/sqlite-wasm
Advanced tools
Comparing version 3.41.2-build2 to 3.41.2-build3
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.41.2-build2", | ||
"version": "3.41.2-build3", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
@@ -97,4 +97,7 @@ # SQLite Wasm | ||
1. Update the version number in `package.json` reflecting the | ||
[SQLite version number](https://sqlite.org/download.html). | ||
1. Run `npm run build` to build the ES Module. | ||
[SQLite version number](https://sqlite.org/download.html) and add a build | ||
identifier suffix like `-build1`. The complete version number should read | ||
something like `3.41.2-build1`. | ||
1. Run `npm run build` to build the ES Module. This downloads the latest SQLite | ||
Wasm binary and builds the ES Module. | ||
1. Run `git commit -am "Release v<version>"` to commit the changes. | ||
@@ -101,0 +104,0 @@ 1. Run `git push` to push the changes to GitHub. |
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
1784612
115