@trezor/protobuf
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,6 @@ | ||
# 1.0.1 | ||
- chore(protobuf): update protobuf messages (9a9b193e7) | ||
- chore(protobuf,protocol): missing fields in package.json (27a5e8ab4) | ||
# 1.0.0 | ||
@@ -2,0 +7,0 @@ |
@@ -1255,2 +1255,9 @@ /// <reference types="node" /> | ||
}; | ||
export type AuthenticateDevice = { | ||
challenge: string; | ||
}; | ||
export type AuthenticityProof = { | ||
certificates: string[]; | ||
signature: string; | ||
}; | ||
export type WipeDevice = {}; | ||
@@ -1324,2 +1331,3 @@ export type ResetDevice = { | ||
export type ShowDeviceTutorial = {}; | ||
export type UnlockBootloader = {}; | ||
export declare enum MoneroNetworkType { | ||
@@ -1445,2 +1453,4 @@ MAINNET = 0, | ||
}; | ||
export type experimental_message = {}; | ||
export type experimental_field = {}; | ||
export type RippleGetAddress = { | ||
@@ -1714,4 +1724,2 @@ address_n: number[]; | ||
}; | ||
export type experimental_message = {}; | ||
export type experimental_field = {}; | ||
export type MessageType = { | ||
@@ -1900,2 +1908,4 @@ BinanceGetAddress: BinanceGetAddress; | ||
FirmwareHash: FirmwareHash; | ||
AuthenticateDevice: AuthenticateDevice; | ||
AuthenticityProof: AuthenticityProof; | ||
WipeDevice: WipeDevice; | ||
@@ -1921,2 +1931,3 @@ ResetDevice: ResetDevice; | ||
ShowDeviceTutorial: ShowDeviceTutorial; | ||
UnlockBootloader: UnlockBootloader; | ||
NEMGetAddress: NEMGetAddress; | ||
@@ -1938,2 +1949,4 @@ NEMAddress: NEMAddress; | ||
NEMDecryptedMessage: NEMDecryptedMessage; | ||
experimental_message: experimental_message; | ||
experimental_field: experimental_field; | ||
RippleGetAddress: RippleGetAddress; | ||
@@ -1978,4 +1991,2 @@ RippleAddress: RippleAddress; | ||
TezosSignedTx: TezosSignedTx; | ||
experimental_message: experimental_message; | ||
experimental_field: experimental_field; | ||
}; | ||
@@ -1982,0 +1993,0 @@ export type MessageKey = keyof MessageType; |
{ | ||
"name": "@trezor/protobuf", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "See LICENSE.md in repo root", | ||
@@ -28,3 +28,5 @@ "repository": { | ||
"build:lib": "rimraf ./lib && yarn tsc --build tsconfig.lib.json", | ||
"update:protobuf": "./scripts/protobuf-build.sh && npx prettier --write \"{messages.json,src/messages.ts}\"" | ||
"update:protobuf": "./scripts/protobuf-build.sh && npx prettier --write \"{messages.json,src/messages.ts}\"", | ||
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js", | ||
"prepublish": "yarn tsx ../../scripts/prepublish.js" | ||
}, | ||
@@ -31,0 +33,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
407252
11993
1