@utsp/runtime-server 0.16.0-nightly.20260101200530.42ed56f → 0.16.0-nightly.20260110151828.b70d960
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/dist/debug-ui/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>UTSP Visual Debugger</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-CeQzan2M.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/assets/index-DuratEin.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utsp/runtime-server",
|
|
3
|
-
"version": "0.16.0-nightly.
|
|
3
|
+
"version": "0.16.0-nightly.20260110151828.b70d960",
|
|
4
4
|
"description": "Server-side runtime for UTSP applications (Node.js, headless)",
|
|
5
5
|
"author": "THP Software",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@utsp/core": "0.16.0-nightly.
|
|
50
|
-
"@utsp/network-server": "0.16.0-nightly.
|
|
51
|
-
"@utsp/types": "0.16.0-nightly.
|
|
49
|
+
"@utsp/core": "0.16.0-nightly.20260110151828.b70d960",
|
|
50
|
+
"@utsp/network-server": "0.16.0-nightly.20260110151828.b70d960",
|
|
51
|
+
"@utsp/types": "0.16.0-nightly.20260110151828.b70d960"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@utsp/visual-debugger": "0.16.0-nightly.
|
|
54
|
+
"@utsp/visual-debugger": "0.16.0-nightly.20260110151828.b70d960",
|
|
55
55
|
"@types/node": "^20.0.0",
|
|
56
56
|
"typescript": "^5.3.3"
|
|
57
57
|
},
|