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 { c as WalletFullContext } from '../../types-BVLpaY4O.js';
1
+ import { c as WalletFullContext } from '../../types-3w880w_t.js';
2
2
  import { StoreOptions, StoreResponse } from '../../store/index.js';
3
3
  import 'viem';
4
4
  import 'viem/accounts';
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { M as Metadata, I as InternalToolDefinition } from '../validate-3WEA0Ezt.js';
3
- export { G as GenerateMetadataOptions, a as GenerateMetadataResult, V as ValidateOptions, b as generateMetadata, g as generateMetadataCommand, l as loadAndValidateTools, v as validateCommand, c as validateFullCommand } from '../validate-3WEA0Ezt.js';
2
+ import { M as Metadata, I as InternalToolDefinition } from '../validate-BgNU5laL.js';
3
+ export { G as GenerateMetadataOptions, a as GenerateMetadataResult, V as ValidateOptions, g as generateMetadata, b as generateMetadataCommand, l as loadAndValidateTools, v as validateCommand, c as validateFullCommand } from '../validate-BgNU5laL.js';
4
4
  import 'zod';
5
5
  import '../x402/index.js';
6
6
  import 'viem';
package/dist/cli/index.js CHANGED
@@ -20,7 +20,7 @@ import * as http2 from 'http';
20
20
  import dotenv from 'dotenv';
21
21
 
22
22
  var getFilename = () => fileURLToPath(import.meta.url);
23
- var __filename = /* @__PURE__ */ getFilename();
23
+ var __filename$1 = /* @__PURE__ */ getFilename();
24
24
  function resolveTsconfig(projectRoot) {
25
25
  const candidate = path6.join(projectRoot, "tsconfig.json");
26
26
  if (fs4.existsSync(candidate)) {
@@ -208,7 +208,7 @@ var BuildMetadataSchema = z.object({
208
208
  chains: z.array(z.union([z.string(), z.number()])).optional()
209
209
  }).strict();
210
210
  createRequire(
211
- typeof __filename !== "undefined" ? __filename : import.meta.url
211
+ typeof __filename$1 !== "undefined" ? __filename$1 : import.meta.url
212
212
  );
213
213
  function resolveCompiledPath(outDir, originalFile, extension = ".js") {
214
214
  const baseName = path6.basename(originalFile).replace(/\.[^.]+$/, "");