mirror of https://github.com/embarklabs/embark.git
chore(prerelease): 5.1.0-nightly.1
This commit is contained in:
parent
7f0ab4390b
commit
c98e769d0d
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-boilerplate
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-boilerplate",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Basic DApp template for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -32,14 +32,14 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embarkjs-web3": "^5.1.0-nightly.0",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.0",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.1",
|
||||
"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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-demo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-demo",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Demo DApp for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -34,14 +34,14 @@
|
|||
"devDependencies": {
|
||||
"bootstrap": "4.3.1",
|
||||
"classnames": "2.2.6",
|
||||
"embark": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embarkjs-web3": "^5.1.0-nightly.0",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.0",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.1",
|
||||
"jquery": "3.4.1",
|
||||
"popper.js": "1.15.0",
|
||||
"react": "16.12.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-template-simple
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-dapp-template-simple",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Contracts-only DApp template for Embark",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme",
|
||||
"bugs": "https://github.com/embarklabs/embark/issues",
|
||||
|
@ -28,14 +28,14 @@
|
|||
"url": "https://github.com/embarklabs/embark.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embarkjs-web3": "^5.1.0-nightly.0",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.0",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.1",
|
||||
"rimraf": "3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -3,16 +3,16 @@
|
|||
"devDependencies": {
|
||||
"@babel/code-frame": "7.5.5",
|
||||
"bootstrap": "3.4.1",
|
||||
"embark": "^5.1.0-nightly.0",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark-dapp-test-service": "^5.0.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embarkjs-web3": "^5.1.0-nightly.0",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"haml": "0.4.3",
|
||||
"jquery": "3.4.0",
|
||||
|
@ -32,5 +32,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.0-nightly.0"
|
||||
"version": "5.1.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-dapp-test-contracts
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"description": "Test DApp for integration testing purposes",
|
||||
"devDependencies": {
|
||||
"embark": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embarkjs-web3": "^5.1.0-nightly.0",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.0",
|
||||
"embark": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"embarkjs-web3": "^5.1.0-nightly.1",
|
||||
"embarkjs-whisper": "^5.1.0-nightly.1",
|
||||
"rimraf": "3.0.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -21,5 +21,5 @@
|
|||
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
|
||||
"test": "npx embark test"
|
||||
},
|
||||
"version": "5.1.0-nightly.0"
|
||||
"version": "5.1.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -16,5 +16,5 @@
|
|||
},
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"version": "5.1.0-nightly.0"
|
||||
"version": "5.1.0-nightly.1"
|
||||
}
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-api-client
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-api-client",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark api module",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"keccakjs": "0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-ui
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ui",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web frontend for interactive DApp development with Embark",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"classnames": "2.2.6",
|
||||
"connected-react-router": "4.5.0",
|
||||
"date-fns": "2.3.0",
|
||||
"embark-api-client": "^5.1.0-nightly.0",
|
||||
"embark-api-client": "^5.1.0-nightly.1",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"ethereumjs-units": "0.2.0",
|
||||
"find-up": "4.1.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-code-runner
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-code-runner",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code execution VM for Embark",
|
||||
|
@ -52,10 +52,10 @@
|
|||
"async": "3.1.0",
|
||||
"colors": "1.4.0",
|
||||
"core-js": "3.6.2",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"parse-json": "5.0.0",
|
||||
"vm2": "3.8.4",
|
||||
|
@ -64,8 +64,8 @@
|
|||
"devDependencies": {
|
||||
"@babel/core": "7.7.7",
|
||||
"babel-jest": "24.9.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-testing": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-testing": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"jest": "24.9.0",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-console
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-console",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Console component for Embark",
|
||||
|
@ -53,15 +53,15 @@
|
|||
"async": "2.6.1",
|
||||
"chalk": "2.4.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"json-stringify-safe": "5.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"mocha": "6.2.2",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-core",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Core library for Embark",
|
||||
|
@ -54,9 +54,9 @@
|
|||
"core-js": "3.4.3",
|
||||
"decompress": "4.2.0",
|
||||
"deep-equal": "1.0.1",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"find-up": "4.1.0",
|
||||
"flatted": "0.2.3",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -71,7 +71,7 @@
|
|||
"window-size": "1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-engine",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Engine library for Embark",
|
||||
|
@ -46,57 +46,57 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-accounts-manager": "^5.1.0-nightly.0",
|
||||
"embark-api": "^5.1.0-nightly.0",
|
||||
"embark-authenticator": "^5.1.0-nightly.0",
|
||||
"embark-basic-pipeline": "^5.1.0-nightly.0",
|
||||
"embark-blockchain": "^5.1.0-nightly.0",
|
||||
"embark-blockchain-client": "^5.1.0-nightly.0",
|
||||
"embark-code-runner": "^5.1.0-nightly.0",
|
||||
"embark-communication": "^5.1.0-nightly.0",
|
||||
"embark-compiler": "^5.1.0-nightly.0",
|
||||
"embark-console": "^5.1.0-nightly.0",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-coverage": "^5.1.0-nightly.0",
|
||||
"embark-debugger": "^5.1.0-nightly.0",
|
||||
"embark-deployment": "^5.1.0-nightly.0",
|
||||
"embark-embarkjs": "^5.1.0-nightly.0",
|
||||
"embark-ens": "^5.1.0-nightly.0",
|
||||
"embark-ethereum-blockchain-client": "^5.1.0-nightly.0",
|
||||
"embark-ganache": "^5.1.0-nightly.0",
|
||||
"embark-geth": "^5.1.0-nightly.0",
|
||||
"embark-ipfs": "^5.1.0-nightly.0",
|
||||
"embark-library-manager": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-mocha-tests": "^5.1.0-nightly.0",
|
||||
"embark-namesystem": "^5.1.0-nightly.0",
|
||||
"embark-parity": "^5.1.0-nightly.0",
|
||||
"embark-pipeline": "^5.1.0-nightly.0",
|
||||
"embark-plugin-cmd": "^5.1.0-nightly.0",
|
||||
"embark-process-logs-api-manager": "^5.1.0-nightly.0",
|
||||
"embark-profiler": "^5.1.0-nightly.0",
|
||||
"embark-proxy": "^5.1.0-nightly.0",
|
||||
"embark-rpc-manager": "^5.1.0-nightly.0",
|
||||
"embark-scaffolding": "^5.1.0-nightly.0",
|
||||
"embark-solidity": "^5.1.0-nightly.0",
|
||||
"embark-solidity-tests": "^5.1.0-nightly.0",
|
||||
"embark-specialconfigs": "^5.1.0-nightly.0",
|
||||
"embark-storage": "^5.1.0-nightly.0",
|
||||
"embark-swarm": "^5.1.0-nightly.0",
|
||||
"embark-test-runner": "^5.1.0-nightly.0",
|
||||
"embark-transaction-logger": "^5.1.0-nightly.0",
|
||||
"embark-transaction-tracker": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-vyper": "^5.1.0-nightly.0",
|
||||
"embark-watcher": "^5.1.0-nightly.0",
|
||||
"embark-web3": "^5.1.0-nightly.0",
|
||||
"embark-webserver": "^5.1.0-nightly.0",
|
||||
"embark-whisper-geth": "^5.1.0-nightly.0",
|
||||
"embark-whisper-parity": "^5.1.0-nightly.0"
|
||||
"embark-accounts-manager": "^5.1.0-nightly.1",
|
||||
"embark-api": "^5.1.0-nightly.1",
|
||||
"embark-authenticator": "^5.1.0-nightly.1",
|
||||
"embark-basic-pipeline": "^5.1.0-nightly.1",
|
||||
"embark-blockchain": "^5.1.0-nightly.1",
|
||||
"embark-blockchain-client": "^5.1.0-nightly.1",
|
||||
"embark-code-runner": "^5.1.0-nightly.1",
|
||||
"embark-communication": "^5.1.0-nightly.1",
|
||||
"embark-compiler": "^5.1.0-nightly.1",
|
||||
"embark-console": "^5.1.0-nightly.1",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.1",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-coverage": "^5.1.0-nightly.1",
|
||||
"embark-debugger": "^5.1.0-nightly.1",
|
||||
"embark-deployment": "^5.1.0-nightly.1",
|
||||
"embark-embarkjs": "^5.1.0-nightly.1",
|
||||
"embark-ens": "^5.1.0-nightly.1",
|
||||
"embark-ethereum-blockchain-client": "^5.1.0-nightly.1",
|
||||
"embark-ganache": "^5.1.0-nightly.1",
|
||||
"embark-geth": "^5.1.0-nightly.1",
|
||||
"embark-ipfs": "^5.1.0-nightly.1",
|
||||
"embark-library-manager": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-mocha-tests": "^5.1.0-nightly.1",
|
||||
"embark-namesystem": "^5.1.0-nightly.1",
|
||||
"embark-parity": "^5.1.0-nightly.1",
|
||||
"embark-pipeline": "^5.1.0-nightly.1",
|
||||
"embark-plugin-cmd": "^5.1.0-nightly.1",
|
||||
"embark-process-logs-api-manager": "^5.1.0-nightly.1",
|
||||
"embark-profiler": "^5.1.0-nightly.1",
|
||||
"embark-proxy": "^5.1.0-nightly.1",
|
||||
"embark-rpc-manager": "^5.1.0-nightly.1",
|
||||
"embark-scaffolding": "^5.1.0-nightly.1",
|
||||
"embark-solidity": "^5.1.0-nightly.1",
|
||||
"embark-solidity-tests": "^5.1.0-nightly.1",
|
||||
"embark-specialconfigs": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-swarm": "^5.1.0-nightly.1",
|
||||
"embark-test-runner": "^5.1.0-nightly.1",
|
||||
"embark-transaction-logger": "^5.1.0-nightly.1",
|
||||
"embark-transaction-tracker": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embark-vyper": "^5.1.0-nightly.1",
|
||||
"embark-watcher": "^5.1.0-nightly.1",
|
||||
"embark-web3": "^5.1.0-nightly.1",
|
||||
"embark-webserver": "^5.1.0-nightly.1",
|
||||
"embark-whisper-geth": "^5.1.0-nightly.1",
|
||||
"embark-whisper-parity": "^5.1.0-nightly.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
"tslint": "5.20.1",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-i18n
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-i18n",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "i18n Support for Embark",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"os-locale": "4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
"tslint": "5.20.1",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-logger
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-logger",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Logging utilities for Embark",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"date-and-time": "0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-reset
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-reset",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "DApp reset utlity for Embark",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"rimraf": "3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"npm-run-all": "4.1.5"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-utils",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Utils used by Embark",
|
||||
|
@ -56,8 +56,8 @@
|
|||
"clipboardy": "1.2.3",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"find-up": "2.1.0",
|
||||
"follow-redirects": "1.8.0",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -75,8 +75,8 @@
|
|||
"ws": "7.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-inside-monorepo": "^5.0.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-inside-monorepo": "^5.1.0-nightly.1",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"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.1.0-nightly.0",
|
||||
"embark-deploy-tracker": "^5.1.0-nightly.0",
|
||||
"embark-engine": "^5.1.0-nightly.0",
|
||||
"embark-graph": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-reset": "^5.1.0-nightly.0",
|
||||
"embark-suggestions": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-deploy-tracker": "^5.1.0-nightly.1",
|
||||
"embark-engine": "^5.1.0-nightly.1",
|
||||
"embark-graph": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-reset": "^5.1.0-nightly.1",
|
||||
"embark-suggestions": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"find-up": "2.1.0",
|
||||
"flatted": "0.2.3",
|
||||
|
@ -141,15 +141,15 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"embark-code-runner": "^5.1.0-nightly.0",
|
||||
"embark-compiler": "^5.1.0-nightly.0",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.0",
|
||||
"embark-solidity": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-code-runner": "^5.1.0-nightly.1",
|
||||
"embark-compiler": "^5.1.0-nightly.1",
|
||||
"embark-contracts-manager": "^5.1.0-nightly.1",
|
||||
"embark-solidity": "^5.1.0-nightly.1",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-test-contract-0": "0.0.2",
|
||||
"embark-test-contract-1": "0.0.1",
|
||||
"embark-testing": "^5.1.0-nightly.0",
|
||||
"embark-transaction-logger": "^5.1.0-nightly.0",
|
||||
"embark-testing": "^5.1.0-nightly.1",
|
||||
"embark-transaction-logger": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "13.1.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embarkjs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "JavaScript library for easily interacting with web3 technologies",
|
||||
|
@ -72,7 +72,7 @@
|
|||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"chai": "4.2.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"mocha": "6.2.2",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-ens",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ens plugin for embarkjs",
|
||||
|
@ -49,13 +49,13 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embarkjs-ipfs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-ipfs",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ipfs plugin for embarkjs",
|
||||
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embarkjs-swarm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-swarm",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Swarm plugin for embarkjs",
|
||||
|
@ -54,7 +54,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embarkjs-web3
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-web3",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web3 plugin for embarkjs",
|
||||
|
@ -53,7 +53,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embarkjs-whisper
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embarkjs-whisper",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Whisper plugin for embarkjs",
|
||||
|
@ -54,7 +54,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ajv": "6.10.2",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-accounts-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-accounts-manager",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"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,14 +48,14 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-basic-pipeline
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-basic-pipeline",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"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.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"file-loader": "5.0.2",
|
||||
"find-up": "4.1.0",
|
||||
"fs-extra": "8.1.0",
|
||||
|
@ -88,8 +88,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "24.9.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-testing": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-testing": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"jest": "24.9.0",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-coverage
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-coverage",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Code coverage capabilities for Embark",
|
||||
|
@ -50,8 +50,8 @@
|
|||
"@types/prettier": "1.16.4",
|
||||
"@types/semver": "5.5.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"globule": "1.2.1",
|
||||
"prettier-plugin-solidity": "1.0.0-alpha.25",
|
||||
|
@ -64,7 +64,7 @@
|
|||
"@babel/cli": "7.7.4",
|
||||
"@babel/core": "7.7.4",
|
||||
"cross-env": "5.2.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"mocha": "6.2.2",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-debugger",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Debugger component for Embark",
|
||||
|
@ -46,11 +46,11 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"remix-debug": "0.3.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
"tslint": "5.20.1",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-deploy-tracker",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Contract deployment tracker for Embark",
|
||||
|
@ -46,13 +46,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"colors": "1.3.2",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"expect.js": "0.3.1",
|
||||
"mocha": "6.2.2",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ens",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements ENS support in Embark",
|
||||
|
@ -46,11 +46,11 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ens": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ens": "^5.1.0-nightly.1",
|
||||
"eth-ens-namehash": "2.0.8",
|
||||
"lodash.clonedeep": "4.5.0",
|
||||
"web3": "1.2.4"
|
||||
|
@ -59,8 +59,8 @@
|
|||
"@babel/core": "7.7.4",
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "24.9.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-testing": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-testing": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"eslint-plugin-jest": "22.5.1",
|
||||
"jest": "24.9.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ethereum-blockchain-client",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Ethereum-specific blockchain APIs and contract deployment functions for Embark",
|
||||
|
@ -47,16 +47,16 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"web3": "1.2.4",
|
||||
"web3-core-requestmanager": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-ganache
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ganache",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Ganache simulator for Embark",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"ganache-cli": "6.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-geth",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"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.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"netcat": "1.3.5",
|
||||
"semver": "5.6.0",
|
||||
|
@ -60,7 +60,7 @@
|
|||
"ws": "7.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-graph
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-graph",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contract documentation generator for Embark DApps",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"viz.js": "1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-ipfs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-ipfs",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements IPFS support in Embark",
|
||||
|
@ -50,17 +50,17 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-storage": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-ipfs": "^5.1.0-nightly.1",
|
||||
"ipfs-http-client": "40.0.0",
|
||||
"shelljs": "0.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-mocha-tests",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Mocha Test Runner",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/mocha-tests#readme",
|
||||
"repository": {
|
||||
|
@ -51,14 +51,14 @@
|
|||
"@types/async": "3.0.3",
|
||||
"async": "3.1.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"mocha": "6.2.2",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"nyc": "13.1.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-nethermind",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Nethermind blockchain client plugin for Embark",
|
||||
|
@ -45,16 +45,16 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"netcat": "1.3.5",
|
||||
"semver": "5.6.0",
|
||||
"ws": "7.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-parity",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implementation of the Parity blockchain for Embark",
|
||||
|
@ -47,16 +47,16 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"netcat": "1.3.5",
|
||||
"semver": "5.6.0",
|
||||
"ws": "7.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-plugin-cmd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-plugin-cmd",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Plugin installation utility for Embark",
|
||||
|
@ -38,11 +38,11 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0"
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-profiler
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-profiler",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Smart contract profiler for Embark DApps",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"web3-utils": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-rpc-manager
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-rpc-manager",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Embark RPC Manager",
|
||||
"repository": {
|
||||
"directory": "packages/plugins/embark-rpc-manager",
|
||||
|
@ -49,15 +49,15 @@
|
|||
"@omisego/omg-js-util": "2.0.0-v0.2",
|
||||
"@types/async": "2.0.50",
|
||||
"async": "2.6.1",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"web3": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "5.2.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"mocha": "6.2.2",
|
||||
"npm-run-all": "4.1.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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-scaffolding
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-scaffolding",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Provides scaffolding utilities",
|
||||
|
@ -45,15 +45,15 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"ajv": "6.10.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-logger": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-logger": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"handlebars": "4.3.0",
|
||||
"web3-utils": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"fs-extra": "8.1.0",
|
||||
"glob": "7.1.4",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-snark
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-snark",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Anthony Laibe",
|
||||
"contributors": [
|
||||
"Michael Bradley <michaelsbradleyjr@gmail.com> (https://github.com/michaelsbradleyjr/)"
|
||||
|
@ -60,7 +60,7 @@
|
|||
"@babel/core": "7.7.4",
|
||||
"babel-eslint": "10.0.3",
|
||||
"babel-jest": "24.9.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "6.2.2",
|
||||
"eslint-config-prettier": "6.1.0",
|
||||
"eslint-plugin-jest": "22.5.1",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-solc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solc",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Richard Ramos",
|
||||
"contributors": [],
|
||||
"description": "Solc plugin for Embark",
|
||||
|
@ -51,7 +51,7 @@
|
|||
"shelljs": "0.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity-tests
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity-tests",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"description": "Plugin to run Embark solidity tests",
|
||||
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/plugins/solidity-tests#readme",
|
||||
"repository": {
|
||||
|
@ -52,13 +52,13 @@
|
|||
"@types/async": "3.0.3",
|
||||
"async": "3.1.0",
|
||||
"core-js": "3.4.3",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"remix-tests": "0.1.24",
|
||||
"web3": "1.2.4",
|
||||
"yo-yoify": "4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.0.0-alpha.4",
|
||||
"eslint": "5.7.0",
|
||||
"mocha": "6.2.2",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-solidity
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-solidity",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Solidity Compiler APIs for Embark",
|
||||
|
@ -47,16 +47,16 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0",
|
||||
"semver": "5.6.0",
|
||||
"solc": "0.5.0",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-specialconfigs
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-specialconfigs",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Adds various configs to embark's contract.js config file",
|
||||
|
@ -47,11 +47,11 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"viz.js": "1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [5.1.0-nightly.1](https://github.com/embark-framework/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
**Note:** Version bump only for package embark-suggestions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-suggestions",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Suggestions plugin for Embark",
|
||||
|
@ -37,15 +37,15 @@
|
|||
"dependencies": {
|
||||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"fs-extra": "8.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.7.4",
|
||||
"babel-jest": "24.9.0",
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-testing": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"embark-testing": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-swarm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-swarm",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Implements Swarm support in Embark",
|
||||
|
@ -51,16 +51,16 @@
|
|||
"async": "2.6.1",
|
||||
"colors": "1.3.2",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-storage": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embarkjs": "^5.1.0-nightly.0",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-storage": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"embarkjs": "^5.1.0-nightly.1",
|
||||
"embarkjs-swarm": "^5.1.0-nightly.1",
|
||||
"swarm-api": "0.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-transaction-logger",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Transaction listener and logger for Embark",
|
||||
|
@ -49,16 +49,16 @@
|
|||
"@babel/runtime-corejs3": "7.7.4",
|
||||
"async": "2.6.1",
|
||||
"core-js": "3.4.3",
|
||||
"embark-core": "^5.1.0-nightly.0",
|
||||
"embark-i18n": "^5.1.0-nightly.0",
|
||||
"embark-utils": "^5.1.0-nightly.0",
|
||||
"embark-core": "^5.1.0-nightly.1",
|
||||
"embark-i18n": "^5.1.0-nightly.1",
|
||||
"embark-utils": "^5.1.0-nightly.1",
|
||||
"ethereumjs-tx": "1.3.7",
|
||||
"ethereumjs-util": "6.0.0",
|
||||
"web3": "1.2.4",
|
||||
"web3-utils": "1.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0",
|
||||
|
|
|
@ -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.1.0-nightly.1](https://github.com/embarklabs/embark/compare/v5.1.0-nightly.0...v5.1.0-nightly.1) (2020-01-20)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support Node.js v12.x and newer ([c093cf8](https://github.com/embarklabs/embark/commit/c093cf8))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [5.1.0-nightly.0](https://github.com/embarklabs/embark/compare/v5.0.0...v5.1.0-nightly.0) (2020-01-17)
|
||||
|
||||
**Note:** Version bump only for package embark-transaction-tracker
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-transaction-tracker",
|
||||
"version": "5.1.0-nightly.0",
|
||||
"version": "5.1.0-nightly.1",
|
||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Transaction tracker for Embark's cockpit",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"viz.js": "1.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embark-solo": "^5.1.0-nightly.0",
|
||||
"embark-solo": "^5.1.0-nightly.1",
|
||||
"eslint": "5.7.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"rimraf": "3.0.0"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue