@marktoflow/gui 2.0.0-alpha.14 → 2.0.0-alpha.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marktoflow/gui",
3
- "version": "2.0.0-alpha.14",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "Visual workflow designer for marktoflow - web UI",
5
5
  "type": "module",
6
6
  "main": "./dist/server/index.js",
@@ -36,7 +36,7 @@
36
36
  "@anthropic-ai/claude-agent-sdk": ">=0.1.0",
37
37
  "@anthropic-ai/sdk": "^0.52.0",
38
38
  "@github/copilot-sdk": "^0.1.18",
39
- "@marktoflow/core": "2.0.0-alpha.14",
39
+ "@marktoflow/core": "2.0.0-alpha.15",
40
40
  "@monaco-editor/react": "^4.6.0",
41
41
  "@radix-ui/react-context-menu": "^2.2.2",
42
42
  "@radix-ui/react-dialog": "^1.1.2",
@@ -103,6 +103,9 @@
103
103
  "react-flow",
104
104
  "automation"
105
105
  ],
106
- "author": "Scott Gilroy",
107
- "license": "Apache-2.0"
106
+ "author": "Scott Glover",
107
+ "license": "Apache-2.0",
108
+ "publishConfig": {
109
+ "registry": "https://registry.npmjs.org/"
110
+ }
108
111
  }
package/client.log DELETED
File without changes
package/server.log DELETED
File without changes