@friggframework/devtools 2.0.0--canary.545.302ab9b.0 → 2.0.0--canary.545.29ef032.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.
@@ -185,6 +185,7 @@ function startWithProvider({ provider, providerName }, options) {
185
185
  console.log(`Child process exited with code ${code}`);
186
186
  }
187
187
  });
188
+ }
188
189
 
189
190
  /**
190
191
  * Run interactive pre-flight checks with resolution prompts
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.545.302ab9b.0",
4
+ "version": "2.0.0--canary.545.29ef032.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.545.302ab9b.0",
29
- "@friggframework/schemas": "2.0.0--canary.545.302ab9b.0",
30
- "@friggframework/test": "2.0.0--canary.545.302ab9b.0",
28
+ "@friggframework/core": "2.0.0--canary.545.29ef032.0",
29
+ "@friggframework/schemas": "2.0.0--canary.545.29ef032.0",
30
+ "@friggframework/test": "2.0.0--canary.545.29ef032.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.545.302ab9b.0",
59
- "@friggframework/prettier-config": "2.0.0--canary.545.302ab9b.0",
58
+ "@friggframework/eslint-config": "2.0.0--canary.545.29ef032.0",
59
+ "@friggframework/prettier-config": "2.0.0--canary.545.29ef032.0",
60
60
  "aws-sdk-client-mock": "^4.1.0",
61
61
  "aws-sdk-client-mock-jest": "^4.1.0",
62
62
  "exit-x": "^0.2.2",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "gitHead": "302ab9baf3116458ee080f854fab184814c053a4"
92
+ "gitHead": "29ef03208c79ed5986a4353e7f1230da52b3b2aa"
93
93
  }