@alepha/devtools 0.13.4 → 0.13.6

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 (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@alepha/devtools",
3
3
  "description": "Developer tools for monitoring and debugging Alepha applications.",
4
4
  "author": "Nicolas Foures",
5
- "version": "0.13.4",
5
+ "version": "0.13.6",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": ">=22.0.0"
@@ -15,22 +15,22 @@
15
15
  "src"
16
16
  ],
17
17
  "devDependencies": {
18
- "@alepha/react": "0.13.4",
19
- "@alepha/ui": "0.13.4",
18
+ "@alepha/react": "0.13.6",
19
+ "@alepha/ui": "0.13.6",
20
20
  "@tabler/icons-react": "^3.35.0",
21
- "alepha": "0.13.4",
21
+ "alepha": "0.13.6",
22
22
  "react": "^19.2.1",
23
- "tsdown": "^0.16.8",
23
+ "tsdown": "^0.17.0",
24
24
  "vitest": "^4.0.15"
25
25
  },
26
26
  "peerDependencies": {
27
- "alepha": "0.13.4"
27
+ "alepha": "0.13.6"
28
28
  },
29
29
  "scripts": {
30
30
  "lint": "alepha lint",
31
31
  "typecheck": "alepha typecheck",
32
32
  "test": "alepha test",
33
- "build": "yarn ui:build && tsdown -c=../../tsdown.config.ts",
33
+ "build": "yarn ui:build && tsdown",
34
34
  "ui:dev": "alepha dev",
35
35
  "ui:build": "alepha build && rm -rf assets/devtools && mkdir -p assets && cp -r dist/public assets/devtools"
36
36
  },