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 Jul 10, 2019
1 parent f89b911 commit 4f82967
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.1",
"version": "1.1.2",
"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.1",
"etherlime-utils": "^1.1.1",
"etherlime-logger": "^1.1.2",
"etherlime-utils": "^1.1.2",
"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.1",
"version": "1.1.2",
"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.1",
"version": "1.1.2",
"description": "etherlime-utils provides helpful utility functions needed for ethereum development",
"main": "index.js",
"keywords": [],
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"etherlime-lib": "^1.1.2",
"typescript": "^3.5.1",
"etherlime-lib": "^1.0.3",
"zos-lib": "^2.3.1"
},
"browser": {
Expand All @@ -20,4 +20,4 @@
"path": false,
"os": false
}
}
}
6 changes: 3 additions & 3 deletions packages/etherlime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherlime",
"version": "2.1.4",
"version": "2.1.5",
"description": "etherlime is an ethereum development and deployment framework based on ethers.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"docker-cli-js": "^2.5.2",
"ethereum-transaction-debugger": "0.0.5",
"etherlime-config": "^1.0.0",
"etherlime-logger": "^1.1.1",
"etherlime-utils": "^1.1.1",
"etherlime-logger": "^1.1.2",
"etherlime-utils": "^1.1.2",
"ethers": "^4.0.27",
"find-cache-dir": "2.0.0",
"fs-extra": "7.0.1",
Expand Down

0 comments on commit 4f82967

Please sign in to comment.