snow-flow 9.0.0 → 9.0.1
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 +2 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"name": "snow-flow",
|
|
5
5
|
"description": "Snow-Flow - AI-powered ServiceNow development CLI with 410+ MCP tools",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
"./*": "./src/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@groeimetai/snow-flow-script": "workspace:*",
|
|
44
43
|
"@ai-sdk/amazon-bedrock": "2.2.10",
|
|
45
44
|
"@ai-sdk/google-vertex": "3.0.16",
|
|
46
45
|
"@octokit/webhooks-types": "7.6.1",
|
|
@@ -62,8 +61,6 @@
|
|
|
62
61
|
"zod-to-json-schema": "3.24.5"
|
|
63
62
|
},
|
|
64
63
|
"dependencies": {
|
|
65
|
-
"@groeimetai/snow-flow-sdk": "workspace:*",
|
|
66
|
-
"@groeimetai/snow-flow-plugin": "workspace:*",
|
|
67
64
|
"@actions/core": "1.11.1",
|
|
68
65
|
"@actions/github": "6.0.1",
|
|
69
66
|
"@agentclientprotocol/sdk": "0.4.9",
|
|
@@ -111,4 +108,4 @@
|
|
|
111
108
|
"snow-flow-linux-x64": "*",
|
|
112
109
|
"snow-flow-windows-x64": "*"
|
|
113
110
|
}
|
|
114
|
-
}
|
|
111
|
+
}
|