cogsbox-state 0.5.479 → 0.5.480

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -291,6 +291,8 @@ const isSelected = todos.$index(0).isSelected;
291
291
 
292
292
  ## Plugin Chain Methods
293
293
 
294
+ For a full plugin how-to (registration, hooks, validation, etc.) see [PLUGINS.md](./PLUGINS.md).
295
+
294
296
  Plugins can add custom methods to the state builder chain with `.methods(...)`.
295
297
  This is useful for reusable behaviours such as uploads, persistence, analytics,
296
298
  or domain-specific state actions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogsbox-state",
3
- "version": "0.5.479",
3
+ "version": "0.5.480",
4
4
  "description": "React state management library with form controls and server sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",