@dxos/protocols
Advanced tools
Comparing version 2.28.12 to 2.28.13-dev.44a074de
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.12", | ||
"version": "2.28.13-dev.44a074de", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.12" | ||
"@dxos/codec-protobuf": "2.28.13-dev.44a074de" | ||
}, | ||
@@ -17,0 +17,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
381561
3
+ Added@dxos/codec-protobuf@2.28.13-dev.44a074de(transitive)
- Removed@dxos/codec-protobuf@2.28.12(transitive)