@marktoflow/marktoflow 2.0.4 → 2.0.5

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/README.md +1 -1
  2. package/package.json +10 -5
package/README.md CHANGED
@@ -30,7 +30,7 @@ This is the all-in-one package that includes everything you need:
30
30
  ## Install
31
31
 
32
32
  ```bash
33
- npm install -g @marktoflow/marktoflow
33
+ npm install -g marktoflow
34
34
  ```
35
35
 
36
36
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marktoflow/marktoflow",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Open-source AI workflow automation with tool calling, 38 integrations, and local LLM support — workflows are just markdown files",
5
5
  "type": "module",
6
6
  "bin": {
@@ -15,12 +15,17 @@
15
15
  "bugs": {
16
16
  "url": "https://github.com/marktoflow/marktoflow/issues"
17
17
  },
18
+ "overrides": {
19
+ "@anthropic-ai/claude-agent-sdk": {
20
+ "zod": "^3.24.0"
21
+ }
22
+ },
18
23
  "scripts": {},
19
24
  "dependencies": {
20
- "@marktoflow/cli": "2.0.4",
21
- "@marktoflow/core": "2.0.4",
22
- "@marktoflow/gui": "2.0.4",
23
- "@marktoflow/integrations": "2.0.4"
25
+ "@marktoflow/cli": "2.0.5",
26
+ "@marktoflow/core": "2.0.5",
27
+ "@marktoflow/gui": "2.0.5",
28
+ "@marktoflow/integrations": "2.0.5"
24
29
  },
25
30
  "files": [
26
31
  "README.md",