Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Dec 3, 2018
1 parent 12c609b commit ba0dfec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.8"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal",
"version": "0.3.6",
"version": "0.4.0",
"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
8 changes: 4 additions & 4 deletions packages/mongo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-mongo",
"version": "0.3.8",
"version": "0.4.0",
"description": "Marshal's Mongo database management.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,13 +16,13 @@
"mongodb": "^3.1.8"
},
"dependencies": {
"@marcj/marshal": "^0.3.6",
"@marcj/marshal": "^0.4.0",
"mongo-uuid": "^1.0.0"
},
"devDependencies": {
"@types/mongodb": "^3.1.12",
"mongodb": "^3.1.8",
"buffer": "^5.2.1"
"buffer": "^5.2.1",
"mongodb": "^3.1.8"
},
"jest": {
"testURL": "http://localhost/",
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-nest",
"version": "0.3.6",
"version": "0.4.0",
"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.3.6"
"@marcj/marshal": "^0.4.0"
},
"peerDependencies": {
"@nestjs/common": "^5.0.0",
Expand Down

0 comments on commit ba0dfec

Please sign in to comment.