Skip to content

Commit be804ac

Browse files
chore(release): v0.8.0-nightly.260101.f35159d03
1 parent f35159d commit be804ac

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vybestack/llxprt-code",
3-
"version": "0.8.0",
3+
"version": "0.8.0-nightly.260101.f35159d03",
44
"engines": {
55
"node": ">=20"
66
},
@@ -18,7 +18,7 @@
1818
"url": "git+https://github.com/vybestack/llxprt-code.git"
1919
},
2020
"config": {
21-
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.8.0"
21+
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.8.0-nightly.260101.f35159d03"
2222
},
2323
"scripts": {
2424
"start": "cross-env NODE_ENV=development node scripts/start.js",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vybestack/llxprt-code",
3-
"version": "0.8.0",
3+
"version": "0.8.0-nightly.260101.f35159d03",
44
"description": "LLxprt Code",
55
"repository": {
66
"type": "git",
@@ -33,7 +33,7 @@
3333
"dist"
3434
],
3535
"config": {
36-
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.8.0"
36+
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.8.0-nightly.260101.f35159d03"
3737
},
3838
"dependencies": {
3939
"@anthropic-ai/sdk": "^0.55.1",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vybestack/llxprt-code-core",
3-
"version": "0.8.0",
3+
"version": "0.8.0-nightly.260101.f35159d03",
44
"description": "LLxprt Code Core",
55
"repository": {
66
"type": "git",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vybestack/llxprt-code-test-utils",
3-
"version": "0.8.0",
3+
"version": "0.8.0-nightly.260101.f35159d03",
44
"private": true,
55
"main": "src/index.ts",
66
"license": "Apache-2.0",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vybestack/llxprt-ui",
3-
"version": "0.1.0",
3+
"version": "0.8.0-nightly.260101.f35159d03",
44
"description": "Experimental terminal UI for llxprt-code",
55
"type": "module",
66
"main": "src/index.ts",
@@ -41,7 +41,7 @@
4141
"react": "^19.2.1"
4242
},
4343
"peerDependencies": {
44-
"@vybestack/llxprt-code-core": "^0.8.0"
44+
"@vybestack/llxprt-code-core": "^0.8.0-nightly.260101.f35159d03"
4545
},
4646
"devDependencies": {
4747
"@eslint/js": "^9.39.1",

packages/vscode-ide-companion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "llxprt-code-vscode-ide-companion",
33
"displayName": "LLxprt Code Companion",
44
"description": "Enable LLxprt Code with direct access to your IDE workspace.",
5-
"version": "0.8.0",
5+
"version": "0.8.0-nightly.260101.f35159d03",
66
"publisher": "vybestack",
77
"icon": "assets/icon.png",
88
"repository": {

0 commit comments

Comments
 (0)