@nest-omni/core 1.0.27 → 1.0.28

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.
@@ -331,7 +331,7 @@ function URLField(options = {}) {
331
331
  each: options.each,
332
332
  message: (0, nestjs_i18n_1.i18nValidationMessage)('validation.IS_URL'),
333
333
  }),
334
- StringField(Object.assign({ toLowerCase: true }, options)),
334
+ StringField(Object.assign({}, options)),
335
335
  ];
336
336
  if (options.nullable) {
337
337
  decorators.push((0, validator_decorators_1.IsNullable)({ each: options.each }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nest-omni/core",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "framework",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",