@adobe/helix-deploy 7.3.8 → 7.3.10

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [7.3.10](https://github.com/adobe/helix-deploy/compare/v7.3.9...v7.3.10) (2023-01-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update external fixes ([#480](https://github.com/adobe/helix-deploy/issues/480)) ([2e03785](https://github.com/adobe/helix-deploy/commit/2e03785a81afa9d1816a14d759aa51e1fa138e21))
7
+
8
+ ## [7.3.9](https://github.com/adobe/helix-deploy/compare/v7.3.8...v7.3.9) (2023-01-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * default to secrets manager only ([#482](https://github.com/adobe/helix-deploy/issues/482)) ([6f0b28d](https://github.com/adobe/helix-deploy/commit/6f0b28de5031b646a9031112d802d11f2942e232))
14
+
1
15
  ## [7.3.8](https://github.com/adobe/helix-deploy/compare/v7.3.7...v7.3.8) (2022-12-31)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-deploy",
3
- "version": "7.3.8",
3
+ "version": "7.3.10",
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",
@@ -38,33 +38,33 @@
38
38
  "dependencies": {
39
39
  "@adobe/fastly-native-promises": "2.0.15",
40
40
  "@adobe/fetch": "3.3.1",
41
- "@aws-sdk/client-apigatewayv2": "3.241.0",
42
- "@aws-sdk/client-lambda": "3.241.0",
43
- "@aws-sdk/client-s3": "3.241.0",
44
- "@aws-sdk/client-secrets-manager": "3.241.0",
45
- "@aws-sdk/client-ssm": "3.241.0",
46
- "@aws-sdk/client-sts": "3.241.0",
47
- "@fastly/js-compute": "0.7.0",
41
+ "@aws-sdk/client-apigatewayv2": "3.245.0",
42
+ "@aws-sdk/client-lambda": "3.245.0",
43
+ "@aws-sdk/client-s3": "3.245.0",
44
+ "@aws-sdk/client-secrets-manager": "3.245.0",
45
+ "@aws-sdk/client-ssm": "3.245.0",
46
+ "@aws-sdk/client-sts": "3.245.0",
47
+ "@fastly/js-compute": "1.1.0",
48
48
  "@google-cloud/functions": "2.2.3",
49
49
  "@google-cloud/secret-manager": "4.2.0",
50
- "@google-cloud/storage": "6.8.0",
50
+ "@google-cloud/storage": "6.9.0",
51
51
  "@rollup/plugin-alias": "4.0.2",
52
- "@rollup/plugin-commonjs": "23.0.7",
53
- "@rollup/plugin-json": "5.0.2",
52
+ "@rollup/plugin-commonjs": "24.0.0",
53
+ "@rollup/plugin-json": "6.0.0",
54
54
  "@rollup/plugin-node-resolve": "15.0.1",
55
+ "@rollup/plugin-terser": "0.3.0",
55
56
  "archiver": "5.3.1",
56
57
  "chalk-template": "0.5.0",
57
58
  "constants-browserify": "1.0.0",
58
59
  "dotenv": "16.0.3",
59
60
  "express": "4.18.2",
60
61
  "form-data": "4.0.0",
61
- "fs-extra": "10.1.0",
62
+ "fs-extra": "11.1.0",
62
63
  "get-stream": "6.0.1",
63
64
  "isomorphic-git": "1.21.0",
64
65
  "openwhisk": "3.21.7",
65
66
  "proxyquire": "2.1.3",
66
- "rollup": "2.79.1",
67
- "rollup-plugin-terser": "7.0.2",
67
+ "rollup": "3.9.1",
68
68
  "semver": "7.3.8",
69
69
  "tar": "6.1.13",
70
70
  "webpack": "5.75.0",
@@ -84,14 +84,14 @@
84
84
  "eslint": "8.31.0",
85
85
  "eslint-plugin-header": "3.1.1",
86
86
  "eslint-plugin-import": "2.26.0",
87
- "husky": "8.0.2",
87
+ "husky": "8.0.3",
88
88
  "lint-staged": "13.1.0",
89
89
  "mocha": "10.2.0",
90
90
  "mocha-junit-reporter": "2.2.0",
91
91
  "mocha-multi-reporters": "1.5.1",
92
92
  "nock": "13.2.9",
93
93
  "semantic-release": "19.0.5",
94
- "sinon": "14.0.2",
94
+ "sinon": "15.0.1",
95
95
  "yauzl": "2.10.0"
96
96
  },
97
97
  "engines": {
@@ -19,7 +19,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';
19
19
  import commonjs from '@rollup/plugin-commonjs';
20
20
  import alias from '@rollup/plugin-alias';
21
21
  import pluginJson from '@rollup/plugin-json';
22
- import { terser } from 'rollup-plugin-terser';
22
+ import terser from '@rollup/plugin-terser';
23
23
 
24
24
  import BaseBundler from './BaseBundler.js';
25
25
 
@@ -22,7 +22,7 @@ export default class AWSConfig {
22
22
  cleanUpIntegrations: false,
23
23
  createRoutes: false,
24
24
  lambdaFormat: DEFAULT_LAMBDA_FORMAT,
25
- parameterMgr: ['system', 'secret'],
25
+ parameterMgr: ['secret'],
26
26
  createAuthorizer: '',
27
27
  attachAuthorizer: '',
28
28
  arch: 'x86_64',
@@ -143,7 +143,7 @@ export default class AWSConfig {
143
143
  .option('aws-parameter-manager', {
144
144
  description: 'Manager to use for storing package params. (either "secret" for Secrets Manager or "system" for System Manager)',
145
145
  type: 'string',
146
- default: ['secret', 'system'],
146
+ default: ['secret'],
147
147
  array: true,
148
148
  })
149
149
  .option('aws-lambda-format', {
@@ -81,7 +81,7 @@ export default class FastlyGateway {
81
81
  .map(([key, value]) => ({
82
82
  item_key: `${this.cfg.packageName}.${key}`,
83
83
  item_value: value,
84
- op: 'update',
84
+ op: 'upsert',
85
85
  }));
86
86
 
87
87
  if (packageparams.length !== 0) {