@adobe/helix-deploy 6.2.4 → 6.2.8
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 +29 -0
- package/package.json +20 -20
- package/src/DevelopmentServer.js +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## [6.2.8](https://github.com/adobe/helix-deploy/compare/v6.2.7...v6.2.8) (2022-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/fastly-native-promises to v2.0.1 ([#375](https://github.com/adobe/helix-deploy/issues/375)) ([a14b250](https://github.com/adobe/helix-deploy/commit/a14b250403c7e3c7651fc2691d034f072fcb71bd))
|
|
7
|
+
* **deps:** update external fixes ([#376](https://github.com/adobe/helix-deploy/issues/376)) ([e5d2c2e](https://github.com/adobe/helix-deploy/commit/e5d2c2e7ffe979d42b46fc5f2945334c7177692c))
|
|
8
|
+
|
|
9
|
+
## [6.2.7](https://github.com/adobe/helix-deploy/compare/v6.2.6...v6.2.7) (2022-02-05)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **deps:** update external fixes ([6c9defc](https://github.com/adobe/helix-deploy/commit/6c9defcb50fd1420574369df9099fd399f5e7e23))
|
|
15
|
+
|
|
16
|
+
## [6.2.6](https://github.com/adobe/helix-deploy/compare/v6.2.5...v6.2.6) (2022-02-04)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **deps:** update adobe fixes ([a6e8234](https://github.com/adobe/helix-deploy/commit/a6e8234df6e565bc108ff91436127d4464dbf12f))
|
|
22
|
+
|
|
23
|
+
## [6.2.5](https://github.com/adobe/helix-deploy/compare/v6.2.4...v6.2.5) (2022-02-04)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* fix more dev-server params ([#370](https://github.com/adobe/helix-deploy/issues/370)) ([300a457](https://github.com/adobe/helix-deploy/commit/300a4579e492da496f5ec2d66eb6bcf5d691438a))
|
|
29
|
+
|
|
1
30
|
## [6.2.4](https://github.com/adobe/helix-deploy/compare/v6.2.3...v6.2.4) (2022-02-04)
|
|
2
31
|
|
|
3
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-deploy",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.8",
|
|
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,16 +37,16 @@
|
|
|
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.
|
|
47
|
-
"@fastly/js-compute": "0.2.
|
|
40
|
+
"@adobe/fastly-native-promises": "2.0.1",
|
|
41
|
+
"@adobe/helix-fetch": "3.0.3",
|
|
42
|
+
"@aws-sdk/client-apigatewayv2": "3.50.0",
|
|
43
|
+
"@aws-sdk/client-lambda": "3.50.0",
|
|
44
|
+
"@aws-sdk/client-s3": "3.50.0",
|
|
45
|
+
"@aws-sdk/client-secrets-manager": "3.50.0",
|
|
46
|
+
"@aws-sdk/client-ssm": "3.50.0",
|
|
47
|
+
"@fastly/js-compute": "0.2.2",
|
|
48
48
|
"@google-cloud/functions": "1.2.0",
|
|
49
|
-
"@google-cloud/secret-manager": "3.
|
|
49
|
+
"@google-cloud/secret-manager": "3.11.0",
|
|
50
50
|
"@google-cloud/storage": "5.18.1",
|
|
51
51
|
"@rollup/plugin-alias": "3.1.9",
|
|
52
52
|
"@rollup/plugin-commonjs": "21.0.1",
|
|
@@ -55,26 +55,26 @@
|
|
|
55
55
|
"archiver": "5.3.0",
|
|
56
56
|
"chalk-template": "0.3.1",
|
|
57
57
|
"constants-browserify": "1.0.0",
|
|
58
|
-
"dotenv": "
|
|
58
|
+
"dotenv": "16.0.0",
|
|
59
59
|
"express": "4.17.2",
|
|
60
60
|
"form-data": "4.0.0",
|
|
61
61
|
"fs-extra": "10.0.0",
|
|
62
62
|
"get-stream": "6.0.1",
|
|
63
|
-
"isomorphic-git": "1.11.
|
|
63
|
+
"isomorphic-git": "1.11.2",
|
|
64
64
|
"openwhisk": "3.21.6",
|
|
65
65
|
"proxyquire": "2.1.3",
|
|
66
|
-
"rollup": "2.
|
|
66
|
+
"rollup": "2.67.1",
|
|
67
67
|
"rollup-plugin-terser": "7.0.2",
|
|
68
68
|
"semver": "7.3.5",
|
|
69
69
|
"tar": "6.1.11",
|
|
70
|
-
"webpack": "5.
|
|
70
|
+
"webpack": "5.68.0",
|
|
71
71
|
"yargs": "17.3.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
75
|
-
"@adobe/helix-shared-wrap": "1.0.
|
|
76
|
-
"@adobe/helix-status": "9.2.
|
|
77
|
-
"@adobe/helix-universal-logger": "2.0.
|
|
75
|
+
"@adobe/helix-shared-wrap": "1.0.2",
|
|
76
|
+
"@adobe/helix-status": "9.2.6",
|
|
77
|
+
"@adobe/helix-universal-logger": "2.0.2",
|
|
78
78
|
"@semantic-release/changelog": "6.0.1",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|
|
80
80
|
"c8": "7.11.0",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"eslint-plugin-header": "3.1.1",
|
|
86
86
|
"eslint-plugin-import": "2.25.4",
|
|
87
87
|
"husky": "7.0.4",
|
|
88
|
-
"lint-staged": "12.3.
|
|
88
|
+
"lint-staged": "12.3.3",
|
|
89
89
|
"mocha": "9.2.0",
|
|
90
90
|
"mocha-junit-reporter": "2.0.2",
|
|
91
91
|
"mocha-multi-reporters": "1.5.1",
|
|
92
|
-
"nock": "13.2.
|
|
92
|
+
"nock": "13.2.4",
|
|
93
93
|
"semantic-release": "19.0.2",
|
|
94
|
-
"sinon": "13.0.
|
|
94
|
+
"sinon": "13.0.1",
|
|
95
95
|
"yauzl": "2.10.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
package/src/DevelopmentServer.js
CHANGED
|
@@ -144,9 +144,7 @@ export default class DevelopmentServer {
|
|
|
144
144
|
'./main.js': {
|
|
145
145
|
main: this._main,
|
|
146
146
|
},
|
|
147
|
-
|
|
148
|
-
'./google-secrets.js': () => (config.params),
|
|
149
|
-
});
|
|
147
|
+
}).raw;
|
|
150
148
|
this.params = config.params;
|
|
151
149
|
return this;
|
|
152
150
|
}
|
|
@@ -156,6 +154,11 @@ export default class DevelopmentServer {
|
|
|
156
154
|
* @returns {Promise<void>}
|
|
157
155
|
*/
|
|
158
156
|
async start() {
|
|
157
|
+
Object.entries(this.params).forEach(([key, value]) => {
|
|
158
|
+
if (!(key in process.env)) {
|
|
159
|
+
process.env[key] = value;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
159
162
|
this.app = express();
|
|
160
163
|
await new Promise((resolve, reject) => {
|
|
161
164
|
try {
|