@burdenoff/microfe-movethewheels 2026.513.2 → 2026.518.1

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.
@@ -13654,7 +13654,7 @@ export type GraphNode = {
13654
13654
  entityId: Scalars['ID']['output'];
13655
13655
  /** Entity type (e.g., Project, File, Task) */
13656
13656
  entityType: Scalars['String']['output'];
13657
- /** Unique node ID in NebulaGraph */
13657
+ /** Unique node ID in the Apache AGE graph */
13658
13658
  id: Scalars['ID']['output'];
13659
13659
  /** Whether the node is active */
13660
13660
  isActive: Scalars['Boolean']['output'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burdenoff/microfe-movethewheels",
3
- "version": "2026.513.2",
3
+ "version": "2026.518.1",
4
4
  "description": "Burdenoff MoveTheWheels Microfrontend - Logistics & Supply Chain Management Platform",
5
5
  "type": "module",
6
6
  "files": [
@@ -66,6 +66,7 @@
66
66
  "@vitejs/plugin-react": "^4.3.4",
67
67
  "autoprefixer": "^10.4.20",
68
68
  "eslint": "^9.18.0",
69
+ "eslint-plugin-react": "^7.37.5",
69
70
  "eslint-plugin-react-hooks": "^7.0.1",
70
71
  "eslint-plugin-react-refresh": "^0.4.26",
71
72
  "globals": "^16.4.0",
@@ -14761,7 +14761,7 @@ export type GraphNode = {
14761
14761
  entityId: Scalars['ID']['output'];
14762
14762
  /** Entity type (e.g., Project, File, Task) */
14763
14763
  entityType: Scalars['String']['output'];
14764
- /** Unique node ID in NebulaGraph */
14764
+ /** Unique node ID in the Apache AGE graph */
14765
14765
  id: Scalars['ID']['output'];
14766
14766
  /** Whether the node is active */
14767
14767
  isActive: Scalars['Boolean']['output'];