@aws-amplify/datastore-storage-adapter 2.0.21-unstableV5.5 → 2.0.21

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/CHANGELOG.md +12 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.21](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.20...@aws-amplify/datastore-storage-adapter@2.0.21) (2023-03-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **data:** update SQLite utils to use 'instr' instead of 'like' when constructing WHERE conditions from predicates ([#11108](https://github.com/aws-amplify/amplify-js/issues/11108)) ([42d5328](https://github.com/aws-amplify/amplify-js/commit/42d5328f8e142c15b25c086c9455bcd70987e885))
12
+ * add warning message when trying to use SQLite with CPK enabled ([#11027](https://github.com/aws-amplify/amplify-js/issues/11027)) ([cae3389](https://github.com/aws-amplify/amplify-js/commit/cae3389e9c41ac74bd58a20f42f58e30bb07cb51))
13
+
14
+
15
+
16
+
17
+
6
18
  ## [2.0.20](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore-storage-adapter@2.0.19...@aws-amplify/datastore-storage-adapter@2.0.20) (2023-03-16)
7
19
 
8
20
  **Note:** Version bump only for package @aws-amplify/datastore-storage-adapter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/datastore-storage-adapter",
3
- "version": "2.0.21-unstableV5.5+5a22e4004",
3
+ "version": "2.0.21",
4
4
  "description": "SQLite storage adapter for Amplify DataStore ",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib-esm/index.js",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "homepage": "https://aws-amplify.github.io/",
37
37
  "devDependencies": {
38
- "@aws-amplify/core": "5.1.4-unstableV5.5+5a22e4004",
39
- "@aws-amplify/datastore": "4.1.3-unstableV5.5+5a22e4004",
38
+ "@aws-amplify/core": "5.1.4",
39
+ "@aws-amplify/datastore": "4.1.3",
40
40
  "@types/react-native-sqlite-storage": "5.0.1",
41
41
  "expo-file-system": "13.1.4",
42
42
  "expo-sqlite": "10.1.0",
@@ -95,5 +95,5 @@
95
95
  "../datastore"
96
96
  ]
97
97
  },
98
- "gitHead": "5a22e40047e6fd3af75c15651281460c5312fa5f"
98
+ "gitHead": "0606e53509d256416516173b25c9ce1e86d41320"
99
99
  }