@oak-digital/types-4-strapi-2 0.3.4 → 0.3.5

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.
@@ -128,7 +128,7 @@ var Attributes = /** @class */ (function () {
128
128
  case 'date':
129
129
  case 'datetime':
130
130
  case 'time':
131
- str += 'Date';
131
+ str += 'string';
132
132
  str += requiredString;
133
133
  break;
134
134
  case 'boolean':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oak-digital/types-4-strapi-2",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Typescript interface generator for Strapi 4 models",
5
5
  "bin": {
6
6
  "t4s": "./bin/index.js"