symphony-orchestrator 0.2.5 → 0.2.7

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.
@@ -5,8 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
7
  <title>Symphony Orchestrator</title>
8
- <script type="module" crossorigin src="/assets/index-GFjF0ETE.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-C21W0LEY.css">
8
+ <script type="module" crossorigin src="/assets/index-C5oNKL0n.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-WVOa1OAj.css">
10
10
  </head>
11
11
  <body class="bg-zinc-950 text-zinc-100">
12
12
  <main id="root"></main>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symphony-orchestrator",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Installable Symphony orchestration CLI and dashboard.",
5
5
  "private": false,
6
6
  "repository": {
@@ -34,6 +34,7 @@
34
34
  "backend:dev": "opam exec -- dune exec symphony -- --port 8080 --web WORKFLOW.example.md",
35
35
  "frontend:dev": "pnpm --filter @personal-symphony/frontend dev",
36
36
  "frontend:build": "pnpm --filter @personal-symphony/frontend build",
37
- "frontend:test": "pnpm --filter @personal-symphony/frontend test:live"
37
+ "frontend:test": "pnpm --filter @personal-symphony/frontend test:live",
38
+ "local:run": "node bin/symphony.js"
38
39
  }
39
40
  }
Binary file
Binary file
Binary file
Binary file