stunk 1.2.2 → 1.2.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,7 +205,7 @@ console.log(fullInfoChunk.get());
205
205
 
206
206
  Computed chunks are ideal for scenarios where state depends on multiple sources or needs complex calculations. They ensure your application remains performant and maintainable.
207
207
 
208
- ### Advanced Examples
208
+ ## Advanced Examples
209
209
 
210
210
  Form Validation Example
211
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stunk",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Stunk - A lightweight, framework-agnostic state management library using chunk-based units for efficient state updates.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/types/index.d.ts",