@aws-amplify/datastore-storage-adapter 2.2.2 → 2.2.3-context-cogs.077566e.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.
Files changed (1) hide show
  1. package/package.json +46 -46
package/package.json CHANGED
@@ -1,48 +1,48 @@
1
1
  {
2
- "name": "@aws-amplify/datastore-storage-adapter",
3
- "version": "2.2.2",
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": "./dist/cjs/index.js",
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 --forceExit -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": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
22
- "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
23
- "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 94.16"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/aws-amplify/amplify-js.git"
28
- },
29
- "author": "Amazon Web Services",
30
- "license": "Apache-2.0",
31
- "bugs": {
32
- "url": "https://github.com/aws/aws-amplify/issues"
33
- },
34
- "homepage": "https://aws-amplify.github.io/",
35
- "peerDependencies": {
36
- "@aws-amplify/core": "^6.1.0"
37
- },
38
- "devDependencies": {
39
- "@aws-amplify/core": "6.15.0",
40
- "@aws-amplify/datastore": "5.1.2",
41
- "@types/react-native-sqlite-storage": "5.0.1",
42
- "expo-file-system": "13.1.4",
43
- "expo-sqlite": "10.1.0",
44
- "react-native-sqlite-storage": "5.0.0",
45
- "sqlite3": "^5.0.2"
46
- },
47
- "gitHead": "7b4c9e16aee48f03df25f77209d1677f21b15646"
2
+ "name": "@aws-amplify/datastore-storage-adapter",
3
+ "version": "2.2.3-context-cogs.077566e.0+077566e",
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": "./dist/cjs/index.js",
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 --forceExit -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": "eslint '**/*.{ts,tsx}' && npm run ts-coverage",
22
+ "lint:fix": "eslint '**/*.{ts,tsx}' --fix",
23
+ "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 94.16"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/aws-amplify/amplify-js.git"
28
+ },
29
+ "author": "Amazon Web Services",
30
+ "license": "Apache-2.0",
31
+ "bugs": {
32
+ "url": "https://github.com/aws/aws-amplify/issues"
33
+ },
34
+ "homepage": "https://aws-amplify.github.io/",
35
+ "peerDependencies": {
36
+ "@aws-amplify/core": "6.15.1-context-cogs.077566e.0+077566e"
37
+ },
38
+ "devDependencies": {
39
+ "@aws-amplify/core": "6.15.1-context-cogs.077566e.0+077566e",
40
+ "@aws-amplify/datastore": "5.1.3-context-cogs.077566e.0+077566e",
41
+ "@types/react-native-sqlite-storage": "5.0.1",
42
+ "expo-file-system": "13.1.4",
43
+ "expo-sqlite": "10.1.0",
44
+ "react-native-sqlite-storage": "5.0.0",
45
+ "sqlite3": "^5.0.2"
46
+ },
47
+ "gitHead": "077566e885ed4bd8cc94a6e7ef7f3eda96ec161a"
48
48
  }