@getforma/core 0.8.2 → 0.9.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getforma/core",
3
3
  "author": "Forma <victor@getforma.dev>",
4
- "version": "0.8.2",
4
+ "version": "0.9.0",
5
5
  "description": "Real DOM reactive library — fine-grained signals, islands architecture, SSR hydration. No virtual DOM, no diffing. ~15KB gzipped.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -97,6 +97,7 @@
97
97
  "test:watch": "vitest",
98
98
  "test:coverage": "vitest run --coverage",
99
99
  "test:e2e": "npm run build && cp dist/formajs-runtime.global.js e2e/fixtures/ && npx playwright test",
100
+ "docs": "typedoc",
100
101
  "prepublishOnly": "npm run build"
101
102
  },
102
103
  "keywords": [
@@ -139,6 +140,7 @@
139
140
  "happy-dom": "^20.8.3",
140
141
  "serve": "^14.2.6",
141
142
  "tsup": "^8.5.1",
143
+ "typedoc": "^0.28.17",
142
144
  "typescript": "^5.7.3",
143
145
  "vitest": "^4.0.18"
144
146
  }