aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-profiler
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:44:48 +0800
committerHsuan Lee <hsuan@cobinhood.com>2019-01-19 18:44:48 +0800
commita9a92c8af635f29d083464cd7fff7c549e289d7b (patch)
tree4215403af9e10f3e38ee90a43162c3942ae0b02d /packages/sol-profiler
parent8badebfcf7383a644b80e05a7d5675f6c69be246 (diff)
downloaddexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.gz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.bz2
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.lz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.xz
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.tar.zst
dexon-sol-tools-a9a92c8af635f29d083464cd7fff7c549e289d7b.zip
- @dexon-foundation/sol-compiler@2.0.7 - @dexon-foundation/sol-coverage@1.0.5 - @dexon-foundation/sol-doc@1.0.16 - @dexon-foundation/sol-profiler@1.0.5 - @dexon-foundation/sol-trace@1.0.5 - @dexon-foundation/sol-tracing-utils@4.0.3 - @dexon-foundation/subproviders@2.1.13 - @dexon-foundation/typescript-typings@1.0.2
Diffstat (limited to 'packages/sol-profiler')
-rw-r--r--packages/sol-profiler/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json
index 7748b56a8..ecee4318a 100644
--- a/packages/sol-profiler/package.json
+++ b/packages/sol-profiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@dexon-foundation/sol-profiler",
- "version": "1.0.4",
+ "version": "1.0.5",
"engines": {
"node": ">=6.12"
},
@@ -30,8 +30,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md",
"dependencies": {
"@0x/typescript-typings": "^3.0.8",
- "@dexon-foundation/sol-tracing-utils": "^4.0.2",
- "@dexon-foundation/subproviders": "^2.1.12",
+ "@dexon-foundation/sol-tracing-utils": "^4.0.3",
+ "@dexon-foundation/subproviders": "^2.1.13",
"ethereum-types": "^1.1.6",
"lodash": "^4.17.5"
},