@happyvertical/smrt-svelte 0.38.8 → 0.38.10
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/AGENTS.md
CHANGED
|
@@ -287,8 +287,8 @@ is the Svelte 5 reactive wrapper over smrt-web's framework-free `UpdateState`
|
|
|
287
287
|
(from `createUpdateState()`). It surfaces `updateAvailable` / `bundle` /
|
|
288
288
|
`contract` reactively (`$state`/`$derived`) for a toast or reload prompt, and
|
|
289
289
|
wires SvelteKit's native `updated` store as the **bundle** signal. The
|
|
290
|
-
**contract** signal (a manifest-hash change across loads,
|
|
291
|
-
|
|
290
|
+
**contract** signal (a manifest-hash change across loads, or a live `_events`
|
|
291
|
+
manifest-frame mismatch latched by smrt-web on reconnect) is surfaced as-is.
|
|
292
292
|
|
|
293
293
|
`updated` is passed IN as a reactive accessor (`() => updated.current` on modern
|
|
294
294
|
`$app/state`, or a `$derived` over the legacy `$updated` store) rather than
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-svelte",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.10",
|
|
4
4
|
"description": "Svelte 5 components for SMRT user management - auth, users, tenants, roles, permissions, groups",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
"@tanstack/db": "^0.6.14",
|
|
93
93
|
"@tanstack/svelte-db": "^0.1.91",
|
|
94
94
|
"esm-env": "^1.2.2",
|
|
95
|
-
"@happyvertical/smrt-languages": "0.38.
|
|
96
|
-
"@happyvertical/smrt-types": "0.38.
|
|
97
|
-
"@happyvertical/smrt-ui": "0.38.
|
|
98
|
-
"@happyvertical/smrt-web": "0.38.
|
|
95
|
+
"@happyvertical/smrt-languages": "0.38.10",
|
|
96
|
+
"@happyvertical/smrt-types": "0.38.10",
|
|
97
|
+
"@happyvertical/smrt-ui": "0.38.10",
|
|
98
|
+
"@happyvertical/smrt-web": "0.38.10"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"@huggingface/transformers": ">=3.8.1",
|