@ccci/micro-server 1.0.226 → 1.0.228

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -299708,6 +299708,11 @@ class BaseModel extends Model {
299708
299708
  };
299709
299709
  enableDefaultFields = tableOption.defaultAttributes ? tableOption.defaultAttributes : true;
299710
299710
  }
299711
+ if (initOptions.tableName === "Users") {
299712
+ Logger.info("initOptions :>> ", initOptions.timestamps);
299713
+ Logger.info("initOptions :>> ", initOptions.paranoid);
299714
+ Logger.info("tableOption :>> ", tableOption);
299715
+ }
299711
299716
  this.init({
299712
299717
  ...fields,
299713
299718
  ...this.getCommonAttributes(enableDefaultFields)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.226",
3
+ "version": "1.0.228",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",