@dxos/protocols
Advanced tools
Comparing version 2.28.3-dev.98fa3123 to 2.28.3-dev.9d32fdf3
@@ -1,3 +0,1 @@ | ||
export interface Empty { | ||
} | ||
export interface Timestamp { | ||
@@ -246,2 +244,4 @@ seconds?: string; | ||
} | ||
export interface Empty { | ||
} | ||
export interface Any { | ||
@@ -248,0 +248,0 @@ type_url?: string; |
{ | ||
"name": "@dxos/protocols", | ||
"version": "2.28.3-dev.98fa3123", | ||
"version": "2.28.3-dev.9d32fdf3", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
"bugs": { | ||
"url": "'https://github.com/dxos/protocols/issues" | ||
"url": "https://github.com/dxos/protocols/issues" | ||
}, | ||
@@ -21,3 +21,3 @@ "repository": { | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.3-dev.98fa3123" | ||
"@dxos/codec-protobuf": "2.28.3-dev.9d32fdf3" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
@@ -18,4 +18,2 @@ import type { Stream } from "@dxos/codec-protobuf"; | ||
import * as dxos_rpc from "../dxos/rpc"; | ||
export interface Empty { | ||
} | ||
export interface Timestamp { | ||
@@ -264,2 +262,4 @@ seconds?: string; | ||
} | ||
export interface Empty { | ||
} | ||
export interface Any { | ||
@@ -266,0 +266,0 @@ type_url?: string; |
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
376361
+ Added@dxos/codec-protobuf@2.28.3-dev.9d32fdf3(transitive)
- Removed@dxos/codec-protobuf@2.28.3-dev.98fa3123(transitive)