@friggframework/devtools 2.0.0--canary.517.ff03f2c.0 → 2.0.0--canary.517.542a9ec.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.
|
@@ -81,8 +81,7 @@ class AdminScriptBuilder extends InfrastructureBuilder {
|
|
|
81
81
|
// Log registered scripts
|
|
82
82
|
appDefinition.adminScripts.forEach(script => {
|
|
83
83
|
const name = script.Definition?.name || 'unknown';
|
|
84
|
-
|
|
85
|
-
console.log(` ✓ Registered: ${name}${schedule?.enabled ? ' (scheduled)' : ''}`);
|
|
84
|
+
console.log(` ✓ Registered: ${name}`);
|
|
86
85
|
});
|
|
87
86
|
|
|
88
87
|
console.log(`[${this.name}] ✅ Admin script configuration completed`);
|
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.
|
|
4
|
+
"version": "2.0.0--canary.517.542a9ec.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.
|
|
29
|
-
"@friggframework/schemas": "2.0.0--canary.517.
|
|
30
|
-
"@friggframework/test": "2.0.0--canary.517.
|
|
28
|
+
"@friggframework/core": "2.0.0--canary.517.542a9ec.0",
|
|
29
|
+
"@friggframework/schemas": "2.0.0--canary.517.542a9ec.0",
|
|
30
|
+
"@friggframework/test": "2.0.0--canary.517.542a9ec.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.
|
|
59
|
-
"@friggframework/prettier-config": "2.0.0--canary.517.
|
|
58
|
+
"@friggframework/eslint-config": "2.0.0--canary.517.542a9ec.0",
|
|
59
|
+
"@friggframework/prettier-config": "2.0.0--canary.517.542a9ec.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": "
|
|
91
|
+
"gitHead": "542a9ec92adca85b29dd727125bbeb5d7e688dbc"
|
|
92
92
|
}
|