@byline/host-tanstack-start 3.0.0 → 3.0.1

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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "3.0.0",
6
+ "version": "3.0.1",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -115,13 +115,13 @@
115
115
  "react-swipeable": "^7.0.2",
116
116
  "uuid": "^14.0.0",
117
117
  "zod": "^4.4.3",
118
- "@byline/client": "3.0.0",
119
- "@byline/auth": "3.0.0",
120
- "@byline/admin": "3.0.0",
121
- "@byline/core": "3.0.0",
122
- "@byline/i18n": "3.0.0",
123
- "@byline/ui": "3.0.0",
124
- "@byline/ai": "3.0.0"
118
+ "@byline/admin": "3.0.1",
119
+ "@byline/auth": "3.0.1",
120
+ "@byline/core": "3.0.1",
121
+ "@byline/ui": "3.0.1",
122
+ "@byline/i18n": "3.0.1",
123
+ "@byline/client": "3.0.1",
124
+ "@byline/ai": "3.0.1"
125
125
  },
126
126
  "peerDependencies": {
127
127
  "@tanstack/react-router": "^1.167.0",
@@ -157,7 +157,7 @@ const getDocumentFn = createServerFn({ method: 'GET' })
157
157
  // `availableLocales` — the stored editorial set → initialises the
158
158
  // form-context slot / the checked state.
159
159
  // `_availableVersionLocales` — the ledger fact → drives each row's intent.
160
- // See docs/AVAILABLE-LOCALES.md.
160
+ // See docs/I18N.md.
161
161
  const availableLocales = (serialised as Record<string, any>).availableLocales as
162
162
  | string[]
163
163
  | undefined