Skip to content

Commit bca15a1

Browse files
committed
chore: packages
1 parent 7ddbc1c commit bca15a1

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

package-lock.json

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"v20": "^0.1.0"
5050
},
5151
"devDependencies": {
52-
"@exabyte-io/ade.js": "https://github.com/Exabyte-io/ade.js.git#feature/SOF-7632",
53-
"@exabyte-io/application-flavors.js": "https://github.com/Exabyte-io/application-flavors.git#feature/SOF-7632",
52+
"@exabyte-io/ade.js": "2025.8.20-0",
53+
"@exabyte-io/application-flavors.js": "2025.8.20-0",
5454
"@exabyte-io/eslint-config": "2025.5.13-0",
5555
"@exabyte-io/ide.js": "2024.3.26-0",
5656
"@exabyte-io/mode.js": "2024.4.28-0",

src/workflows/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function createWorkflowUnits({ appName, workflowData, workflowCls, ...swArgs })
192192

193193
function createWorkflow({ appName, workflowData, workflowCls = Workflow, ...swArgs }) {
194194
const { name } = workflowData;
195-
console.log(`creating ${appName} workflow ${name}`);
195+
console.log(`wode: creating ${appName} workflow ${name}`);
196196
const wf = createWorkflowUnits({
197197
appName,
198198
workflowData,

0 commit comments

Comments
 (0)