@lukso/eip191-signer.js
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -11,4 +11,4 @@ "use strict"; | ||
const account_1 = __importDefault(require("eth-lib/lib/account")); | ||
const ethereumjs_util_1 = require("ethereumjs-util"); | ||
const web3_utils_1 = __importDefault(require("web3-utils")); | ||
const ethereumjs_util_1 = require("ethereumjs-util"); | ||
class EIP191Signer { | ||
@@ -15,0 +15,0 @@ hashEthereumSignedMessage(message) { |
@@ -5,4 +5,4 @@ /* | ||
import Account from 'eth-lib/lib/account'; | ||
import { bufferToHex, keccak256 } from 'ethereumjs-util'; | ||
import utils from 'web3-utils'; | ||
import { bufferToHex, keccak256 } from 'ethereumjs-util'; | ||
export class EIP191Signer { | ||
@@ -9,0 +9,0 @@ hashEthereumSignedMessage(message) { |
# Changelog | ||
## [0.2.1](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.0...v0.2.1) (2022-10-28) | ||
### Features | ||
* add eslint import rules ([36f6981](https://github.com/lukso-network/tools-eip191-signer/commit/36f698192a9abfba398fe4defdfe66ef0d2cc884)) | ||
### Bug Fixes | ||
* update README ([f26910e](https://github.com/lukso-network/tools-eip191-signer/commit/f26910e2015d188dd22a28c942a6692fbda1b71c)) | ||
## [0.2.0](https://github.com/lukso-network/tools-eip191-signer/compare/v0.1.0...v0.2.0) (2022-10-26) | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "@lukso/eip191-signer.js", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Helper Library to allows to sign any EIP191 data", | ||
@@ -14,2 +14,3 @@ "main": "build/main/src/index.js", | ||
"lint": "eslint src --ext .ts", | ||
"lint-fix": "eslint src --ext .ts --fix", | ||
"build": "run-p build:*", | ||
@@ -53,3 +54,3 @@ "build:main": "tsc -p tsconfig.json", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.0.4", | ||
@@ -56,0 +57,0 @@ "eslint-plugin-prettier": "^4.0.0", |
@@ -1,2 +0,2 @@ | ||
# eip191-signer.js · [![GitHub license](https://img.shields.io/badge/license-Apache-blue.svg)](./LICENSE) [![npm version](https://img.shields.io/npm/v/@lukso/lsp6-signer.js.svg?style=flat)](https://www.npmjs.com/package/@lukso/lsp6-signer.js) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/lukso-network/tools-lsp6-signer/pulls) | ||
# eip191-signer.js · [![GitHub license](https://img.shields.io/badge/license-Apache-blue.svg)](./LICENSE) [![npm version](https://img.shields.io/npm/v/@lukso/lsp6-signer.js.svg?style=flat)](https://www.npmjs.com/package/@lukso/eip191-signer.js) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/lukso-network/tools-lsp6-signer/pulls) | ||
@@ -19,3 +19,3 @@ <p align="center"> | ||
- [GitHub Repository](https://github.com/lukso-network/tools-lsp6-signer) | ||
- [NPM Package](https://www.npmjs.com/package/@lukso/lsp6-signer.js) | ||
- [NPM Package](https://www.npmjs.com/package/@lukso/eip191-signer.js) | ||
@@ -22,0 +22,0 @@ ## Install |
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
Sorry, the diff of this file is not supported yet
75330