From d1f03549fd45b021a4d695c07d60b88e3873f0d3 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Thu, 7 Mar 2019 11:39:10 +0800 Subject: Publish - @dexon-foundation/sol-compiler@2.0.12 - @dexon-foundation/sol-coverage@1.0.13 - @dexon-foundation/sol-doc@1.0.21 - @dexon-foundation/sol-profiler@1.0.13 - @dexon-foundation/sol-trace@1.0.13 - @dexon-foundation/sol-tracing-utils@4.0.11 - @dexon-foundation/subproviders@3.0.3 - @dexon-foundation/typescript-typings@4.0.3 --- packages/sol-compiler/package.json | 4 ++-- packages/sol-coverage/package.json | 8 ++++---- packages/sol-doc/package.json | 4 ++-- packages/sol-profiler/package.json | 8 ++++---- packages/sol-trace/package.json | 8 ++++---- packages/sol-tracing-utils/package.json | 8 ++++---- packages/subproviders/package.json | 4 ++-- packages/typescript-typings/package.json | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index d2dd3e3d8..6bd33c3cf 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-compiler", - "version": "2.0.11", + "version": "2.0.12", "engines": { "node": ">=6.12" }, @@ -74,7 +74,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/dsolc": "^0.5.1", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/typescript-typings": "^4.0.3", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", diff --git a/packages/sol-coverage/package.json b/packages/sol-coverage/package.json index d7961b866..84d266587 100644 --- a/packages/sol-coverage/package.json +++ b/packages/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-coverage", - "version": "1.0.12", + "version": "1.0.13", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.10", - "@dexon-foundation/subproviders": "^3.0.2", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/sol-tracing-utils": "^4.0.11", + "@dexon-foundation/subproviders": "^3.0.3", + "@dexon-foundation/typescript-typings": "^4.0.3", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index 22716366f..0c8f050d4 100644 --- a/packages/sol-doc/package.json +++ b/packages/sol-doc/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-doc", - "version": "1.0.20", + "version": "1.0.21", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -27,7 +27,7 @@ "dependencies": { "@0x/types": "^1.5.2", "@0x/utils": "^3.0.1", - "@dexon-foundation/sol-compiler": "^2.0.11", + "@dexon-foundation/sol-compiler": "^2.0.12", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.10", diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index b83fee0e2..35f0b4cfc 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.12", + "version": "1.0.13", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.10", - "@dexon-foundation/subproviders": "^3.0.2", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/sol-tracing-utils": "^4.0.11", + "@dexon-foundation/subproviders": "^3.0.3", + "@dexon-foundation/typescript-typings": "^4.0.3", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index bfa978105..535b91ff0 100644 --- a/packages/sol-trace/package.json +++ b/packages/sol-trace/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-trace", - "version": "1.0.12", + "version": "1.0.13", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.10", - "@dexon-foundation/subproviders": "^3.0.2", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/sol-tracing-utils": "^4.0.11", + "@dexon-foundation/subproviders": "^3.0.3", + "@dexon-foundation/typescript-typings": "^4.0.3", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.5", diff --git a/packages/sol-tracing-utils/package.json b/packages/sol-tracing-utils/package.json index 820c72ed9..283956ffa 100644 --- a/packages/sol-tracing-utils/package.json +++ b/packages/sol-tracing-utils/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-tracing-utils", - "version": "4.0.10", + "version": "4.0.11", "engines": { "node": ">=6.12" }, @@ -45,9 +45,9 @@ "@0x/dev-utils": "^1.0.24", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", - "@dexon-foundation/sol-compiler": "^2.0.11", - "@dexon-foundation/subproviders": "^3.0.2", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/sol-compiler": "^2.0.12", + "@dexon-foundation/subproviders": "^3.0.3", + "@dexon-foundation/typescript-typings": "^4.0.3", "@types/solidity-parser-antlr": "^0.2.0", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index 84887b463..2c2459a21 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/subproviders", - "version": "3.0.2", + "version": "3.0.3", "engines": { "node": ">=6.12" }, @@ -34,7 +34,7 @@ "@0x/utils": "^4.2.2", "@0x/web3-wrapper": "^6.0.2", "@dexon-foundation/ganache-core": "^2.3.2", - "@dexon-foundation/typescript-typings": "^4.0.2", + "@dexon-foundation/typescript-typings": "^4.0.3", "@dexon-foundation/web3-provider-engine": "^14.1.1", "@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-transport-u2f": "4.24.0", diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 03827080d..82972b5c6 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/typescript-typings", - "version": "4.0.2", + "version": "4.0.3", "engines": { "node": ">=6.12" }, -- cgit v1.2.3