@adobe/helix-config 2.3.3 → 2.3.4

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,10 @@
1
+ ## [2.3.4](https://github.com/adobe/helix-config/compare/v2.3.3...v2.3.4) (2024-04-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @aws-sdk/client-s3 to v3.554.0 ([#44](https://github.com/adobe/helix-config/issues/44)) ([da0f561](https://github.com/adobe/helix-config/commit/da0f56137c15bd551c9c18df47854884aada9e1c))
7
+
1
8
  ## [2.3.3](https://github.com/adobe/helix-config/compare/v2.3.2...v2.3.3) (2024-04-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-config",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Helix Config",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "@adobe/helix-shared-config": "10.4.1",
60
60
  "@adobe/helix-shared-process-queue": "3.0.3",
61
61
  "@adobe/helix-shared-utils": "3.0.1",
62
- "@aws-sdk/client-s3": "3.552.0",
62
+ "@aws-sdk/client-s3": "3.554.0",
63
63
  "@aws-sdk/node-http-handler": "3.374.0",
64
64
  "mime": "4.0.1"
65
65
  }
@@ -249,7 +249,7 @@ export async function getConfigResponse(ctx, opts) {
249
249
  return new PipelineResponse('', {
250
250
  status: 404,
251
251
  headers: {
252
- 'x-error': 'ref does not exit (no head.html)',
252
+ 'x-error': 'ref does not exist (no head.html)',
253
253
  ...surrogateHeaders,
254
254
  },
255
255
  });