expo-sqlite 10.0.0 → 10.0.1

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
+ ## 10.0.1 — 2021-10-01
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 10.0.0 — 2021-09-28
14
18
 
15
19
  ### 🛠 Breaking changes
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '10.0.0'
6
+ version = '10.0.1'
7
7
 
8
8
  buildscript {
9
9
  // Simple helper that allows the root project to override versions declared by this library.
@@ -57,7 +57,7 @@ android {
57
57
  minSdkVersion safeExtGet("minSdkVersion", 21)
58
58
  targetSdkVersion safeExtGet("targetSdkVersion", 30)
59
59
  versionCode 18
60
- versionName "10.0.0"
60
+ versionName "10.0.1"
61
61
  }
62
62
  lintOptions {
63
63
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-sqlite",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
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",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@expo/websql": "^1.0.1",
40
- "expo-modules-core": "~0.4.0",
40
+ "expo-modules-core": "~0.4.2",
41
41
  "lodash": "^4.17.15"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/lodash.zipobject": "^4.1.4",
45
45
  "expo-module-scripts": "^2.0.0"
46
46
  },
47
- "gitHead": "1fffde73411ee7a642b98f1506a8de921805d52b"
47
+ "gitHead": "2718b696f4a6919905b0f47ebb24ff65b42d8ff9"
48
48
  }