Skip to content

Commit 3a4a8f2

Browse files
committed
add support for NestJS 10.x
1 parent 9fa2d04 commit 3a4a8f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@nest-dynamodb/typedorm",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Nest - a typedorm module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"publishConfig": {
88
"access": "public"
99
},
10-
"engines" : {
11-
"node" : ">=12.0.0"
10+
"engines": {
11+
"node": ">=12.0.0"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)