@moovio/sdk 0.15.2 → 0.15.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 CHANGED
@@ -66,10 +66,7 @@ bun add @moovio/sdk
66
66
  ### Yarn
67
67
 
68
68
  ```bash
69
- yarn add @moovio/sdk zod
70
-
71
- # Note that Yarn does not install peer dependencies automatically. You will need
72
- # to install zod as shown above.
69
+ yarn add @moovio/sdk
73
70
  ```
74
71
 
75
72
 
package/bin/mcp-server.js CHANGED
@@ -34133,7 +34133,7 @@ var init_base64 = __esm(() => {
34133
34133
 
34134
34134
  // src/lib/url.ts
34135
34135
  function pathToFunc(pathPattern, options) {
34136
- const paramRE = /\{([a-zA-Z0-9_]+?)\}/g;
34136
+ const paramRE = /\{([a-zA-Z0-9_][a-zA-Z0-9_-]*?)\}/g;
34137
34137
  return function buildURLPath(params = {}) {
34138
34138
  return pathPattern.replace(paramRE, function(_2, placeholder) {
34139
34139
  if (!hasOwn.call(params, placeholder)) {
@@ -34175,9 +34175,9 @@ var init_config = __esm(() => {
34175
34175
  SDK_METADATA = {
34176
34176
  language: "typescript",
34177
34177
  openapiDocVersion: "latest",
34178
- sdkVersion: "0.15.2",
34179
- genVersion: "2.709.0",
34180
- userAgent: "speakeasy-sdk/typescript 0.15.2 2.709.0 latest @moovio/sdk"
34178
+ sdkVersion: "0.15.3",
34179
+ genVersion: "2.716.5",
34180
+ userAgent: "speakeasy-sdk/typescript 0.15.3 2.716.5 latest @moovio/sdk"
34181
34181
  };
34182
34182
  });
34183
34183
 
@@ -80183,7 +80183,7 @@ you'll need to specify the \`/accounts/{accountID}/wallets.read\` scope.`,
80183
80183
  function createMCPServer(deps) {
80184
80184
  const server = new McpServer({
80185
80185
  name: "Moov",
80186
- version: "0.15.2"
80186
+ version: "0.15.3"
80187
80187
  });
80188
80188
  const client = new MoovCore({
80189
80189
  security: deps.security,
@@ -81701,7 +81701,7 @@ var routes = rn({
81701
81701
  var app = Ve(routes, {
81702
81702
  name: "mcp",
81703
81703
  versionInfo: {
81704
- currentVersion: "0.15.2"
81704
+ currentVersion: "0.15.3"
81705
81705
  }
81706
81706
  });
81707
81707
  _t(app, process3.argv.slice(2), buildContext(process3));
@@ -81709,5 +81709,5 @@ export {
81709
81709
  app
81710
81710
  };
81711
81711
 
81712
- //# debugId=AF7156653997887C64756E2164756E21
81712
+ //# debugId=7910CFC24BD7007764756E2164756E21
81713
81713
  //# sourceMappingURL=mcp-server.js.map