diff --git a/.changeset/grumpy-panthers-own.md b/.changeset/grumpy-panthers-own.md new file mode 100644 index 000000000..426a79733 --- /dev/null +++ b/.changeset/grumpy-panthers-own.md @@ -0,0 +1,7 @@ +--- +'@powersync/react-native': patch +'@powersync/node': patch +'@powersync/web': patch +--- + +Update package description diff --git a/packages/node/package.json b/packages/node/package.json index 5864b18ab..155d51035 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "description": "PowerSync - sync Postgres with SQLite in your Node.js app for offline-first and real-time data", + "description": "PowerSync Node.js SDK. Sync Postgres, MongoDB or MySQL with SQLite in your Node.js app", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index f6c35f3bb..8182eb4de 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -5,7 +5,7 @@ "registry": "https://registry.npmjs.org/", "access": "public" }, - "description": "PowerSync - sync Postgres with SQLite in your React Native app for offline-first and real-time data", + "description": "PowerSync React Native SDK. Sync Postgres, MongoDB or MySQL with SQLite in your React Native app", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./lib/index.d.ts", diff --git a/packages/web/package.json b/packages/web/package.json index 12f4c56e4..70a971f1b 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@powersync/web", "version": "1.15.0", - "description": "A Web SDK for JourneyApps PowerSync", + "description": "PowerSync web SDK. Sync Postgres, MongoDB or MySQL with SQLite in your web app", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "bin": {