pulse-js-framework 1.4.6 → 1.4.7

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -496,6 +496,7 @@ Types are automatically detected by IDEs (VS Code, WebStorm) without additional
496
496
 
497
497
  ## Examples
498
498
 
499
+ - [HMR Demo](examples/hmr) - Hot Module Replacement with `.pulse` components and state preservation
499
500
  - [Blog](examples/blog) - Full blog app with CRUD, categories, search, dark mode
500
501
  - [Todo App](examples/todo) - Task management with filters and persistence
501
502
  - [Chat App](examples/chat) - Real-time messaging interface
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pulse-js-framework",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "A declarative DOM framework with CSS selector-based structure and reactive pulsations",
5
5
  "type": "module",
6
6
  "main": "index.js",