awing-library 2.1.2-dev.90 → 2.1.2-dev.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.
package/dist/esm/index.js CHANGED
@@ -167345,7 +167345,6 @@ const SchemaInformation = () => {
167345
167345
  }
167346
167346
  setDisplayFields(tmpDisplayData);
167347
167347
  }, [selectedRootSchema, fullFields, objectTypeCode]);
167348
- console.log('rootSchemaObjects', rootSchemaObjects);
167349
167348
  return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, {
167350
167349
  children: [jsxRuntimeExports.jsx(DataForm, {
167351
167350
  fields: [{
@@ -188431,7 +188430,6 @@ function Container$3() {
188431
188430
  useEffect(() => {
188432
188431
  if (parentDirectoryId) {
188433
188432
  queryData(parentDirectoryId);
188434
- console.log('Querying parent directory:', currentWorkspace, parentDirectoryId);
188435
188433
  }
188436
188434
  }, [currentWorkspace === null || currentWorkspace === void 0 ? void 0 : currentWorkspace.id, parentDirectoryId]);
188437
188435
  /** Get Directory Root */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-dev.90",
3
+ "version": "2.1.2-dev.91",
4
4
  "main": "dist/esm/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/index.d.ts",