@owlmeans/socket 0.1.18-rc.11 → 0.1.18-rc.13

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/README.md CHANGED
@@ -91,7 +91,7 @@ This package ships embedded agent skills under `agent-meta/`. After installing y
91
91
  your project's skill store (`.agents/skills/`):
92
92
 
93
93
  ```sh
94
- npx @owlmeans/agent-skills@^0.1.18-rc.14
94
+ npx @owlmeans/agent-skills@^0.1.18-rc.16
95
95
  ```
96
96
 
97
97
  The embedded files are version-matched to this package release. Do not edit them
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "package": "@owlmeans/socket",
4
- "version": "0.1.18-rc.11",
5
- "generatedAt": "2026-09-10T23:12:07.511Z",
4
+ "version": "0.1.18-rc.13",
5
+ "generatedAt": "2026-09-12T12:33:32.491Z",
6
6
  "canonicalRepo": "https://github.com/owlmeans/common",
7
7
  "entries": [
8
8
  {
@@ -8,7 +8,7 @@ user-invocable: false
8
8
  # @owlmeans/socket
9
9
 
10
10
  **Layer:** Core
11
- **Install:** `"@owlmeans/socket": "^0.1.18-rc.11"` in `dependencies`
11
+ **Install:** `"@owlmeans/socket": "^0.1.18-rc.13"` in `dependencies`
12
12
 
13
13
  Contracts and one implementation-free connection model. It knows nothing about WebSockets: the
14
14
  browser side is `@owlmeans/client-socket`, the Fastify side `@owlmeans/server-socket`, and each
@@ -112,4 +112,4 @@ null stage and is rebuilt by the initiator. `connection.stage` holds the current
112
112
  ## Related
113
113
 
114
114
  - `client-socket` — the browser carrier and `useWs`
115
- - `server-socket` — the Fastify carrier, guard enforcement and `handleConnection`
115
+ - `server-socket` — the Fastify carrier, guard enforcement and `connection(protocol, callback)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@owlmeans/socket",
3
- "version": "0.1.18-rc.11",
3
+ "version": "0.1.18-rc.13",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -21,9 +21,9 @@
21
21
  }
22
22
  },
23
23
  "dependencies": {
24
- "@owlmeans/auth": "^0.1.18-rc.11",
25
- "@owlmeans/basic-ids": "^0.1.18-rc.11",
26
- "@owlmeans/error": "^0.1.18-rc.10"
24
+ "@owlmeans/auth": "^0.1.18-rc.13",
25
+ "@owlmeans/basic-ids": "^0.1.18-rc.13",
26
+ "@owlmeans/error": "^0.1.18-rc.12"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@owlmeans/dep-config": "workspace:*",