next-ws 2.2.0 → 2.2.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.2.
|
|
30
|
+
var version = "2.2.1";
|
|
31
31
|
|
|
32
32
|
// src/commands/helpers/define.ts
|
|
33
33
|
function defineCommandGroup(definition) {
|
|
@@ -843,7 +843,7 @@ var patchCookies2 = definePatchStep({
|
|
|
843
843
|
});
|
|
844
844
|
var patch_2_default = definePatch({
|
|
845
845
|
name: "patch-2",
|
|
846
|
-
versions: ">=15.0.0 <=16.
|
|
846
|
+
versions: ">=15.0.0 <=16.2.0",
|
|
847
847
|
steps: [
|
|
848
848
|
patchNextNodeServer,
|
|
849
849
|
patchRouterServer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "next-ws",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Add support for WebSockets in the Next.js app directory",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"chalk": "^5.6.2",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
62
|
"ioredis": "^5.10.0",
|
|
63
|
-
"next": "16.
|
|
63
|
+
"next": "16.2.0",
|
|
64
64
|
"pinst": "^3.0.0",
|
|
65
65
|
"react": "19.1.1",
|
|
66
66
|
"react-dom": "19.1.1",
|