@aws-amplify/datastore 3.12.6-next.44 → 3.12.6-next.45
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/package.json +8 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/datastore",
|
|
3
|
-
"version": "3.12.6-next.
|
|
3
|
+
"version": "3.12.6-next.45+ec82d5c8d",
|
|
4
4
|
"description": "AppSyncLocal support for aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -12,11 +12,8 @@
|
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": [
|
|
15
|
-
"./src/datastore/datastore.ts",
|
|
16
15
|
"./lib/datastore/datastore.js",
|
|
17
|
-
"./lib-esm/datastore/datastore.js"
|
|
18
|
-
"./dist/aws-amplify-datastore.min.js",
|
|
19
|
-
"./dist/aws-amplify-datastore.js"
|
|
16
|
+
"./lib-esm/datastore/datastore.js"
|
|
20
17
|
],
|
|
21
18
|
"scripts": {
|
|
22
19
|
"test": "npm run lint && jest -w 1 --coverage",
|
|
@@ -56,11 +53,11 @@
|
|
|
56
53
|
"ssr"
|
|
57
54
|
],
|
|
58
55
|
"dependencies": {
|
|
59
|
-
"@aws-amplify/api": "4.0.49-next.
|
|
60
|
-
"@aws-amplify/auth": "4.6.2-next.
|
|
61
|
-
"@aws-amplify/core": "4.6.2-next.
|
|
62
|
-
"@aws-amplify/pubsub": "4.4.10-next.
|
|
63
|
-
"amazon-cognito-identity-js": "5.2.11-next.
|
|
56
|
+
"@aws-amplify/api": "4.0.49-next.45+ec82d5c8d",
|
|
57
|
+
"@aws-amplify/auth": "4.6.2-next.45+ec82d5c8d",
|
|
58
|
+
"@aws-amplify/core": "4.6.2-next.45+ec82d5c8d",
|
|
59
|
+
"@aws-amplify/pubsub": "4.4.10-next.45+ec82d5c8d",
|
|
60
|
+
"amazon-cognito-identity-js": "5.2.11-next.69+ec82d5c8d",
|
|
64
61
|
"idb": "5.0.6",
|
|
65
62
|
"immer": "9.0.6",
|
|
66
63
|
"ulid": "2.3.0",
|
|
@@ -122,5 +119,5 @@
|
|
|
122
119
|
"lib-esm"
|
|
123
120
|
]
|
|
124
121
|
},
|
|
125
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "ec82d5c8de2a151da890c14be764d77ad917bd7f"
|
|
126
123
|
}
|