@trezor/protocol
Advanced tools
Comparing version 1.0.10-beta.1 to 1.0.10-beta.2
@@ -0,1 +1,5 @@ | ||
# 1.0.10-beta.2 | ||
- chore(suite): depcheck enabled (2206f19f2e) | ||
# 1.0.10-beta.1 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@trezor/protocol", | ||
"version": "1.0.10-beta.1", | ||
"version": "1.0.10-beta.2", | ||
"license": "See LICENSE.md in repo root", | ||
@@ -25,2 +25,3 @@ "repository": { | ||
"test:unit": "yarn g:jest -c ../../jest.config.base.js", | ||
"depcheck": "yarn g:depcheck", | ||
"type-check": "yarn g:tsc --build", | ||
@@ -27,0 +28,0 @@ "build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib", |
11702