-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ef09c2
commit d0598bc
Showing
11 changed files
with
6,707 additions
and
9,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,5 @@ yarn-error.log* | |
|
||
# vscode | ||
.vscode/settings.json | ||
|
||
.yarn |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@trili/tezos-provider", | ||
"description": "Tezos Provider for WalletConnect Protocol", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"author": "Trilitech TriliTech <[email protected]> (https://trili.tech)", | ||
"homepage": "https://trili.tech", | ||
"repository": { | ||
|
@@ -36,7 +36,7 @@ | |
"build": "tsup-node", | ||
"test": "jest", | ||
"prettier": "prettier --write .", | ||
"lint": "eslint -c eslint.config.mjs --fix ./src/**/*.ts", | ||
"lint": "eslint -c eslint.config.mjs --fix './src/**/*.{ts,js}'", | ||
"lint:ci": "eslint src/**/*.ts -f json -o lintReport.json || true" | ||
}, | ||
"tsup": { | ||
|
@@ -89,7 +89,11 @@ | |
"eslint": "^9.0.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jest": "^28.9.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-sort-keys": "^2.3.5", | ||
"eslint-plugin-unused-imports": "^4.1.4", | ||
"install-peerdeps": "^3.0.3", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.3", | ||
|
@@ -100,6 +104,5 @@ | |
"engines": { | ||
"node": ">=18", | ||
"yarn": ">=1.22" | ||
}, | ||
"packageManager": "[email protected]+sha512.1606bef7c84bc7d83b8576063de2fd08f7d69f9939015bed800f9585a002390268ecc777e9feeba7e26e9556aef6beaad4806968db2182ab5dd3e955ab3b9a0b" | ||
} | ||
} |
Oops, something went wrong.