@taquito/signer
Advanced tools
Comparing version 20.0.2-beta.1 to 20.0.2-beta.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parseHex = void 0; | ||
exports.parseHex = parseHex; | ||
const core_1 = require("@taquito/core"); | ||
@@ -17,2 +17,1 @@ function parseHex(s) { | ||
} | ||
exports.parseHex = parseHex; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.importKey = void 0; | ||
exports.importKey = importKey; | ||
const taquito_signer_1 = require("./taquito-signer"); | ||
@@ -53,2 +53,1 @@ /** | ||
} | ||
exports.importKey = importKey; |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "a9cdc31ccbc6e2ed58dedaf3c8c4f0c62bc3ae02", | ||
"version": "20.0.2-beta.1" | ||
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97", | ||
"version": "20.0.2-beta.2" | ||
}; |
@@ -618,4 +618,4 @@ import { openSecretBox } from '@stablelib/nacl'; | ||
const VERSION = { | ||
"commitHash": "a9cdc31ccbc6e2ed58dedaf3c8c4f0c62bc3ae02", | ||
"version": "20.0.2-beta.1" | ||
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97", | ||
"version": "20.0.2-beta.2" | ||
}; | ||
@@ -622,0 +622,0 @@ |
@@ -630,4 +630,4 @@ (function (global, factory) { | ||
const VERSION = { | ||
"commitHash": "a9cdc31ccbc6e2ed58dedaf3c8c4f0c62bc3ae02", | ||
"version": "20.0.2-beta.1" | ||
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97", | ||
"version": "20.0.2-beta.2" | ||
}; | ||
@@ -634,0 +634,0 @@ |
{ | ||
"name": "@taquito/signer", | ||
"version": "20.0.2-beta.1", | ||
"version": "20.0.2-beta.2", | ||
"description": "Provide signing functionality to be with taquito", | ||
@@ -75,8 +75,8 @@ "keywords": [ | ||
"@stablelib/sha512": "^1.0.1", | ||
"@taquito/core": "^20.0.2-beta.1", | ||
"@taquito/taquito": "^20.0.2-beta.1", | ||
"@taquito/utils": "^20.0.2-beta.1", | ||
"@types/bn.js": "^5.1.2", | ||
"@taquito/core": "^20.0.2-beta.2", | ||
"@taquito/taquito": "^20.0.2-beta.2", | ||
"@taquito/utils": "^20.0.2-beta.2", | ||
"@types/bn.js": "^5.1.5", | ||
"bip39": "3.1.0", | ||
"elliptic": "^6.5.4", | ||
"elliptic": "^6.5.6", | ||
"pbkdf2": "^3.1.2", | ||
@@ -86,32 +86,32 @@ "typedarray-to-buffer": "^4.0.0" | ||
"devDependencies": { | ||
"@types/bluebird": "^3.5.40", | ||
"@types/elliptic": "^6.4.15", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20", | ||
"@types/pbkdf2": "^3.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@types/bluebird": "^3.5.42", | ||
"@types/elliptic": "^6.4.18", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22", | ||
"@types/pbkdf2": "^3.1.2", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"colors": "^1.4.0", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"jest-config": "^29.7.0", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.2.7", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.3.3", | ||
"prompt": "^1.3.0", | ||
"replace-in-file": "^7.0.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.1.4", | ||
"replace-in-file": "^8.1.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.19.1", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"ts-jest": "^29.2.3", | ||
"ts-node": "^10.9.2", | ||
"ts-toolbelt": "^9.6.0", | ||
"typedoc": "^0.25.8", | ||
"typescript": "~5.2.2" | ||
"typedoc": "^0.26.5", | ||
"typescript": "~5.5.4" | ||
}, | ||
"gitHead": "6d1e4d129ac57c1bdeb5464601e40c50f413e43f" | ||
"gitHead": "f0f9e4d22a374c72913abbb1991b0e5b34f4c978" | ||
} |
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
129986
2849
Updated@taquito/core@^20.0.2-beta.2
Updated@types/bn.js@^5.1.5
Updatedelliptic@^6.5.6