@firtoz/socka 5.0.0 → 5.0.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.
Files changed (1) hide show
  1. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firtoz/socka",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "type": "module",
5
5
  "description": "Standard Schema–first WebSocket RPC for TypeScript — Bun, Hono, Node ws, Cloudflare Workers, Durable Objects",
6
6
  "main": "./dist/core/index.js",
@@ -118,15 +118,15 @@
118
118
  "dependencies": {
119
119
  "@firtoz/maybe-error": "^1.6.2",
120
120
  "@standard-schema/spec": "^1.1.0",
121
- "msgpackr": "^2.0.1"
121
+ "msgpackr": "^2.0.2"
122
122
  },
123
123
  "peerDependencies": {
124
- "@cloudflare/workers-types": "^4.20260503.1",
125
- "@firtoz/websocket-do": "^14.0.0",
124
+ "@cloudflare/workers-types": "^4.20260529.1",
125
+ "@firtoz/websocket-do": "^14.0.1",
126
126
  "@hono/node-server": "^1.19.2",
127
127
  "@hono/node-ws": "^1.3.0",
128
128
  "hono": "^4.12.9",
129
- "react": "^19.2.5",
129
+ "react": "^19.2.6",
130
130
  "ws": "^8.18.0"
131
131
  },
132
132
  "peerDependenciesMeta": {
@@ -153,20 +153,20 @@
153
153
  }
154
154
  },
155
155
  "devDependencies": {
156
- "@cloudflare/workers-types": "^4.20260503.1",
156
+ "@cloudflare/workers-types": "^4.20260529.1",
157
157
  "@happy-dom/global-registrator": "^20.9.0",
158
- "@hono/node-server": "^2.0.1",
158
+ "@hono/node-server": "^2.0.4",
159
159
  "@hono/node-ws": "^1.3.1",
160
- "@tanstack/intent": "^0.0.39",
160
+ "@tanstack/intent": "^0.0.41",
161
161
  "@testing-library/react": "^16.3.2",
162
- "@types/react": "^19.2.14",
162
+ "@types/react": "^19.2.15",
163
163
  "@types/ws": "^8.18.1",
164
- "bun-types": "^1.3.13",
164
+ "bun-types": "^1.3.14",
165
165
  "happy-dom": "^20.9.0",
166
- "react-dom": "19.2.5",
166
+ "react-dom": "19.2.6",
167
167
  "tsup": "^8.5.1",
168
168
  "typescript": "^6.0.3",
169
- "valibot": "^1.3.1",
170
- "zod": "^4.4.2"
169
+ "valibot": "^1.4.1",
170
+ "zod": "^4.4.3"
171
171
  }
172
172
  }