@h-rig/transport-plugin 0.0.6-alpha.158 → 0.0.6-alpha.159
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@h-rig/transport-plugin",
|
|
3
|
-
"version": "0.0.6-alpha.
|
|
3
|
+
"version": "0.0.6-alpha.159",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The collab transport backbone plugin: run dispatch (local + remote placement), relay-registry room registration, run discovery (FS-watch + registry SSE merge), and relay/registry URL resolution. Provides the `transport` capability and a run-discovery capability.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"module": "./dist/src/index.js",
|
|
50
50
|
"types": "./dist/src/index.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.
|
|
53
|
-
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.
|
|
54
|
-
"@rig/kernel-seed": "npm:@h-rig/kernel-seed@0.0.6-alpha.
|
|
52
|
+
"@rig/contracts": "npm:@h-rig/contracts@0.0.6-alpha.159",
|
|
53
|
+
"@rig/core": "npm:@h-rig/core@0.0.6-alpha.159",
|
|
54
|
+
"@rig/kernel-seed": "npm:@h-rig/kernel-seed@0.0.6-alpha.159",
|
|
55
55
|
"effect": "4.0.0-beta.90"
|
|
56
56
|
}
|
|
57
57
|
}
|