@dxos/protocols 0.4.4 → 0.4.5-main.2d76d4e

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;AAohB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,8umGAA8umG,CAAC,CAAC,CAAC;AACvymG,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;AAohB7C,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CAAC,KAAK,CAAC,6qmGAA6qmG,CAAC,CAAC,CAAC;AACtumG,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.4",
3
+ "version": "0.4.5-main.2d76d4e",
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/invariant": "0.4.4",
37
- "@dxos/keys": "0.4.4",
38
- "@dxos/timeframe": "0.4.4",
39
- "@dxos/codec-protobuf": "0.4.4"
36
+ "@dxos/codec-protobuf": "0.4.5-main.2d76d4e",
37
+ "@dxos/timeframe": "0.4.5-main.2d76d4e",
38
+ "@dxos/invariant": "0.4.5-main.2d76d4e",
39
+ "@dxos/keys": "0.4.5-main.2d76d4e"
40
40
  },
41
41
  "devDependencies": {
42
42
  "glob": "~7.1.6"
@@ -135,7 +135,8 @@ message SignPresentationRequest {
135
135
 
136
136
  message CreateIdentityRequest {
137
137
  optional halo.credentials.ProfileDocument profile = 1;
138
- optional bool use_automerge = 2;
138
+
139
+ reserved 2; // Removed use_automerge flag.
139
140
  }
140
141
 
141
142
  // TODO(wittjosiah): Align pluralization with other services.
@@ -444,11 +444,6 @@ export interface CreateIdentityRequest {
444
444
  * - proto3_optional = true
445
445
  */
446
446
  profile?: dxos_halo_credentials.ProfileDocument;
447
- /**
448
- * Options:
449
- * - proto3_optional = true
450
- */
451
- useAutomerge?: boolean;
452
447
  }
453
448
  /**
454
449
  * Defined in: