Skip to content

Commit

Permalink
v3.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rssk committed Jun 11, 2018
1 parent 90fb4cd commit 267e993
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.32",
"version": "3.1.13"
"version": "3.1.14"
}
2 changes: 1 addition & 1 deletion packages/coinstac-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-api-server",
"version": "3.1.11",
"version": "3.1.14",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/coinstac-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-client-core",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC business logic for clients.",
"main": "src/index.js",
"bin": "./bin/coinstac-client-core",
Expand Down Expand Up @@ -36,9 +36,9 @@
"bluebird": "^3.5.1",
"btoa": "^1.2.1",
"coins-deposit-box": "^5.2.0",
"coinstac-common": "^3.1.13",
"coinstac-docker-manager": "^3.1.13",
"coinstac-pipeline": "^3.1.13",
"coinstac-common": "^3.1.14",
"coinstac-docker-manager": "^3.1.14",
"coinstac-pipeline": "^3.1.14",
"commander": "^2.15.1",
"convict": "^1.5.0",
"csv-parse": "^1.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/coinstac-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-common",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC core functionality.",
"main": "src/index.js",
"directories": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"bluebird": "^3.5.1",
"coinstac-docker-manager": "^3.1.13",
"coinstac-docker-manager": "^3.1.14",
"debug": "^3.1.0",
"dockerode": "^2.5.5",
"indent-string": "^3.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-distributed-algorithm-integration",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC distributed analysis synchronization and testing.",
"main": "src/runner/run.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/MRN-Code/coinstac#readme",
"devDependencies": {
"coinstac-simulator": "^3.1.13",
"coinstac-simulator": "^3.1.14",
"cross-env": "^2.0.1",
"gh-pages": "^0.9.0",
"jsdoc": "^3.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-docker-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-docker-manager",
"version": "3.1.13",
"version": "3.1.14",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/coinstac-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.5",
"coinstac-docker-manager": "^3.1.13",
"coinstac-docker-manager": "^3.1.14",
"dockerode": "^2.5.5",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
Expand Down Expand Up @@ -43,5 +43,5 @@
"scripts": {
"test": "nyc ava test/**.test.js"
},
"version": "3.1.13"
"version": "3.1.14"
}
6 changes: 3 additions & 3 deletions packages/coinstac-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-server",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC core server functionality.",
"main": "src/index.js",
"bin": "bin/coinstac-server-core",
Expand Down Expand Up @@ -35,9 +35,9 @@
"homepage": "https://github.com/MRN-Code/coinstac#readme",
"dependencies": {
"axios": "^0.17.1",
"coinstac-docker-manager": "^3.1.13",
"coinstac-docker-manager": "^3.1.14",
"coinstac-graphql-schema": "^3.1.6",
"coinstac-pipeline": "^3.1.13",
"coinstac-pipeline": "^3.1.14",
"hapi": "^16.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/coinstac-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-simulator",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC simulator for computation runs.",
"main": "src/index.js",
"bin": "bin/coinstac-simulator",
Expand Down Expand Up @@ -37,7 +37,7 @@
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.5",
"chalk": "^1.1.3",
"coinstac-pipeline": "^3.1.13",
"coinstac-pipeline": "^3.1.14",
"commander": "^2.15.1",
"convict": "^1.5.0",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/coinstac-storage-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-storage-proxy",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC hapi plugin for securing CouchDB.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"axios": "^0.11.1",
"boom": "^3.2.2",
"coinstac-common": "^3.1.13",
"coinstac-common": "^3.1.14",
"joi": "^7.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/coinstac-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-ui",
"version": "3.1.13",
"version": "3.1.14",
"description": "COINSTAC desktop application.",
"main": "app/main/index.js",
"dependencies": {
Expand All @@ -11,8 +11,8 @@
"babel-polyfill": "^6.26.0",
"bootstrap-sass": "^3.3.7",
"classnames": "^2.2.5",
"coinstac-client-core": "^3.1.13",
"coinstac-common": "^3.1.13",
"coinstac-client-core": "^3.1.14",
"coinstac-common": "^3.1.14",
"coinstac-graphql-schema": "^3.1.6",
"commander": "^2.15.1",
"convict": "^1.5.0",
Expand Down

0 comments on commit 267e993

Please sign in to comment.