Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ognyan Chikov committed Sep 18, 2019
1 parent 9a36030 commit 4168d4b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/etherlime-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-lib",
"version": "1.1.4",
"version": "1.1.5",
"description": "Etherlime Library API for deployment, interaction and testing of Etehreum smart contracts",
"main": "dist/index.js",
"scripts": {
Expand All @@ -16,8 +16,8 @@
"license": "ISC",
"dependencies": {
"etherlime-config": "^1.0.0",
"etherlime-logger": "^1.1.2",
"etherlime-utils": "^1.1.2",
"etherlime-logger": "^1.1.3",
"etherlime-utils": "^1.1.3",
"ethers": "git+https://github.com/LimeChain/ethers.js.git#master",
"typescript": "^3.5.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/etherlime-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-logger",
"version": "1.1.2",
"version": "1.1.3",
"description": "etherlime-logger manages the historical logs of executions and their reports",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/etherlime-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "etherlime-utils provides helpful utility functions needed for ethereum development",
"main": "index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions packages/etherlime-zos-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime-zos-deployer",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"etherlime-lib": "^1.1.4",
"etherlime-lib": "^1.1.5",
"typescript": "^3.5.1",
"zos-lib": "^2.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/etherlime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime",
"version": "2.2.2",
"version": "2.2.3",
"description": "etherlime is an ethereum development and deployment framework based on ethers.js",
"main": "index.js",
"nyc": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"docker-cli-js": "^2.5.2",
"ethereum-transaction-debugger": "0.0.5",
"etherlime-config": "^1.0.0",
"etherlime-logger": "^1.1.2",
"etherlime-utils": "^1.1.2",
"etherlime-logger": "^1.1.3",
"etherlime-utils": "^1.1.3",
"ethers": "^4.0.27",
"find-cache-dir": "2.0.0",
"fs-extra": "7.0.1",
Expand All @@ -52,4 +52,4 @@
"path": false,
"os": false
}
}
}

0 comments on commit 4168d4b

Please sign in to comment.