Skip to content

Commit 00f3b0a

Browse files
author
Joel
committed
fix some chat widget issues
1 parent 4d6eba8 commit 00f3b0a

File tree

5 files changed

+221
-207
lines changed

5 files changed

+221
-207
lines changed

src/debug/jtag/generated-command-schemas.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated": "2026-01-06T19:44:14.671Z",
2+
"generated": "2026-01-06T21:38:05.260Z",
33
"version": "1.0.0",
44
"commands": [
55
{

src/debug/jtag/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debug/jtag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@continuum/jtag",
3-
"version": "1.0.6878",
3+
"version": "1.0.6888",
44
"description": "Global CLI debugging system for any Node.js project. Install once globally, use anywhere: npm install -g @continuum/jtag",
55
"config": {
66
"active_example": "widget-ui",

src/debug/jtag/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* DO NOT EDIT MANUALLY
44
*/
55

6-
export const VERSION = '1.0.6878';
6+
export const VERSION = '1.0.6888';
77
export const PACKAGE_NAME = '@continuum/jtag';

0 commit comments

Comments
 (0)