@dxos/broadcast
Advanced tools
Comparing version 2.33.9-dev.0628f3ab to 2.33.9-dev.0cfaca1b
@@ -0,7 +1,15 @@ | ||
/** | ||
* Defined in: | ||
* {@link file://./../../schema.proto} | ||
*/ | ||
export interface Packet { | ||
seqno?: Uint8Array; | ||
origin?: Uint8Array; | ||
seqno: Uint8Array; | ||
origin: Uint8Array; | ||
/** | ||
* Options: | ||
* - proto3_optional = true | ||
*/ | ||
from?: Uint8Array; | ||
data?: Uint8Array; | ||
data: Uint8Array; | ||
} | ||
//# sourceMappingURL=broadcast.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
const codec_protobuf_1 = require("@dxos/codec-protobuf"); | ||
exports.schemaJson = JSON.parse("{\"nested\":{\"dxos\":{\"nested\":{\"broadcast\":{\"nested\":{\"Packet\":{\"fields\":{\"seqno\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"origin\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"from\":{\"type\":\"bytes\",\"id\":3,\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":4,\"comment\":null}},\"comment\":null}}}}}}}"); | ||
exports.schemaJson = JSON.parse("{\"nested\":{\"dxos\":{\"nested\":{\"broadcast\":{\"nested\":{\"Packet\":{\"oneofs\":{\"_from\":{\"oneof\":[\"from\"]}},\"fields\":{\"seqno\":{\"type\":\"bytes\",\"id\":1,\"comment\":null},\"origin\":{\"type\":\"bytes\",\"id\":2,\"comment\":null},\"from\":{\"type\":\"bytes\",\"id\":3,\"options\":{\"proto3_optional\":true},\"comment\":null},\"data\":{\"type\":\"bytes\",\"id\":4,\"comment\":null}},\"comment\":null}}}}}}}"); | ||
exports.schema = codec_protobuf_1.Schema.fromJson(exports.schemaJson); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@dxos/broadcast", | ||
"version": "2.33.9-dev.0628f3ab", | ||
"version": "2.33.9-dev.0cfaca1b", | ||
"description": "Abstract module to send broadcast messages.", | ||
@@ -21,5 +21,5 @@ "repository": { | ||
"dependencies": { | ||
"@dxos/async": "2.33.9-dev.0628f3ab", | ||
"@dxos/codec-protobuf": "2.33.9-dev.0628f3ab", | ||
"@dxos/crypto": "2.33.9-dev.0628f3ab", | ||
"@dxos/async": "2.33.9-dev.0cfaca1b", | ||
"@dxos/codec-protobuf": "2.33.9-dev.0cfaca1b", | ||
"@dxos/crypto": "2.33.9-dev.0cfaca1b", | ||
"assert": "^2.0.0", | ||
@@ -31,3 +31,3 @@ "debug": "^4.3.3", | ||
"@dxos/eslint-plugin": "~1.0.34", | ||
"@dxos/network-generator": "2.33.9-dev.0628f3ab", | ||
"@dxos/network-generator": "2.33.9-dev.0cfaca1b", | ||
"@dxos/protocols-toolchain": "2.33.8", | ||
@@ -34,0 +34,0 @@ "@types/debug": "^4.1.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75690
534
+ Added@dxos/async@2.33.9-dev.0cfaca1b(transitive)
+ Added@dxos/codec-protobuf@2.33.9-dev.0cfaca1b(transitive)
+ Added@dxos/crypto@2.33.9-dev.0cfaca1b(transitive)
+ Added@dxos/debug@2.33.9-dev.0cfaca1b(transitive)
+ Added@dxos/protocols@2.33.9-dev.0cfaca1b(transitive)
- Removed@dxos/async@2.33.9-dev.0628f3ab(transitive)
- Removed@dxos/codec-protobuf@2.33.9-dev.0628f3ab(transitive)
- Removed@dxos/crypto@2.33.9-dev.0628f3ab(transitive)
- Removed@dxos/debug@2.33.9-dev.0628f3ab(transitive)
- Removed@dxos/protocols@2.33.9-dev.0628f3ab(transitive)