@zmdb/solid 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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ cancellation and reactive source changes follow Solid's owner graph.
|
|
|
9
9
|
yarn add @zmdb/client @zmdb/solid solid-js
|
|
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 supports Solid `>=1.9.15 <2.0.0`.
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zmdb/solid",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "Solid context, resource and owner-lifetime 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
|
"solid-js": ">=1.9.15 <2.0.0"
|