Skip to content

Commit 9eec80d

Browse files
update from main
2 parents c9b8e6f + f5e42af commit 9eec80d

File tree

102 files changed

+2346
-2615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2346
-2615
lines changed

.changeset/witty-eyes-count.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-emus-pump.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@powersync/kysely-driver': patch
3+
'@powersync/react-native': patch
4+
'@powersync/attachments': patch
5+
'@powersync/common': patch
6+
'@powersync/react': patch
7+
'@powersync/vue': patch
8+
'@powersync/web': patch
9+
---
10+
11+
Introduced base tsconfig. SourceMaps are now excluded in dev and release publishes.

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: pnpm install
3939
- name: Build
40-
run: pnpm build:packages
40+
run: pnpm build:packages:prod
4141
- name: Publish
4242
run: |
4343
pnpm changeset version --no-git-tag --snapshot dev

demos/angular-supabase-todolist/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# PowerSync Angular Demo
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [395ea24]
8+
- Updated dependencies [9d1dc6f]
9+
- @powersync/web@0.6.0
10+
11+
## 0.0.11
12+
13+
### Patch Changes
14+
15+
- @powersync/web@0.5.3
16+
317
## 0.0.10
418

519
### Patch Changes

demos/angular-supabase-todolist/angular.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"object-hash",
2525
"event-iterator",
2626
"can-ndjson-stream",
27-
"uuid",
2827
"lodash",
2928
"js-logger",
3029
"websocket"

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-supabase-todolist",
3-
"version": "0.0.10",
3+
"version": "0.0.12",
44
"scripts": {
55
"ng": "ng",
66
"serve": "ng serve",

demos/django-react-native-todolist/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# django-react-native-todolist
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [395ea24]
8+
- Updated dependencies [395ea24]
9+
- Updated dependencies [9d1dc6f]
10+
- @powersync/common@1.8.0
11+
- @powersync/react-native@1.5.0
12+
- @powersync/react@1.3.2
13+
14+
## 1.1.1
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [3c421ea]
19+
- @powersync/common@1.7.1
20+
- @powersync/react@1.3.1
21+
- @powersync/react-native@1.4.6
22+
323
## 1.1.0
424

525
### Minor Changes

demos/django-react-native-todolist/library/stores/AbstractStore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Needed to import early for uuids
2-
import 'react-native-get-random-values';
31
import _ from 'lodash';
42
import { action, makeObservable, observable } from 'mobx';
53
import { AbstractModel } from '../models/AbstractModel';

demos/django-react-native-todolist/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-react-native-todolist",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
44
"main": "./index.js",
55
"scripts": {
66
"android": "expo run:android",
@@ -13,13 +13,12 @@
1313
"@powersync/react-native": "workspace:*",
1414
"@powersync/react": "workspace:*",
1515
"@powersync/common": "workspace:*",
16-
"@journeyapps/react-native-quick-sqlite": "^1.1.5",
16+
"@journeyapps/react-native-quick-sqlite": "^1.1.6",
1717
"@react-native-community/async-storage": "^1.12.1",
1818
"@react-native-community/masked-view": "^0.1.11",
1919
"@react-navigation/drawer": "^6.6.15",
2020
"@react-navigation/native": "^6.1.17",
2121
"@supabase/supabase-js": "^2.42.4",
22-
"@types/react-native-get-random-values": "^1.8.2",
2322
"base-64": "^1.0.0",
2423
"expo": "~50.0.15",
2524
"expo-constants": "~15.4.5",
@@ -39,7 +38,6 @@
3938
"react-native-encrypted-storage": "^4.0.3",
4039
"react-native-fetch-api": "^3.0.0",
4140
"react-native-gesture-handler": "~2.14.1",
42-
"react-native-get-random-values": "~1.8.0",
4341
"react-native-polyfill-globals": "^3.1.0",
4442
"react-native-prompt-android": "^1.1.0",
4543
"react-native-reanimated": "~3.6.3",
@@ -52,7 +50,6 @@
5250
"react-navigation-stack": "^2.10.4",
5351
"text-encoding": "^0.7.0",
5452
"typed-async-storage": "^3.1.2",
55-
"uuid": "^9.0.1",
5653
"web-streams-polyfill": "^3.3.3"
5754
},
5855
"devDependencies": {
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# example-electron
2+
3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [395ea24]
8+
- Updated dependencies [9d1dc6f]
9+
- @powersync/web@0.6.0
10+
- @powersync/react@1.3.2
11+
12+
## 1.0.1
13+
14+
### Patch Changes
15+
16+
- @powersync/react@1.3.1
17+
- @powersync/web@0.5.3

0 commit comments

Comments
 (0)