@orion-js/file-manager 3.9.1 → 3.9.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.
@@ -121,11 +121,11 @@ __decorate([
121
121
  __metadata("design:type", Date)
122
122
  ], FileSchema.prototype, "createdAt", void 0);
123
123
  __decorate([
124
- (0, typed_model_1.Prop)({ optional: true }),
124
+ (0, typed_model_1.Prop)({ optional: true, type: (0, typed_model_1.getModelForClass)(FileSchemaResizeData) }),
125
125
  __metadata("design:type", FileSchemaResizeData)
126
126
  ], FileSchema.prototype, "resizedData", void 0);
127
127
  __decorate([
128
- (0, typed_model_1.Prop)({ optional: true }),
128
+ (0, typed_model_1.Prop)({ optional: true, type: (0, typed_model_1.getModelForClass)(FileSchemaColorsData) }),
129
129
  __metadata("design:type", FileSchemaColorsData)
130
130
  ], FileSchema.prototype, "colorsData", void 0);
131
131
  FileSchema = __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/file-manager",
3
- "version": "3.9.1",
3
+ "version": "3.9.2",
4
4
  "main": "lib/index.js",
5
5
  "author": "nicolaslopezj",
6
6
  "license": "MIT",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "def716136d1b1550a05665e541b55efe901cff9a"
39
+ "gitHead": "25d8e0b000569b256802fcdcdc94347aa8dc04db"
40
40
  }