Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - hemera-arango-store@1.1.17
 - hemera-couchbase-store@1.0.19
 - hemera-mongo-store@1.0.6
 - hemera-sql-store@1.0.15
 - hemera-store@1.1.6
  • Loading branch information
StarpTech committed May 2, 2017
1 parent 3d69e3f commit afd0567
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/hemera-arango-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-arango-store",
"version": "1.1.16",
"version": "1.1.17",
"description": "This is a plugin to use Arangodb with Hemera",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"arangojs": "5.4.x",
"hemera-store": "^1.1.5"
"hemera-store": "^1.1.6"
},
"devDependencies": {
"code": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-couchbase-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-couchbase-store",
"version": "1.0.18",
"version": "1.0.19",
"description": "This is a plugin to use Couchbase with Hemera",
"main": "index.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"couchbase": "2.3.x",
"hemera-store": "^1.1.5"
"hemera-store": "^1.1.6"
},
"devDependencies": {
"code": "4.0.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-mongo-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-mongo-store",
"version": "1.0.5",
"version": "1.0.6",
"description": "This is a plugin to use Mongodb with Hemera",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-store": "^1.1.5",
"hemera-store": "^1.1.6",
"mongodb": "2.2.x"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/hemera-sql-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-sql-store",
"version": "1.0.14",
"version": "1.0.15",
"description": "This is a plugin to use SQL with Hemera",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "Dustin Deus (https://github.com/StarpTech)",
"license": "MIT",
"dependencies": {
"hemera-store": "^1.1.5",
"hemera-store": "^1.1.6",
"hoek": "4.1.x",
"knex": "0.12.x",
"mysql": "2.12.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/hemera-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hemera-store",
"version": "1.1.5",
"version": "1.1.6",
"description": "This is a store interface for Hemera to be interoperable with most database interfaces",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit afd0567

Please sign in to comment.