@denieler/e2b-codex 0.1.0 → 0.1.1

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
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](https://raw.githubusercontent.com/denieler/e2b-codex/main/assets/e2b-codex-banner.svg)
6
+
5
7
  ![e2b-codex banner](./assets/e2b-codex-banner.svg)
6
8
 
7
9
  This project covers two jobs:
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.1",
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",