This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
generated from solidjs-community/solid-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade algosdk & algokit-utils, Workspace config
- Loading branch information
1 parent
2bcb054
commit c93034f
Showing
6 changed files
with
47 additions
and
530 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "solid-algo-wallets", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Integrate multiple Algorand wallets with a SolidJS web application client", | ||
"license": "MIT", | ||
"author": "Brian Whippo <[email protected]>", | ||
|
@@ -59,7 +59,7 @@ | |
"sideEffects": false, | ||
"scripts": { | ||
"build": "tsup", | ||
"clean": "rm -rf node_modules && rm -rf dist && rm pnpm-lock.yaml", | ||
"clean": "rm -rf node_modules && rm -rf dist", | ||
"prepublishOnly": "pnpm build", | ||
"format": "prettier -w \"src/**/*.{js,ts,json,css,tsx,jsx}\" --ignore-path .gitignore", | ||
"lint": "concurrently pnpm:lint:*", | ||
|
@@ -101,8 +101,13 @@ | |
"@walletconnect/modal": "^2.6.2", | ||
"@walletconnect/modal-sign-html": "^2.6.2", | ||
"@walletconnect/sign-client": "^2.10.1", | ||
"algosdk": "2.4.0", | ||
"algosdk": "2.7.0", | ||
"buffer": "^6.0.3" | ||
}, | ||
"browser": {} | ||
"browser": {}, | ||
"workspaces": [ | ||
".", | ||
"site-build", | ||
"site-dev" | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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
Oops, something went wrong.