@powersync/react-native 1.18.1 → 1.18.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@powersync/react-native",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
7
7
  },
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",
9
9
  "main": "./dist/index.js",
10
10
  "module": "./dist/index.js",
11
11
  "types": "./lib/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@powersync/common": "1.25.0",
39
- "@powersync/react": "1.5.1"
39
+ "@powersync/react": "1.5.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@craftzdog/react-native-buffer": "^6.0.5",