-
Notifications
You must be signed in to change notification settings - Fork 61
Isolate demos folder
#784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Isolate demos folder
#784
Changes from 69 commits
3f45e44
810d3d8
5bc741a
f0b5c13
b5e39dc
d368c11
18a900f
74dd68b
95f2bc5
db5f592
c5d22c9
7f664ee
8db8d07
f0b6324
ddbbb94
45f3b42
84d8c85
34296fd
3fc0d6e
cb00fed
c373280
181ecbb
d217a1d
b2dfc80
f102635
b7ffcea
a546d55
341a5cc
80d74c3
3aefd18
1c251e9
371fe71
c670e18
080f9b3
d6c361f
206833b
6a442a0
cc1757f
2bb871d
f2fd930
f21dacd
056cf87
6def8e6
94fbcbb
6807713
dc22c20
13205df
52a83fc
71e5e5c
192aea7
be20288
4472b0c
4d0703c
e350018
18d39a7
19f8b1b
53d83c9
9c262f3
1b0b77c
0267713
34c2478
595f01d
e088e7d
1c13ba3
981e150
33c2884
ee6690a
67c6a37
80c3199
ae64cc8
c52715e
50d8d99
8815270
c0f623d
98762d7
b6a7ec9
21fbf58
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| packages: | ||
| - . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| @journeyapps:registry=https://registry.npmjs.org/ | ||
| @journeyapps:registry=https://registry.npmjs.org/ | ||
| node-linker=hoisted |
Large diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,10 +11,10 @@ | |
| "@azure/core-asynciterator-polyfill": "^1.0.2", | ||
| "@expo/metro-runtime": "^4.0.1", | ||
| "@expo/vector-icons": "^14.0.0", | ||
| "@journeyapps/react-native-quick-sqlite": "^2.5.0", | ||
| "@powersync/common": "workspace:*", | ||
| "@powersync/react": "workspace:*", | ||
| "@powersync/react-native": "workspace:*", | ||
| "@journeyapps/react-native-quick-sqlite": "^2.4.9", | ||
| "@powersync/common": "^1.43.1", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see it was here before, but, do we need the |
||
| "@powersync/react": "^1.8.2", | ||
| "@powersync/react-native": "^1.27.1", | ||
| "@react-native-community/async-storage": "^1.12.1", | ||
| "@react-native-community/masked-view": "^0.1.11", | ||
| "@react-navigation/drawer": "^7.1.1", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| packages: | ||
| - . |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN | ||
| include ':capacitor-android' | ||
| project(':capacitor-android').projectDir = new File('../../../node_modules/@capacitor/android/capacitor') | ||
| project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@7.4.4_@capacitor+core@7.4.4/node_modules/@capacitor/android/capacitor') | ||
|
|
||
| include ':capacitor-community-sqlite' | ||
| project(':capacitor-community-sqlite').projectDir = new File('../../../node_modules/@capacitor-community/sqlite/android') | ||
| project(':capacitor-community-sqlite').projectDir = new File('../node_modules/.pnpm/@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4/node_modules/@capacitor-community/sqlite/android') | ||
|
|
||
| include ':capacitor-splash-screen' | ||
| project(':capacitor-splash-screen').projectDir = new File('../../../node_modules/@capacitor/splash-screen/android') | ||
| project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@capacitor+splash-screen@7.0.3_@capacitor+core@7.4.4/node_modules/@capacitor/splash-screen/android') | ||
|
|
||
| include ':powersync-capacitor' | ||
| project(':powersync-capacitor').projectDir = new File('../../../packages/capacitor/android') | ||
| project(':powersync-capacitor').projectDir = new File('../node_modules/.pnpm/@powersync+capacitor@0.1.3_@capacitor-community+sqlite@7.0.2_@capacitor+core@7.4.4__@powersyn_smncg5wuctchvueg7u47nvgl4i/node_modules/@powersync/capacitor/android') |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| packages: | ||
| - . |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| node-linker=hoisted |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| packages: | ||
| - . | ||
| onlyBuiltDependencies: | ||
| - better-sqlite3 | ||
| - electron |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| declare module 'better-sqlite3'; | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,21 @@ | ||
| { | ||
| "compilerOptions": { | ||
| "target": "ES6", | ||
| "allowJs": true, | ||
| "module": "ESNext", | ||
| "skipLibCheck": true, | ||
| "noImplicitAny": true, | ||
| "sourceMap": true, | ||
| "baseUrl": ".", | ||
| "outDir": "dist", | ||
| "moduleResolution": "bundler", | ||
| "paths": { | ||
| "*": ["node_modules/*"] | ||
| } | ||
| }, | ||
| "include": ["src/**/*"], | ||
| "references": [ | ||
| { | ||
| "path": "../../packages/node" | ||
| } | ||
| ] | ||
| } | ||
|
|
||
| "compilerOptions": { | ||
| "target": "ES6", | ||
| "allowJs": true, | ||
| "module": "ESNext", | ||
| "skipLibCheck": true, | ||
| "noImplicitAny": true, | ||
| "sourceMap": true, | ||
| "baseUrl": ".", | ||
| "outDir": "dist", | ||
| "moduleResolution": "bundler", | ||
| "paths": { | ||
| "*": [ | ||
| "node_modules/*" | ||
| ] | ||
| } | ||
| }, | ||
| "include": [ | ||
| "src/**/*" | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| node-linker=hoisted |

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be some inconsistency between demos. E.g. here the version is specified as
^1.29.1, while theexample-capacitordemo has^1.30.0. Should the script be executed again here?