symphony-orchestrator 0.2.4 → 0.2.6
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.
- package/README.md +431 -46
- package/apps/frontend/dist/assets/index-BOAX6OmJ.js +17 -0
- package/apps/frontend/dist/assets/index-WVOa1OAj.css +1 -0
- package/apps/frontend/dist/index.html +2 -2
- package/package.json +3 -1
- package/vendor/symphony-darwin-arm64 +0 -0
- package/vendor/symphony-darwin-x64 +0 -0
- package/vendor/symphony-linux-x64 +0 -0
- package/vendor/symphony-win32-x64.exe +0 -0
- package/apps/frontend/dist/assets/index-C8630kgD.css +0 -1
- package/apps/frontend/dist/assets/index-CjoYsYYd.js +0 -17
|
@@ -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-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BOAX6OmJ.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.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Installable Symphony orchestration CLI and dashboard.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "pnpm -r build && opam exec -- dune build @all",
|
|
26
26
|
"test": "opam exec -- dune runtest",
|
|
27
|
+
"compozy:complete": "node scripts/complete-compozy-tasks.js",
|
|
28
|
+
"docs:test": "node scripts/validate-docs-examples.js",
|
|
27
29
|
"prepack": "pnpm frontend:build && pnpm backend:build && node scripts/package-binary.js",
|
|
28
30
|
"npm:validate": "node scripts/validate-npm-export.js",
|
|
29
31
|
"npm:validate:release": "node scripts/validate-npm-export.js --require-all-platforms",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|