Commit 251a358
chore: Update Ocap kernel packages and patch @endo/env-options (#35526)
## Description
Updates the Ocap kernel packages to v5.0.0 and adds a patch for
`@endo/env-options` to fix a runtime initialization error.
## Changes
- Updated Ocap kernel packages to latest version
- Added patch for `@endo/env-options` to resolve `ReferenceError: Cannot
access 'Object' before initialization`
- The issue was caused by Endo's recent change to place env-options
under TCB (Trusted Computing Base) rules
- Patch removes the intermediate `localThis` variable and uses
`globalThis` directly
This update introduces the new control panel layout
<img width="1512" height="763" alt="Screenshot 2025-08-29 at 17 13 03"
src="https://github.com/user-attachments/assets/e9f0ca96-ed4e-4d94-af7a-84f636086fa1"
/>
---------
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>1 parent a9dc8f6 commit 251a358
3 files changed
Lines changed: 284 additions & 234 deletions
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| |||
298 | 301 | | |
299 | 302 | | |
300 | 303 | | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
309 | 312 | | |
310 | | - | |
| 313 | + | |
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| |||
347 | 350 | | |
348 | 351 | | |
349 | 352 | | |
350 | | - | |
| 353 | + | |
351 | 354 | | |
352 | 355 | | |
353 | 356 | | |
| |||
0 commit comments