@dxos/broadcast
Advanced tools
Comparing version 2.33.5-dev.33d2877e to 2.33.5-dev.39ec2a53
@@ -7,3 +7,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -10,0 +14,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@dxos/broadcast", | ||
"version": "2.33.5-dev.33d2877e", | ||
"version": "2.33.5-dev.39ec2a53", | ||
"description": "Abstract module to send broadcast messages.", | ||
@@ -18,5 +18,5 @@ "repository": { | ||
"dependencies": { | ||
"@dxos/async": "2.33.5-dev.33d2877e", | ||
"@dxos/codec-protobuf": "2.33.5-dev.33d2877e", | ||
"@dxos/crypto": "2.33.5-dev.33d2877e", | ||
"@dxos/async": "2.33.5-dev.39ec2a53", | ||
"@dxos/codec-protobuf": "2.33.5-dev.39ec2a53", | ||
"@dxos/crypto": "2.33.5-dev.39ec2a53", | ||
"debug": "^4.3.3", | ||
@@ -27,3 +27,3 @@ "tiny-lru": "^7.0.6" | ||
"@dxos/eslint-plugin": "~1.0.33", | ||
"@dxos/network-generator": "2.33.5-dev.33d2877e", | ||
"@dxos/network-generator": "2.33.5-dev.39ec2a53", | ||
"@dxos/protocols-toolchain": "2.33.4", | ||
@@ -34,3 +34,3 @@ "@types/debug": "^4.1.7", | ||
"eslint": "^7.12.1", | ||
"typescript": "^4.5.2" | ||
"typescript": "^4.7.2" | ||
}, | ||
@@ -37,0 +37,0 @@ "publishConfig": { |
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
75228
526
+ Added@dxos/async@2.33.5-dev.39ec2a53(transitive)
+ Added@dxos/codec-protobuf@2.33.5-dev.39ec2a53(transitive)
+ Added@dxos/crypto@2.33.5-dev.39ec2a53(transitive)
+ Added@dxos/debug@2.33.5-dev.39ec2a53(transitive)
- Removed@dxos/async@2.33.5-dev.33d2877e(transitive)
- Removed@dxos/codec-protobuf@2.33.5-dev.33d2877e(transitive)
- Removed@dxos/crypto@2.33.5-dev.33d2877e(transitive)
- Removed@dxos/debug@2.33.5-dev.33d2877e(transitive)