@friggframework/devtools 2.0.0--canary.553.ca64938.0 → 2.0.0--canary.553.f839939.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.
@@ -379,7 +379,7 @@ class IntegrationBuilder extends InfrastructureBuilder {
379
379
  Threshold: 500,
380
380
  ComparisonOperator: 'GreaterThanThreshold',
381
381
  EvaluationPeriods: 1,
382
- Period: 60,
382
+ Period: 300,
383
383
  AlarmActions: [{ Ref: 'InternalErrorBridgeTopic' }],
384
384
  Dimensions: [
385
385
  { Name: 'QueueName', Value: queueName },
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.ca64938.0",
4
+ "version": "2.0.0--canary.553.f839939.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.ca64938.0",
29
- "@friggframework/schemas": "2.0.0--canary.553.ca64938.0",
30
- "@friggframework/test": "2.0.0--canary.553.ca64938.0",
28
+ "@friggframework/core": "2.0.0--canary.553.f839939.0",
29
+ "@friggframework/schemas": "2.0.0--canary.553.f839939.0",
30
+ "@friggframework/test": "2.0.0--canary.553.f839939.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.ca64938.0",
59
- "@friggframework/prettier-config": "2.0.0--canary.553.ca64938.0",
58
+ "@friggframework/eslint-config": "2.0.0--canary.553.f839939.0",
59
+ "@friggframework/prettier-config": "2.0.0--canary.553.f839939.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": "ca64938847f95aee12e7b087ee9fee5d88fb005b"
91
+ "gitHead": "f839939da2c1454956d177b8d73b79d449d21b14"
92
92
  }