@ccci/micro-server 1.0.90 → 1.0.91

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -119689,7 +119689,7 @@ class BaseModel extends Model {
119689
119689
  sequelize: DatabaseConnector.getConnection(),
119690
119690
  tableName,
119691
119691
  schema: schema || process.env.DB_SCHEMA,
119692
- paranoid: true
119692
+ paranoid
119693
119693
  });
119694
119694
  }
119695
119695
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.90",
3
+ "version": "1.0.91",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",