@settlemint/sdk-mcp 2.4.0-prb71b2280 → 2.4.0-prb9f64cf3

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/dist/mcp.js CHANGED
@@ -73564,7 +73564,7 @@ function tryParseJson(value, defaultValue = null) {
73564
73564
  return defaultValue;
73565
73565
  }
73566
73566
  return parsed;
73567
- } catch (err) {
73567
+ } catch (_err) {
73568
73568
  return defaultValue;
73569
73569
  }
73570
73570
  }
@@ -90305,7 +90305,7 @@ function tryParseJson2(value, defaultValue = null) {
90305
90305
  return defaultValue;
90306
90306
  }
90307
90307
  return parsed;
90308
- } catch (err) {
90308
+ } catch (_err) {
90309
90309
  return defaultValue;
90310
90310
  }
90311
90311
  }
@@ -90389,7 +90389,7 @@ var {
90389
90389
  var package_default = {
90390
90390
  name: "@settlemint/sdk-mcp",
90391
90391
  description: "MCP interface for SettleMint SDK, providing development tools and project management capabilities",
90392
- version: "2.4.0-prb71b2280",
90392
+ version: "2.4.0-prb9f64cf3",
90393
90393
  type: "module",
90394
90394
  private: false,
90395
90395
  license: "FSL-1.1-MIT",
@@ -90408,7 +90408,9 @@ var package_default = {
90408
90408
  url: "https://github.com/settlemint/sdk/issues",
90409
90409
  email: "support@settlemint.com"
90410
90410
  },
90411
- files: ["dist"],
90411
+ files: [
90412
+ "dist"
90413
+ ],
90412
90414
  exports: {
90413
90415
  "./*": {
90414
90416
  types: "./dist/*.d.ts",
@@ -90431,8 +90433,8 @@ var package_default = {
90431
90433
  "@graphql-tools/load": "8.1.0",
90432
90434
  "@graphql-tools/url-loader": "8.0.31",
90433
90435
  "@modelcontextprotocol/sdk": "1.13.1",
90434
- "@settlemint/sdk-js": "2.4.0-prb71b2280",
90435
- "@settlemint/sdk-utils": "2.4.0-prb71b2280",
90436
+ "@settlemint/sdk-js": "2.4.0-prb9f64cf3",
90437
+ "@settlemint/sdk-utils": "2.4.0-prb9f64cf3",
90436
90438
  "@commander-js/extra-typings": "14.0.0",
90437
90439
  commander: "14.0.0",
90438
90440
  zod: "^3.25.0"
@@ -91263,7 +91265,7 @@ var processFieldTypes = (fields2, schema, collectedTypes) => {
91263
91265
  }
91264
91266
  };
91265
91267
  var collectCustomTypes = (type, schema, collectedTypes = new Set) => {
91266
- const typeName = type.toString().replace(/[\[\]!]/g, "");
91268
+ const typeName = type.toString().replace(/[[\]!]/g, "");
91267
91269
  if (collectedTypes.has(typeName) || ["String", "Int", "Float", "Boolean", "ID"].includes(typeName)) {
91268
91270
  return collectedTypes;
91269
91271
  }
@@ -106881,4 +106883,4 @@ await main().catch((error41) => {
106881
106883
  process.exit(1);
106882
106884
  });
106883
106885
 
106884
- //# debugId=A89CED777CA15F0164756E2164756E21
106886
+ //# debugId=7E240F84B9A3FF0064756E2164756E21