@dxos/protocols
Advanced tools
Comparing version 2.28.23-dev.09d48bf0 to 2.28.23-dev.ac434ee2
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -250,2 +246,6 @@ 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.23-dev.09d48bf0", | ||
"version": "2.28.23-dev.ac434ee2", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.23-dev.09d48bf0" | ||
"@dxos/codec-protobuf": "2.28.23-dev.ac434ee2" | ||
}, | ||
@@ -17,0 +17,0 @@ "devDependencies": { |
@@ -20,6 +20,2 @@ import type { Stream } from "@dxos/codec-protobuf"; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -268,2 +264,6 @@ 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
+ Added@dxos/codec-protobuf@2.28.23-dev.ac434ee2(transitive)
- Removed@dxos/codec-protobuf@2.28.23-dev.09d48bf0(transitive)