Skip to content

Commit 432225a

Browse files
author
DominicGBauer
committed
chore: rename final @journeyapps packages to @powerSync
1 parent 27126e6 commit 432225a

File tree

36 files changed

+20147
-15442
lines changed

36 files changed

+20147
-15442
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [packages/web](./packages/web/README.md)
1818

1919
- JS Web SDK implementation (extension of `packages/common`)
20-
20+
2121
- [packages/react](./packages/react/README.md)
2222

2323
- React integration for PowerSync.
@@ -109,16 +109,16 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
109109

110110
The PowerSync React Native SDK uses [a fork of react-native-quick-sqlite](https://github.com/powersync-ja/react-native-quick-sqlite)
111111

112-
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks <https://github.com/facebook/metro/issues/286>.
112+
Testing live development changes to `@powersync/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks <https://github.com/facebook/metro/issues/286>.
113113

114-
The process of releasing development packages for `@journeyapps/react-native-quick-sqlite` for each change can be tedious and slow. A faster (and hackier) method is to use [mtsl](https://www.npmjs.com/package/mtsl) which will watch and copy the package into this workspace's `node_modules`.
114+
The process of releasing development packages for `@powersync/react-native-quick-sqlite` for each change can be tedious and slow. A faster (and hackier) method is to use [mtsl](https://www.npmjs.com/package/mtsl) which will watch and copy the package into this workspace's `node_modules`.
115115

116116
```bash
117117
npm install -g mtsl
118118
```
119119

120120
```bash
121-
mtsl add -s "[source path to your react-native-quick-sqlite repo folder]" -d "[this workspaces root node_modules folder]"/@journeyapps/react-native-quick-sqlite
121+
mtsl add -s "[source path to your react-native-quick-sqlite repo folder]" -d "[this workspaces root node_modules folder]"/@powersync/react-native-quick-sqlite
122122
```
123123

124124
```bash

demos/angular-supabase-todolist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@angular/router": "^17.0.4",
2222
"@angular/service-worker": "^17.0.4",
2323
"@powersync/web": "workspace:*",
24-
"@journeyapps/wa-sqlite": "^0.0.2",
24+
"@powersync/wa-sqlite": "^0.2.1",
2525
"@supabase/supabase-js": "^2.38.5",
2626
"rxjs": "~7.8.1",
2727
"tslib": "^2.6.2",

demos/django-react-native-todolist/ios/Podfile.lock

+15-16
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ PODS:
33
- DoubleConversion (1.1.6)
44
- EXConstants (16.0.2):
55
- ExpoModulesCore
6+
- EXFont (11.10.3):
7+
- ExpoModulesCore
68
- Expo (51.0.10):
79
- ExpoModulesCore
810
- ExpoAsset (10.0.7):
911
- ExpoModulesCore
1012
- ExpoFileSystem (17.0.1):
1113
- ExpoModulesCore
12-
- ExpoFont (12.0.6):
13-
- ExpoModulesCore
1414
- ExpoHead (3.5.15):
1515
- ExpoModulesCore
1616
- ExpoKeepAwake (13.0.2):
1717
- ExpoModulesCore
18-
- ExpoModulesCore (1.12.13):
18+
- ExpoModulesCore (1.11.13):
1919
- DoubleConversion
2020
- glog
2121
- hermes-engine
@@ -29,7 +29,6 @@ PODS:
2929
- React-featureflags
3030
- React-graphics
3131
- React-ImageManager
32-
- React-jsinspector
3332
- React-NativeModulesApple
3433
- React-RCTAppDelegate
3534
- React-RCTFabric
@@ -997,7 +996,7 @@ PODS:
997996
- React-debug
998997
- react-native-encrypted-storage (4.0.3):
999998
- React-Core
1000-
- react-native-quick-sqlite (1.1.7):
999+
- react-native-quick-sqlite (1.2.0):
10011000
- powersync-sqlite-core (~> 0.1.6)
10021001
- React
10031002
- React-callinvoker
@@ -1329,13 +1328,13 @@ DEPENDENCIES:
13291328
- boost (from `../../../node_modules/react-native/third-party-podspecs/boost.podspec`)
13301329
- DoubleConversion (from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
13311330
- EXConstants (from `../../../node_modules/expo-constants/ios`)
1331+
- EXFont (from `../node_modules/expo-font/ios`)
13321332
- Expo (from `../../../node_modules/expo`)
13331333
- ExpoAsset (from `../../../node_modules/expo-asset/ios`)
13341334
- ExpoFileSystem (from `../../../node_modules/expo-file-system/ios`)
1335-
- ExpoFont (from `../../../node_modules/expo-font/ios`)
13361335
- ExpoHead (from `../../../node_modules/expo-router/ios`)
13371336
- ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`)
1338-
- ExpoModulesCore (from `../../../node_modules/expo-modules-core`)
1337+
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
13391338
- EXSplashScreen (from `../../../node_modules/expo-splash-screen/ios`)
13401339
- FBLazyVector (from `../../../node_modules/react-native/Libraries/FBLazyVector`)
13411340
- fmt (from `../../../node_modules/react-native/third-party-podspecs/fmt.podspec`)
@@ -1368,7 +1367,7 @@ DEPENDENCIES:
13681367
- React-logger (from `../../../node_modules/react-native/ReactCommon/logger`)
13691368
- React-Mapbuffer (from `../../../node_modules/react-native/ReactCommon`)
13701369
- react-native-encrypted-storage (from `../../../node_modules/react-native-encrypted-storage`)
1371-
- "react-native-quick-sqlite (from `../../../node_modules/@journeyapps/react-native-quick-sqlite`)"
1370+
- "react-native-quick-sqlite (from `../../../node_modules/@powersync/react-native-quick-sqlite`)"
13721371
- react-native-safe-area-context (from `../../../node_modules/react-native-safe-area-context`)
13731372
- React-nativeconfig (from `../../../node_modules/react-native/ReactCommon`)
13741373
- React-NativeModulesApple (from `../../../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
@@ -1413,20 +1412,20 @@ EXTERNAL SOURCES:
14131412
:podspec: "../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
14141413
EXConstants:
14151414
:path: "../../../node_modules/expo-constants/ios"
1415+
EXFont:
1416+
:path: "../node_modules/expo-font/ios"
14161417
Expo:
14171418
:path: "../../../node_modules/expo"
14181419
ExpoAsset:
14191420
:path: "../../../node_modules/expo-asset/ios"
14201421
ExpoFileSystem:
14211422
:path: "../../../node_modules/expo-file-system/ios"
1422-
ExpoFont:
1423-
:path: "../../../node_modules/expo-font/ios"
14241423
ExpoHead:
14251424
:path: "../../../node_modules/expo-router/ios"
14261425
ExpoKeepAwake:
14271426
:path: "../../../node_modules/expo-keep-awake/ios"
14281427
ExpoModulesCore:
1429-
:path: "../../../node_modules/expo-modules-core"
1428+
:path: "../node_modules/expo-modules-core"
14301429
EXSplashScreen:
14311430
:path: "../../../node_modules/expo-splash-screen/ios"
14321431
FBLazyVector:
@@ -1489,7 +1488,7 @@ EXTERNAL SOURCES:
14891488
react-native-encrypted-storage:
14901489
:path: "../../../node_modules/react-native-encrypted-storage"
14911490
react-native-quick-sqlite:
1492-
:path: "../../../node_modules/@journeyapps/react-native-quick-sqlite"
1491+
:path: "../../../node_modules/@powersync/react-native-quick-sqlite"
14931492
react-native-safe-area-context:
14941493
:path: "../../../node_modules/react-native-safe-area-context"
14951494
React-nativeconfig:
@@ -1557,13 +1556,13 @@ SPEC CHECKSUMS:
15571556
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
15581557
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
15591558
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
1559+
EXFont: f20669cb266ef48b004f1eb1f2b20db96cd1df9f
15601560
Expo: 3bc69739da02780763c1fd66dde56f84fc46d0d8
15611561
ExpoAsset: 9605d71f50ff0554c618d415c991106f13df63f9
15621562
ExpoFileSystem: 80bfe850b1f9922c16905822ecbf97acd711dc51
1563-
ExpoFont: c84702079267ae51161c20bb8b925670907ffa2f
15641563
ExpoHead: 8eb4deb289c2fdd8bb624f996cd31414cd07f38a
15651564
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
1566-
ExpoModulesCore: a4b45b5f081f5fe9b8e87667906d180cd52f32d7
1565+
ExpoModulesCore: 225bd63820775eb9b8d3bb9d24fa86b931c748c9
15671566
EXSplashScreen: d439ca817211886dc80a00f3761e3b6d861d7205
15681567
FBLazyVector: 898d14d17bf19e2435cafd9ea2a1033efe445709
15691568
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
@@ -1595,7 +1594,7 @@ SPEC CHECKSUMS:
15951594
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
15961595
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
15971596
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
1598-
react-native-quick-sqlite: e563f1ed38b4064be3cb61366bf1c7560f9581dc
1597+
react-native-quick-sqlite: de31f2b4047ba1e5816f0591a0f2ee9fd900ccfa
15991598
react-native-safe-area-context: dcab599c527c2d7de2d76507a523d20a0b83823d
16001599
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
16011600
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
@@ -1627,7 +1626,7 @@ SPEC CHECKSUMS:
16271626
RNScreens: b32a9ff15bea7fcdbe5dff6477bc503f792b1208
16281627
RNVectorIcons: 2a2f79274248390b80684ea3c4400bd374a15c90
16291628
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1630-
Yoga: b9a182ab00cf25926e7f79657d08c5d23c2d03b0
1629+
Yoga: 348f8b538c3ed4423eb58a8e5730feec50bce372
16311630

16321631
PODFILE CHECKSUM: ae04ecd0f9ce834ae48d28ae0773802c27c371e8
16331632

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@craftzdog/react-native-buffer": "^6.0.5",
1313
"@expo/vector-icons": "^14.0.0",
14-
"@journeyapps/react-native-quick-sqlite": "^1.1.7",
14+
"@powersync/react-native-quick-sqlite": "^1.2.0",
1515
"@powersync/common": "workspace:*",
1616
"@powersync/react": "workspace:*",
1717
"@powersync/react-native": "workspace:*",

demos/example-capacitor/package.json

+1-1
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.2.0",
26+
"@powersync/wa-sqlite": "^0.2.1",
2727
"@powersync/react": "workspace:*",
2828
"@powersync/web": "workspace:*",
2929
"js-logger": "^1.6.1",

demos/example-capacitor/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
optimizeDeps: {
1818
// Don't optimize these packages as they contain web workers and WASM files.
1919
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
20-
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
20+
exclude: ['@powersync/wa-sqlite', '@powersync/web'],
2121
include: [
2222
'@powersync/web > uuid',
2323
'@powersync/web > event-iterator',

demos/example-electron/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"license": "MIT",
2121
"dependencies": {
22-
"@journeyapps/wa-sqlite": "~0.2.0",
22+
"@powersync/wa-sqlite": "~0.2.1",
2323
"@mui/icons-material": "^5.15.16",
2424
"@mui/material": "^5.15.16",
2525
"@mui/x-data-grid": "^6.19.11",

demos/example-electron/vite.renderer.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig((env) => {
2424
optimizeDeps: {
2525
// Don't optimize these packages as they contain web workers and WASM files.
2626
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
27-
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
27+
exclude: ['@powersync/wa-sqlite', '@powersync/web'],
2828
include: [
2929
'@powersync/web > event-iterator',
3030
'@powersync/web > js-logger',

demos/example-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@emotion/react": "^11.11.4",
1414
"@emotion/styled": "^11.11.5",
1515
"@fontsource/roboto": "^5.0.13",
16-
"@journeyapps/wa-sqlite": "~0.2.0",
16+
"@powersync/wa-sqlite": "~0.2.1",
1717
"@lexical/react": "^0.15.0",
1818
"@mui/icons-material": "^5.15.18",
1919
"@mui/material": "^5.15.18",

demos/example-vite/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineConfig({
1616
optimizeDeps: {
1717
// Don't optimize these packages as they contain web workers and WASM files.
1818
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
19-
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
19+
exclude: ['@powersync/wa-sqlite', '@powersync/web'],
2020
include: [
2121
'@powersync/web > event-iterator',
2222
'@powersync/web > js-logger',

demos/react-multi-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"start": "pnpm build && pnpm preview"
1010
},
1111
"dependencies": {
12-
"@journeyapps/wa-sqlite": "~0.2.0",
12+
"@powersync/wa-sqlite": "~0.2.1",
1313
"@powersync/react": "workspace:*",
1414
"@powersync/web": "workspace:*",
1515
"@supabase/supabase-js": "^2.43.1",

demos/react-multi-client/vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
optimizeDeps: {
2525
// Don't optimize these packages as they contain web workers and WASM files.
2626
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
27-
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
27+
exclude: ['@powersync/wa-sqlite', '@powersync/web'],
2828
include: [
2929
'@powersync/web > event-iterator',
3030
'@powersync/web > js-logger',

demos/react-native-supabase-group-chat/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const config: ExpoConfig = {
5656
{
5757
ios: {
5858
deploymentTarget: '13.4',
59-
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
59+
// TODO: New architecture is currently not yet supported by @powersync/react-native-quick-sqlite
6060
newArchEnabled: false
6161
},
6262
android: {
@@ -65,7 +65,7 @@ const config: ExpoConfig = {
6565
targetSdkVersion: 34,
6666
buildToolsVersion: '34.0.0',
6767
networkInspector: false,
68-
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
68+
// TODO: New architecture is currently not yet supported by @powersync/react-native-quick-sqlite
6969
newArchEnabled: false
7070
}
7171
}

demos/react-native-supabase-group-chat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@azure/core-asynciterator-polyfill": "^1.0.2",
2323
"@faker-js/faker": "8.3.1",
24-
"@journeyapps/react-native-quick-sqlite": "^1.1.7",
24+
"@powersync/react-native-quick-sqlite": "^1.2.0",
2525
"@powersync/common": "workspace:*",
2626
"@powersync/react": "workspace:*",
2727
"@powersync/react-native": "workspace:*",

demos/react-native-supabase-todolist/app.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ const config: ExpoConfig = {
5959
{
6060
ios: {
6161
deploymentTarget: '13.4',
62-
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
62+
// TODO: New architecture is currently not yet supported by @powersync/react-native-quick-sqlite
6363
newArchEnabled: false
6464
},
6565
android: {
6666
minSdkVersion: 23,
6767
compileSdkVersion: 34,
6868
targetSdkVersion: 34,
6969
buildToolsVersion: '34.0.0',
70-
// TODO: New architecture is currently not yet supported by @journeyapps/react-native-quick-sqlite
70+
// TODO: New architecture is currently not yet supported by @powersync/react-native-quick-sqlite
7171
newArchEnabled: false
7272
}
7373
}

0 commit comments

Comments
 (0)