@paperclipai/plugin-exe-dev 2026.620.0-canary.9 → 2026.621.0-canary.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ From a Paperclip instance, install:
14
14
 
15
15
  ## Configuration
16
16
 
17
- Configure exe.dev from `Company Settings -> Environments`, not from the plugin's instance settings page.
17
+ Configure exe.dev from `Instance Settings -> Environments`, not from the plugin's plugin page.
18
18
 
19
19
  - Put the exe.dev API token on the sandbox environment itself.
20
20
  - When you save an environment, Paperclip stores pasted API keys and pasted SSH private keys as company secrets.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperclipai/plugin-exe-dev",
3
- "version": "2026.620.0-canary.9",
3
+ "version": "2026.621.0-canary.1",
4
4
  "description": "exe.dev sandbox provider plugin for Paperclip environments",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/paperclipai/paperclip",
@@ -38,6 +38,6 @@
38
38
  "exe.dev"
39
39
  ],
40
40
  "dependencies": {
41
- "@paperclipai/plugin-sdk": "2026.620.0-canary.9"
41
+ "@paperclipai/plugin-sdk": "2026.621.0-canary.1"
42
42
  }
43
43
  }