Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Jul 7, 2019
1 parent ee97a4c commit a7ac040
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3",
"version": "0.1.4",
"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.2",
"version": "0.4.3",
"description": "MongoDB native adapter for Moleculer DB service.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/moleculer-db-adapter-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moleculer-db-adapter-mongoose",
"version": "0.7.2",
"version": "0.8.0",
"description": "Mongoose adapter for Moleculer DB service",
"main": "index.js",
"types": "index.d.ts",
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.1.13",
"version": "0.2.0",
"description": "SQL adapter (Postgres, MySQL, SQLite & MSSQL) for Moleculer DB service",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/moleculer-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moleculer-db",
"version": "0.8.0",
"version": "0.8.1",
"description": "Moleculer service to store entities in database",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a7ac040

Please sign in to comment.