chore: refresh the public API snapshot

The committed snapshot had drifted from source on main: dev-server exports
validateRpcCsrf, and styles exports the browser-cookie configuration types and
resolveBrowserCookieOptions. All six are additions, so the surface stays
backward compatible.

This unblocks check:production, which fails on main for the same reason.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 16:51:22 +05:30
co-authored by Claude Opus 5
parent 60e38b983c
commit 4e5949aedc
+7
View File
@@ -1450,6 +1450,7 @@
"startGateway",
"startServer",
"toRequest",
"validateRpcCsrf",
"writeResponse"
],
"./serve-entry": []
@@ -2575,6 +2576,10 @@
".": [
"ACCENT_COOKIE",
"AppConfig",
"BrowserCookieApi",
"BrowserCookieOptions",
"BrowserCookiePreference",
"BrowserCookiesConfig",
"BuildConfig",
"CURRENT_COMPATIBILITY_DATE",
"CURRENT_FRAMEWORK_BEHAVIOUR",
@@ -2614,6 +2619,7 @@
"TenancyConfig",
"ThemeAccentConfig",
"ThemeConfig",
"ThemeCookieConfig",
"ThemePaletteName",
"ThemeSemanticColor",
"ThemeToken",
@@ -2641,6 +2647,7 @@
"renderThemeCss",
"renderThemeRuntime",
"resolveAccentName",
"resolveBrowserCookieOptions",
"resolveCompatibility",
"resolveConfigLayers",
"resolveProfile",