From 2c3468d743ba06fd92b84d74a326a58a6f70d68c Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Sat, 19 Jan 2019 18:48:31 +0800 Subject: Publish - @dexon-foundation/monorepo-scripts@1.0.21 - @dexon-foundation/sol-compiler@2.0.8 - @dexon-foundation/sol-coverage@1.0.6 - @dexon-foundation/sol-doc@1.0.17 - @dexon-foundation/sol-profiler@1.0.6 - @dexon-foundation/sol-trace@1.0.6 - @dexon-foundation/sol-tracing-utils@4.0.4 - @dexon-foundation/subproviders@2.1.14 - @dexon-foundation/typescript-typings@1.0.3 --- packages/monorepo-scripts/package.json | 2 +- packages/sol-compiler/package.json | 4 ++-- packages/sol-coverage/package.json | 6 +++--- packages/sol-doc/package.json | 4 ++-- packages/sol-profiler/package.json | 6 +++--- packages/sol-trace/package.json | 6 +++--- packages/sol-tracing-utils/package.json | 6 +++--- packages/subproviders/package.json | 2 +- packages/typescript-typings/package.json | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index 082647c17..737374c7a 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dexon-foundation/monorepo-scripts", - "version": "1.0.20", + "version": "1.0.21", "engines": { "node": ">=6.12" }, diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 83e1fd352..c5452b2ed 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.7", + "version": "2.0.8", "engines": { "node": ">=6.12" }, @@ -75,7 +75,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/dsolc": "^0.5.1", - "@dexon-foundation/typescript-typings": "^1.0.2", + "@dexon-foundation/typescript-typings": "^1.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 5012479d9..e1daba4d8 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.5", + "version": "1.0.6", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { "@0x/typescript-typings": "^3.0.8", - "@dexon-foundation/sol-tracing-utils": "^4.0.3", - "@dexon-foundation/subproviders": "^2.1.13", + "@dexon-foundation/sol-tracing-utils": "^4.0.4", + "@dexon-foundation/subproviders": "^2.1.14", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index 581061d8f..d2a24a293 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.16", + "version": "1.0.17", "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.7", + "@dexon-foundation/sol-compiler": "^2.0.8", "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 62143ab02..4fccb5a1b 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.5", + "version": "1.0.6", "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.3", - "@dexon-foundation/subproviders": "^2.1.13", + "@dexon-foundation/sol-tracing-utils": "^4.0.4", + "@dexon-foundation/subproviders": "^2.1.14", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index 55fef9cd0..cdddc6648 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.5", + "version": "1.0.6", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md", "dependencies": { "@0x/typescript-typings": "^3.0.8", - "@dexon-foundation/sol-tracing-utils": "^4.0.3", - "@dexon-foundation/subproviders": "^2.1.13", + "@dexon-foundation/sol-tracing-utils": "^4.0.4", + "@dexon-foundation/subproviders": "^2.1.14", "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 aa6fa9298..ce247c67d 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.3", + "version": "4.0.4", "engines": { "node": ">=6.12" }, @@ -46,8 +46,8 @@ "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", - "@dexon-foundation/sol-compiler": "^2.0.7", - "@dexon-foundation/subproviders": "^2.1.13", + "@dexon-foundation/sol-compiler": "^2.0.8", + "@dexon-foundation/subproviders": "^2.1.14", "@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 374de6797..2e117e240 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/subproviders", - "version": "2.1.13", + "version": "2.1.14", "engines": { "node": ">=6.12" }, diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index d9b88876e..8445f3345 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/typescript-typings", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, -- cgit v1.2.3