@moderneinc/react-charts 1.2.0-next.2f2ee2 → 1.2.0-next.4461c1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@moderneinc/react-charts",
3
- "version": "1.2.0-next.2f2ee2",
3
+ "version": "1.2.0-next.4461c1",
4
4
  "description": "Parliament chart visualization library for React",
5
5
  "type": "module",
6
6
  "devEngines": {
@@ -26,6 +26,7 @@
26
26
  "scripts": {
27
27
  "build-storybook": "storybook build",
28
28
  "build": "tsc --noEmit && vite build",
29
+ "build:watch": "vite build --watch",
29
30
  "check:all": "npm run format && npm run check:lint:fix && npm run check:lint && npm run check:types && npm run test && npm run check:unused",
30
31
  "check:biome:fix": "biome check --write",
31
32
  "check:biome": "biome check",