@swmansion/argent 0.6.0-next.1 → 0.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  <br/>
2
2
  <p align="center">
3
3
  <a href="https://argent.swmansion.com">
4
- <img width="1100" height="382" alt="argent_header" src="https://github.com/user-attachments/assets/d504d45b-c458-4f74-962c-c1cc76a82c2b" />
4
+ <img width="1100" height="382" alt="argent-header" src="https://github.com/user-attachments/assets/6cec01d5-da3c-4b6c-97c3-0374a63c213c" />
5
5
  </a>
6
6
  </p>
7
7
  <br/>
package/bin/ax-service CHANGED
Binary file
@@ -12890,7 +12890,7 @@ function globalUninstallCommand(pm, pkg) {
12890
12890
 
12891
12891
  // ../argent-installer/src/mcp-configs.ts
12892
12892
  var import_yaml2 = __toESM(require_dist(), 1);
12893
- var TOOL_SERVER_BUNDLE = path2.join(import.meta.dirname, "..", "tool-server.cjs");
12893
+ var TOOL_SERVER_BUNDLE = path2.join(import.meta.dirname, "tool-server.cjs");
12894
12894
  function getAvailableToolIds() {
12895
12895
  const out = execFileSync("node", [TOOL_SERVER_BUNDLE, "-t"], { encoding: "utf8" });
12896
12896
  const tools = JSON.parse(out);
@@ -41850,7 +41850,7 @@ var import_node_https = __toESM(require("node:https"));
41850
41850
  var import_semver = __toESM(require_semver2());
41851
41851
 
41852
41852
  // ../tool-server/package.json
41853
- var version = "0.6.0-next.1";
41853
+ var version = "0.6.0";
41854
41854
 
41855
41855
  // ../tool-server/src/utils/update-checker.ts
41856
41856
  var PACKAGE_NAME = "@swmansion/argent";
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swmansion/argent",
3
- "version": "0.6.0-next.1",
3
+ "version": "0.6.0",
4
4
  "description": "MCP server for iOS Simulator control",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {