Skip to content

Commit 8c4c98f

Browse files
Copilotfuxingloh
andauthored
fix(USE-57): drop "bun" export condition, publish raw TypeScript from root (#67)
* Initial plan * fix(USE-57): remove src/ dir, publish raw TypeScript, drop bun export condition Co-authored-by: fuxingloh <4266087+fuxingloh@users.noreply.github.com> * fixed package.json --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fuxingloh <4266087+fuxingloh@users.noreply.github.com>
1 parent 71e3d6a commit 8c4c98f

21 files changed

+5
-36
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { Client } from "@modelcontextprotocol/sdk/client/index.js";
55
import type { Wallet } from "./wallets/wallet.js";
66
import { formatUnits } from "viem";
77
import { getChainConfigByNetwork } from "./utils/chain.js";
8-
import pkg from "../package.json" with { type: "json" };
8+
import pkg from "./package.json" with { type: "json" };
99

1010
export interface PaymentRequirementsInfo {
1111
amount: string;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)