@motiadev/workbench 0.14.0-beta.165-917560 → 0.14.0-beta.165-958021
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 +0 -1
- package/package.json +5 -6
package/dist/middleware.js
CHANGED
|
@@ -670,7 +670,6 @@ const applyMiddleware = async ({ app, port, workbenchBase, plugins }) => {
|
|
|
670
670
|
"lucide-react/dynamic": "lucide-react/dynamic.mjs",
|
|
671
671
|
"lucide-react": "lucide-react/dist/cjs/lucide-react.js"
|
|
672
672
|
} },
|
|
673
|
-
optimizeDeps: { exclude: plugins.map((p) => p.packageName) },
|
|
674
673
|
plugins: [
|
|
675
674
|
react({ babel: { plugins: ["babel-plugin-react-compiler"] } }),
|
|
676
675
|
processCwdPlugin(),
|
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.14.0-beta.165-
|
|
4
|
+
"version": "0.14.0-beta.165-958021",
|
|
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/core": "0.14.0-beta.165-
|
|
43
|
-
"@motiadev/ui": "0.14.0-beta.165-
|
|
44
|
-
"@motiadev/stream-client-react": "0.14.0-beta.165-
|
|
42
|
+
"@motiadev/core": "0.14.0-beta.165-958021",
|
|
43
|
+
"@motiadev/ui": "0.14.0-beta.165-958021",
|
|
44
|
+
"@motiadev/stream-client-react": "0.14.0-beta.165-958021"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@rollup/plugin-babel": "^6.1.0",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"jest": "^30.2.0",
|
|
62
62
|
"jest-environment-jsdom": "^30.2.0",
|
|
63
63
|
"publint": "^0.3.15",
|
|
64
|
-
"rimraf": "^6.0.1",
|
|
65
64
|
"ts-jest": "^29.4.5",
|
|
66
65
|
"tsdown": "^0.16.8"
|
|
67
66
|
},
|
|
@@ -72,7 +71,7 @@
|
|
|
72
71
|
"lint:plugins:tsx": "eslint --config ../../eslint.config.tsx.js",
|
|
73
72
|
"build": "tsdown",
|
|
74
73
|
"dev": "tsdown --watch",
|
|
75
|
-
"clean": "
|
|
74
|
+
"clean": "rm -rf dist",
|
|
76
75
|
"test": "jest",
|
|
77
76
|
"test:watch": "jest --watch"
|
|
78
77
|
}
|