-
Notifications
You must be signed in to change notification settings - Fork 91
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
Showing
21 changed files
with
762 additions
and
941 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
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,28 +1,23 @@ | ||
{ | ||
"name": "@lifi/wallet-management", | ||
"version": "3.3.0-beta.10", | ||
"version": "3.3.0-beta.9", | ||
"description": "LI.FI Wallet Management solution.", | ||
"type": "module", | ||
"main": "./src/index.ts", | ||
"types": "./src/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"watch": "tsc -w -p ./tsconfig.json", | ||
"build": "pnpm clean && pnpm build:esm && pnpm build:postcompile && pnpm build:clean", | ||
"build": "pnpm clean && pnpm build:esm && pnpm build:clean", | ||
"build:esm": "tsc --build", | ||
"build:postcompile": "node ../../scripts/postcompile.js && cpy '../../*.md' 'src/**/*' '!src/**/*.d.ts' dist", | ||
"build:prerelease": "node ../../scripts/prerelease.js && cpy '../../*.md' .", | ||
"build:postrelease": "node ../../scripts/postrelease.js && rm -rf *.md", | ||
"build:clean": "rm -rf tsconfig.tsbuildinfo ./dist/tsconfig.tsbuildinfo", | ||
"release:build": "pnpm build", | ||
"release:publish": "cd dist && pnpm publish --access public --no-git-checks --tag latest", | ||
"release:publish:alpha": "cd dist && pnpm publish --access public --no-git-checks --tag alpha", | ||
"release:publish:beta": "cd dist && pnpm publish --access public --no-git-checks --tag beta", | ||
"release:build": "pnpm build && pnpm build:prerelease", | ||
"clean": "pnpm build:clean && rm -rf dist", | ||
"check:types": "tsc --noEmit", | ||
"pre-push:validate": "pnpm check:types" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Eugene Chybisov <[email protected]>", | ||
"homepage": "https://github.com/lifinance/widget", | ||
"repository": { | ||
|
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
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
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,31 +1,26 @@ | ||
{ | ||
"name": "@lifi/widget", | ||
"version": "3.7.0-beta.10", | ||
"version": "3.7.0-beta.9", | ||
"description": "LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.", | ||
"type": "module", | ||
"main": "./src/index.ts", | ||
"types": "./src/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"watch": "tsc -w -p ./tsconfig.json", | ||
"build": "pnpm clean && pnpm build:version && pnpm build:esm && pnpm build:postcompile && pnpm build:clean", | ||
"build": "pnpm clean && pnpm build:version && pnpm build:esm && pnpm build:clean", | ||
"build:esm": "tsc --build", | ||
"build:postcompile": "node ../../scripts/postcompile.js && cpy '../../*.md' 'src/**/*' '!src/**/*.d.ts' dist", | ||
"build:prerelease": "node ../../scripts/prerelease.js && cpy '../../*.md' .", | ||
"build:postrelease": "node ../../scripts/postrelease.js && rm -rf *.md", | ||
"build:version": "node ../../scripts/version.js", | ||
"build:clean": "rm -rf tsconfig.tsbuildinfo ./dist/tsconfig.tsbuildinfo", | ||
"release:build": "pnpm build", | ||
"release:publish": "cd dist && pnpm publish --access public --no-git-checks --tag latest", | ||
"release:publish:alpha": "cd dist && pnpm publish --access public --no-git-checks --tag alpha", | ||
"release:publish:beta": "cd dist && pnpm publish --access public --no-git-checks --tag beta", | ||
"release:build": "pnpm build && pnpm build:prerelease", | ||
"clean": "pnpm build:clean && rm -rf dist", | ||
"check:types": "tsc --noEmit", | ||
"check:circular-deps": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx')", | ||
"check:circular-deps-graph": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx') --image graph.svg", | ||
"pre-push:validate": "pnpm check:types & pnpm check:circular-deps" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Eugene Chybisov <[email protected]>", | ||
"homepage": "https://github.com/lifinance/widget", | ||
"repository": { | ||
|
@@ -60,7 +55,7 @@ | |
"@solana/wallet-adapter-base": "^0.9.23", | ||
"@solana/wallet-adapter-react": "^0.15.35", | ||
"@solana/web3.js": "^1.95.3", | ||
"@tanstack/react-query": "^5.59.8", | ||
"@tanstack/react-query": "^5.59.9", | ||
"@tanstack/react-virtual": "^3.10.8", | ||
"bs58": "^6.0.0", | ||
"i18next": "^23.15.1", | ||
|
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,2 +1,2 @@ | ||
export const name = '@lifi/widget' | ||
export const version = '3.7.0-beta.10' | ||
export const version = '3.7.0-beta.9' |
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
Oops, something went wrong.