Skip to content

Commit 9f39f54

Browse files
committed
Prepare 3.43 release with manually patched sqlite3-worker1-bundler-friendly.mjs
1 parent abfffd7 commit 9f39f54

14 files changed

+40389
-44750
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ sqlite3InitModule({
5353

5454
### In a worker (with OPFS if available):
5555

56-
> **Warning**
57-
> For this to work, you need to set the following headers on your
56+
> **Warning** For this to work, you need to set the following headers on your
5857
> server:
5958
>
6059
> `Cross-Origin-Opener-Policy: same-origin`
@@ -102,8 +101,7 @@ sqlite3InitModule({
102101

103102
## Usage with the bundled `SQLiteClient` (with OPFS if available):
104103

105-
> **Warning**
106-
> For this to work, you need to set the following headers on your
104+
> **Warning** For this to work, you need to set the following headers on your
107105
> server:
108106
>
109107
> `Cross-Origin-Opener-Policy: same-origin`

demo/module-workers-polyfill.min.js

Lines changed: 1 addition & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.42.0-build7",
3+
"version": "3.43.0-build1",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",

0 commit comments

Comments
 (0)