From 2efe266d46f3577ebdb4df3bb8876dd49ec9f427 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Wed, 6 Mar 2019 15:01:37 +0800 Subject: Publish - @dexon-foundation/sol-compiler@2.0.11 - @dexon-foundation/sol-coverage@1.0.9 - @dexon-foundation/sol-doc@1.0.20 - @dexon-foundation/sol-profiler@1.0.9 - @dexon-foundation/sol-trace@1.0.9 - @dexon-foundation/sol-tracing-utils@4.0.7 - @dexon-foundation/subproviders@2.1.18 - @dexon-foundation/typescript-typings@4.0.2 --- 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(-) (limited to 'packages') diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 5a22e0102..d2dd3e3d8 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.10", + "version": "2.0.11", "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.1", + "@dexon-foundation/typescript-typings": "^4.0.2", "@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 6733324fb..96b1090be 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.8", + "version": "1.0.9", "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.6", - "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/sol-tracing-utils": "^4.0.7", + "@dexon-foundation/subproviders": "^2.1.18", + "@dexon-foundation/typescript-typings": "^4.0.2", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index e4e1acb85..22716366f 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.19", + "version": "1.0.20", "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.10", + "@dexon-foundation/sol-compiler": "^2.0.11", "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 b99c71cd9..45406bb7e 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.8", + "version": "1.0.9", "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.6", - "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/sol-tracing-utils": "^4.0.7", + "@dexon-foundation/subproviders": "^2.1.18", + "@dexon-foundation/typescript-typings": "^4.0.2", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index 16cfec5fa..6315a3135 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.8", + "version": "1.0.9", "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.6", - "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/sol-tracing-utils": "^4.0.7", + "@dexon-foundation/subproviders": "^2.1.18", + "@dexon-foundation/typescript-typings": "^4.0.2", "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 70b9856c6..b9ca815a3 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.6", + "version": "4.0.7", "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.10", - "@dexon-foundation/subproviders": "^2.1.17", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/sol-compiler": "^2.0.11", + "@dexon-foundation/subproviders": "^2.1.18", + "@dexon-foundation/typescript-typings": "^4.0.2", "@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 e291f70ed..3826496c7 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/subproviders", - "version": "2.1.17", + "version": "2.1.18", "engines": { "node": ">=6.12" }, @@ -34,7 +34,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/ganache-core": "^2.3.2", - "@dexon-foundation/typescript-typings": "^4.0.1", + "@dexon-foundation/typescript-typings": "^4.0.2", "@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 19ea88395..03827080d 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.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, -- cgit v1.2.3