@nicmeriano/spool-server 0.0.1 → 0.0.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nicmeriano/spool-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "HTTP + SSE server for Spool - orchestrates UI feedback with Agent SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"license": "UNLICENSED",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/nicmeriano/
|
|
30
|
+
"url": "https://github.com/nicmeriano/spool.git",
|
|
31
31
|
"directory": "packages/server"
|
|
32
32
|
},
|
|
33
33
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"chokidar": "^4.0.3",
|
|
40
40
|
"hono": "^4.7.0",
|
|
41
41
|
"@hono/node-server": "^1.14.0",
|
|
42
|
-
"@nicmeriano/spool-inject": "0.0.
|
|
43
|
-
"@nicmeriano/spool-shell": "0.0.
|
|
42
|
+
"@nicmeriano/spool-inject": "0.0.2",
|
|
43
|
+
"@nicmeriano/spool-shell": "0.0.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^22.0.0",
|