@lark-apaas/fullstack-nestjs-core 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -335,7 +335,10 @@ var PlatformModule = class _PlatformModule {
335
335
  {
336
336
  provide: import_core.APP_PIPE,
337
337
  useValue: new import_common5.ValidationPipe({
338
- transform: true
338
+ transform: true,
339
+ transformOptions: {
340
+ enableImplicitConversion: true
341
+ }
339
342
  })
340
343
  }
341
344
  ],
package/dist/index.js CHANGED
@@ -293,7 +293,10 @@ var PlatformModule = class _PlatformModule {
293
293
  {
294
294
  provide: APP_PIPE,
295
295
  useValue: new ValidationPipe({
296
- transform: true
296
+ transform: true,
297
+ transformOptions: {
298
+ enableImplicitConversion: true
299
+ }
297
300
  })
298
301
  }
299
302
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/fullstack-nestjs-core",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "FullStack Nestjs Core",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",