@dxos/protocols
Advanced tools
Comparing version 2.28.3-dev.58167917 to 2.28.3-dev.95684738
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -246,6 +250,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface DoubleValue { | ||
@@ -252,0 +252,0 @@ value?: number; |
{ | ||
"name": "@dxos/protocols", | ||
"version": "2.28.3-dev.58167917", | ||
"version": "2.28.3-dev.95684738", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -21,3 +21,3 @@ "bugs": { | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.3-dev.58167917" | ||
"@dxos/codec-protobuf": "2.28.3-dev.95684738" | ||
}, | ||
@@ -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 { | ||
@@ -264,6 +268,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface DoubleValue { | ||
@@ -270,0 +270,0 @@ value?: number; |
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
+ Added@dxos/codec-protobuf@2.28.3-dev.95684738(transitive)
- Removed@dxos/codec-protobuf@2.28.3-dev.58167917(transitive)