-
Notifications
You must be signed in to change notification settings - Fork 128
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
5 changed files
with
49 additions
and
37 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,5 @@ | ||
--- | ||
'@gnosis.pm/safe-apps-sdk': minor | ||
--- | ||
|
||
Add owners and threshold to SafeInfo type" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,41 @@ | ||
{ | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.0.0", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"_files": [ | ||
"dist/**/*", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"Gnosis", | ||
"sdk", | ||
"apps" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json", | ||
"build": "yarn rimraf dist && tsc && yarn format-dist", | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
"author": "Gnosis (https://gnosis.io)", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.2", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gnosis/safe-apps-sdk.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gnosis/safe-apps-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme" | ||
"name": "@gnosis.pm/safe-apps-sdk", | ||
"version": "4.1.0-next.0", | ||
"description": "SDK developed to integrate third-party apps with Safe-Multisig app.", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"_files": [ | ||
"dist/**/*", | ||
"README.md" | ||
], | ||
"keywords": [ | ||
"Gnosis", | ||
"sdk", | ||
"apps" | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"format-dist": "sed -i '' 's/\"files\":/\"_files\":/' dist/package.json", | ||
"build": "yarn rimraf dist && tsc && yarn format-dist", | ||
"lint": "tslint -p tsconfig.json" | ||
}, | ||
"author": "Gnosis (https://gnosis.io)", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.3", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/gnosis/safe-apps-sdk.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/gnosis/safe-apps-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/gnosis/safe-apps-sdk#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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