@friggframework/devtools 2.0.0-next.25 → 2.0.0-next.26

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.
@@ -541,6 +541,25 @@ const composeServerlessDefinition = (AppDefinition) => {
541
541
  },
542
542
  ],
543
543
  },
544
+ health: {
545
+ handler: 'node_modules/@friggframework/core/handlers/routers/health.handler',
546
+ events: [
547
+ {
548
+ http: {
549
+ path: '/health',
550
+ method: 'GET',
551
+ cors: true,
552
+ },
553
+ },
554
+ {
555
+ http: {
556
+ path: '/health/{proxy+}',
557
+ method: 'GET',
558
+ cors: true,
559
+ },
560
+ },
561
+ ],
562
+ },
544
563
  },
545
564
  resources: {
546
565
  Resources: {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@friggframework/devtools",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0-next.25",
4
+ "version": "2.0.0-next.26",
5
5
  "dependencies": {
6
6
  "@babel/eslint-parser": "^7.18.9",
7
7
  "@babel/parser": "^7.25.3",
8
8
  "@babel/traverse": "^7.25.3",
9
- "@friggframework/test": "2.0.0-next.25",
9
+ "@friggframework/test": "2.0.0-next.26",
10
10
  "@hapi/boom": "^10.0.1",
11
11
  "@inquirer/prompts": "^5.3.8",
12
12
  "axios": "^1.7.2",
@@ -27,8 +27,8 @@
27
27
  "serverless-http": "^2.7.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@friggframework/eslint-config": "2.0.0-next.25",
31
- "@friggframework/prettier-config": "2.0.0-next.25",
30
+ "@friggframework/eslint-config": "2.0.0-next.26",
31
+ "@friggframework/prettier-config": "2.0.0-next.26",
32
32
  "prettier": "^2.7.1",
33
33
  "serverless": "3.39.0",
34
34
  "serverless-dotenv-plugin": "^6.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "d758d225a2cfbe4038ecc2b777cd6826949312fb"
63
+ "gitHead": "9b9a6cf25e458ec0033c7f4e4ee1f2128b81599e"
64
64
  }