aboutsummaryrefslogtreecommitdiff
path: root/deno.lock
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-24 14:17:38 -0700
committernetop://ウィビ <paul@webb.page>2026-04-24 14:17:38 -0700
commit261f3bdb77799009344aab4a60686b7186ebd3b0 (patch)
tree8e87c6610a307f15f0c4b32f68b19424273fc6ad /deno.lock
parent8a59f92d031963e23ecc84b75feecf43eb4dd146 (diff)
downloadgraphiql-261f3bdb77799009344aab4a60686b7186ebd3b0.tar.gz
graphiql-261f3bdb77799009344aab4a60686b7186ebd3b0.zip
Implement v0.4 subscriptions + v0.5 theming and plugin slots
- SSE and WebSocket fetchers via graphql-sse and graphql-ws, returning AsyncIterable results - SessionStore.run consumes AsyncIterable streams with subscriptionMode "append" (timestamped) or "replace" and honors an AbortSignal for cancellation - Chrome CSS variables documented in styles/theme.scss with prefers-color-scheme light/dark gating and .graphiql-light override - Svelte 5 snippet slots on GraphiQL: toolbarExtras, tabExtras, resultFooter
Diffstat (limited to 'deno.lock')
-rw-r--r--deno.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/deno.lock b/deno.lock
index 8774cf1..0081354 100644
--- a/deno.lock
+++ b/deno.lock
@@ -13,6 +13,8 @@
"npm:@lezer/highlight@^1.2.0": "1.2.3",
"npm:cm6-graphql@~0.2.1": "0.2.1_@codemirror+autocomplete@6.20.1_@codemirror+language@6.12.3_@codemirror+lint@6.9.5_@codemirror+state@6.6.0_@codemirror+view@6.41.1_@lezer+highlight@1.2.3_graphql@16.13.2",
"npm:codemirror@^6.0.1": "6.0.2",
+ "npm:graphql-sse@^2.5.3": "2.6.0_graphql@16.13.2",
+ "npm:graphql-ws@^5.16.0": "5.16.2_graphql@16.13.2",
"npm:graphql@^16.8.0": "16.13.2"
},
"jsr": {
@@ -170,6 +172,18 @@
],
"bin": true
},
+ "graphql-sse@2.6.0_graphql@16.13.2": {
+ "integrity": "sha512-BXT5Rjv9UFunjQsmN9WWEIq+TFNhgYibgwo1xkXLxzguQVyOd6paJ4v5DlL9K5QplS0w74bhF+aUiqaGXZBaug==",
+ "dependencies": [
+ "graphql"
+ ]
+ },
+ "graphql-ws@5.16.2_graphql@16.13.2": {
+ "integrity": "sha512-E1uccsZxt/96jH/OwmLPuXMACILs76pKF2i3W861LpKBCYtGIyPQGtWLuBLkND4ox1KHns70e83PS4te50nvPQ==",
+ "dependencies": [
+ "graphql"
+ ]
+ },
"graphql@16.13.2": {
"integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig=="
},
@@ -198,6 +212,8 @@
"npm:@lezer/highlight@^1.2.0",
"npm:cm6-graphql@~0.2.1",
"npm:codemirror@^6.0.1",
+ "npm:graphql-sse@^2.5.3",
+ "npm:graphql-ws@^5.16.0",
"npm:graphql@^16.8.0"
]
}