@cumulus/common 10.0.0-beta.0 → 10.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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/common",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "Common utilities used across tasks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GIBS",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build-docs": "npm run tsc && ../../node_modules/.bin/jsdoc2md --template templates/docs-API.hbs URLUtils.js util.js > docs/API.md",
|
|
27
|
-
"clean": "
|
|
27
|
+
"clean": "git clean -d -x -e node_modules -f",
|
|
28
28
|
"test": "../../node_modules/.bin/ava",
|
|
29
29
|
"test:coverage": "../../node_modules/.bin/nyc npm test",
|
|
30
30
|
"prepare": "npm run tsc",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"author": "Cumulus Authors",
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@cumulus/errors": "10.
|
|
45
|
-
"@cumulus/logger": "10.
|
|
44
|
+
"@cumulus/errors": "10.1.0",
|
|
45
|
+
"@cumulus/logger": "10.1.0",
|
|
46
46
|
"ajv": "^6.12.3",
|
|
47
47
|
"aws-sdk": "^2.585.0",
|
|
48
48
|
"follow-redirects": "^1.2.4",
|
|
49
49
|
"fs-extra": "^5.0.0",
|
|
50
50
|
"jsonpath-plus": "^3.0.0",
|
|
51
51
|
"lodash": "^4.17.20",
|
|
52
|
-
"node-forge": "^0.
|
|
52
|
+
"node-forge": "^1.0.0",
|
|
53
53
|
"p-limit": "^2.0.0",
|
|
54
54
|
"p-map": "^1.2.0",
|
|
55
55
|
"p-retry": "^4.2.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"@types/node-forge": "^0.9.5",
|
|
64
64
|
"@types/url-join": "^4.0.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "765ba4733ec97540e28cd64dac702eea3b96c654"
|
|
67
67
|
}
|