@opra/common 1.19.1 → 1.19.2

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.
@@ -66,7 +66,7 @@ exports.DateType = DateType = tslib_1.__decorate([
66
66
  name: 'date',
67
67
  description: 'A date without time',
68
68
  nameMappings: {
69
- js: 'Date',
69
+ js: 'string',
70
70
  json: 'string',
71
71
  },
72
72
  }).Example('2021-04-18', 'Full date value')),
@@ -62,7 +62,7 @@ DateType = __decorate([
62
62
  name: 'date',
63
63
  description: 'A date without time',
64
64
  nameMappings: {
65
- js: 'Date',
65
+ js: 'string',
66
66
  json: 'string',
67
67
  },
68
68
  }).Example('2021-04-18', 'Full date value')),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opra/common",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "Opra common package",
5
5
  "author": "Panates",
6
6
  "license": "MIT",