@rpckit/core 0.9.99 → 1.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.
@@ -6,7 +6,7 @@
6
6
  * - Handshake: `server.version` with `['rpckit', '1.6']`
7
7
  * - KeepAlive: `server.ping` method when interval is specified
8
8
  * - Unsubscribe: `method.replace('subscribe', 'unsubscribe')`
9
- * - HTTP headers: `server.version` header
9
+ * - HTTP headers: `Server-Version` header
10
10
  *
11
11
  * Use `clientName` to override the client name in the handshake (default: `'rpckit'`).
12
12
  * Use `protocolVersion` to override the protocol version (default: `'1.6'`).
@@ -7,7 +7,7 @@ import { createParse } from '../parse.js';
7
7
  * - Handshake: `server.version` with `['rpckit', '1.6']`
8
8
  * - KeepAlive: `server.ping` method when interval is specified
9
9
  * - Unsubscribe: `method.replace('subscribe', 'unsubscribe')`
10
- * - HTTP headers: `server.version` header
10
+ * - HTTP headers: `Server-Version` header
11
11
  *
12
12
  * Use `clientName` to override the client name in the handshake (default: `'rpckit'`).
13
13
  * Use `protocolVersion` to override the protocol version (default: `'1.6'`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpckit/core",
3
- "version": "0.9.99",
3
+ "version": "1.0.1",
4
4
  "description": "Core types, schema utilities, and batch scheduler for JSON-RPC communication",
5
5
  "author": "mainnet_pat",
6
6
  "license": "MIT",