@shapeshift-labs/frontier-loom-ui 0.1.3 → 0.1.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.
@@ -0,0 +1,58 @@
1
+ {
2
+ "id": "loom.dashboard.substrate-integration",
3
+ "title": "Dashboard reads Frontier run, lease, gate, and git substrate records",
4
+ "packages": [
5
+ {
6
+ "name": "@shapeshift-labs/frontier-loom-ui",
7
+ "surface": "server-dashboard",
8
+ "purpose": "Project run, lease, gate, queue, and git substrate records into the dashboard snapshot"
9
+ },
10
+ {
11
+ "name": "@shapeshift-labs/loom",
12
+ "surface": "delegate-dependencies",
13
+ "purpose": "Pin Loom delegates to the published swarm/run package split"
14
+ }
15
+ ],
16
+ "state": [
17
+ {
18
+ "id": "dashboard-substrate-summary",
19
+ "path": ["substrate"],
20
+ "package": "@shapeshift-labs/frontier-loom-ui",
21
+ "description": "Dashboard snapshot reports frontier-run, frontier-lease, frontier-test gate execution, and frontier-swarm-git substrate records"
22
+ }
23
+ ],
24
+ "acceptance": [
25
+ {
26
+ "id": "dashboard-substrate-present",
27
+ "source": "test",
28
+ "query": "frontier-loom-ui smoke asserts substrate counts and graph rollups",
29
+ "required": true
30
+ },
31
+ {
32
+ "id": "loom-delegates-current",
33
+ "source": "test",
34
+ "query": "loom smoke passes with updated package versions",
35
+ "required": true
36
+ }
37
+ ],
38
+ "gates": [
39
+ {
40
+ "id": "frontier-loom-ui-test",
41
+ "command": "npm test",
42
+ "required": true,
43
+ "category": "test"
44
+ },
45
+ {
46
+ "id": "loom-test",
47
+ "command": "npm test",
48
+ "required": true,
49
+ "category": "test"
50
+ },
51
+ {
52
+ "id": "pack-dry",
53
+ "command": "npm run pack:dry -- --json",
54
+ "required": true,
55
+ "category": "build"
56
+ }
57
+ ]
58
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapeshift-labs/frontier-loom-ui",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Dark operator UI for Loom and Frontier swarm runs.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -42,7 +42,11 @@
42
42
  "dependencies": {
43
43
  "@shapeshift-labs/frontier-dom": "0.1.0",
44
44
  "@shapeshift-labs/frontier-framework": "0.1.4",
45
- "@shapeshift-labs/frontier-swarm-codex": "0.5.119",
45
+ "@shapeshift-labs/frontier-lease": "0.1.1",
46
+ "@shapeshift-labs/frontier-run": "0.1.0",
47
+ "@shapeshift-labs/frontier-swarm-codex": "0.5.124",
48
+ "@shapeshift-labs/frontier-swarm-git": "0.1.2",
49
+ "@shapeshift-labs/frontier-test": "0.1.2",
46
50
  "@shapeshift-labs/frontier-view": "0.1.0"
47
51
  },
48
52
  "devDependencies": {