expo-sqlite 14.0.2 → 14.0.3

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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 14.0.3 — 2024-04-23
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 14.0.2 — 2024-04-22
14
18
 
15
19
  ### 🎉 New features
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
4
  apply plugin: 'de.undercouch.download'
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '14.0.2'
7
+ version = '14.0.3'
8
8
 
9
9
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
10
10
  apply from: expoModulesCorePlugin
@@ -57,7 +57,7 @@ android {
57
57
  namespace "expo.modules.sqlite"
58
58
  defaultConfig {
59
59
  versionCode 18
60
- versionName "14.0.2"
60
+ versionName "14.0.3"
61
61
 
62
62
  externalNativeBuild {
63
63
  cmake {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-sqlite",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "description": "Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -61,5 +61,5 @@
61
61
  "peerDependencies": {
62
62
  "expo": "*"
63
63
  },
64
- "gitHead": "0897aeadb926491a457bcd67d83360956994ee82"
64
+ "gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
65
65
  }