@membranehq/cli 1.4.1 → 1.4.2

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 -0
  2. package/package.json +2 -2
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.1",
3
+ "version": "1.4.2",
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.12.0",
33
+ "@membranehq/sdk": "^0.13.0",
34
34
  "@modelcontextprotocol/sdk": "^1.25.2",
35
35
  "@types/js-yaml": "^4.0.9",
36
36
  "@types/jsonwebtoken": "^9.0.10",