@livestore/webmesh 0.0.0-snapshot-412a36a7e6c9b0e9e237b553fd0522aed285228f.4 → 0.0.0-snapshot-c1f0b46f049c5a40eb57f52e232999b7f810cd93
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/dist/.tsbuildinfo +1 -1
- package/dist/websocket-edge.d.ts +4 -4
- package/package.json +4 -4
- package/tmp/pack.tgz +0 -0
package/dist/websocket-edge.d.ts
CHANGED
|
@@ -17,19 +17,19 @@ declare const WSEdgeMessage_base: Schema.Union<[typeof WSEdgeInit, typeof WSEdge
|
|
|
17
17
|
export declare class WSEdgeMessage extends WSEdgeMessage_base {
|
|
18
18
|
}
|
|
19
19
|
export declare const MessageMsgPack: Schema.transform<typeof Schema.Uint8ArrayFromSelf, Schema.Schema<{
|
|
20
|
-
readonly from: string;
|
|
21
20
|
readonly _tag: "WSEdgeInit";
|
|
22
|
-
} | {
|
|
23
21
|
readonly from: string;
|
|
22
|
+
} | {
|
|
24
23
|
readonly _tag: "WSEdgePayload";
|
|
25
24
|
readonly payload: any;
|
|
26
|
-
}, {
|
|
27
25
|
readonly from: string;
|
|
26
|
+
}, {
|
|
28
27
|
readonly _tag: "WSEdgeInit";
|
|
29
|
-
} | {
|
|
30
28
|
readonly from: string;
|
|
29
|
+
} | {
|
|
31
30
|
readonly _tag: "WSEdgePayload";
|
|
32
31
|
readonly payload: any;
|
|
32
|
+
readonly from: string;
|
|
33
33
|
}, never>>;
|
|
34
34
|
export type SocketType = {
|
|
35
35
|
_tag: 'leaf';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/webmesh",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-c1f0b46f049c5a40eb57f52e232999b7f810cd93",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"types": "./dist/mod.d.ts",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
19
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
18
|
+
"@livestore/common": "0.0.0-snapshot-c1f0b46f049c5a40eb57f52e232999b7f810cd93",
|
|
19
|
+
"@livestore/utils": "0.0.0-snapshot-c1f0b46f049c5a40eb57f52e232999b7f810cd93"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"vitest": "^3.1.1",
|
|
23
|
-
"@livestore/utils-dev": "0.0.0-snapshot-
|
|
23
|
+
"@livestore/utils-dev": "0.0.0-snapshot-c1f0b46f049c5a40eb57f52e232999b7f810cd93"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
package/tmp/pack.tgz
DELETED
|
Binary file
|