Skip to content

Commit 0863eae

Browse files
authored
Feature: export transaction types from index (#4)
* export transaction types from index * bump minor version
1 parent 922abe4 commit 0863eae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { callEndpoint } from './endpoint'
22
import { operations, definitions } from './types/gateway'
3+
export * from './types/transactions'
34

45
export type GatewayDefinitions = definitions
56

0 commit comments

Comments
 (0)