@taquito/ledger-signer
Advanced tools
Comparing version 9.0.0-beta-RC.0 to 9.0.0-beta-RC.1
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "1c89fa8a8e97adfd73ddb076810612361d93f830", | ||
"commitHash": "a34c1b8fea3594fb5a02699bf98933df10e2225c", | ||
"version": "9.0.0-beta-RC.0" | ||
@@ -10,0 +10,0 @@ }; |
{ | ||
"name": "@taquito/ledger-signer", | ||
"version": "9.0.0-beta-RC.0", | ||
"version": "9.0.0-beta-RC.1", | ||
"description": "Ledger signer provider", | ||
@@ -29,6 +29,4 @@ "keywords": [ | ||
"prebuild": "rimraf dist", | ||
"version-stamp": "node ../taquito/version-stamping.js", | ||
"build": "npm run version-stamp && tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts ", | ||
"start": "npm run version-stamp && rollup -c rollup.config.ts -w", | ||
"postinstall": "npm run version-stamp" | ||
"build": "tsc --project ./tsconfig.prod.json --module commonjs && rollup -c rollup.config.ts ", | ||
"start": "rollup -c rollup.config.ts -w" | ||
}, | ||
@@ -63,4 +61,4 @@ "lint-staged": { | ||
"@ledgerhq/hw-transport": "^5.41.0", | ||
"@taquito/taquito": "^9.0.0-beta-RC.0", | ||
"@taquito/utils": "^9.0.0-beta-RC.0", | ||
"@taquito/taquito": "^9.0.0-beta-RC.1", | ||
"@taquito/utils": "^9.0.0-beta-RC.1", | ||
"@types/jest": "^26.0.16", | ||
@@ -99,3 +97,3 @@ "buffer": "^5.6.0", | ||
}, | ||
"gitHead": "a34c1b8fea3594fb5a02699bf98933df10e2225c" | ||
"gitHead": "413d760d4137e8b906d449a0e9e38dcad4505a54" | ||
} |
@@ -5,5 +5,5 @@ | ||
export const VERSION = { | ||
"commitHash": "1c89fa8a8e97adfd73ddb076810612361d93f830", | ||
"commitHash": "a34c1b8fea3594fb5a02699bf98933df10e2225c", | ||
"version": "9.0.0-beta-RC.0" | ||
}; | ||
/* tslint:enable */ |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
160147