diff --git a/playground/package-lock.json b/playground/package-lock.json index a29293c..7d590e7 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -7,7 +7,7 @@ "name": "agent-shell-playground", "dependencies": { "@auth0/auth0-spa-js": "^2.19.2", - "@tigrisdata/agent-shell": "^0.3.1", + "@tigrisdata/agent-shell": "^0.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0" }, @@ -2134,16 +2134,16 @@ } }, "node_modules/@tigrisdata/agent-shell": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@tigrisdata/agent-shell/-/agent-shell-0.3.1.tgz", - "integrity": "sha512-RXgRaTEqae7WmLvT1DN+pQ/FYSNMu2EuN09mmmXE8QII9Pjx4Br4MUXi3HP6Ox41OSoyARMFuGkn6+UYcXeKYg==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@tigrisdata/agent-shell/-/agent-shell-0.5.0.tgz", + "integrity": "sha512-wgTO0RiQR0xCFcebUTK5YUT9krU0Qov1p27ysvQSvW6lKxYxQwwuQmqs4qTZnxdnv3JBHqUO0OK3lBAqJREIhA==", "license": "MIT", "dependencies": { - "@tigrisdata/storage": "^3.1.0", + "@tigrisdata/storage": "^3.1.1", "just-bash": "^2.14.2" }, "bin": { - "tigris-shell": "dist/cli.js" + "tigris-agent-shell": "dist/cli.js" }, "engines": { "node": ">=20.0.0" diff --git a/playground/package.json b/playground/package.json index 9ce171c..2480148 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@auth0/auth0-spa-js": "^2.19.2", - "@tigrisdata/agent-shell": "^0.3.1", + "@tigrisdata/agent-shell": "^0.5.0", "@xterm/addon-fit": "^0.11.0", "@xterm/xterm": "^6.0.0" },