Skip to content

Commit 4027f39

Browse files
chore: bump jss to 0.0.86
Updates javascript-solid-server dependency to include: - Public mode (--public, --read-only flags) - Live reload with filesystem watcher - WebSocket fixes for public mode
1 parent 1000b22 commit 4027f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspod",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "JavaScript Solid Pod - Just works, batteries included",
55
"type": "module",
66
"main": "index.js",
@@ -37,6 +37,6 @@
3737
},
3838
"dependencies": {
3939
"chalk": "^5.6.2",
40-
"javascript-solid-server": "^0.0.81"
40+
"javascript-solid-server": "^0.0.86"
4141
}
4242
}

0 commit comments

Comments
 (0)