@adobe/helix-deploy 6.2.32 → 6.2.35
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/CHANGELOG.md +21 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [6.2.35](https://github.com/adobe/helix-deploy/compare/v6.2.34...v6.2.35) (2022-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([3321ce2](https://github.com/adobe/helix-deploy/commit/3321ce2d855b741b219384d005c0cb7be09ad82f))
|
|
7
|
+
|
|
8
|
+
## [6.2.34](https://github.com/adobe/helix-deploy/compare/v6.2.33...v6.2.34) (2022-05-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update adobe fixes ([2bc01d0](https://github.com/adobe/helix-deploy/commit/2bc01d0ba7a311402885aac322d278cc7e284001))
|
|
14
|
+
|
|
15
|
+
## [6.2.33](https://github.com/adobe/helix-deploy/compare/v6.2.32...v6.2.33) (2022-05-14)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update external fixes ([#411](https://github.com/adobe/helix-deploy/issues/411)) ([51da315](https://github.com/adobe/helix-deploy/commit/51da315a225762d5671d21008837c6240ac13daf))
|
|
21
|
+
|
|
1
22
|
## [6.2.32](https://github.com/adobe/helix-deploy/compare/v6.2.31...v6.2.32) (2022-05-07)
|
|
2
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-deploy",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.35",
|
|
4
4
|
"description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/adobe/helix-deploy#readme",
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
"@adobe/helix-universal": ">=1.9.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@adobe/fastly-native-promises": "2.0.
|
|
41
|
-
"@adobe/helix-fetch": "3.0.
|
|
42
|
-
"@aws-sdk/client-apigatewayv2": "3.
|
|
43
|
-
"@aws-sdk/client-lambda": "3.
|
|
44
|
-
"@aws-sdk/client-s3": "3.
|
|
45
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
46
|
-
"@aws-sdk/client-ssm": "3.
|
|
40
|
+
"@adobe/fastly-native-promises": "2.0.8",
|
|
41
|
+
"@adobe/helix-fetch": "3.0.10",
|
|
42
|
+
"@aws-sdk/client-apigatewayv2": "3.95.0",
|
|
43
|
+
"@aws-sdk/client-lambda": "3.95.0",
|
|
44
|
+
"@aws-sdk/client-s3": "3.95.0",
|
|
45
|
+
"@aws-sdk/client-secrets-manager": "3.95.0",
|
|
46
|
+
"@aws-sdk/client-ssm": "3.95.0",
|
|
47
47
|
"@fastly/js-compute": "0.2.4",
|
|
48
48
|
"@google-cloud/functions": "1.3.0",
|
|
49
49
|
"@google-cloud/secret-manager": "3.12.0",
|
|
50
|
-
"@google-cloud/storage": "5.
|
|
50
|
+
"@google-cloud/storage": "5.20.5",
|
|
51
51
|
"@rollup/plugin-alias": "3.1.9",
|
|
52
52
|
"@rollup/plugin-commonjs": "22.0.0",
|
|
53
53
|
"@rollup/plugin-json": "4.1.0",
|
|
@@ -55,43 +55,43 @@
|
|
|
55
55
|
"archiver": "5.3.1",
|
|
56
56
|
"chalk-template": "0.4.0",
|
|
57
57
|
"constants-browserify": "1.0.0",
|
|
58
|
-
"dotenv": "16.0.
|
|
58
|
+
"dotenv": "16.0.1",
|
|
59
59
|
"express": "4.18.1",
|
|
60
60
|
"form-data": "4.0.0",
|
|
61
61
|
"fs-extra": "10.1.0",
|
|
62
62
|
"get-stream": "6.0.1",
|
|
63
|
-
"isomorphic-git": "1.17.
|
|
63
|
+
"isomorphic-git": "1.17.2",
|
|
64
64
|
"openwhisk": "3.21.6",
|
|
65
65
|
"proxyquire": "2.1.3",
|
|
66
|
-
"rollup": "2.
|
|
66
|
+
"rollup": "2.74.1",
|
|
67
67
|
"rollup-plugin-terser": "7.0.2",
|
|
68
68
|
"semver": "7.3.7",
|
|
69
69
|
"tar": "6.1.11",
|
|
70
|
-
"webpack": "5.72.
|
|
71
|
-
"yargs": "17.
|
|
70
|
+
"webpack": "5.72.1",
|
|
71
|
+
"yargs": "17.5.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
75
75
|
"@adobe/helix-shared-wrap": "1.0.5",
|
|
76
|
-
"@adobe/helix-status": "9.2.
|
|
77
|
-
"@adobe/helix-universal-logger": "2.0.
|
|
76
|
+
"@adobe/helix-status": "9.2.12",
|
|
77
|
+
"@adobe/helix-universal-logger": "2.0.8",
|
|
78
78
|
"@semantic-release/changelog": "6.0.1",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|
|
80
|
-
"c8": "7.11.
|
|
80
|
+
"c8": "7.11.3",
|
|
81
81
|
"chai": "4.3.6",
|
|
82
82
|
"chai-http": "4.3.0",
|
|
83
83
|
"codecov": "3.8.3",
|
|
84
|
-
"eslint": "8.
|
|
84
|
+
"eslint": "8.16.0",
|
|
85
85
|
"eslint-plugin-header": "3.1.1",
|
|
86
86
|
"eslint-plugin-import": "2.26.0",
|
|
87
|
-
"husky": "
|
|
87
|
+
"husky": "8.0.1",
|
|
88
88
|
"lint-staged": "12.4.1",
|
|
89
89
|
"mocha": "10.0.0",
|
|
90
90
|
"mocha-junit-reporter": "2.0.2",
|
|
91
91
|
"mocha-multi-reporters": "1.5.1",
|
|
92
92
|
"nock": "13.2.4",
|
|
93
93
|
"semantic-release": "19.0.2",
|
|
94
|
-
"sinon": "
|
|
94
|
+
"sinon": "14.0.0",
|
|
95
95
|
"yauzl": "2.10.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|