@tachui/devtools 0.8.5-alpha → 0.8.8
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/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Development & debugging tools for the tachUI framework. Provides runtime inspect
|
|
|
35
35
|
## Installation
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
pnpm add @tachui/devtools
|
|
38
|
+
pnpm add @tachui/devtools
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Usage
|
|
@@ -175,7 +175,7 @@ pnpm lint
|
|
|
175
175
|
- **Debug**: ~5KB
|
|
176
176
|
- **Testing**: ~5KB
|
|
177
177
|
|
|
178
|
-
### Bundle Optimization (New in 0.8.
|
|
178
|
+
### Bundle Optimization (New in 0.8.8-alpha)
|
|
179
179
|
|
|
180
180
|
Enhanced production bundling with environment-specific exports:
|
|
181
181
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachui/devtools",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.8",
|
|
4
4
|
"description": "Development & debugging tools for tachUI framework",
|
|
5
5
|
"homepage": "https://tachui.dev/",
|
|
6
6
|
"type": "module",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"magic-string": "^0.30.0",
|
|
45
|
-
"@tachui/core": "0.8.
|
|
46
|
-
"@tachui/primitives": "0.8.
|
|
47
|
-
"@tachui/registry": "0.8.
|
|
45
|
+
"@tachui/core": "0.8.8",
|
|
46
|
+
"@tachui/primitives": "0.8.8",
|
|
47
|
+
"@tachui/registry": "0.8.8"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^20.0.0",
|