@epoch-agent/server 0.2.0 → 0.3.2
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 +204 -76
- package/dist/index.d.ts +376 -31
- package/dist/index.js +523 -16
- package/dist/web/assets/index-DDRS10ig.css +1 -0
- package/dist/web/assets/index-uicxKHU-.js +373 -0
- package/dist/web/index.html +2 -2
- package/package.json +3 -3
- package/dist/web/assets/index-Bj3SdU3h.js +0 -366
- package/dist/web/assets/index-cRd3MeBE.css +0 -1
package/dist/web/index.html
CHANGED
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
}
|
|
147
147
|
})();
|
|
148
148
|
</script>
|
|
149
|
-
<script type="module" crossorigin src="/assets/index-
|
|
150
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
149
|
+
<script type="module" crossorigin src="/assets/index-uicxKHU-.js"></script>
|
|
150
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DDRS10ig.css">
|
|
151
151
|
</head>
|
|
152
152
|
<body>
|
|
153
153
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epoch-agent/server",
|
|
3
|
-
"version": "0.2
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "epoch-agent 本地 HTTP + SSE 服务端:给浏览器的那一层,嵌入方不需要它",
|
|
6
6
|
"repository": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@epoch-agent/protocol": "0.2
|
|
26
|
-
"@epoch-agent/runtime": "0.2
|
|
25
|
+
"@epoch-agent/protocol": "0.3.2",
|
|
26
|
+
"@epoch-agent/runtime": "0.3.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^22.0.0",
|