Update docs
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2026-03-27 14:28:41 +01:00
parent 9e0083d9f7
commit 5e79d6b943
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -240,6 +240,7 @@ Currently available:
| - | - |
| `focusObjectField` | Focuses to the field of an object |
| `focusArrayAt` | Focuses to an indexed entry of an array |
| `focusTupleAt` | Focuses to an indexed entry of a tuple |
| `focusChunkAt` | Focuses to an indexed entry of a `Chunk` |
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "effect-lens",
"description": "An effectful Lens type to easily manage nested state",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"files": [
"./README.md",