next-ws 2.1.0 → 2.1.1
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.1";
|
|
31
31
|
|
|
32
32
|
// src/commands/helpers/define.ts
|
|
33
33
|
function defineCommandGroup(definition) {
|
|
@@ -820,7 +820,7 @@ var patchCookies2 = definePatchStep({
|
|
|
820
820
|
});
|
|
821
821
|
var patch_2_default = definePatch({
|
|
822
822
|
name: "patch-2",
|
|
823
|
-
versions: ">=15.0.0 <=15.5.
|
|
823
|
+
versions: ">=15.0.0 <=15.5.2",
|
|
824
824
|
steps: [
|
|
825
825
|
patchNextNodeServer,
|
|
826
826
|
patchRouterServer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-ws",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
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": "15.5.
|
|
62
|
+
"next": "15.5.2",
|
|
63
63
|
"pinst": "^3.0.0",
|
|
64
64
|
"react": "19.1.1",
|
|
65
65
|
"react-dom": "19.1.1",
|