@foldkit/devtools 0.148.0 → 0.148.2
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
|
@@ -33,9 +33,9 @@ const application = Runtime.makeApplication({
|
|
|
33
33
|
Runtime.run(application)
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core
|
|
36
|
+
The `devTools` configuration is optional unless you need settings such as `Message`, `position`, or `excludeFromHistory`. Recording and the WebSocket bridge that the [DevTools MCP server](https://foldkit.dev/ai/mcp) connects to live in Foldkit's core Runtime.
|
|
37
37
|
|
|
38
|
-
To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the
|
|
38
|
+
To include the overlay in production, move `@foldkit/devtools` to regular `dependencies` and set `show: 'Always'`. The dependency section is the build-time opt-in, and `show` controls whether the Runtime mounts it:
|
|
39
39
|
|
|
40
40
|
```typescript
|
|
41
41
|
const application = Runtime.makeApplication({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foldkit/devtools",
|
|
3
|
-
"version": "0.148.
|
|
3
|
+
"version": "0.148.2",
|
|
4
4
|
"description": "In-browser DevTools overlay for Foldkit applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"rimraf": "^6.1.3",
|
|
29
29
|
"typescript": "^6.0.3",
|
|
30
30
|
"vitest": "^4.1.9",
|
|
31
|
-
"@foldkit/ui": "0.148.
|
|
32
|
-
"@foldkit/vite-plugin": "0.16.
|
|
33
|
-
"foldkit": "0.148.
|
|
31
|
+
"@foldkit/ui": "0.148.2",
|
|
32
|
+
"@foldkit/vite-plugin": "0.16.1",
|
|
33
|
+
"foldkit": "0.148.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"foldkit",
|