Skip to content

Commit 67f9d93

Browse files
committed
new ws ext
1 parent 6bcf4e7 commit 67f9d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fasthtml/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ async def _wrap_call(f, req, params):
465465
"multi-swap": "https://cdn.jsdelivr.net/npm/[email protected]/multi-swap.js",
466466
"path-deps": "https://cdn.jsdelivr.net/npm/[email protected]/path-deps.js",
467467
"remove-me": "https://cdn.jsdelivr.net/npm/[email protected]/remove-me.js",
468-
"ws": "https://cdn.jsdelivr.net/npm/[email protected].2/ws.js",
468+
"ws": "https://cdn.jsdelivr.net/npm/[email protected].3/ws.js",
469469
"chunked-transfer": "https://cdn.jsdelivr.net/npm/[email protected]/transfer-encoding-chunked.js"
470470
}
471471

nbs/api/00_core.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
" \"multi-swap\": \"https://cdn.jsdelivr.net/npm/[email protected]/multi-swap.js\",\n",
13081308
" \"path-deps\": \"https://cdn.jsdelivr.net/npm/[email protected]/path-deps.js\",\n",
13091309
" \"remove-me\": \"https://cdn.jsdelivr.net/npm/[email protected]/remove-me.js\",\n",
1310-
" \"ws\": \"https://cdn.jsdelivr.net/npm/[email protected].2/ws.js\",\n",
1310+
" \"ws\": \"https://cdn.jsdelivr.net/npm/[email protected].3/ws.js\",\n",
13111311
" \"chunked-transfer\": \"https://cdn.jsdelivr.net/npm/[email protected]/transfer-encoding-chunked.js\"\n",
13121312
"}"
13131313
]

0 commit comments

Comments
 (0)