Agoric / documentation

User documentation
https://agoric.com/documentation/
Apache License 2.0
15 stars 39 forks source link

chore: Update Endo versions #1251

Closed kriskowal closed 2 days ago

kriskowal commented 3 days ago

https://github.com/endojs/endo/releases/tag/ses%401.10.0

cloudflare-workers-and-pages[bot] commented 3 days ago

Deploying documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: ef8267f
Status: ✅  Deploy successful!
Preview URL: https://871c791c.documentation-7tp.pages.dev
Branch Preview URL: https://kriskowal-endo-sync-2024-11.documentation-7tp.pages.dev

View logs

github-actions[bot] commented 3 days ago

Cloudflare deployment logs are available here

0xpatrickdev commented 3 days ago

I'm seeing yarn test (Lint and Test Snippets) pass with:


diff --git a/package.json b/package.json
index 5efcb7678..bec917977 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
     "glob": "7.1.7",
     "import-meta-resolve": "^2.2.2",
     "prettier": "^3.3.3",
-    "ses": "^1.9.1",
+    "ses": "^1.10.0",
     "stylus": "^0.62.0",
     "vitepress": "1.3.4"
   },