diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 15:01:12 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 15:01:12 +0800 |
commit | c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f (patch) | |
tree | e925fdefbe35304b71e57c09c89fd6d123c3ab40 /packages/sol-profiler/package.json | |
parent | 69dc8110f4be576fe91d28a653906fd67904a899 (diff) | |
download | dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar.gz dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar.bz2 dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar.lz dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar.xz dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.tar.zst dexon-sol-tools-c5a9c90c0b6dbeb59eb4d8bb6ad20a1afdc2450f.zip |
Add typescript definitions
Diffstat (limited to 'packages/sol-profiler/package.json')
-rw-r--r-- | packages/sol-profiler/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 894204fd2..b99c71cd9 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -31,7 +31,7 @@ "dependencies": { "@dexon-foundation/sol-tracing-utils": "^4.0.6", "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^1.0.5", + "@dexon-foundation/typescript-typings": "^4.0.1", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, |