@livestore/webmesh 0.3.0-dev.34 → 0.3.0-dev.36

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.
@@ -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.3.0-dev.34",
3
+ "version": "0.3.0-dev.36",
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.3.0-dev.34",
19
- "@livestore/utils": "0.3.0-dev.34"
18
+ "@livestore/utils": "0.3.0-dev.36",
19
+ "@livestore/common": "0.3.0-dev.36"
20
20
  },
21
21
  "devDependencies": {
22
22
  "vitest": "^3.1.1",
23
- "@livestore/utils-dev": "0.3.0-dev.34"
23
+ "@livestore/utils-dev": "0.3.0-dev.36"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
package/tmp/pack.tgz CHANGED
Binary file