test-entity-library-asm 3.9.52 → 3.9.53

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.
@@ -131,7 +131,7 @@ __decorate([
131
131
  __metadata("design:type", Object)
132
132
  ], LocalsCompanyInformationForTheTable.prototype, "local_change_assigned_to", void 0);
133
133
  __decorate([
134
- (0, typeorm_1.ViewColumn)({ transformer: jsonTransformer }),
134
+ (0, typeorm_1.ViewColumn)(),
135
135
  __metadata("design:type", Object)
136
136
  ], LocalsCompanyInformationForTheTable.prototype, "local_change_changes", void 0);
137
137
  __decorate([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-entity-library-asm",
3
- "version": "3.9.52",
3
+ "version": "3.9.53",
4
4
  "description": "Entidades de ejemplo para una base de datos",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -94,7 +94,7 @@ export class LocalsCompanyInformationForTheTable {
94
94
  @ViewColumn()
95
95
  local_change_assigned_to: number | null;
96
96
 
97
- @ViewColumn({ transformer: jsonTransformer })
97
+ @ViewColumn()
98
98
  local_change_changes: any;
99
99
 
100
100
  @ViewColumn()