opentool 0.10.0 → 0.10.1

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.
@@ -1,4 +1,4 @@
1
- import { Chain, WalletClient, Transport, PublicClient } from 'viem';
1
+ import { Chain, PublicClient, WalletClient, Transport } from 'viem';
2
2
  import { Account } from 'viem/accounts';
3
3
 
4
4
  type Hex = `0x${string}`;
@@ -97,4 +97,4 @@ type WalletReadonlyContext = WalletBaseContext;
97
97
  type WalletFullContext = WalletBaseContext & WalletSignerContext;
98
98
  type WalletContext = WalletReadonlyContext | WalletFullContext;
99
99
 
100
- export type { ChainMetadata as C, Hex as H, RpcProviderOptions as R, TokenMetadata as T, WalletRegistry as W, ChainTokenMap as a, WalletPrivateKeyOptions as b, WalletFullContext as c, WalletTurnkeyOptions as d, WalletReadonlyOptions as e, WalletReadonlyContext as f, HexAddress as g, RpcUrlResolver as h, ChainReference as i, WalletProviderType as j, TurnkeySignWith as k, TurnkeyOptions as l, WalletOptionsBase as m, WalletOptions as n, WalletSendTransactionParams as o, WalletTransferParams as p, WalletSignerContext as q, WalletBaseContext as r, WalletContext as s };
100
+ export type { ChainMetadata as C, Hex as H, RpcProviderOptions as R, TokenMetadata as T, WalletRegistry as W, ChainTokenMap as a, WalletPrivateKeyOptions as b, WalletFullContext as c, WalletTurnkeyOptions as d, WalletReadonlyOptions as e, WalletReadonlyContext as f, ChainReference as g, HexAddress as h, RpcUrlResolver as i, TurnkeyOptions as j, TurnkeySignWith as k, WalletBaseContext as l, WalletContext as m, WalletOptions as n, WalletOptionsBase as o, WalletProviderType as p, WalletSendTransactionParams as q, WalletSignerContext as r, WalletTransferParams as s };
@@ -466,4 +466,4 @@ declare function validateCommand(options: ValidateOptions): Promise<void>;
466
466
  declare function validateFullCommand(options: ValidateOptions): Promise<void>;
467
467
  declare function loadAndValidateTools(toolsDir: string, options?: LoadToolsOptions): Promise<InternalToolDefinition[]>;
468
468
 
469
- export { type BuildConfig as B, type CronSpec as C, type GenerateMetadataOptions as G, HTTP_METHODS as H, type InternalToolDefinition as I, type Metadata as M, type NormalizedSchedule as N, type PaymentConfig as P, type ScheduleType as S, type ToolResponse as T, type ValidateOptions as V, type GenerateMetadataResult as a, generateMetadata as b, validateFullCommand as c, type ToolContent as d, type HttpMethod as e, type HttpHandlerDefinition as f, generateMetadataCommand as g, type McpConfig as h, type ServerConfig as i, type Tool as j, type ToolMetadataOverrides as k, loadAndValidateTools as l, type BuildMetadata as m, type ToolCategory as n, type ToolAsset as o, type ConnectedApp as p, type TemplatePreviewProfile as q, type ToolProfile as r, type GetHandler as s, type PostHandler as t, type ToolModuleGET as u, validateCommand as v, type ToolModulePOST as w, type ToolModule as x };
469
+ export { type BuildConfig as B, type ConnectedApp as C, type GenerateMetadataOptions as G, HTTP_METHODS as H, type InternalToolDefinition as I, type Metadata as M, type NormalizedSchedule as N, type PaymentConfig as P, type ScheduleType as S, type ToolResponse as T, type ValidateOptions as V, type GenerateMetadataResult as a, generateMetadataCommand as b, validateFullCommand as c, type BuildMetadata as d, type CronSpec as e, type GetHandler as f, generateMetadata as g, type HttpHandlerDefinition as h, type HttpMethod as i, type McpConfig as j, type PostHandler as k, loadAndValidateTools as l, type ServerConfig as m, type TemplatePreviewProfile as n, type Tool as o, type ToolAsset as p, type ToolCategory as q, type ToolContent as r, type ToolMetadataOverrides as s, type ToolModule as t, type ToolModuleGET as u, validateCommand as v, type ToolModulePOST as w, type ToolProfile as x };
@@ -1,5 +1,5 @@
1
- import { C as ChainMetadata, a as ChainTokenMap, W as WalletRegistry, R as RpcProviderOptions, b as WalletPrivateKeyOptions, c as WalletFullContext, d as WalletTurnkeyOptions, e as WalletReadonlyOptions, f as WalletReadonlyContext } from '../types-BVLpaY4O.js';
2
- export { i as ChainReference, H as Hex, g as HexAddress, h as RpcUrlResolver, T as TokenMetadata, l as TurnkeyOptions, k as TurnkeySignWith, r as WalletBaseContext, s as WalletContext, n as WalletOptions, m as WalletOptionsBase, j as WalletProviderType, o as WalletSendTransactionParams, q as WalletSignerContext, p as WalletTransferParams } from '../types-BVLpaY4O.js';
1
+ import { C as ChainMetadata, a as ChainTokenMap, W as WalletRegistry, R as RpcProviderOptions, b as WalletPrivateKeyOptions, c as WalletFullContext, d as WalletTurnkeyOptions, e as WalletReadonlyOptions, f as WalletReadonlyContext } from '../types-3w880w_t.js';
2
+ export { g as ChainReference, H as Hex, h as HexAddress, i as RpcUrlResolver, T as TokenMetadata, j as TurnkeyOptions, k as TurnkeySignWith, l as WalletBaseContext, m as WalletContext, n as WalletOptions, o as WalletOptionsBase, p as WalletProviderType, q as WalletSendTransactionParams, r as WalletSignerContext, s as WalletTransferParams } from '../types-3w880w_t.js';
3
3
  import 'viem';
4
4
  import 'viem/accounts';
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opentool",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "OpenTool framework for building serverless MCP tools",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  "validate": "opentool validate"
11
11
  },
12
12
  "dependencies": {
13
- "opentool": "^0.10.0",
13
+ "opentool": "^0.10.1",
14
14
  "zod": "^4.3.6"
15
15
  },
16
16
  "devDependencies": {