@paperclipai/plugin-e2b 2026.620.0-canary.8 → 2026.621.0-canary.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ The host plugin installer runs `npm install` into the managed plugin directory,
16
16
 
17
17
  ## Configuration
18
18
 
19
- Configure E2B from `Company Settings -> Environments`, not from the plugin's instance settings page.
19
+ Configure E2B from `Instance Settings -> Environments`, not from the plugin's plugin page.
20
20
 
21
21
  - Put the E2B API key on the sandbox environment itself.
22
22
  - When you save an environment, Paperclip stores pasted API keys as company secrets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperclipai/plugin-e2b",
3
- "version": "2026.620.0-canary.8",
3
+ "version": "2026.621.0-canary.0",
4
4
  "description": "E2B sandbox provider plugin for Paperclip environments",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/paperclipai/paperclip",
@@ -39,6 +39,6 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "e2b": "^2.19.0",
42
- "@paperclipai/plugin-sdk": "2026.620.0-canary.8"
42
+ "@paperclipai/plugin-sdk": "2026.621.0-canary.0"
43
43
  }
44
44
  }