whitelabel-db 1.0.14 → 1.0.15

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.
@@ -158,6 +158,7 @@ __decorate([
158
158
  ], Hotel.prototype, "policies", void 0);
159
159
  __decorate([
160
160
  (0, sequelize_typescript_1.Column)({
161
+ type: sequelize_typescript_1.DataType.JSONB,
161
162
  allowNull: true,
162
163
  }),
163
164
  __metadata("design:type", Array)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",