Skip to content

Commit

Permalink
v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Jul 8, 2019
1 parent 0db23a5 commit a991bdf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.8.8"
"version": "0.8.9"
}
4 changes: 2 additions & 2 deletions packages/benchmark/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/benchmark",
"version": "0.8.7",
"version": "0.8.9",
"description": "Benchmark stuff.",
"sideEffects": false,
"private": true,
Expand All @@ -12,7 +12,7 @@
"author": "Marc J. Schmidt <marc@marcjschmidt.de>",
"license": "MIT",
"dependencies": {
"@marcj/marshal": "^0.8.7",
"@marcj/marshal": "^0.8.9",
"buffer": "^5.2.1",
"class-transformer": "^0.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal",
"version": "0.8.7",
"version": "0.8.9",
"description": "Marshal is a library to marshal JSON-representable data from JSON to class instance to Mongo and vice versa.",
"main": "dist/index.js",
"types": "dist/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.8.8",
"version": "0.8.9",
"description": "Marshal's Mongo database management.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@marcj/estdlib": "^0.1.6",
"@marcj/marshal": "^0.8.7",
"@marcj/marshal": "^0.8.9",
"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.8.7",
"version": "0.8.9",
"description": "A plugin for NestJS to convert HTTP Body to your class instance with validation using Marshal",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"rxjs": "^6.0.0"
},
"devDependencies": {
"@marcj/marshal": "^0.8.7",
"@marcj/marshal": "^0.8.9",
"@nestjs/common": "^5.0.0",
"rxjs": "^6.0.0"
},
Expand Down

0 comments on commit a991bdf

Please sign in to comment.