@friggframework/devtools 2.0.0--canary.553.2eff615.0 → 2.0.0--canary.553.bd58f28.0

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.
@@ -334,7 +334,7 @@ class IntegrationBuilder extends InfrastructureBuilder {
334
334
  Properties: {
335
335
  QueueName: '${self:service}-${self:provider.stage}-InternalErrorQueue',
336
336
  MessageRetentionPeriod: 1209600, // 14 days
337
- VisibilityTimeout: 60, // Must be >= DLQ processor Lambda timeout (30s)
337
+ VisibilityTimeout: 180, // Must be >= 6x DLQ processor Lambda timeout (30s × 6)
338
338
  },
339
339
  };
340
340
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.553.2eff615.0",
4
+ "version": "2.0.0--canary.553.bd58f28.0",
5
5
  "bin": {
6
6
  "frigg": "./frigg-cli/index.js"
7
7
  },
@@ -25,9 +25,9 @@
25
25
  "@babel/eslint-parser": "^7.18.9",
26
26
  "@babel/parser": "^7.25.3",
27
27
  "@babel/traverse": "^7.25.3",
28
- "@friggframework/core": "2.0.0--canary.553.2eff615.0",
29
- "@friggframework/schemas": "2.0.0--canary.553.2eff615.0",
30
- "@friggframework/test": "2.0.0--canary.553.2eff615.0",
28
+ "@friggframework/core": "2.0.0--canary.553.bd58f28.0",
29
+ "@friggframework/schemas": "2.0.0--canary.553.bd58f28.0",
30
+ "@friggframework/test": "2.0.0--canary.553.bd58f28.0",
31
31
  "@hapi/boom": "^10.0.1",
32
32
  "@inquirer/prompts": "^5.3.8",
33
33
  "axios": "^1.7.2",
@@ -55,8 +55,8 @@
55
55
  "validate-npm-package-name": "^5.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@friggframework/eslint-config": "2.0.0--canary.553.2eff615.0",
59
- "@friggframework/prettier-config": "2.0.0--canary.553.2eff615.0",
58
+ "@friggframework/eslint-config": "2.0.0--canary.553.bd58f28.0",
59
+ "@friggframework/prettier-config": "2.0.0--canary.553.bd58f28.0",
60
60
  "aws-sdk-client-mock": "^4.1.0",
61
61
  "aws-sdk-client-mock-jest": "^4.1.0",
62
62
  "jest": "^30.1.3",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "2eff615d0029d87f959c99ffa7bd1050e58c12f9"
91
+ "gitHead": "bd58f284f43dcaae23e72b9339b6f01cf177e00a"
92
92
  }