Skip to content

Commit 97be93a

Browse files
committed
Use consistent package descriptions for SDK packages
1 parent 525916a commit 97be93a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)