From 35c18374d3d885a63974be68f184e655ba9b2fc9 Mon Sep 17 00:00:00 2001 From: 0div Date: Fri, 24 Jan 2025 16:46:48 -0800 Subject: [PATCH] use latest beta tag for npm installs --- apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx b/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx index 784dc3eac..99b7487c9 100644 --- a/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx +++ b/apps/web/src/app/(docs)/docs/sandbox/metrics/page.mdx @@ -14,10 +14,10 @@ To get sandbox metrics, you need to install the beta version of the SDKs and CLI ```bash {{ language: 'js' }} -npm i @e2b/code-interpreter@1.2.0-beta.0 +npm i @e2b/code-interpreter@beta # # or use Core: https://github.com/e2b-dev/e2b -# npm i e2b@1.2.0-beta.0 +# npm i e2b@beta ``` ```bash {{ language: 'python' }} @@ -32,7 +32,7 @@ pip install e2b-code-interpreter==1.2.0b0 ```bash {{ language: 'bash' }} -npm i -g @e2b/cli@1.2.0-beta.0 +npm i -g @e2b/cli@beta ```