@dxos/protocols 0.1.1 → 0.1.2

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,yDAA8C;AAyC9C,qEAA6C;AAsVhC,QAAA,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,i67GAAi67G,CAAC,CAAC;AAC377G,QAAA,MAAM,GAAG,uBAAM,CAAC,QAAQ,CAAkB,kBAAU,EAAE,uBAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/proto/gen/index.ts"],"names":[],"mappings":";;;;;;AAAA,yDAA8C;AAyC9C,qEAA6C;AAsVhC,QAAA,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,g+7GAAg+7G,CAAC,CAAC;AAC1/7G,QAAA,MAAM,GAAG,uBAAM,CAAC,QAAQ,CAAkB,kBAAU,EAAE,uBAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/protocols",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Protobuf definitions for DXOS protocols.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
@@ -18,10 +18,10 @@
18
18
  "src"
19
19
  ],
20
20
  "dependencies": {
21
- "@dxos/codec-protobuf": "0.1.1",
22
- "@dxos/hypercore": "0.1.1",
23
- "@dxos/keys": "0.1.1",
24
- "@dxos/timeframe": "0.1.1",
21
+ "@dxos/codec-protobuf": "0.1.2",
22
+ "@dxos/hypercore": "0.1.2",
23
+ "@dxos/keys": "0.1.2",
24
+ "@dxos/timeframe": "0.1.2",
25
25
  "assert": "^2.0.0",
26
26
  "util": "^0.12.4"
27
27
  },
@@ -14,6 +14,7 @@ option go_package = "github.com/dxos/kube/publisher/pb";
14
14
 
15
15
  message PublishRequest {
16
16
  dxos.config.Package package = 1;
17
+ bool skip_existing = 2;
17
18
  }
18
19
 
19
20
  message PublishResponse {
@@ -45,6 +45,7 @@ import * as google_protobuf from "../../google/protobuf";
45
45
  */
46
46
  export interface PublishRequest {
47
47
  package: dxos_config.Package;
48
+ skipExisting: boolean;
48
49
  }
49
50
  /**
50
51
  * Defined in: