@tmonier/effract 0.2.0 → 0.2.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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmonier/effract",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "React components written as Effect programs. yield* services and React hooks in one render pass; run the same component anywhere.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"effect",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"vitest": "4.1.9"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"effect": "4.0.0-beta.88",
|
|
55
|
-
"react": "19.
|
|
54
|
+
"effect": ">=4.0.0-beta.88 <5.0.0",
|
|
55
|
+
"react": "^19.0.0"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "tsdown",
|