vr-models 1.0.52 → 1.0.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.
@@ -119,7 +119,6 @@ class EventLog extends vr_migrations_1.Model {
119
119
  deviceSession: {
120
120
  type: vr_migrations_1.DataTypes.JSONB,
121
121
  allowNull: true,
122
- field: "session",
123
122
  validate: {
124
123
  isValidDeviceSessionObject(value) {
125
124
  if (value === null || value === undefined)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vr-models",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Shared database models package for VR applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",