@futdevpro/fsm-dynamo 1.16.3 → 1.16.5
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.
|
@@ -20,6 +20,24 @@
|
|
|
20
20
|
"includeStepLogs": false
|
|
21
21
|
},
|
|
22
22
|
"steps": [
|
|
23
|
+
{
|
|
24
|
+
"_comment": "FR-171 (2026-06-13) — auto-introspect ALL steps' condition.envSet + command ${VAR} refs. Reports PRESENT/MISSING env-vars + which downstream steps will silent-skip. Warning-only by default; fail-fast on the `requireSet` list. Goal: never again silent-skip discord/hot-update without surfacing the missing env at step #1.",
|
|
25
|
+
"label": "validate-secrets",
|
|
26
|
+
"type": "validate-secrets",
|
|
27
|
+
"fatal": false,
|
|
28
|
+
"discord": {
|
|
29
|
+
"emoji": "🔐",
|
|
30
|
+
"name": "Secrets Check",
|
|
31
|
+
"group": "preflight",
|
|
32
|
+
"groupName": "Pre-flight Check",
|
|
33
|
+
"groupEmoji": "🔐"
|
|
34
|
+
},
|
|
35
|
+
"settings": {
|
|
36
|
+
"requireSet": [
|
|
37
|
+
"NPM_TOKEN"
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
},
|
|
23
41
|
{
|
|
24
42
|
"label": "discord-start",
|
|
25
43
|
"command": "dc ci-dn-s '{\"appName\":\"Dynamo-FSM\",\"appEmoji\":\"🧱\",\"commitMessage\":\"$COMMIT_MESSAGE\",\"branchName\":\"$GITHUB_REF_NAME\",\"author\":\"$GITHUB_ACTOR\",\"runNumber\":\"$GITHUB_RUN_NUMBER\",\"runId\":\"$GITHUB_RUN_ID\",\"repository\":\"$GITHUB_REPOSITORY\",\"eventName\":\"$GITHUB_EVENT_NAME\",\"eventDateTime\":\"$EVENT_DATETIME\"}'",
|
|
@@ -60,7 +78,7 @@
|
|
|
60
78
|
},
|
|
61
79
|
{
|
|
62
80
|
"label": "build",
|
|
63
|
-
"command": "npx tsc",
|
|
81
|
+
"command": "npx rimraf ./build && npx tsc",
|
|
64
82
|
"fatal": true,
|
|
65
83
|
"discord": {
|
|
66
84
|
"emoji": "🏗️",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@futdevpro/fsm-dynamo",
|
|
3
|
-
"version": "01.16.
|
|
3
|
+
"version": "01.16.5",
|
|
4
4
|
"description": "Full Stack Model Collection for Dynamic (NodeJS-Typescript) Framework called Dynamo, by Future Development Ltd.",
|
|
5
5
|
"DyBu_settings": {
|
|
6
6
|
"packageType": "full-stack-package",
|
|
@@ -51,7 +51,11 @@
|
|
|
51
51
|
"audit:eslintrc": "dynamo-eslintrc-audit",
|
|
52
52
|
"fix": "dynamo-fix",
|
|
53
53
|
"fix:return-types": "dynamo-fix-return-types",
|
|
54
|
-
"prepare": "husky"
|
|
54
|
+
"prepare": "husky",
|
|
55
|
+
"ldp": "dc ldp",
|
|
56
|
+
"ldp:status": "dc ldp-status",
|
|
57
|
+
"ldp:stop": "dc ldp-stop",
|
|
58
|
+
"ldp:clear": "dc ldp-clear"
|
|
55
59
|
},
|
|
56
60
|
"main": "./build/index.js",
|
|
57
61
|
"module": "./build/index.js",
|
|
@@ -265,7 +269,7 @@
|
|
|
265
269
|
"uuid": "11.1.0"
|
|
266
270
|
},
|
|
267
271
|
"devDependencies": {
|
|
268
|
-
"@futdevpro/dynamo-eslint": "1.15.
|
|
272
|
+
"@futdevpro/dynamo-eslint": "1.15.16",
|
|
269
273
|
"@types/jasmine": "~4.3.5",
|
|
270
274
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
271
275
|
"@typescript-eslint/parser": "^8.41.0",
|