@aws-amplify/api-rest 3.0.12 → 3.0.13-unstableV5.10
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-amplify/api-rest",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.13-unstableV5.10+935df3fd3",
|
|
4
4
|
"description": "Api-rest category of aws-amplify",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"module": "./lib-esm/index.js",
|
|
@@ -24,7 +24,8 @@
|
|
|
24
24
|
"build:cjs:watch": "node ./build es5 --watch",
|
|
25
25
|
"build:esm:watch": "node ./build es6 --watch",
|
|
26
26
|
"build": "npm run clean && npm run build:esm && npm run build:cjs",
|
|
27
|
-
"clean": "rimraf lib-esm lib dist
|
|
27
|
+
"clean": "npm run clean:size && rimraf lib-esm lib dist",
|
|
28
|
+
"clean:size": "rimraf dual-publish-tmp tmp*",
|
|
28
29
|
"format": "echo \"Not implemented\"",
|
|
29
30
|
"lint": "tslint 'src/**/*.ts' && npm run ts-coverage",
|
|
30
31
|
"ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 65.41"
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"src"
|
|
46
47
|
],
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@aws-amplify/core": "5.0.
|
|
49
|
+
"@aws-amplify/core": "5.0.13-unstableV5.10+935df3fd3",
|
|
49
50
|
"axios": "0.26.0",
|
|
50
51
|
"tslib": "^1.8.0"
|
|
51
52
|
},
|
|
@@ -101,5 +102,5 @@
|
|
|
101
102
|
"lib-esm"
|
|
102
103
|
]
|
|
103
104
|
},
|
|
104
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "935df3fd35e8aa1efacae11012e26007516efdd5"
|
|
105
106
|
}
|