@cumulus/hello-world 18.5.1 → 18.5.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/dist/index.js +1 -1
- package/dist/lambda.zip +0 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -9668,7 +9668,7 @@ module.exports = require("util");
|
|
|
9668
9668
|
/******/
|
|
9669
9669
|
/************************************************************************/
|
|
9670
9670
|
var __webpack_exports__ = {};
|
|
9671
|
-
// This entry
|
|
9671
|
+
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
9672
9672
|
(() => {
|
|
9673
9673
|
"use strict";
|
|
9674
9674
|
var exports = __webpack_exports__;
|
package/dist/lambda.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cumulus/hello-world",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.3",
|
|
4
4
|
"description": "Example task",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"directories": {
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"author": "Cumulus Authors",
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@cumulus/aws-client": "18.5.
|
|
40
|
-
"@cumulus/common": "18.5.
|
|
39
|
+
"@cumulus/aws-client": "18.5.3",
|
|
40
|
+
"@cumulus/common": "18.5.3",
|
|
41
41
|
"@cumulus/cumulus-message-adapter-js": "2.2.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "710a2742b86966888094319920f57471b72a0cf8"
|
|
44
44
|
}
|