@foldkit/devtools 0.129.0 → 0.131.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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foldkit/devtools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.131.0",
|
|
4
4
|
"description": "In-browser DevTools overlay for Foldkit applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,8 +30,10 @@
|
|
|
30
30
|
"effect": "4.0.0-beta.97",
|
|
31
31
|
"rimraf": "^6.1.3",
|
|
32
32
|
"typescript": "^6.0.3",
|
|
33
|
-
"
|
|
34
|
-
"foldkit": "0.
|
|
33
|
+
"vitest": "^4.1.9",
|
|
34
|
+
"@foldkit/ui": "0.131.0",
|
|
35
|
+
"@foldkit/vite-plugin": "0.11.0",
|
|
36
|
+
"foldkit": "0.131.0"
|
|
35
37
|
},
|
|
36
38
|
"keywords": [
|
|
37
39
|
"foldkit",
|
|
@@ -54,9 +56,10 @@
|
|
|
54
56
|
},
|
|
55
57
|
"scripts": {
|
|
56
58
|
"clean": "rimraf dist *.tsbuildinfo",
|
|
57
|
-
"build": "pnpm run clean && tsc -b tsconfig.build.json",
|
|
59
|
+
"build": "pnpm run clean && tsc -b tsconfig.build.json && node scripts/brand-dist.mjs",
|
|
58
60
|
"watch": "tsc -b tsconfig.build.json --watch",
|
|
59
61
|
"lint": "pnpm --filter @foldkit/oxlint-plugin build && oxlint src",
|
|
60
|
-
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
62
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
63
|
+
"test": "vitest run"
|
|
61
64
|
}
|
|
62
65
|
}
|