From e704c4850fc1033b70105527ad04ad728f53519c Mon Sep 17 00:00:00 2001 From: "Joseph T. French" Date: Tue, 14 Jul 2026 02:20:38 -0500 Subject: [PATCH] chore(deps): bump @robosystems/report-components to ^0.2.8 Picks up the XBRL role-suffix stripping fix so the NVDA 10-K demo no longer shows '[Member]'/'[Table]'/'[Roll Forward]' tags in labels. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 558326b..24146e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@anthropic-ai/sdk": "^0.110.0", "@comunica/query-sparql-rdfjs": "^5.2.3", "@robosystems/client": "^0.5.0", - "@robosystems/report-components": "^0.2.7", + "@robosystems/report-components": "^0.2.8", "jsonld": "^9.0.0", "n3": "^2.1.1", "react": "^19.2.0", @@ -6226,9 +6226,9 @@ } }, "node_modules/@robosystems/report-components": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/@robosystems/report-components/-/report-components-0.2.7.tgz", - "integrity": "sha512-G2di7Jq+BO24sUrEk/74R4K6eJXZ7BQZ8/pfdTnfjJa3auk5vidy5gAUfTAoQUlobFTxpWmW+FUHAkCa06k2jA==", + "version": "0.2.8", + "resolved": "https://registry.npmjs.org/@robosystems/report-components/-/report-components-0.2.8.tgz", + "integrity": "sha512-85RCa8dcexwaqxtKU0uHKeXetXlV1sRY+jVY/ooQ6aC5Ol4vtAw3p5MhXq/DXq1nynMuWeOlrzoRl5wLa38rRw==", "license": "MIT", "dependencies": { "jsonld": "^9.0.0", diff --git a/package.json b/package.json index 389f1ee..4e055af 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@anthropic-ai/sdk": "^0.110.0", "@comunica/query-sparql-rdfjs": "^5.2.3", "@robosystems/client": "^0.5.0", - "@robosystems/report-components": "^0.2.7", + "@robosystems/report-components": "^0.2.8", "jsonld": "^9.0.0", "n3": "^2.1.1", "react": "^19.2.0",