mirror of https://github.com/embarklabs/embark.git
chore(release): 5.0.0-alpha.8
This commit is contained in:
parent
03bd49cf64
commit
4091296924
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,6 +3,18 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/cockpit:** Remove loading from ENS util ([6f49992](https://github.com/embark-framework/embark/commit/6f49992))
|
||||
* **@embark/rpc-manager:** fix duplicated accounts in rpc manager ([03bd49c](https://github.com/embark-framework/embark/commit/03bd49c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Basic DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/boilerplate#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.7",
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -34,7 +34,7 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.0.0-alpha.7",
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"jquery": "3.4.1",
|
||||
"popper.js": "1.15.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Contracts-only DApp template for Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
|
@ -28,7 +28,7 @@
|
|||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.7",
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-app
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.0.0-alpha.7",
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-dapp-test-service": "^5.0.0-alpha.5",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
|
@ -26,5 +26,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.7"
|
||||
"version": "5.0.0-alpha.8"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.7",
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"rimraf": "3.0.0"
|
||||
},
|
||||
|
@ -15,5 +15,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.0.0-alpha.7"
|
||||
"version": "5.0.0-alpha.8"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.0.0-alpha.7"
|
||||
"version": "5.0.0-alpha.8"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/cockpit:** Remove loading from ENS util ([6f49992](https://github.com/embark-framework/embark/commit/6f49992))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ui",
|
||||
"version": "5.0.0-alpha.6",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web frontend for interactive DApp development with Embark",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-code-runner",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code execution VM for Embark",
|
||||
|
@ -51,9 +51,9 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"fs-extra": "8.1.0",
|
||||
"parse-json": "4.0.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-console
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-console
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-console",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Console component for Embark",
|
||||
|
@ -53,9 +53,9 @@
|
|||
"async": "2.6.1",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"json-stringify-safe": "5.0.1"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-core",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Core library for Embark",
|
||||
|
@ -57,7 +57,7 @@
|
|||
"deep-equal": "1.0.1",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"find-up": "4.1.0",
|
||||
"flatted": "0.2.3",
|
||||
"fs-extra": "8.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark-engine
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -46,54 +46,54 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-accounts-manager": "^5.0.0-alpha.5",
|
||||
"embark-api": "^5.0.0-alpha.6",
|
||||
"embark-authenticator": "^5.0.0-alpha.5",
|
||||
"embark-basic-pipeline": "^5.0.0-alpha.5",
|
||||
"embark-blockchain": "^5.0.0-alpha.5",
|
||||
"embark-accounts-manager": "^5.0.0-alpha.8",
|
||||
"embark-api": "^5.0.0-alpha.8",
|
||||
"embark-authenticator": "^5.0.0-alpha.8",
|
||||
"embark-basic-pipeline": "^5.0.0-alpha.8",
|
||||
"embark-blockchain": "^5.0.0-alpha.8",
|
||||
"embark-blockchain-client": "^5.0.0-alpha.5",
|
||||
"embark-code-runner": "^5.0.0-alpha.5",
|
||||
"embark-communication": "^5.0.0-alpha.5",
|
||||
"embark-compiler": "^5.0.0-alpha.5",
|
||||
"embark-console": "^5.0.0-alpha.5",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.6",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-coverage": "^5.0.0-alpha.5",
|
||||
"embark-code-runner": "^5.0.0-alpha.8",
|
||||
"embark-communication": "^5.0.0-alpha.8",
|
||||
"embark-compiler": "^5.0.0-alpha.8",
|
||||
"embark-console": "^5.0.0-alpha.8",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.8",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-coverage": "^5.0.0-alpha.8",
|
||||
"embark-debugger": "^5.0.0-alpha.5",
|
||||
"embark-deployment": "^5.0.0-alpha.5",
|
||||
"embark-embarkjs": "^5.0.0-alpha.5",
|
||||
"embark-ens": "^5.0.0-alpha.6",
|
||||
"embark-ethereum-blockchain-client": "^5.0.0-alpha.5",
|
||||
"embark-deployment": "^5.0.0-alpha.8",
|
||||
"embark-embarkjs": "^5.0.0-alpha.8",
|
||||
"embark-ens": "^5.0.0-alpha.8",
|
||||
"embark-ethereum-blockchain-client": "^5.0.0-alpha.8",
|
||||
"embark-ganache": "^5.0.0-alpha.5",
|
||||
"embark-geth": "^5.0.0-alpha.5",
|
||||
"embark-ipfs": "^5.0.0-alpha.5",
|
||||
"embark-library-manager": "^5.0.0-alpha.5",
|
||||
"embark-geth": "^5.0.0-alpha.8",
|
||||
"embark-ipfs": "^5.0.0-alpha.8",
|
||||
"embark-library-manager": "^5.0.0-alpha.8",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-mocha-tests": "^5.0.0-alpha.7",
|
||||
"embark-mocha-tests": "^5.0.0-alpha.8",
|
||||
"embark-namesystem": "^5.0.0-alpha.5",
|
||||
"embark-parity": "^5.0.0-alpha.5",
|
||||
"embark-pipeline": "^5.0.0-alpha.5",
|
||||
"embark-plugin-cmd": "^5.0.0-alpha.5",
|
||||
"embark-process-logs-api-manager": "^5.0.0-alpha.5",
|
||||
"embark-parity": "^5.0.0-alpha.8",
|
||||
"embark-pipeline": "^5.0.0-alpha.8",
|
||||
"embark-plugin-cmd": "^5.0.0-alpha.8",
|
||||
"embark-process-logs-api-manager": "^5.0.0-alpha.8",
|
||||
"embark-profiler": "^5.0.0-alpha.5",
|
||||
"embark-proxy": "^5.0.0-alpha.5",
|
||||
"embark-rpc-manager": "^5.0.0-alpha.7",
|
||||
"embark-scaffolding": "^5.0.0-alpha.5",
|
||||
"embark-solidity": "^5.0.0-alpha.5",
|
||||
"embark-solidity-tests": "^5.0.0-alpha.5",
|
||||
"embark-proxy": "^5.0.0-alpha.8",
|
||||
"embark-rpc-manager": "^5.0.0-alpha.8",
|
||||
"embark-scaffolding": "^5.0.0-alpha.8",
|
||||
"embark-solidity": "^5.0.0-alpha.8",
|
||||
"embark-solidity-tests": "^5.0.0-alpha.8",
|
||||
"embark-specialconfigs": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.5",
|
||||
"embark-swarm": "^5.0.0-alpha.5",
|
||||
"embark-test-runner": "^5.0.0-alpha.5",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.8",
|
||||
"embark-swarm": "^5.0.0-alpha.8",
|
||||
"embark-test-runner": "^5.0.0-alpha.8",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.8",
|
||||
"embark-transaction-tracker": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embark-vyper": "^5.0.0-alpha.5",
|
||||
"embark-watcher": "^5.0.0-alpha.5",
|
||||
"embark-web3": "^5.0.0-alpha.5",
|
||||
"embark-webserver": "^5.0.0-alpha.5",
|
||||
"embark-whisper-geth": "^5.0.0-alpha.5",
|
||||
"embark-whisper-parity": "^5.0.0-alpha.5"
|
||||
"embark-watcher": "^5.0.0-alpha.8",
|
||||
"embark-web3": "^5.0.0-alpha.8",
|
||||
"embark-webserver": "^5.0.0-alpha.8",
|
||||
"embark-whisper-geth": "^5.0.0-alpha.8",
|
||||
"embark-whisper-parity": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/rpc-manager:** fix duplicated accounts in rpc manager ([03bd49c](https://github.com/embark-framework/embark/commit/03bd49c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-utils
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-utils",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Utils used by Embark",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
**Note:** Version bump only for package embark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
|
@ -77,15 +77,15 @@
|
|||
"core-js": "3.4.3",
|
||||
"date-and-time": "0.6.2",
|
||||
"decompress": "4.2.0",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-deploy-tracker": "^5.0.0-alpha.5",
|
||||
"embark-engine": "^5.0.0-alpha.7",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-deploy-tracker": "^5.0.0-alpha.8",
|
||||
"embark-engine": "^5.0.0-alpha.8",
|
||||
"embark-graph": "^5.0.0-alpha.5",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embark-scaffolding": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-scaffolding": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"ethereumjs-wallet": "0.6.3",
|
||||
"find-up": "2.1.0",
|
||||
|
@ -142,15 +142,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"embark-code-runner": "^5.0.0-alpha.5",
|
||||
"embark-compiler": "^5.0.0-alpha.5",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.6",
|
||||
"embark-solidity": "^5.0.0-alpha.5",
|
||||
"embark-code-runner": "^5.0.0-alpha.8",
|
||||
"embark-compiler": "^5.0.0-alpha.8",
|
||||
"embark-contracts-manager": "^5.0.0-alpha.8",
|
||||
"embark-solidity": "^5.0.0-alpha.8",
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
"embark-test-contract-0": "0.0.2",
|
||||
"embark-test-contract-1": "0.0.1",
|
||||
"embark-testing": "^5.0.0-alpha.5",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.5",
|
||||
"embark-transaction-logger": "^5.0.0-alpha.8",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "13.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-accounts-manager",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark account manager. Takes the blockchain config and, along with the proxy, makes sure to send back the correct accounts",
|
||||
|
@ -48,10 +48,10 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Basic pipeline for Embark that builds a DApp's frontend assets using webpack",
|
||||
|
@ -71,9 +71,9 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"css-loader": "3.2.0",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"file-loader": "5.0.2",
|
||||
"find-up": "4.1.0",
|
||||
"fs-extra": "8.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-coverage",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code coverage capabilities for Embark",
|
||||
|
@ -51,8 +51,8 @@
|
|||
"@types/semver": "5.5.0",
|
||||
"@types/web3": "1.0.12",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"globule": "1.2.1",
|
||||
"prettier-plugin-solidity": "1.0.0-alpha.25",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-deploy-tracker
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-deploy-tracker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-deploy-tracker",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Contract deployment tracker for Embark",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"dependencies": {
|
||||
"colors": "1.3.2",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-ens
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package embark-ens
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ens",
|
||||
"version": "5.0.0-alpha.6",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements ENS support in Embark",
|
||||
|
@ -46,9 +46,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-ens": "^5.0.0-alpha.6",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-ethereum-blockchain-client
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ethereum-blockchain-client",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"web3": "1.2.1",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-geth",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Go-Ethereum blockchain for Embark",
|
||||
|
@ -49,10 +49,10 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"netcat": "1.3.5",
|
||||
"semver": "5.6.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ipfs",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements IPFS support in Embark",
|
||||
|
@ -50,10 +50,10 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.5",
|
||||
"ipfs-http-client": "40.0.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-mocha-tests
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-mocha-tests",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Mocha Test Runner",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/mocha-tests#readme",
|
||||
"repository": {
|
||||
|
@ -52,7 +52,7 @@
|
|||
"async": "3.1.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"mocha": "6.2.2",
|
||||
"web3": "1.2.1"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-parity",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Parity blockchain for Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"netcat": "1.3.5",
|
||||
"semver": "5.6.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-plugin-cmd
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-plugin-cmd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-plugin-cmd",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Plugin installation utility for Embark",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
|
|
|
@ -3,6 +3,17 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **@embark/rpc-manager:** fix duplicated accounts in rpc manager ([03bd49c](https://github.com/embark-framework/embark/commit/03bd49c))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-rpc-manager",
|
||||
"version": "5.0.0-alpha.7",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Embark RPC Manager",
|
||||
"repository": {
|
||||
"directory": "packages/plugins/embark-rpc-manager",
|
||||
|
@ -49,10 +49,10 @@
|
|||
"@omisego/omg-js-util": "2.0.0-v0.2",
|
||||
"@types/async": "2.0.50",
|
||||
"async": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-scaffolding
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-scaffolding
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-scaffolding",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Provides scaffolding utilities",
|
||||
|
@ -45,10 +45,10 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"ajv": "6.10.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"handlebars": "4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity-tests
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity-tests
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity-tests",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"description": "Plugin to run Embark solidity tests",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/plugins/solidity-tests#readme",
|
||||
"repository": {
|
||||
|
@ -48,7 +48,7 @@
|
|||
"@types/async": "3.0.3",
|
||||
"async": "3.1.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"remix-tests": "0.1.20",
|
||||
"web3": "1.2.1",
|
||||
"yo-yoify": "4.3.0"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Solidity Compiler APIs for Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"semver": "5.6.0",
|
||||
"solc": "0.5.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-swarm",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements Swarm support in Embark",
|
||||
|
@ -51,10 +51,10 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-storage": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-swarm": "^5.0.0-alpha.5",
|
||||
"swarm-api": "0.1.2"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-transaction-logger
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-transaction-logger",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Transaction listener and logger for Embark",
|
||||
|
@ -50,9 +50,9 @@
|
|||
"@types/web3": "1.0.12",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"ethereumjs-tx": "1.3.7",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"web3": "1.2.1"
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-web3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-web3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-web3",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Web3 support to Embark",
|
||||
|
@ -47,8 +47,8 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs-web3": "^5.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-geth
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-geth",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.5",
|
||||
"rxjs": "6.4.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-whisper-parity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-whisper-parity",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module to add Whisper support to Embark",
|
||||
|
@ -47,9 +47,9 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.5",
|
||||
"rxjs": "6.4.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
|
||||
|
||||
**Note:** Version bump only for package embark-api
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-api",
|
||||
"version": "5.0.0-alpha.6",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark api module",
|
||||
|
@ -52,10 +52,10 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-ui": "^5.0.0-alpha.6",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-ui": "^5.0.0-alpha.8",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"express": "4.17.1",
|
||||
"express-ws": "4.0.0",
|
||||
"find-up": "4.1.0",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-authenticator
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-authenticator
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-authenticator",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Authenticator module for Embark's Cockpit",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"keccakjs": "0.2.3",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-blockchain
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-blockchain",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Blockchain APIs for Embark",
|
||||
|
@ -51,10 +51,10 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-communication
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-communication
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-communication",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Communication APIs for Embark",
|
||||
|
@ -49,9 +49,9 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-compiler
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-compiler
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-compiler",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark compiler module",
|
||||
|
@ -45,9 +45,9 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-contracts-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.6](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.5...v5.0.0-alpha.6) (2019-12-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-contracts-manager",
|
||||
"version": "5.0.0-alpha.6",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contracts manager for Embark",
|
||||
|
@ -50,10 +50,10 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"web3": "1.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-deployment
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-deployment",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Deployment APIs for Embark",
|
||||
|
@ -49,9 +49,9 @@
|
|||
"async": "2.6.1",
|
||||
"clone-deep": "4.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-embarkjs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-embarkjs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-embarkjs",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "EmbarkJS APIs for Embark",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"ejs": "2.6.1",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-library-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-library-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-library-manager",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Module for downloading and managing libraries",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"rimraf": "3.0.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-pipeline
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-pipeline",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Build pipeline module for Embark",
|
||||
|
@ -48,9 +48,9 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"find-up": "2.1.0",
|
||||
"fs-extra": "8.1.0"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-process-logs-api-manager
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-process-logs-api-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-process-logs-api-manager",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Manages and registers APIs for Embark process logs",
|
||||
|
@ -46,7 +46,7 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-proxy
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-proxy",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Proxy to listen to blockchain requests and responses",
|
||||
|
@ -51,10 +51,10 @@
|
|||
"@types/express-ws": "3.0.0",
|
||||
"core-js": "3.4.3",
|
||||
"cors": "2.8.5",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-logger": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"express": "4.17.1",
|
||||
"express-ws": "4.0.0",
|
||||
"web3-core-requestmanager": "1.2.1",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-storage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-storage",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Storage provider abstraction module for Embark",
|
||||
|
@ -48,9 +48,9 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.0.0-alpha.5",
|
||||
"embark-core": "^5.0.0-alpha.8",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"shelljs": "0.8.3"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-test-runner
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-test-runner
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-test-runner",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark Testrunner",
|
||||
|
@ -55,7 +55,7 @@
|
|||
"deep-equal": "1.0.1",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-testing": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"fs-extra": "8.1.0",
|
||||
"istanbul-lib-coverage": "2.0.5",
|
||||
"istanbul-lib-report": "2.0.8",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-watcher
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-watcher
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-watcher",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Watches changes in the file system",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"chokidar": "2.1.6",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5"
|
||||
"embark-utils": "^5.0.0-alpha.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.0.0-alpha.5",
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.0.0-alpha.8](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.7...v5.0.0-alpha.8) (2019-12-19)
|
||||
|
||||
**Note:** Version bump only for package embark-webserver
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.0.0-alpha.5](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.4...v5.0.0-alpha.5) (2019-12-16)
|
||||
|
||||
**Note:** Version bump only for package embark-webserver
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-webserver",
|
||||
"version": "5.0.0-alpha.5",
|
||||
"version": "5.0.0-alpha.8",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Webserver for Embark",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.5",
|
||||
"embark-utils": "^5.0.0-alpha.8",
|
||||
"express": "4.17.1",
|
||||
"express-ws": "4.0.0",
|
||||
"open": "6.4.0",
|
||||
|
|
Loading…
Reference in New Issue