@paperclipai/plugin-e2b 2026.620.0-canary.9 → 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.
- package/README.md +1 -1
- 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 `
|
|
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.
|
|
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.
|
|
42
|
+
"@paperclipai/plugin-sdk": "2026.621.0-canary.0"
|
|
43
43
|
}
|
|
44
44
|
}
|