@aws-amplify/datastore-storage-adapter 2.1.14 → 2.1.15-node-20-action.f356afc.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.
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/SQLiteAdapter/SQLiteDatabase.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/CommonSQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/SQLiteUtils.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/constants.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/common/types.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/cjs/index.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/SQLiteAdapter/SQLiteDatabase.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/CommonSQLiteAdapter.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/SQLiteUtils.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/constants.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/common/types.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/esm/index.js +0 -1
- package/.rollup.cache/home/runner/work/amplify-js/amplify-js/amplify-js/packages/datastore-storage-adapter/dist/meta/cjs.tsbuildinfo +1 -1
- package/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteAdapter.js.map +1 -1
- package/dist/cjs/ExpoSQLiteAdapter/ExpoSQLiteDatabase.js.map +1 -1
- package/dist/cjs/SQLiteAdapter/SQLiteAdapter.js.map +1 -1
- package/dist/cjs/SQLiteAdapter/SQLiteDatabase.js.map +1 -1
- package/dist/cjs/common/CommonSQLiteAdapter.js.map +1 -1
- package/dist/cjs/common/SQLiteUtils.js.map +1 -1
- package/dist/cjs/common/constants.js.map +1 -1
- package/dist/cjs/common/types.js.map +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteAdapter.mjs.map +1 -1
- package/dist/esm/ExpoSQLiteAdapter/ExpoSQLiteDatabase.mjs.map +1 -1
- package/dist/esm/SQLiteAdapter/SQLiteAdapter.mjs.map +1 -1
- package/dist/esm/SQLiteAdapter/SQLiteDatabase.mjs.map +1 -1
- package/dist/esm/common/CommonSQLiteAdapter.mjs.map +1 -1
- package/dist/esm/common/SQLiteUtils.mjs.map +1 -1
- package/dist/esm/common/constants.mjs.map +1 -1
- package/dist/meta/cjs.tsbuildinfo +1 -1
- package/package.json +46 -45
package/package.json
CHANGED
|
@@ -1,47 +1,48 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
2
|
+
"name": "@aws-amplify/datastore-storage-adapter",
|
|
3
|
+
"version": "2.1.15-node-20-action.f356afc.0+f356afc",
|
|
4
|
+
"description": "SQLite storage adapter for Amplify DataStore ",
|
|
5
|
+
"main": "./dist/cjs/index.js",
|
|
6
|
+
"module": "./dist/esm/index.mjs",
|
|
7
|
+
"typings": "./dist/esm/index.d.ts",
|
|
8
|
+
"react-native": "./src/index.ts",
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"access": "public"
|
|
11
|
+
},
|
|
12
|
+
"scripts": {
|
|
13
|
+
"test": "npm run lint && jest -w 1 --coverage --logHeapUsage",
|
|
14
|
+
"build-with-test": "npm test && npm run build",
|
|
15
|
+
"build:umd": "webpack && webpack --config ./webpack.config.dev.js",
|
|
16
|
+
"build:esm-cjs": "rollup -c rollup.config.mjs",
|
|
17
|
+
"build:watch": "npm run build:esm-cjs -- --watch",
|
|
18
|
+
"build": "npm run clean && npm run build:esm-cjs && npm run build:umd",
|
|
19
|
+
"clean": "rimraf dist lib lib-esm",
|
|
20
|
+
"format": "echo \"Not implemented\"",
|
|
21
|
+
"lint": "tslint '{__tests__,src}/**/*.ts' && npm run ts-coverage",
|
|
22
|
+
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 94.16"
|
|
23
|
+
},
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "https://github.com/aws-amplify/amplify-js.git"
|
|
27
|
+
},
|
|
28
|
+
"author": "Amazon Web Services",
|
|
29
|
+
"license": "Apache-2.0",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/aws/aws-amplify/issues"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://aws-amplify.github.io/",
|
|
34
|
+
"peerDependencies": {
|
|
35
|
+
"@aws-amplify/core": "6.0.15-node-20-action.f356afc.0+f356afc"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@aws-amplify/core": "6.0.15-node-20-action.f356afc.0+f356afc",
|
|
39
|
+
"@aws-amplify/datastore": "5.0.15-node-20-action.f356afc.0+f356afc",
|
|
40
|
+
"@types/react-native-sqlite-storage": "5.0.1",
|
|
41
|
+
"expo-file-system": "13.1.4",
|
|
42
|
+
"expo-sqlite": "10.1.0",
|
|
43
|
+
"react-native-sqlite-storage": "5.0.0",
|
|
44
|
+
"sqlite3": "^5.0.2",
|
|
45
|
+
"typescript": "5.0.2"
|
|
46
|
+
},
|
|
47
|
+
"gitHead": "f356afc3f445230d0c79fe941266a27194358c15"
|
|
47
48
|
}
|