-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add support for osx-configs (#324)
* add support for osx-configs * update for new configs * fix comments and update yarn lock * fix comments * fix tests * fix sonar * fix sonar * refactor getNetwork function * fix comments * fix: throw error when repo contract is not available * fix: build
- Loading branch information
1 parent
5ba93d3
commit e64f8da
Showing
59 changed files
with
815 additions
and
1,056 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@aragon/sdk-client-common", | ||
"author": "Aragon Association", | ||
"version": "1.14.1", | ||
"version": "1.15.0", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/sdk-client-common.esm.js", | ||
|
@@ -58,6 +58,7 @@ | |
"typescript": "^5.2.2" | ||
}, | ||
"dependencies": { | ||
"@aragon/osx-commons-configs": "^0.2.0", | ||
"@aragon/osx-ethers": "^1.3.1", | ||
"@aragon/osx-ethers-v1.0.0": "npm:@aragon/[email protected]", | ||
"@aragon/sdk-ipfs": "^1.1.0", | ||
|
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
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.