@dxos/protocols
Advanced tools
Comparing version 2.28.5-dev.64242731 to 2.28.5-dev.176378e4
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -7,6 +11,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface FileDescriptorSet { | ||
@@ -13,0 +13,0 @@ file?: FileDescriptorProto[]; |
{ | ||
"name": "@dxos/protocols", | ||
"version": "2.28.5-dev.64242731", | ||
"version": "2.28.5-dev.176378e4", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -21,3 +21,3 @@ "bugs": { | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.5-dev.64242731" | ||
"@dxos/codec-protobuf": "2.28.5-dev.176378e4" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
@@ -20,2 +20,6 @@ import type { Stream } from "@dxos/codec-protobuf"; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -25,6 +29,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface FileDescriptorSet { | ||
@@ -31,0 +31,0 @@ file?: FileDescriptorProto[]; |
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
20
55
5
+ Added@dxos/codec-protobuf@2.28.5-dev.176378e4(transitive)
- Removed@dxos/codec-protobuf@2.28.5-dev.64242731(transitive)