@powersync/react-native 1.10.1 → 1.11.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  _[PowerSync](https://www.powersync.com) is a Postgres-SQLite sync layer, which helps developers to create local-first real-time reactive apps that work seamlessly both online and offline._
8
8
 
9
- This package (`packages/react-native`) is the PowerSync SDK for React Native clients. It is an extension of `packages/common`. It connects to a PowerSync instance via HTTP streams (enabled by default) or WebSockets.
9
+ This package (`packages/react-native`) is the PowerSync SDK for React Native clients. It is an extension of `packages/common`.
10
10
 
11
11
  See a summary of features [here](https://docs.powersync.co/client-sdk-references/react-native-and-expo).
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/react-native",
3
- "version": "1.10.1",
3
+ "version": "1.11.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,12 +24,12 @@
24
24
  "homepage": "https://docs.powersync.com/",
25
25
  "peerDependencies": {
26
26
  "@journeyapps/react-native-quick-sqlite": "^1.1.8",
27
- "@powersync/common": "^1.16.1",
27
+ "@powersync/common": "^1.16.2",
28
28
  "react": "*",
29
29
  "react-native": "*"
30
30
  },
31
31
  "dependencies": {
32
- "@powersync/common": "1.16.1",
32
+ "@powersync/common": "1.16.2",
33
33
  "@powersync/react": "1.4.0"
34
34
  },
35
35
  "devDependencies": {