-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: restructure
osx-commons-sdk
(#73)
* chore: folder restructure * chore: delete examples from sdk 1.0 * fix: prettier * fix: broken dependency * fix: broken dependency * fix: update yarn.lock * fix: tests missing dependency * fix: apply code structure suggestions * fix: remove regex.ts * fix: pr comments * update: package.json version
- Loading branch information
1 parent
871f039
commit 1c745cc
Showing
55 changed files
with
310 additions
and
1,960 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@aragon/osx-commons-sdk", | ||
"author": "Aragon Association", | ||
"version": "0.0.1-alpha.7", | ||
"version": "0.0.1-alpha.8", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/osx-commons-sdk.esm.js", | ||
|
@@ -43,6 +43,7 @@ | |
} | ||
], | ||
"devDependencies": { | ||
"@aragon/osx-ethers": "1.3.0", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@types/node": "^20.10.0", | ||
"dts-cli": "^2.0.3", | ||
|
@@ -53,19 +54,10 @@ | |
}, | ||
"dependencies": { | ||
"@aragon/osx-commons-configs": "^0.4.0", | ||
"@aragon/osx-ethers": "^1.3.0-rc0.4", | ||
"@aragon/osx-ethers-v1.0.0": "npm:@aragon/[email protected]", | ||
"@aragon/sdk-ipfs": "^1.1.0", | ||
"@ethersproject/abstract-signer": "^5.7.0", | ||
"@ethersproject/bignumber": "^5.7.0", | ||
"@ethersproject/constants": "^5.7.0", | ||
"@ethersproject/contracts": "^5.7.0", | ||
"@ethersproject/hash": "^5.7.0", | ||
"@ethersproject/providers": "^5.7.2", | ||
"@ethersproject/wallet": "^5.7.0", | ||
"graphql": "^16.5.0", | ||
"graphql-request": "^4.3.0", | ||
"ipfs-http-client": "^51.0.0", | ||
"yup": "^1.2.0" | ||
"@ethersproject/providers": "^5.7.0", | ||
"ipfs-http-client": "^51.0.0" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.