@adobe/helix-deploy 11.0.18 → 11.0.20

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
+ ## [11.0.20](https://github.com/adobe/helix-deploy/compare/v11.0.19...v11.0.20) (2024-04-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @adobe/fastly-native-promises to v3.0.7 ([#692](https://github.com/adobe/helix-deploy/issues/692)) ([d9f8d15](https://github.com/adobe/helix-deploy/commit/d9f8d155f21930feda2db4116190e2210c77564b))
7
+
8
+ ## [11.0.19](https://github.com/adobe/helix-deploy/compare/v11.0.18...v11.0.19) (2024-04-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update external major (major) ([#690](https://github.com/adobe/helix-deploy/issues/690)) ([cea3191](https://github.com/adobe/helix-deploy/commit/cea319122e39864c1e69a8e19f887966159e0c39))
14
+
1
15
  ## [11.0.18](https://github.com/adobe/helix-deploy/compare/v11.0.17...v11.0.18) (2024-04-11)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-deploy",
3
- "version": "11.0.18",
3
+ "version": "11.0.20",
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,7 +37,7 @@
37
37
  "@adobe/helix-universal": ">=4.1.1"
38
38
  },
39
39
  "dependencies": {
40
- "@adobe/fastly-native-promises": "3.0.6",
40
+ "@adobe/fastly-native-promises": "3.0.7",
41
41
  "@adobe/fetch": "4.1.2",
42
42
  "@adobe/helix-shared-process-queue": "3.0.3",
43
43
  "@aws-sdk/client-apigatewayv2": "3.552.0",
@@ -64,14 +64,14 @@
64
64
  "isomorphic-git": "1.25.7",
65
65
  "openwhisk": "3.21.8",
66
66
  "semver": "7.6.0",
67
- "tar": "6.2.1",
67
+ "tar": "7.0.0",
68
68
  "webpack": "5.91.0",
69
69
  "yargs": "17.7.2"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@adobe/eslint-config-helix": "2.0.6",
73
73
  "@adobe/helix-shared-wrap": "2.0.1",
74
- "@adobe/helix-status": "10.0.11",
74
+ "@adobe/helix-status": "10.0.12",
75
75
  "@semantic-release/changelog": "6.0.3",
76
76
  "@semantic-release/git": "10.0.1",
77
77
  "c8": "9.1.0",
@@ -82,7 +82,7 @@
82
82
  "mocha-junit-reporter": "2.2.1",
83
83
  "mocha-multi-reporters": "1.5.1",
84
84
  "nock": "13.5.4",
85
- "semantic-release": "22.0.12",
85
+ "semantic-release": "23.0.8",
86
86
  "yauzl": "3.1.2"
87
87
  },
88
88
  "engines": {
@@ -12,7 +12,7 @@
12
12
  import chalk from 'chalk-template';
13
13
  import path from 'path';
14
14
  import fs from 'fs/promises';
15
- import tar from 'tar';
15
+ import * as tar from 'tar';
16
16
  import Fastly from '@adobe/fastly-native-promises';
17
17
  import { compileApplicationToWasm } from '@fastly/js-compute/src/compileApplicationToWasm.js';
18
18
  import { parseInputs } from '@fastly/js-compute/src/parseInputs.js';