@vybestack/llxprt-ui 0.7.0-nightly.251218.0453210c7 → 0.7.0-nightly.251218.472c013d2

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/bun.lock +1 -1
  2. package/package.json +2 -2
package/bun.lock CHANGED
@@ -358,7 +358,7 @@
358
358
 
359
359
  "balanced-match": ["balanced-match@1.0.2", "", {}, "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="],
360
360
 
361
- "baseline-browser-mapping": ["baseline-browser-mapping@2.9.10", "", { "bin": { "baseline-browser-mapping": "dist/cli.js" } }, "sha512-2VIKvDx8Z1a9rTB2eCkdPE5nSe28XnA+qivGnWHoB40hMMt/h1hSz0960Zqsn6ZyxWXUie0EBdElKv8may20AA=="],
361
+ "baseline-browser-mapping": ["baseline-browser-mapping@2.9.9", "", { "bin": { "baseline-browser-mapping": "dist/cli.js" } }, "sha512-V8fbOCSeOFvlDj7LLChUcqbZrdKD9RU/VR260piF1790vT0mfLSwGc/Qzxv3IqiTukOpNtItePa0HBpMAj7MDg=="],
362
362
 
363
363
  "brace-expansion": ["brace-expansion@1.1.12", "", { "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg=="],
364
364
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vybestack/llxprt-ui",
3
- "version": "0.7.0-nightly.251218.0453210c7",
3
+ "version": "0.7.0-nightly.251218.472c013d2",
4
4
  "description": "Experimental terminal UI for llxprt-code",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -41,7 +41,7 @@
41
41
  "react": "^19.2.1"
42
42
  },
43
43
  "peerDependencies": {
44
- "@vybestack/llxprt-code-core": "^0.7.0-nightly.251218.0453210c7"
44
+ "@vybestack/llxprt-code-core": "^0.7.0-nightly.251218.472c013d2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@eslint/js": "^9.39.1",