adminizer 4.1.0-build.15 → 4.1.0-build.16

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.
@@ -100,7 +100,6 @@ export class DataAccessor {
100
100
  result[key] = { config: fldConfig, model: modelField, populated: populatedModelFieldsConfig };
101
101
  });
102
102
  this.fields = result;
103
- console.log(result);
104
103
  return result;
105
104
  }
106
105
  getAssociatedFieldsConfig(modelName) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adminizer",
3
3
  "type": "module",
4
- "version": "4.1.0-build.15",
4
+ "version": "4.1.0-build.16",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "test": "vitest --reporter verbose",