Skip to content

Commit

Permalink
Merge pull request #178 from gnosis/release/v2.5.0
Browse files Browse the repository at this point in the history
Safe Apps Developer Tools Release 8
  • Loading branch information
mmv08 authored May 27, 2021
2 parents abfa48f + d997246 commit b68131d
Show file tree
Hide file tree
Showing 44 changed files with 289 additions and 3,887 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ You can find more resources on Safe Apps in the [Gnosis Safe Developer Portal](h

![safeapps_pathways_v4 (1)](https://user-images.githubusercontent.com/17196842/117835146-0b47b300-b278-11eb-9751-e02976872789.png)


## Packages

| Package | Description |
| ----------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------- |
| [cra-template-safe-app](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/cra-template-safe-app) | CRA template to quickly bootstrap a Safe app |
| [safe-apps-react-sdk](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-react-sdk) | A wrapper of safe-apps-sdk with helpful hooks |
| [safe-apps-sdk](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-sdk) | JavaScript SDK |
| [safe-apps-provider](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-provider) | A generic provider that can be used with common web3 libraries |
| [safe-apps-onboard](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-onboard) | A wrapper around Onboard.js that would automatically connect to the Safe if the app is loaded as a Safe app |
| [safe-apps-web3modal](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-web3modal) | A wrapper around Web3modal that would automatically connect to the Safe if the app is loaded as a Safe app |
| [safe-apps-web3-react](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-web3-react) | A web-react connector for Safe Apps |
| Package | Description |
| ----------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| [cra-template-safe-app](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/cra-template-safe-app) | CRA template to quickly bootstrap a Safe app |
| [safe-apps-react-sdk](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-react-sdk) | A wrapper of safe-apps-sdk with helpful hooks |
| [safe-apps-sdk](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-sdk) | JavaScript SDK |
| [safe-apps-provider](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-provider) | A generic provider that can be used with common web3 libraries |
| [safe-apps-onboard](https://docs.blocknative.com/onboard) | Blocknative included Safe App support in onboard.js v1.26.0. To use it, add `{ walletName: "gnosis" }` to wallet list. |
| [safe-apps-web3modal](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-web3modal) | A wrapper around Web3modal that would automatically connect to the Safe if the app is loaded as a Safe app |
| [safe-apps-web3-react](https://github.com/gnosis/safe-apps-sdk/tree/master/packages/safe-apps-web3-react) | A web-react connector for Safe Apps |

## Setting up development environment

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"lerna": "^4.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "7.26.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "26.6.0",
"ts-jest": "^26.5.3",
"typescript": "^4.2.4"
"typescript": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/cra-template-safe-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gnosis.pm/cra-template-safe-app",
"version": "3.4.0",
"version": "3.5.0",
"description": "Gnosis Safe App Starter",
"author": "Gnosis (https://gnosis.pm)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template-safe-app/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"package": {
"homepage": "./",
"dependencies": {
"@gnosis.pm/safe-apps-react-sdk": "2.4.0",
"@gnosis.pm/safe-apps-react-sdk": "3.0.0",
"@gnosis.pm/safe-react-components": "^0.3.0",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
28 changes: 0 additions & 28 deletions packages/safe-apps-onboard/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/safe-apps-onboard/dist/index.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions packages/safe-apps-onboard/dist/index.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/safe-apps-onboard/dist/index.js.map

This file was deleted.

19 changes: 0 additions & 19 deletions packages/safe-apps-onboard/dist/wrapper.d.ts

This file was deleted.

91 changes: 0 additions & 91 deletions packages/safe-apps-onboard/dist/wrapper.js

This file was deleted.

1 change: 0 additions & 1 deletion packages/safe-apps-onboard/dist/wrapper.js.map

This file was deleted.

38 changes: 0 additions & 38 deletions packages/safe-apps-onboard/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/safe-apps-onboard/src/index.ts

This file was deleted.

93 changes: 0 additions & 93 deletions packages/safe-apps-onboard/src/wrapper.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/safe-apps-onboard/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions packages/safe-apps-provider/dist/provider.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export declare class SafeAppProvider implements EIP1193Provider {
method: string;
params?: any[];
}): Promise<any>;
send(request: any, callback: (error: any, response?: any) => void): void;
}
Loading

0 comments on commit b68131d

Please sign in to comment.