Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Dec 23, 2024
1 parent 876f3a5 commit 96a5ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@antfu/ni": "^0.23.0",
"@types/bun": "^1.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/node": "^22.8.5",
"bumpp": "^9.8.0",
"eslint": "^9.13.0",
"only-allow": "^1.2.1",
Expand All @@ -37,7 +37,7 @@
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.8",
"zeed": "^0.25.4"
"vue-tsc": "^2.1.10",
"zeed": "^0.25.7"
}
}
6 changes: 3 additions & 3 deletions zerva-websocket/src/server.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { Buffer } from 'node:buffer'
import type WebSocket from 'ws'
import type { LogConfig, LoggerInterface, LogLevelAliasType, UseDispose } from 'zeed'
import { URL } from 'node:url'
import { assertModules, emit, on, once, register } from '@zerva/core'
import { WebSocketServer } from 'ws'
import { Channel, equalBinary, LoggerFromConfig, LogLevelInfo, uname, useDispose, uuid } from 'zeed'
import type { Buffer } from 'node:buffer'
import type WebSocket from 'ws'
import type { LogConfig, LoggerInterface, LogLevelAliasType, UseDispose } from 'zeed'
import { pingMessage, pongMessage, websocketName, wsReadyStateOpen } from './_types'
import { useSingletonFlag } from './singleton'
import '@zerva/http'
Expand Down

0 comments on commit 96a5ef2

Please sign in to comment.