We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922abe4 commit 0863eaeCopy full SHA for 0863eae
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gnosis.pm/safe-react-gateway-sdk",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"main": "dist/index.min.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/index.ts
@@ -1,5 +1,6 @@
import { callEndpoint } from './endpoint'
import { operations, definitions } from './types/gateway'
+export * from './types/transactions'
export type GatewayDefinitions = definitions
0 commit comments