From 6930a1c86d324e5e4fe360f50c57463fdcc93b38 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Sat, 19 Jan 2019 18:43:16 +0800 Subject: Publish - @0x/monorepo-scripts@1.0.20 - @dexon-foundation/sol-compiler@2.0.6 - @dexon-foundation/sol-coverage@1.0.4 - @dexon-foundation/sol-doc@1.0.15 - @dexon-foundation/sol-profiler@1.0.4 - @dexon-foundation/sol-trace@1.0.4 - @dexon-foundation/sol-tracing-utils@4.0.2 - @dexon-foundation/subproviders@2.1.12 - @dexon-foundation/typescript-typings@1.0.1 --- 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(-) (limited to 'packages') diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index 187a80c93..a6b57b087 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0x/monorepo-scripts", - "version": "1.0.19", + "version": "1.0.20", "engines": { "node": ">=6.12" }, diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 344621285..79447af92 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.5", + "version": "2.0.6", "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.0", + "@dexon-foundation/typescript-typings": "^1.0.1", "@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 c4f727d04..c128af9a5 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.3", + "version": "1.0.4", "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.1", - "@dexon-foundation/subproviders": "^2.1.11", "@0x/typescript-typings": "^3.0.8", + "@dexon-foundation/sol-tracing-utils": "^4.0.2", + "@dexon-foundation/subproviders": "^2.1.12", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index 25225ed29..299ecce5c 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.14", + "version": "1.0.15", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -25,9 +25,9 @@ "author": "F. Eugene Aumson", "license": "Apache-2.0", "dependencies": { - "@dexon-foundation/sol-compiler": "^2.0.4", "@0x/types": "^1.5.2", "@0x/utils": "^3.0.1", + "@dexon-foundation/sol-compiler": "^2.0.6", "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 eacb5be83..3fb0218ea 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.3", + "version": "1.0.4", "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.1", - "@dexon-foundation/subproviders": "^2.1.11", "@0x/typescript-typings": "^3.0.8", + "@dexon-foundation/sol-tracing-utils": "^4.0.2", + "@dexon-foundation/subproviders": "^2.1.12", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index ca6933e23..862239768 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.3", + "version": "1.0.4", "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.1", - "@dexon-foundation/subproviders": "^2.1.11", "@0x/typescript-typings": "^3.0.8", + "@dexon-foundation/sol-tracing-utils": "^4.0.2", + "@dexon-foundation/subproviders": "^2.1.12", "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 9ac2e22eb..c586cfeba 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.1", + "version": "4.0.2", "engines": { "node": ">=6.12" }, @@ -42,12 +42,12 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md", "dependencies": { - "@dexon-foundation/sol-compiler": "^2.0.5", - "@dexon-foundation/subproviders": "^2.1.11", "@0x/dev-utils": "^1.0.24", "@0x/typescript-typings": "^3.0.8", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", + "@dexon-foundation/sol-compiler": "^2.0.6", + "@dexon-foundation/subproviders": "^2.1.12", "@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 2e7cdc085..31c36cb11 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/subproviders", - "version": "2.1.11", + "version": "2.1.12", "engines": { "node": ">=6.12" }, diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index c79f75e36..d6a373ee5 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.0", + "version": "1.0.1", "engines": { "node": ">=6.12" }, -- cgit v1.2.3