Skip to content

Commit

Permalink
v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 8, 2019
1 parent 313a391 commit ddf1e6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.4.7"
"version": "0.4.8"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal",
"version": "0.4.7",
"version": "0.4.8",
"description": "Marshal is a library to marshal JSON-representable data from JSON to class instance to Mongo and vice versa.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/mongo/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-mongo",
"version": "0.4.7",
"version": "0.4.8",
"description": "Marshal's Mongo database management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"mongodb": "^3.1.8"
},
"dependencies": {
"@marcj/marshal": "^0.4.7",
"@marcj/marshal": "^0.4.8",
"mongo-uuid": "^1.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-nest",
"version": "0.4.7",
"version": "0.4.8",
"description": "A plugin for NestJS to convert HTTP Body to your class instance with validation using Marshal",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -10,7 +10,7 @@
"tsc": "tsc"
},
"dependencies": {
"@marcj/marshal": "^0.4.7"
"@marcj/marshal": "^0.4.8"
},
"peerDependencies": {
"@nestjs/common": "^5.0.0",
Expand Down

0 comments on commit ddf1e6f

Please sign in to comment.