@denieler/e2b-codex 0.1.0 → 0.1.2

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/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @denieler/e2e-codex
1
+ # @denieler/e2b-codex
2
2
 
3
3
  Use a shared E2B template with Codex preinstalled, then create fresh sandboxes from that template and talk to `codex app-server` over websocket.
4
4
 
5
- ![e2b-codex banner](./assets/e2b-codex-banner.svg)
5
+ ![e2b-codex banner](https://raw.githubusercontent.com/denieler/e2b-codex/main/assets/e2b-codex-banner.svg)
6
6
 
7
7
  This project covers two jobs:
8
8
 
@@ -14,7 +14,7 @@ This project covers two jobs:
14
14
  Install the package:
15
15
 
16
16
  ```bash
17
- npm install @denieler/e2e-codex
17
+ npm install @denieler/e2b-codex
18
18
  ```
19
19
 
20
20
  ### What you need
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@denieler/e2b-codex",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Build and use E2B sandboxes with Codex preinstalled and codex app-server ready over websocket.",
5
5
  "license": "MIT",
6
6
  "type": "module",