@dxos/protocols
Advanced tools
Comparing version 2.28.3-dev.9d32fdf3 to 2.28.3-dev.b60166ab
@@ -0,1 +1,7 @@ | ||
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -244,8 +250,2 @@ seconds?: string; | ||
} | ||
export interface Empty { | ||
} | ||
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.9d32fdf3", | ||
"version": "2.28.3-dev.b60166ab", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -21,6 +21,9 @@ "bugs": { | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.3-dev.9d32fdf3" | ||
"@dxos/codec-protobuf": "2.28.3-dev.b60166ab" | ||
}, | ||
"devDependencies": { | ||
"@dxos/toolchain-node-library": "2.28.2" | ||
"@dxos/eslint-plugin": "~1.0.26", | ||
"@dxos/protocols-toolchain": "2.28.2", | ||
"eslint": "^7.12.1", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -27,0 +30,0 @@ "publishConfig": { |
@@ -18,2 +18,8 @@ import type { Stream } from "@dxos/codec-protobuf"; | ||
import * as dxos_rpc from "../dxos/rpc"; | ||
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -262,8 +268,2 @@ seconds?: string; | ||
} | ||
export interface Empty { | ||
} | ||
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
376449
4
+ Added@dxos/codec-protobuf@2.28.3-dev.b60166ab(transitive)
- Removed@dxos/codec-protobuf@2.28.3-dev.9d32fdf3(transitive)