Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - moleculer-db-adapter-couchdb-nano@0.1.7
 - moleculer-db-adapter-mongo@0.4.7
 - moleculer-db-adapter-sequelize@0.2.5
  • Loading branch information
icebob committed Feb 2, 2020
1 parent cef27d0 commit d036e24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/moleculer-db-adapter-couchdb-nano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moleculer-db-adapter-couchdb-nano",
"version": "0.1.6",
"version": "0.1.7",
"description": "CouchDB Nano adapter for Moleculer DB service.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/moleculer-db-adapter-mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moleculer-db-adapter-mongo",
"version": "0.4.6",
"version": "0.4.7",
"description": "MongoDB native adapter for Moleculer DB service.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/moleculer-db-adapter-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moleculer-db-adapter-sequelize",
"version": "0.2.4",
"version": "0.2.5",
"description": "SQL adapter (Postgres, MySQL, SQLite & MSSQL) for Moleculer DB service",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d036e24

Please sign in to comment.