adminizer 4.2.0-build.69 → 4.2.0-build.70

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/lib/Adminizer.js +0 -1
  2. package/package.json +1 -1
package/lib/Adminizer.js CHANGED
@@ -157,7 +157,6 @@ export class Adminizer {
157
157
  set: configForms.set ?? defaultForms.set
158
158
  }
159
159
  };
160
- console.log(this.config);
161
160
  this.modelHandler = new ModelHandler();
162
161
  // TODO: 'hot reload' unbind models & unbind forms
163
162
  await bindModels(this);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adminizer",
3
3
  "type": "module",
4
- "version": "4.2.0-build.69",
4
+ "version": "4.2.0-build.70",
5
5
  "main": "index.js",
6
6
  "exports": {
7
7
  ".": "./index.js",