@dxos/protocols 0.1.54 → 0.1.55-main.f57fc85

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;AAqDhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA2c7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,gzmFAAgzmF,CAAC,CAAC,CAAC;AACz2mF,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;AAqDhE,OAAO,aAAa,MAAM,kBAAkB,CAAC;AA2c7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,62mFAA62mF,CAAC,CAAC,CAAC;AACt6mF,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.1.54",
3
+ "version": "0.1.55-main.f57fc85",
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.1.54",
37
- "@dxos/hypercore": "0.1.54",
38
- "@dxos/keys": "0.1.54",
39
- "@dxos/timeframe": "0.1.54"
36
+ "@dxos/codec-protobuf": "0.1.55-main.f57fc85",
37
+ "@dxos/hypercore": "0.1.55-main.f57fc85",
38
+ "@dxos/keys": "0.1.55-main.f57fc85",
39
+ "@dxos/timeframe": "0.1.55-main.f57fc85"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -129,6 +129,7 @@ message Runtime {
129
129
  optional string commit_hash = 2;
130
130
  /// Version from package.json.
131
131
  optional string version = 3;
132
+ optional string branch = 4;
132
133
  }
133
134
 
134
135
  optional string org = 1;
@@ -409,6 +409,11 @@ export namespace Runtime {
409
409
  * - proto3_optional = true
410
410
  */
411
411
  version?: string;
412
+ /**
413
+ * Options:
414
+ * - proto3_optional = true
415
+ */
416
+ branch?: string;
412
417
  }
413
418
  }
414
419
  /**