@runfusion/fusion 0.0.3 → 0.0.4

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.
@@ -78,11 +78,11 @@
78
78
  }
79
79
  })();
80
80
  </script>
81
- <script type="module" crossorigin src="/assets/index-6vxMhlrC.js"></script>
81
+ <script type="module" crossorigin src="/assets/index-wtVkS5Qz.js"></script>
82
82
  <link rel="modulepreload" crossorigin href="/assets/vendor-react-K0fH_qHe.js">
83
83
  <link rel="modulepreload" crossorigin href="/assets/vendor-xterm-DzcZoU0P.js">
84
84
  <link rel="stylesheet" crossorigin href="/assets/vendor-xterm-LZoznX6r.css">
85
- <link rel="stylesheet" crossorigin href="/assets/index-DVmHYNJ8.css">
85
+ <link rel="stylesheet" crossorigin href="/assets/index-9GdD09x7.css">
86
86
  </head>
87
87
  <body>
88
88
  <div id="root"></div>
package/dist/extension.js CHANGED
@@ -34456,7 +34456,7 @@ async function syncBackupAutomation(automationStore, settings) {
34456
34456
  if (!AutomationStore2.isValidCron(schedule)) {
34457
34457
  throw new Error(`Invalid backup schedule: ${schedule}`);
34458
34458
  }
34459
- const command = "fn backup --create";
34459
+ const command = "npx runfusion.ai backup --create";
34460
34460
  if (existingSchedule) {
34461
34461
  return await automationStore.updateSchedule(existingSchedule.id, {
34462
34462
  scheduleType: "custom",
@@ -34489,7 +34489,7 @@ async function syncBackupRoutine(routineStore, settings) {
34489
34489
  if (!RoutineStore2.isValidCron(schedule)) {
34490
34490
  throw new Error(`Invalid backup schedule: ${schedule}`);
34491
34491
  }
34492
- const command = "fn backup --create";
34492
+ const command = "npx runfusion.ai backup --create";
34493
34493
  const input = {
34494
34494
  name: BACKUP_SCHEDULE_NAME,
34495
34495
  description: "Automatic database backup based on project settings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runfusion/fusion",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
6
6
  "homepage": "https://github.com/Runfusion/Fusion#readme",
@@ -69,8 +69,8 @@
69
69
  "vitest": "^3.1.0",
70
70
  "yaml": "^2.8.3",
71
71
  "@fusion/core": "0.1.0",
72
- "@fusion/dashboard": "0.1.0",
73
- "@fusion/engine": "0.1.0"
72
+ "@fusion/engine": "0.1.0",
73
+ "@fusion/dashboard": "0.1.0"
74
74
  },
75
75
  "repository": {
76
76
  "type": "git",