@dxos/protocols 0.4.6-main.e47f68d → 0.4.6

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;AA6DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAshB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,+tnGAA+tnG,CAAC,CAAC,CAAC;AACxxnG,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;AA6DhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AAshB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,q0nGAAq0nG,CAAC,CAAC,CAAC;AAC93nG,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.6-main.e47f68d",
3
+ "version": "0.4.6",
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/codec-protobuf": "0.4.6-main.e47f68d",
37
- "@dxos/invariant": "0.4.6-main.e47f68d",
38
- "@dxos/keys": "0.4.6-main.e47f68d",
39
- "@dxos/timeframe": "0.4.6-main.e47f68d"
36
+ "@dxos/keys": "0.4.6",
37
+ "@dxos/invariant": "0.4.6",
38
+ "@dxos/codec-protobuf": "0.4.6",
39
+ "@dxos/timeframe": "0.4.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -103,6 +103,7 @@ message Runtime {
103
103
  optional StorageDriver key_store = 2;
104
104
  optional StorageDriver data_store = 3;
105
105
  optional string data_root = 4;
106
+ optional bool space_fragmentation = 5;
106
107
  }
107
108
 
108
109
  message Log {
@@ -324,6 +324,11 @@ export namespace Runtime {
324
324
  * - proto3_optional = true
325
325
  */
326
326
  dataRoot?: string;
327
+ /**
328
+ * Options:
329
+ * - proto3_optional = true
330
+ */
331
+ spaceFragmentation?: boolean;
327
332
  }
328
333
  export namespace Storage {
329
334
  /**