@friggframework/devtools 2.0.0--canary.517.8eaf5df.0 → 2.0.0--canary.517.c197eb5.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.
@@ -121,7 +121,6 @@
121
121
  /**
122
122
  * Admin configuration
123
123
  * @typedef {Object} AdminConfig
124
- * @property {boolean} [includeBuiltinScripts] - Whether to include built-in scripts
125
124
  * @property {boolean} [enableScheduling] - Whether to enable EventBridge scheduling
126
125
  */
127
126
 
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.517.8eaf5df.0",
4
+ "version": "2.0.0--canary.517.c197eb5.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.517.8eaf5df.0",
29
- "@friggframework/schemas": "2.0.0--canary.517.8eaf5df.0",
30
- "@friggframework/test": "2.0.0--canary.517.8eaf5df.0",
28
+ "@friggframework/core": "2.0.0--canary.517.c197eb5.0",
29
+ "@friggframework/schemas": "2.0.0--canary.517.c197eb5.0",
30
+ "@friggframework/test": "2.0.0--canary.517.c197eb5.0",
31
31
  "@hapi/boom": "^10.0.1",
32
32
  "@inquirer/prompts": "^5.3.8",
33
33
  "axios": "^1.18.0",
@@ -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.517.8eaf5df.0",
59
- "@friggframework/prettier-config": "2.0.0--canary.517.8eaf5df.0",
58
+ "@friggframework/eslint-config": "2.0.0--canary.517.c197eb5.0",
59
+ "@friggframework/prettier-config": "2.0.0--canary.517.c197eb5.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": "8eaf5df0746c979fc5cb7877d51a861becd5fbce"
91
+ "gitHead": "c197eb5c237e263a8d1b65a94f213ee4732b3c57"
92
92
  }