Skip to content

Commit fba3dad

Browse files
authored
Merge pull request #531 from powersync-ja/consistent-package-descriptions
Use consistent package descriptions for SDK packages
2 parents 525916a + 0c8ddda commit fba3dad

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/grumpy-panthers-own.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@powersync/react-native': patch
3+
'@powersync/node': patch
4+
'@powersync/web': patch
5+
---
6+
7+
Update package description

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
77
},
8-
"description": "PowerSync - sync Postgres with SQLite in your Node.js app for offline-first and real-time data",
8+
"description": "PowerSync Node.js SDK. Sync Postgres, MongoDB or MySQL with SQLite in your Node.js app",
99
"main": "./lib/index.js",
1010
"module": "./lib/index.js",
1111
"types": "./lib/index.d.ts",

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"registry": "https://registry.npmjs.org/",
66
"access": "public"
77
},
8-
"description": "PowerSync - sync Postgres with SQLite in your React Native app for offline-first and real-time data",
8+
"description": "PowerSync React Native SDK. Sync Postgres, MongoDB or MySQL with SQLite in your React Native app",
99
"main": "./dist/index.js",
1010
"module": "./dist/index.js",
1111
"types": "./lib/index.d.ts",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@powersync/web",
33
"version": "1.15.0",
4-
"description": "A Web SDK for JourneyApps PowerSync",
4+
"description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",
77
"bin": {

0 commit comments

Comments
 (0)