@membranehq/cli 1.4.1 → 1.4.3
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/README.md +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -77,6 +77,7 @@ workspaceSecret: <your-workspace-secret>
|
|
|
77
77
|
# Optional
|
|
78
78
|
apiUri: https://api.your-membrane-instance.com # For self-hosted instances (default: https://api.integration.app)
|
|
79
79
|
consoleUri: https://console.your-membrane-instance.com # For self-hosted instances (default: https://console.integration.app)
|
|
80
|
+
|
|
80
81
|
testCustomerId: test-customer # Internal ID of customer for testing integrations
|
|
81
82
|
```
|
|
82
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@membranehq/cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@buildwithlayer/openapi-to-tools": "^1.3.3",
|
|
31
31
|
"@faker-js/faker": "^9.8.0",
|
|
32
32
|
"@inkjs/ui": "^2.0.0",
|
|
33
|
-
"@membranehq/sdk": "^0.
|
|
33
|
+
"@membranehq/sdk": "^0.14.0",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
35
35
|
"@types/js-yaml": "^4.0.9",
|
|
36
36
|
"@types/jsonwebtoken": "^9.0.10",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"js-yaml": "^4.1.0",
|
|
56
56
|
"jsonwebtoken": "^9.0.3",
|
|
57
57
|
"jszip": "^3.10.1",
|
|
58
|
-
"lodash": "^4.17.
|
|
58
|
+
"lodash": "^4.17.23",
|
|
59
59
|
"minimatch": "^10.1.1",
|
|
60
60
|
"minimist": "^1.2.8",
|
|
61
61
|
"open": "^8.4.2",
|