@dimina-kit/inspect 0.4.0-dev.20260728080958 → 0.4.0-dev.20260728095034
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dimina-kit/inspect",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.20260728095034",
|
|
4
4
|
"description": "Host-agnostic WXML tree extraction and inspection for dimina render layers: Vue runtime walk, stable-id registry, mutation-observing inspector, and a React tree panel.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dimina",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"react": "^18.3.1",
|
|
57
57
|
"typescript": "5.9.2",
|
|
58
58
|
"vitest": "^4.1.4",
|
|
59
|
-
"@dimina-kit/
|
|
60
|
-
"@dimina-kit/
|
|
59
|
+
"@dimina-kit/typescript-config": "0.1.0",
|
|
60
|
+
"@dimina-kit/eslint-config": "0.1.0"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|