@motiadev/workbench 0.2.1-beta.76-346597 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.html +2 -1
  2. package/package.json +2 -2
package/dist/index.html CHANGED
@@ -17,7 +17,8 @@
17
17
  formInteractions: false,
18
18
  },
19
19
  fetchRemoteConfig: true,
20
- recording: false
20
+ recording: false,
21
+ optOut: true
21
22
  })
22
23
  </script>
23
24
 
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.2.1-beta.76-346597",
4
+ "version": "0.2.2",
5
5
  "main": "dist/index.js",
6
6
  "dependencies": {
7
7
  "@radix-ui/react-collapsible": "^1.1.10",
@@ -34,7 +34,7 @@
34
34
  "typescript-eslint": "^8.32.1",
35
35
  "vite": "^6.3.5",
36
36
  "zod": "^3.24.4",
37
- "@motiadev/stream-client-react": "0.2.1-beta.76-346597"
37
+ "@motiadev/stream-client-react": "0.2.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/dagre": "^0.7.52",