@gitlab/duo-ui 10.16.2 → 10.16.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [10.16.3](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.2...v10.16.3) (2025-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix command output typo in response ([e0ee6ad](https://gitlab.com/gitlab-org/duo-ui/commit/e0ee6adcaff48380b5e9423e80707bccf64221a6))
7
+
1
8
  ## [10.16.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.1...v10.16.2) (2025-08-19)
2
9
 
3
10
 
@@ -97,7 +97,7 @@ var script = {
97
97
  },
98
98
  toolResponse() {
99
99
  var _this$message$tool_in5;
100
- return (_this$message$tool_in5 = this.message.tool_info) === null || _this$message$tool_in5 === void 0 ? void 0 : _this$message$tool_in5.toolResponse;
100
+ return (_this$message$tool_in5 = this.message.tool_info) === null || _this$message$tool_in5 === void 0 ? void 0 : _this$message$tool_in5.tool_response;
101
101
  },
102
102
  toolWorkingDirectory() {
103
103
  return this.workingDirectory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/duo-ui",
3
- "version": "10.16.2",
3
+ "version": "10.16.3",
4
4
  "description": "Duo UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -94,7 +94,7 @@ export default {
94
94
  return this.message.tool_info?.name;
95
95
  },
96
96
  toolResponse() {
97
- return this.message.tool_info?.toolResponse;
97
+ return this.message.tool_info?.tool_response;
98
98
  },
99
99
  toolWorkingDirectory() {
100
100
  return this.workingDirectory;