@cumulus/api-client 16.0.2-alpha.0 → 16.1.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/.nycrc.json +8 -0
- package/package.json +7 -6
- package/tsconfig.tsbuildinfo +1 -1
package/.nycrc.json
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/api-client",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"description": "API client for working with the Cumulus archive API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GIBS",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"prepare": "npm run tsc",
|
|
27
27
|
"tsc": "../../node_modules/.bin/tsc",
|
|
28
28
|
"tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles",
|
|
29
|
-
"watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'"
|
|
29
|
+
"watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'",
|
|
30
|
+
"coverage": "python ../../scripts/coverage_handler/coverage.py"
|
|
30
31
|
},
|
|
31
32
|
"ava": {
|
|
32
33
|
"files": [
|
|
@@ -38,12 +39,12 @@
|
|
|
38
39
|
"author": "Cumulus Authors",
|
|
39
40
|
"license": "Apache-2.0",
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@cumulus/aws-client": "16.
|
|
42
|
-
"@cumulus/logger": "16.
|
|
42
|
+
"@cumulus/aws-client": "16.1.0",
|
|
43
|
+
"@cumulus/logger": "16.1.0",
|
|
43
44
|
"p-retry": "^2.0.0"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@cumulus/types": "16.
|
|
47
|
+
"@cumulus/types": "16.1.0"
|
|
47
48
|
},
|
|
48
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "324e02b1396cd5510c9a9c54d01afd5d1c13064e"
|
|
49
50
|
}
|