behavioural-dashboard 0.9.1 → 0.9.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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,11 @@
1
1
  # behavioural-dashboard
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/behavioural-dashboard)](https://www.npmjs.com/package/behavioural-dashboard)
4
+
3
5
  A framework-agnostic TypeScript engine that tracks user interaction patterns and outputs serializable state for adaptive UIs. No DOM manipulation, no CSS, no framework lock-in — just behavioural primitives you wire into your own components.
4
6
 
7
+ [Live demo](https://ricardomonteirosimoes.github.io/behavioural-dashboard/) · [npm package](https://www.npmjs.com/package/behavioural-dashboard)
8
+
5
9
  > **ESM only.** This package ships ES modules exclusively. It requires a bundler or a runtime that supports `"type": "module"`.
6
10
 
7
11
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "behavioural-dashboard",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "Framework-agnostic TypeScript engine for self-adapting UI layouts based on user behaviour",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",