Skip to content

Commit e472f17

Browse files
DominicGBauerDominicGBauer
andauthored
chore: minor improvements (#79)
Co-authored-by: DominicGBauer <dominic@nomanini.com>
1 parent 65ef0e6 commit e472f17

File tree

16 files changed

+30
-29
lines changed

16 files changed

+30
-29
lines changed

.changeset/great-boxes-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@journeyapps/powersync-sdk-web": patch
3+
---
4+
5+
Change to use lib instead of dist build folder

demos/nextjs-supabase-todolist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package is currently in a beta release.
88

99
Demo app demonstrating use of the [PowerSync SDK for Web](https://www.npmjs.com/package/@journeyapps/powersync-sdk-web) together with Supabase.
1010

11-
A step-by-step guide on Supabase<>PowerSync integration is available [here](https://docs.powersync.co/integration-guides/supabase).
11+
A step-by-step guide on Supabase<>PowerSync integration is available [here](https://docs.powersync.com/integration-guides/supabase).
1212

1313
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
1414

demos/react-native-supabase-todolist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Demo app demonstrating use of the [PowerSync SDK for React Native](https://www.npmjs.com/package/@journeyapps/powersync-sdk-react-native) together with Supabase.
66

7-
A step-by-step guide on Supabase<>PowerSync integration is available [here](https://docs.powersync.co/integration-guides/supabase).
7+
A step-by-step guide on Supabase<>PowerSync integration is available [here](https://docs.powersync.com/integration-guides/supabase).
88

99
![docs-react-native-supabase-powersync-setup](https://github.com/journeyapps/powersync-supabase-react-native-todolist-demo/assets/277659/923dc9a2-6a0e-4ce4-934d-29e3ab8b0f09)
1010

@@ -21,7 +21,7 @@ It does the following:
2121

2222
## Set up PowerSync Instance
2323

24-
Create a new PowerSync instance, connecting to the database of the Supabase project (find detailed instructions in the [Supabase<>PowerSync integration guide](https://docs.powersync.co/integration-guides/supabase)).
24+
Create a new PowerSync instance, connecting to the database of the Supabase project (find detailed instructions in the [Supabase<>PowerSync integration guide](https://docs.powersync.com/integration-guides/supabase)).
2525

2626
Then deploy the following sync rules:
2727

demos/yjs-nextjs-supabase-text-collab/sync-rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sync-rule docs: https://docs.powersync.co/usage/sync-rules
1+
# Sync-rule docs: https://docs.powersync.com/usage/sync-rules
22
bucket_definitions:
33
global:
44
data:

packages/powersync-attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"author": "JOURNEYAPPS",
1313
"license": "Apache-2.0",
14-
"homepage": "https://docs.powersync.co/resources/api-reference",
14+
"homepage": "https://docs.powersync.com/resources/api-reference",
1515
"bugs": {
1616
"url": "https://github.com/powersync-ja/powersync-js/issues"
1717
},

packages/powersync-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bugs": {
2626
"url": "https://github.com/powersync-ja/powersync-js/issues"
2727
},
28-
"homepage": "https://docs.powersync.co/resources/api-reference",
28+
"homepage": "https://docs.powersync.com/resources/api-reference",
2929
"dependencies": {
3030
"@journeyapps/powersync-sdk-common": "workspace:*"
3131
},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# PowerSync SDK common JS
22

33
This package contains a TypeScript implementation of a PowerSync database connector and streaming sync bucket implementation, which is used in the following SDKs:
4+
45
- [packages/powersync-sdk-react-native](./packages/powersync-sdk-react-native/README.md)
56
- [packages/powersync-sdk-web](./packages/powersync-sdk-web/README.md)

packages/powersync-sdk-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": {
2121
"url": "https://github.com/powersync-ja/powersync-js/issues"
2222
},
23-
"homepage": "https://docs.powersync.co/resources/api-reference",
23+
"homepage": "https://docs.powersync.com/resources/api-reference",
2424
"scripts": {
2525
"build": "tsc -b",
2626
"clean": "rm -rf lib tsconfig.tsbuildinfo"

packages/powersync-sdk-react-native/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# PowerSync SDK for React Native
66

7-
[PowerSync](https://powersync.com) is a service and set of SDKs that keeps Postgres databases in sync with on-device SQLite databases.
7+
[PowerSync](https://powersync.com) is a service and set of SDKs that keeps Postgres databases in sync with on-device SQLite databases.
88

99
This package (`packages/powersync-sdk-react-native`) is the PowerSync SDK for React Native clients. It is an extension of `packages/powersync-sdk-common`.
1010

@@ -116,6 +116,6 @@ For example projects built with PowerSync and React Native, see our [Demo Apps /
116116

117117
# Found a bug or need help?
118118

119-
* Join our [Discord server](https://discord.gg/powersync) where you can browse topics from our community, ask questions, share feedback, or just say hello :)
120-
* Please open a [GitHub issue](https://github.com/powersync-ja/powersync-js/issues) when you come across a bug.
121-
* Have feedback or an idea? [Submit an idea](https://roadmap.powersync.com/tabs/5-roadmap/submit-idea) via our public roadmap or [schedule a chat](https://calendly.com/powersync-product/powersync-chat) with someone from our product team.
119+
- Join our [Discord server](https://discord.gg/powersync) where you can browse topics from our community, ask questions, share feedback, or just say hello :)
120+
- Please open a [GitHub issue](https://github.com/powersync-ja/powersync-js/issues) when you come across a bug.
121+
- Have feedback or an idea? [Submit an idea](https://roadmap.powersync.com/tabs/5-roadmap/submit-idea) via our public roadmap or [schedule a chat](https://calendly.com/powersync-product/powersync-chat) with someone from our product team.

packages/powersync-sdk-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bugs": {
2626
"url": "https://github.com/powersync-ja/powersync-js/issues"
2727
},
28-
"homepage": "https://docs.powersync.co/",
28+
"homepage": "https://docs.powersync.com/",
2929
"peerDependencies": {
3030
"@journeyapps/react-native-quick-sqlite": "^1.1.1",
3131
"base-64": "^1.0.0",

0 commit comments

Comments
 (0)