Skip to content

Commit

Permalink
v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed May 27, 2020
1 parent 1a43bc2 commit 9ab45d1
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.5"
"version": "2.1.6"
}
2 changes: 1 addition & 1 deletion packages/benchmark/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/benchmark/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/benchmark",
"version": "2.1.5",
"version": "2.1.6",
"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": "^2.1.5",
"@marcj/marshal": "^2.1.6",
"ajv": "^6.11.0",
"buffer": "^5.2.1",
"cerialize": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal",
"version": "2.1.5",
"version": "2.1.6",
"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
2 changes: 1 addition & 1 deletion packages/mongo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/mongo/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-mongo",
"version": "2.1.5",
"version": "2.1.6",
"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.17",
"@marcj/marshal": "^2.1.5",
"@marcj/marshal": "^2.1.6",
"buffer": "^5.4.3",
"mongo-uuid": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nest/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal-nest",
"version": "2.1.5",
"version": "2.1.6",
"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": "^2.1.5",
"@marcj/marshal": "^2.1.6",
"@nestjs/common": "^5.0.0",
"rxjs": "^6.0.0"
},
Expand Down

0 comments on commit 9ab45d1

Please sign in to comment.