@cristian-israel/giganet_lib_conecta 1.0.71 → 1.0.72

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.
package/dist/index.js CHANGED
@@ -91481,7 +91481,7 @@ var RoutinesTasksSchema = new import_mongoose9.Schema(
91481
91481
  next_execution_at: { type: Date, default: null },
91482
91482
  execution_count: { type: Number, default: 0 },
91483
91483
  last_execution_time_ms: { type: Number, default: null },
91484
- metadata: { type: import_mongoose9.Schema.Types.Mixed }
91484
+ metadata: { type: Object, default: null }
91485
91485
  },
91486
91486
  {
91487
91487
  timestamps: true
package/dist/index.mjs CHANGED
@@ -91437,7 +91437,7 @@ var RoutinesTasksSchema = new Schema8(
91437
91437
  next_execution_at: { type: Date, default: null },
91438
91438
  execution_count: { type: Number, default: 0 },
91439
91439
  last_execution_time_ms: { type: Number, default: null },
91440
- metadata: { type: Schema8.Types.Mixed }
91440
+ metadata: { type: Object, default: null }
91441
91441
  },
91442
91442
  {
91443
91443
  timestamps: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",