Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 5, 2020
1 parent 073f8e6 commit d926839
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.1.0"
"version": "2.1.1"
}
6 changes: 3 additions & 3 deletions packages/benchmark/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/benchmark",
"version": "2.1.0",
"version": "2.1.1",
"description": "Benchmark stuff.",
"sideEffects": false,
"private": true,
Expand All @@ -12,11 +12,11 @@
"author": "Marc J. Schmidt <marc@marcjschmidt.de>",
"license": "MIT",
"dependencies": {
"@marcj/marshal": "^2.1.0",
"@marcj/marshal": "^2.1.1",
"ajv": "^6.11.0",
"buffer": "^5.2.1",
"cerialize": "^2.0.1",
"class-transformer": "^0.2.0",
"ajv": "^6.11.0",
"runtypes": "^4.1.0"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@marcj/marshal",
"version": "2.1.0",
"version": "2.1.1",
"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": "2.1.0",
"version": "2.1.1",
"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.0",
"@marcj/marshal": "^2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"@marcj/marshal": "^2.1.1",
"@nestjs/common": "^5.0.0",
"rxjs": "^6.0.0"
},
Expand Down

0 comments on commit d926839

Please sign in to comment.