Skip to content

Commit b1c43de

Browse files
authored
Merge pull request #919 from powersync-ja/journeyapps-powersync
2 parents a2df8b6 + 3050f89 commit b1c43de

File tree

17 files changed

+25
-25
lines changed

17 files changed

+25
-25
lines changed

demos/react-multi-client/src/devlink/PsNavbar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function PsNavbar({ as: _Component = _Builtin.NavbarWrapper }) {
154154
className="ps-nav-link ps-nav-button ps-nav-sign-in-button plausible-event-name--button-click-sign-in"
155155
id="button-click-sign-in"
156156
options={{
157-
href: "https://powersync.journeyapps.com/",
157+
href: "https://dashboard.powersync.com/",
158158
}}
159159
>
160160
{"Sign in"}
@@ -163,7 +163,7 @@ export function PsNavbar({ as: _Component = _Builtin.NavbarWrapper }) {
163163
className="ps-nav-link ps-nav-button plausible-event-name--button-click-get-started"
164164
id="button-click-get-started"
165165
options={{
166-
href: "https://accounts.journeyapps.com/portal/free-trial?powersync=true",
166+
href: "https://accounts.powersync.com/portal/powersync-signup",
167167
}}
168168
>
169169
{"Get started"}

demos/react-multi-client/src/devlink/PsNavbarMobile.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function PsNavbarMobile({ as: _Component = _Builtin.NavbarWrapper }) {
7474
className="ps-nav-link plausible-event-name--get-started"
7575
id="button-click-get-started"
7676
options={{
77-
href: "https://accounts.journeyapps.com/portal/free-trial?powersync=true",
77+
href: "https://accounts.powersync.com/portal/powersync-signup",
7878
target: "_blank",
7979
}}
8080
>

demos/react-native-supabase-group-chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To run against cloud-hosted Supabase and PowerSync instances:
7070

7171
1. Deploy a Supabase project using the config and migrations in the [supabase](./supabase) folder. Update `EXPO_PUBLIC_SUPABASE_URL` and `EXPO_PUBLIC_SUPABASE_ANON_KEY` in [.env.local](./.env.local).
7272

73-
2. Create a PowerSync instance via the [PowerSync dashboard](https://powersync.journeyapps.com/) and connect it to your Supabase project. Deploy the following sync streams configuration (also available in [sync-config.yaml](./sync-config.yaml)):
73+
2. Create a PowerSync instance via the [PowerSync Dashboard](https://dashboard.powersync.com/) and connect it to your Supabase project. Deploy the following sync streams configuration (also available in [sync-config.yaml](./sync-config.yaml)):
7474

7575
```yaml
7676
config:

demos/yjs-react-supabase-text-collab/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This demo app uses Supabase as its Postgres database and backend:
6464

6565
### 3. Create new project on PowerSync and connect to Supabase/Postgres
6666

67-
If you don't have a PowerSync account yet, [sign up here](https://accounts.journeyapps.com/portal/free-trial?powersync=true).
67+
If you don't have a PowerSync account yet, [sign up here](https://accounts.powersync.com/portal/powersync-signup).
6868

69-
Then, in the [PowerSync dashboard](https://powersync.journeyapps.com/), create a new PowerSync instance:
69+
Then, in the [PowerSync Dashboard](https://dashboard.powersync.com/), create a new PowerSync instance:
7070

7171
1. Right-click on 'PowerSync Project' in the project tree on the left and click "Create new instance"
7272
2. Pick a name for the instance e.g. "Yjs Demo Test" and proceed.
@@ -81,7 +81,7 @@ Then, in the [PowerSync dashboard](https://powersync.journeyapps.com/), create a
8181
### 4. Create Sync Streams on PowerSync
8282

8383
1. Open the [`sync-config.yaml`](sync-config.yaml) in this repo and copy the contents.
84-
2. In the [PowerSync dashboard](https://powersync.journeyapps.com/), paste that into the sync streams editor panel.
84+
2. In the [PowerSync Dashboard](https://dashboard.powersync.com/), paste that into the sync streams editor panel.
8585
3. Click the "Deploy sync streams" button and select your PowerSync instance from the drop-down list.
8686

8787
### 5. Set up local environment variables

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "powersync-js",
33
"version": "1.0.0",
44
"private": true,
5-
"description": "monorepo for powersync javascript sdks",
5+
"description": "monorepo for PowerSync JavaScript SDKs",
66
"main": "index.js",
77
"scripts": {
88
"reset:repo": "tsc -b scripts && node scripts/dist/reset-repo.js",
@@ -28,7 +28,7 @@
2828
},
2929
"keywords": [],
3030
"type": "module",
31-
"author": "JOURNEYAPPS",
31+
"author": "PowerSync",
3232
"license": "Apache-2.0",
3333
"engines": {
3434
"node": ">=20.9.0"

packages/adapter-sql-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
77
},
8-
"description": "A development db adapter based on SQL.js for JourneyApps PowerSync",
8+
"description": "A development DB adapter based on SQL.js for PowerSync",
99
"type": "module",
1010
"main": "dist/bundle.mjs",
1111
"module": "dist/bundle.mjs",
1212
"types": "lib/index.d.ts",
13-
"author": "JOURNEYAPPS",
13+
"author": "PowerSync",
1414
"license": "Apache-2.0",
1515
"files": [
1616
"lib",

packages/attachments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "git+https://github.com/powersync-ja/powersync-js.git"
1111
},
1212
"deprecated": "Attachment support is now built into the PowerSync SDKs. Please import from your platform-specific SDK instead (e.g. @powersync/react-native, @powersync/web, or @powersync/node).",
13-
"author": "JOURNEYAPPS",
13+
"author": "PowerSync",
1414
"license": "Apache-2.0",
1515
"homepage": "https://docs.powersync.com",
1616
"bugs": {

packages/capacitor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const db = new PowerSyncDatabase({
8787

8888
## Examples
8989

90-
See the [`demos/example-capacitor/`](https://github.com/journeyapps/powersync-react-native-sdk/blob/main/demos/example-capacitor/README.md#L1) directory for a working example.
90+
See the [`demos/example-capacitor/`](https://github.com/powersync-ja/powersync-js/tree/main/demos/example-capacitor) directory for a working example.
9191

9292
## Found a bug or need help?
9393

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
77
},
8-
"description": "API definitions for JourneyApps PowerSync",
8+
"description": "API definitions for PowerSync",
99
"type": "module",
1010
"main": "dist/bundle.mjs",
1111
"module": "dist/bundle.mjs",
@@ -32,7 +32,7 @@
3232
}
3333
}
3434
},
35-
"author": "JOURNEYAPPS",
35+
"author": "PowerSync",
3636
"license": "Apache-2.0",
3737
"files": [
3838
"lib",

packages/drizzle-driver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
}
2020
},
21-
"author": "JOURNEYAPPS",
21+
"author": "PowerSync",
2222
"license": "Apache-2.0",
2323
"files": [
2424
"lib",

0 commit comments

Comments
 (0)