@dxos/protocols 0.4.10-main.181e72f → 0.4.10-main.1a9d28b

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA4hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,8hsGAA8hsG,CAAC,CAAC,CAAC;AACvlsG,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/proto/gen/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AA8DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA4hB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,wksGAAwksG,CAAC,CAAC,CAAC;AACjosG,MAAM,CAAC,MAAM,MAAM,GAAG,MAAM,CAAC,QAAQ,CAAkB,UAAU,EAAE,aAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/protocols",
3
- "version": "0.4.10-main.181e72f",
3
+ "version": "0.4.10-main.1a9d28b",
4
4
  "description": "Protobuf definitions for DXOS protocols.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -33,10 +33,10 @@
33
33
  "src"
34
34
  ],
35
35
  "dependencies": {
36
- "@dxos/keys": "0.4.10-main.181e72f",
37
- "@dxos/timeframe": "0.4.10-main.181e72f",
38
- "@dxos/codec-protobuf": "0.4.10-main.181e72f",
39
- "@dxos/invariant": "0.4.10-main.181e72f"
36
+ "@dxos/codec-protobuf": "0.4.10-main.1a9d28b",
37
+ "@dxos/invariant": "0.4.10-main.1a9d28b",
38
+ "@dxos/timeframe": "0.4.10-main.1a9d28b",
39
+ "@dxos/keys": "0.4.10-main.1a9d28b"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
package/src/indexing.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  // Copyright 2024 DXOS.org
3
3
  //
4
4
 
5
- // TODO(dmaretskyi): Rename ObjectPointer{Decoded/Encoded}.
6
5
  export type IdDecoded = {
7
6
  documentId: string;
8
7
  objectId: string;
@@ -32,6 +32,9 @@ message Value {
32
32
  Array array = 21;
33
33
 
34
34
  Reference reference = 30;
35
+
36
+ // YJS state snapshot.
37
+ YJS yjs = 40;
35
38
  }
36
39
  }
37
40
 
@@ -78,6 +78,7 @@ export interface Value {
78
78
  object?: KeyValueObject;
79
79
  array?: Array;
80
80
  reference?: Reference;
81
+ yjs?: YJS;
81
82
  }
82
83
  /**
83
84
  * Ordered collection of values.