@motiadev/workbench 0.17.6-beta.188-853774 → 0.17.6-beta.188-630663

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.
Files changed (2) hide show
  1. package/dist/middleware.js +15 -2
  2. package/package.json +5 -5
@@ -668,7 +668,10 @@ const applyMiddleware = async ({ app, port, workbenchBase, plugins }) => {
668
668
  dedupe: [
669
669
  "react",
670
670
  "react-dom",
671
- "react/jsx-runtime"
671
+ "react/jsx-runtime",
672
+ "@motiadev/stream-client-react",
673
+ "@motiadev/stream-client-browser",
674
+ "@motiadev/stream-client"
672
675
  ],
673
676
  alias: {
674
677
  "@": path.resolve(__dirname, "./src"),
@@ -677,7 +680,17 @@ const applyMiddleware = async ({ app, port, workbenchBase, plugins }) => {
677
680
  "lucide-react": "lucide-react/dist/cjs/lucide-react.js"
678
681
  }
679
682
  },
680
- optimizeDeps: { exclude: ["@motiadev/workbench"] },
683
+ optimizeDeps: {
684
+ exclude: ["@motiadev/workbench"],
685
+ include: [
686
+ "@motiadev/stream-client-react",
687
+ "@motiadev/stream-client-browser",
688
+ "@motiadev/stream-client",
689
+ "react/jsx-runtime",
690
+ "react",
691
+ "react-dom"
692
+ ]
693
+ },
681
694
  plugins: [
682
695
  react({ babel: { plugins: ["babel-plugin-react-compiler"] } }),
683
696
  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.17.6-beta.188-853774",
4
+ "version": "0.17.6-beta.188-630663",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -38,10 +38,10 @@
38
38
  "babel-plugin-react-compiler": "^1.0.0",
39
39
  "vite": "^7.2.4",
40
40
  "zod": "^4.1.13",
41
- "zustand": "^5.0.8",
42
- "@motiadev/core": "0.17.6-beta.188-853774",
43
- "@motiadev/ui": "0.17.6-beta.188-853774",
44
- "@motiadev/stream-client-react": "0.17.6-beta.188-853774"
41
+ "zustand": "^5.0.9",
42
+ "@motiadev/core": "0.17.6-beta.188-630663",
43
+ "@motiadev/stream-client-react": "0.17.6-beta.188-630663",
44
+ "@motiadev/ui": "0.17.6-beta.188-630663"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@rollup/plugin-babel": "^6.1.0",