next-ws 2.1.8 → 2.1.9
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/cli.cjs +2 -2
- package/package.json +2 -2
package/dist/cli.cjs
CHANGED
|
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
var import_minimist = __toESM(require("minimist"));
|
|
28
28
|
|
|
29
29
|
// package.json
|
|
30
|
-
var version = "2.1.
|
|
30
|
+
var version = "2.1.9";
|
|
31
31
|
|
|
32
32
|
// src/commands/helpers/define.ts
|
|
33
33
|
function defineCommandGroup(definition) {
|
|
@@ -842,7 +842,7 @@ var patchCookies2 = definePatchStep({
|
|
|
842
842
|
});
|
|
843
843
|
var patch_2_default = definePatch({
|
|
844
844
|
name: "patch-2",
|
|
845
|
-
versions: ">=15.0.0 <=16.0.
|
|
845
|
+
versions: ">=15.0.0 <=16.0.8",
|
|
846
846
|
steps: [
|
|
847
847
|
patchNextNodeServer,
|
|
848
848
|
patchRouterServer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-ws",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.9",
|
|
4
4
|
"description": "Add support for WebSockets in the Next.js app directory",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/ws": "^8.18.1",
|
|
60
60
|
"chalk": "^5.6.0",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
|
-
"next": "16.0.
|
|
62
|
+
"next": "16.0.8",
|
|
63
63
|
"pinst": "^3.0.0",
|
|
64
64
|
"react": "19.1.1",
|
|
65
65
|
"react-dom": "19.1.1",
|