@zmdb/svelte 1.0.0-beta.1 → 1.0.0-beta.2
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/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,10 +6,10 @@ abort after the final unsubscribe, restart on a later subscription, and suppress
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
yarn add @zmdb/svelte@1.0.0-beta.
|
|
9
|
+
yarn add @zmdb/svelte@1.0.0-beta.2 svelte@^5.57.0
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
> **Prerelease** (`1.0.0-beta.
|
|
12
|
+
> **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+**, Svelte 5, and ESM. Svelte is a required peer and is never bundled into the adapter.
|
|
13
13
|
|
|
14
14
|
## Typed context
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/svelte",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "Typed Svelte context, lazy query stores, mutation stores, and lifecycle cancellation for generated zmdb clients.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"client",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "vitest run"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@zmdb/client": "1.0.0-beta.
|
|
40
|
+
"@zmdb/client": "1.0.0-beta.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"svelte": ">=5.57.0 <6.0.0"
|