@principal-ade/dynamic-file-tree 0.2.44 → 0.2.45

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3302,7 +3302,7 @@ var buildTreeData = (canvases, dashboards, gitStatusMap) => {
3302
3302
  });
3303
3303
  result.push({
3304
3304
  id: "architecture-group:scopes-events",
3305
- name: "Scope Events",
3305
+ name: "Scopes",
3306
3306
  type: "architecture-group",
3307
3307
  architectureGroupType: "scopes-events",
3308
3308
  children: scopesEventsNodes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/dynamic-file-tree",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "React component for selective directory filtering and file tree visualization",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",