@zmdb/vue 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 @@ cache, retry policy, transport, or second client runtime.
|
|
|
6
6
|
## Install
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
yarn add @zmdb/vue@1.0.0-beta.
|
|
9
|
+
yarn add @zmdb/vue@1.0.0-beta.2 vue@^3.5
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
> **Prerelease** (`1.0.0-beta.
|
|
12
|
+
> **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+**, is **ESM-only**, and declares Vue as a required peer dependency.
|
|
13
13
|
|
|
14
14
|
## Create bindings for the generated client
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/vue",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "Vue plugin, reactive query, and mutation lifecycle bindings 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
|
"vue": ">=3.5.42 <4.0.0"
|