@principal-ai/subsystems-studio 0.6.1 → 0.6.3
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@principal-ai/subsystems-studio",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Subsystems Studio — desktop host for subsystem models, throughlines, trails, and agent sessions. Pairs with the principal-ai CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"os": [
|
|
@@ -20,7 +20,8 @@
|
|
|
20
20
|
"start": "electrobun dev",
|
|
21
21
|
"dev": "electrobun dev --watch",
|
|
22
22
|
"build:canary": "electrobun build --env=canary",
|
|
23
|
-
"build:
|
|
23
|
+
"build:stable": "electrobun build --env=stable",
|
|
24
|
+
"build:bundle": "bun run build:stable && bun scripts/stage-bundle.ts",
|
|
24
25
|
"prepack": "bun run build:bundle",
|
|
25
26
|
"graphify:smoke": "bun scripts/graphify-smoke.ts",
|
|
26
27
|
"graphify:ensure": "bun scripts/graphify-ensure-smoke.ts"
|