@aws-amplify/api 5.0.18 → 5.0.19-unstable-v5.3
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/api",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19-unstable-v5.3+728a41689",
|
|
4
4
|
"description": "Api category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
|
-
"test": "
|
|
26
|
+
"test": "npm run lint && jest -w 1 --coverage",
|
|
27
27
|
"test:size": "size-limit",
|
|
28
28
|
"build-with-test": "npm test && npm run build",
|
|
29
29
|
"build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"index.*.d.ts"
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@aws-amplify/api-graphql": "3.1.
|
|
61
|
-
"@aws-amplify/api-rest": "3.0.
|
|
60
|
+
"@aws-amplify/api-graphql": "3.1.7-unstable-v5.3+728a41689",
|
|
61
|
+
"@aws-amplify/api-rest": "3.0.19-unstable-v5.3+728a41689",
|
|
62
62
|
"tslib": "^1.8.0"
|
|
63
63
|
},
|
|
64
64
|
"size-limit": [
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"lib-esm"
|
|
114
114
|
]
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "728a41689cf69989350a05914e0ca055e8df77d4"
|
|
117
117
|
}
|