@motiadev/workbench 0.17.6-beta.187 → 0.17.6-beta.188-639953
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/dist/middleware.js +1 -1
- package/package.json +4 -4
package/dist/middleware.js
CHANGED
|
@@ -672,7 +672,7 @@ const applyMiddleware = async ({ app, port, workbenchBase, plugins }) => {
|
|
|
672
672
|
} },
|
|
673
673
|
optimizeDeps: { exclude: ["@motiadev/workbench"] },
|
|
674
674
|
plugins: [
|
|
675
|
-
react(
|
|
675
|
+
react(),
|
|
676
676
|
processCwdPlugin(),
|
|
677
677
|
reoPlugin(),
|
|
678
678
|
motiaPluginsPlugin(plugins),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@motiadev/workbench",
|
|
3
3
|
"description": "A web-based interface for building and managing Motia workflows.",
|
|
4
|
-
"version": "0.17.6-beta.
|
|
4
|
+
"version": "0.17.6-beta.188-639953",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"vite": "^7.2.4",
|
|
40
40
|
"zod": "^4.1.13",
|
|
41
41
|
"zustand": "^5.0.8",
|
|
42
|
-
"@motiadev/
|
|
43
|
-
"@motiadev/ui": "0.17.6-beta.
|
|
44
|
-
"@motiadev/
|
|
42
|
+
"@motiadev/stream-client-react": "0.17.6-beta.188-639953",
|
|
43
|
+
"@motiadev/ui": "0.17.6-beta.188-639953",
|
|
44
|
+
"@motiadev/core": "0.17.6-beta.188-639953"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@rollup/plugin-babel": "^6.1.0",
|