Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdumper committed Mar 10, 2019
1 parent 996fb00 commit 6e580ed
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.6.1"
"version": "0.6.2"
}
4 changes: 2 additions & 2 deletions packages/emeralt-auth-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/auth-inmemory",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.6.0"
"@emeralt/types": "^0.6.2"
}
}
10 changes: 5 additions & 5 deletions packages/emeralt-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/cli",
"version": "0.6.1",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -23,10 +23,10 @@
"start": "node build/index.js"
},
"dependencies": {
"@emeralt/auth-inmemory": "^0.6.0",
"@emeralt/database-inmemory": "^0.6.0",
"@emeralt/server": "^0.6.1",
"@emeralt/storage-inmemory": "^0.6.0",
"@emeralt/auth-inmemory": "^0.6.2",
"@emeralt/database-inmemory": "^0.6.2",
"@emeralt/server": "^0.6.2",
"@emeralt/storage-inmemory": "^0.6.2",
"chalk": "^2.4.2"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-database-cloud-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-cloud-firestore",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,6 +22,6 @@
"@google-cloud/firestore": "^1.0.1"
},
"devDependencies": {
"@emeralt/types": "^0.6.0"
"@emeralt/types": "^0.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-database-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-inmemory",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,6 +19,6 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.6.0"
"@emeralt/types": "^0.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-database-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-mongodb",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -19,7 +19,7 @@
"build": "gemcart build"
},
"devDependencies": {
"@emeralt/types": "^0.6.0",
"@emeralt/types": "^0.6.2",
"@types/mongodb": "^3.1.20"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-database-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/database-redis",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ioredis": "^4.6.2"
},
"devDependencies": {
"@emeralt/types": "^0.6.0",
"@emeralt/types": "^0.6.2",
"@types/ioredis": "^4.0.6"
}
}
10 changes: 5 additions & 5 deletions packages/emeralt-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/server",
"version": "0.6.1",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,10 +30,10 @@
"ssri": "^6.0.1"
},
"devDependencies": {
"@emeralt/auth-inmemory": "^0.6.0",
"@emeralt/database-inmemory": "^0.6.0",
"@emeralt/storage-inmemory": "^0.6.0",
"@emeralt/types": "^0.6.0",
"@emeralt/auth-inmemory": "^0.6.2",
"@emeralt/database-inmemory": "^0.6.2",
"@emeralt/storage-inmemory": "^0.6.2",
"@emeralt/types": "^0.6.2",
"@types/body-parser": "1.17.0",
"@types/express": "4.16.1",
"@types/jsonwebtoken": "8.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/emeralt-storage-gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-gcs",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,6 +22,6 @@
"@google-cloud/storage": "^2.3.4"
},
"devDependencies": {
"@emeralt/types": "^0.6.0"
"@emeralt/types": "^0.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-storage-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-inmemory",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"ramda": "^0.26.1"
},
"devDependencies": {
"@emeralt/types": "^0.6.0",
"@emeralt/types": "^0.6.2",
"@types/ramda": "^0.25.46"
}
}
4 changes: 2 additions & 2 deletions packages/emeralt-storage-localfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/storage-localfs",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@emeralt/types": "^0.6.0",
"@emeralt/types": "^0.6.2",
"@types/fs-extra": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/emeralt-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeralt/types",
"version": "0.6.0",
"version": "0.6.2",
"author": "stackdumper <stackdumper@gmail.com>",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6e580ed

Please sign in to comment.