@vertz/ui 0.2.42 → 0.2.44

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.
@@ -1148,13 +1148,13 @@ interface SSRRenderContext {
1148
1148
  matchedRoutePatterns?: string[];
1149
1149
  /**
1150
1150
  * Auth state resolved by the server (e.g. from session cookie).
1151
- * Set by ssrRenderToString() before Pass 1 so AuthProvider can
1151
+ * Set by the SSR pipeline before discovery so AuthProvider can
1152
1152
  * hydrate status/user synchronously during SSR.
1153
1153
  */
1154
1154
  ssrAuth?: SSRAuth;
1155
1155
  /**
1156
- * Written by ProtectedRoute during Pass 1 when the user is not
1157
- * authenticated. Signals ssrRenderToString() to skip Pass 2 and
1156
+ * Written by ProtectedRoute during discovery when the user is not
1157
+ * authenticated. Signals the SSR pipeline to skip rendering and
1158
1158
  * return a redirect response instead.
1159
1159
  */
1160
1160
  ssrRedirect?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertz/ui",
3
- "version": "0.2.42",
3
+ "version": "0.2.44",
4
4
  "description": "Vertz UI framework — signals, components, JSX runtime",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -77,11 +77,11 @@
77
77
  "typecheck": "tsc --noEmit"
78
78
  },
79
79
  "dependencies": {
80
- "@vertz/fetch": "^0.2.41"
80
+ "@vertz/fetch": "^0.2.43"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@happy-dom/global-registrator": "^20.7.0",
84
- "@vertz/schema": "^0.2.41",
84
+ "@vertz/schema": "^0.2.43",
85
85
  "bunup": "^0.16.31",
86
86
  "happy-dom": "^20.7.0",
87
87
  "typescript": "^5.7.0"