Skip to content

Commit a1a8bd9

Browse files
committed
Merge branch 'main' into feat/drizzle-schema
2 parents dadddfd + ea82cf0 commit a1a8bd9

File tree

14 files changed

+385
-463
lines changed

14 files changed

+385
-463
lines changed

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/platform-browser-dynamic": "^18.1.1",
2222
"@angular/router": "^18.1.1",
2323
"@angular/service-worker": "^18.1.1",
24-
"@journeyapps/wa-sqlite": "^0.4.2",
24+
"@journeyapps/wa-sqlite": "^1.0.0",
2525
"@powersync/web": "workspace:*",
2626
"@supabase/supabase-js": "^2.44.4",
2727
"rxjs": "~7.8.1",

demos/example-capacitor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@capacitor/core": "latest",
2424
"@capacitor/ios": "^6.0.0",
2525
"@capacitor/splash-screen": "latest",
26-
"@journeyapps/wa-sqlite": "^0.4.2",
26+
"@journeyapps/wa-sqlite": "^1.0.0",
2727
"@powersync/react": "workspace:*",
2828
"@powersync/web": "workspace:*",
2929
"js-logger": "^1.6.1",

demos/example-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@emotion/react": "^11.13.0",
2323
"@emotion/styled": "^11.13.0",
24-
"@journeyapps/wa-sqlite": "^0.4.2",
24+
"@journeyapps/wa-sqlite": "^1.0.0",
2525
"@mui/icons-material": "^5.15.16",
2626
"@mui/material": "^5.15.16",
2727
"@mui/x-data-grid": "^6.19.11",

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@emotion/react": "^11.11.4",
1515
"@emotion/styled": "^11.11.5",
1616
"@fontsource/roboto": "^5.0.13",
17-
"@journeyapps/wa-sqlite": "^0.4.2",
17+
"@journeyapps/wa-sqlite": "^1.0.0",
1818
"@lexical/react": "^0.15.0",
1919
"@mui/icons-material": "^5.15.18",
2020
"@mui/material": "^5.15.18",

demos/react-multi-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test:build": "pnpm build"
1111
},
1212
"dependencies": {
13-
"@journeyapps/wa-sqlite": "^0.4.2",
13+
"@journeyapps/wa-sqlite": "^1.0.0",
1414
"@powersync/react": "workspace:*",
1515
"@powersync/web": "workspace:*",
1616
"@supabase/supabase-js": "^2.43.1",

demos/react-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@powersync/web": "workspace:*",
1414
"@emotion/react": "11.11.4",
1515
"@emotion/styled": "11.11.5",
16-
"@journeyapps/wa-sqlite": "^0.4.2",
16+
"@journeyapps/wa-sqlite": "^1.0.0",
1717
"@mui/icons-material": "^5.15.12",
1818
"@mui/material": "^5.15.12",
1919
"@mui/x-data-grid": "^6.19.6",

demos/yjs-react-supabase-text-collab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@fontsource/roboto": "^5.0.12",
1515
"@powersync/react": "workspace:*",
1616
"@powersync/web": "workspace:*",
17-
"@journeyapps/wa-sqlite": "^0.4.2",
17+
"@journeyapps/wa-sqlite": "^1.0.0",
1818
"@lexical/react": "^0.11.3",
1919
"@mui/icons-material": "^5.15.12",
2020
"@mui/material": "^5.15.12",

packages/kysely-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@powersync/web": "workspace:*",
36-
"@journeyapps/wa-sqlite": "^0.4.2",
36+
"@journeyapps/wa-sqlite": "^1.0.0",
3737
"@types/node": "^20.17.6",
3838
"@vitest/browser": "^2.1.4",
3939
"ts-loader": "^9.5.1",

packages/web/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @powersync/web
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- bacc1c5: Updated WA-SQLite to `@journeyapps/[email protected]`. Note that WA-SQLite performed some changes to the virtual filesystem structure in this update. An automatic migration will be executed when upgrading, however no down-migration is available. Downgrading to `@journeyapps/wa-sqlite < 1.0.0` will require the IndexDB storage to be erased.
8+
39
## 1.10.2
410

511
### Patch Changes

packages/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@powersync/web",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "A Web SDK for JourneyApps PowerSync",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
@@ -56,7 +56,7 @@
5656
"author": "JOURNEYAPPS",
5757
"license": "Apache-2.0",
5858
"peerDependencies": {
59-
"@journeyapps/wa-sqlite": "^0.4.2",
59+
"@journeyapps/wa-sqlite": "^1.0.0",
6060
"@powersync/common": "workspace:^1.21.0"
6161
},
6262
"dependencies": {
@@ -67,7 +67,7 @@
6767
"js-logger": "^1.6.1"
6868
},
6969
"devDependencies": {
70-
"@journeyapps/wa-sqlite": "^0.4.2",
70+
"@journeyapps/wa-sqlite": "^1.0.0",
7171
"@types/uuid": "^9.0.6",
7272
"@vitest/browser": "^2.1.4",
7373
"crypto-browserify": "^3.12.0",

0 commit comments

Comments
 (0)