flowengine.cloud 3.1.0 → 3.1.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 +3 -2
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowengine.cloud",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "FlowEngine CLI + MCP server. `fe` deploys folders to FlowEngine Functions (serverless containers on GCP). `flowengine-mcp` runs the Model Context Protocol server so Claude can manage your account.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"fe": "./build/cli.js",
|
|
8
8
|
"flowengine": "./build/cli.js",
|
|
9
|
-
"flowengine-mcp": "./build/index.js"
|
|
9
|
+
"flowengine-mcp": "./build/index.js",
|
|
10
|
+
"flowengine.cloud": "./build/cli.js"
|
|
10
11
|
},
|
|
11
12
|
"main": "./build/index.js",
|
|
12
13
|
"files": [
|