@dxos/protocols
Advanced tools
Comparing version 2.28.5-dev.176378e4 to 2.28.5-dev.2bebd8db
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.5-dev.176378e4", | ||
"version": "2.28.5-dev.2bebd8db", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
"bugs": { | ||
"url": "https://github.com/dxos/protocols/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dxos/protocols.git" | ||
}, | ||
"license": "MIT", | ||
@@ -21,3 +14,3 @@ "author": "DXOS.org", | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.5-dev.176378e4" | ||
"@dxos/codec-protobuf": "2.28.5-dev.2bebd8db" | ||
}, | ||
@@ -24,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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
376281
1
2
+ Added@dxos/codec-protobuf@2.28.5-dev.2bebd8db(transitive)
+ Added@types/node@22.10.3(transitive)
- Removed@dxos/codec-protobuf@2.28.5-dev.176378e4(transitive)
- Removed@types/node@22.10.2(transitive)