@ccci/micro-server 1.0.72 → 1.0.73

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -113638,7 +113638,6 @@ class DatabaseConnector {
113638
113638
  return DatabaseConnector.connection.models[modelName];
113639
113639
  }
113640
113640
  static async sync(modelName, force = false) {
113641
- console.log("DatabaseConnector.connection.models :>> ", DatabaseConnector.connection.models);
113642
113641
  console.log("syncing model :>> ", modelName);
113643
113642
  try {
113644
113643
  await DatabaseConnector.connection.models[modelName].sync({ force });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccci/micro-server",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",