@powersync/op-sqlite 0.0.0-dev-20250423120133 → 0.0.0-dev-20250520135616

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.
package/README.md CHANGED
@@ -6,9 +6,9 @@ This package (`packages/powersync-op-sqlite`) enables using [OP-SQLite](https://
6
6
 
7
7
  If you are not yet familiar with PowerSync, please see the [PowerSync React Native SDK README](https://github.com/powersync-ja/powersync-js/tree/main/packages/react-native) for more information.
8
8
 
9
- ### Alpha release
9
+ ## Beta Release
10
10
 
11
- This package is currently in an alpha release. If you find a bug or issue, please open a [GitHub issue](https://github.com/powersync-ja/powersync-js/issues). Questions or feedback can be posted on our [community Discord](https://discord.gg/powersync) - we'd love to hear from you.
11
+ This package is currently in a beta release.
12
12
 
13
13
  ## Installation
14
14
 
@@ -107,7 +107,7 @@ repositories {
107
107
  def kotlin_version = getExtOrDefault("kotlinVersion")
108
108
 
109
109
  dependencies {
110
- implementation 'co.powersync:powersync-sqlite-core:0.3.12'
110
+ implementation 'co.powersync:powersync-sqlite-core:0.3.14'
111
111
  // For < 0.71, this will be from the local maven repo
112
112
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
113
113
  //noinspection GradleDynamicVersion