-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is needed to stop the CI release workflow from failing.
- Loading branch information
Showing
17 changed files
with
29,084 additions
and
20,521 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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/.yarn/releases/** binary | ||
/.yarn/plugins/** binary |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
# yarn lockfile v1 | ||
|
||
|
||
yarn-path ".yarn/releases/yarn-1.22.21.cjs" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
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 |
---|---|---|
|
@@ -33,5 +33,6 @@ | |
"devDependencies": { | ||
"stream-browserify": "^3.0.0", | ||
"wsrun": "^5.2.4" | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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 |
---|---|---|
|
@@ -6,10 +6,9 @@ | |
"repository": "https://github.com/anoma/namada-interface", | ||
"author": "Heliax AG <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"dependencies": { | ||
"typescript": "^5.1.3", | ||
"@namada/types": "0.1.0" | ||
"@namada/types": "0.1.0", | ||
"typescript": "^5.1.3" | ||
}, | ||
"devDependencies": { | ||
"eslint-import-resolver-typescript": "^3.5.2" | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "eslint src --ext .ts,.tsx", | ||
"lint:fix": "yarn lint -- --fix", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"wasm:build": "./scripts/build.sh --release", | ||
"wasm:build:dev": "./scripts/build.sh", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "eslint src --ext .ts,.tsx", | ||
"lint:fix": "yarn lint -- --fix", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"wasm:build": "./scripts/build.sh --release", | ||
"wasm:build:dev": "./scripts/build.sh", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "yarn lint -- --fix", | ||
|
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 |
---|---|---|
|
@@ -6,16 +6,15 @@ | |
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax AG <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "yarn lint -- --fix", | ||
"lint:ci": "yarn lint --max-warnings 0" | ||
}, | ||
"dependencies": { | ||
"@dao-xyz/borsh": "^5.1.5", | ||
"@namada/ledger-namada": "0.0.1", | ||
"bn.js": "^5.2.1", | ||
"@dao-xyz/borsh": "^5.1.5", | ||
"slip44": "^3.0.11", | ||
"typescript": "^5.1.3" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax Dev <[email protected]>", | ||
"license": "MIT", | ||
"private": false, | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"lint:fix": "yarn lint -- --fix", | ||
|
Oops, something went wrong.