Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/ready-bobcats-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@thirdweb-dev/wagmi-adapter": patch
"thirdweb": patch
---

Update dependencies
14 changes: 4 additions & 10 deletions packages/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@
},
"typesVersions": {
"*": {
"node": [
"./dist/types/node/index.d.ts"
],
"cf-worker": [
"./dist/types/cf-worker/index.d.ts"
]
"node": ["./dist/types/node/index.d.ts"],
"cf-worker": ["./dist/types/cf-worker/index.d.ts"]
}
},
"repository": "https://github.com/thirdweb-dev/js/tree/main/packages/pay",
Expand All @@ -40,9 +36,7 @@
"url": "https://github.com/thirdweb-dev/js/issues"
},
"author": "thirdweb eng <[email protected]>",
"files": [
"dist/"
],
"files": ["dist/"],
"sideEffects": false,
"dependencies": {
"@confluentinc/kafka-javascript": "^1.2.0",
Expand All @@ -53,7 +47,7 @@
"@cloudflare/workers-types": "4.20250312.0",
"@types/node": "22.13.10",
"typescript": "5.8.2",
"vitest": "3.0.8"
"vitest": "3.0.9"
},
"scripts": {
"format": "biome format ./src --write",
Expand Down
92 changes: 26 additions & 66 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,66 +137,26 @@
},
"typesVersions": {
"*": {
"adapters/*": [
"./dist/types/exports/adapters/*.d.ts"
],
"auth": [
"./dist/types/exports/auth.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"contract": [
"./dist/types/exports/contract.d.ts"
],
"deploys": [
"./dist/types/exports/deploys.d.ts"
],
"event": [
"./dist/types/exports/event.d.ts"
],
"extensions/*": [
"./dist/types/exports/extensions/*.d.ts"
],
"pay": [
"./dist/types/exports/pay.d.ts"
],
"react": [
"./dist/types/exports/react.d.ts"
],
"react-native": [
"./dist/types/exports/react-native.d.ts"
],
"rpc": [
"./dist/types/exports/rpc.d.ts"
],
"storage": [
"./dist/types/exports/storage.d.ts"
],
"transaction": [
"./dist/types/exports/transaction.d.ts"
],
"utils": [
"./dist/types/exports/utils.d.ts"
],
"wallets": [
"./dist/types/exports/wallets.d.ts"
],
"wallets/*": [
"./dist/types/exports/wallets/*.d.ts"
],
"modules": [
"./dist/types/exports/modules.d.ts"
],
"social": [
"./dist/types/exports/social.d.ts"
],
"ai": [
"./dist/types/exports/ai.d.ts"
],
"bridge": [
"./dist/types/exports/bridge.d.ts"
]
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
"auth": ["./dist/types/exports/auth.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"contract": ["./dist/types/exports/contract.d.ts"],
"deploys": ["./dist/types/exports/deploys.d.ts"],
"event": ["./dist/types/exports/event.d.ts"],
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
"pay": ["./dist/types/exports/pay.d.ts"],
"react": ["./dist/types/exports/react.d.ts"],
"react-native": ["./dist/types/exports/react-native.d.ts"],
"rpc": ["./dist/types/exports/rpc.d.ts"],
"storage": ["./dist/types/exports/storage.d.ts"],
"transaction": ["./dist/types/exports/transaction.d.ts"],
"utils": ["./dist/types/exports/utils.d.ts"],
"wallets": ["./dist/types/exports/wallets.d.ts"],
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
"modules": ["./dist/types/exports/modules.d.ts"],
"social": ["./dist/types/exports/social.d.ts"],
"ai": ["./dist/types/exports/ai.d.ts"],
"bridge": ["./dist/types/exports/bridge.d.ts"]
}
},
"browser": {
Expand Down Expand Up @@ -226,8 +186,8 @@
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-tooltip": "1.1.8",
"@tanstack/react-query": "5.67.3",
"@walletconnect/ethereum-provider": "2.17.5",
"@walletconnect/sign-client": "2.17.5",
"@walletconnect/ethereum-provider": "2.19.1",
"@walletconnect/sign-client": "2.19.1",
"abitype": "1.0.8",
"cross-spawn": "7.0.6",
"fuse.js": "7.1.0",
Expand Down Expand Up @@ -342,7 +302,7 @@
"@aws-sdk/credential-providers": "3.592.0",
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "3.2.6",
"@codspeed/vitest-plugin": "4.0.0",
"@codspeed/vitest-plugin": "4.0.1",
"@coinbase/wallet-mobile-sdk": "1.1.2",
"@mobile-wallet-protocol/client": "1.0.0",
"@react-native-async-storage/async-storage": "2.1.2",
Expand All @@ -361,8 +321,8 @@
"@types/react": "19.0.10",
"@viem/anvil": "0.0.10",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "3.0.8",
"@vitest/ui": "3.0.8",
"@vitest/coverage-v8": "3.0.9",
"@vitest/ui": "3.0.9",
"dotenv-mono": "^1.3.14",
"ethers5": "npm:ethers@5",
"ethers6": "npm:ethers@6",
Expand All @@ -387,6 +347,6 @@
"typedoc-better-json": "0.9.4",
"typescript": "5.8.2",
"vite": "6.2.1",
"vitest": "3.0.8"
"vitest": "3.0.9"
}
}
2 changes: 1 addition & 1 deletion packages/thirdweb/src/bridge/Buy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, it } from "vitest";
import { TEST_CLIENT } from "~test/test-clients.js";
import * as Buy from "./Buy.js";

describe("Bridge.Buy.quote", () => {
describe.runIf(process.env.TW_SECRET_KEY)("Bridge.Buy.quote", () => {
it("should get a valid quote", async () => {
const quote = await Buy.quote({
originChainId: 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/src/bridge/Routes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const server = setupServer(
}),
);

describe("Bridge.routes", () => {
describe.runIf(process.env.TW_SECRET_KEY)("Bridge.routes", () => {
beforeAll(() => server.listen());
afterEach(() => server.resetHandlers());
afterAll(() => server.close());
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/src/bridge/Sell.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, it } from "vitest";
import { TEST_CLIENT } from "~test/test-clients.js";
import * as Sell from "./Sell.js";

describe("Bridge.Sell.quote", () => {
describe.runIf(process.env.TW_SECRET_KEY)("Bridge.Sell.quote", () => {
it("should get a valid quote", async () => {
const quote = await Sell.quote({
originChainId: 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/src/bridge/Status.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { describe, expect, it } from "vitest";
import { TEST_CLIENT } from "~test/test-clients.js";
import { status } from "./Status.js";

describe("Bridge.status", () => {
describe.runIf(process.env.TW_SECRET_KEY)("Bridge.status", () => {
it("should handle successful status", async () => {
const result = await status({
transactionHash:
Expand Down
109 changes: 53 additions & 56 deletions packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,55 @@
{
"name": "@thirdweb-dev/wagmi-adapter",
"version": "0.2.39",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thirdweb-dev/js/issues"
},
"author": "thirdweb eng <[email protected]>",
"type": "module",
"main": "./dist/cjs/exports/thirdweb.js",
"module": "./dist/esm/exports/thirdweb.js",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"exports": {
".": {
"types": "./dist/types/exports/thirdweb.d.ts",
"import": "./dist/esm/exports/thirdweb.js",
"default": "./dist/cjs/exports/thirdweb.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/*",
"src/*"
],
"devDependencies": {
"@wagmi/core": "2.16.5",
"rimraf": "6.0.1",
"thirdweb": "workspace:*"
},
"peerDependencies": {
"@wagmi/core": "^2.16.0",
"thirdweb": "^5.85.0",
"typescript": ">=5.0.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {
"format": "biome format ./src --write",
"lint": "biome check ./src",
"fix": "biome check ./src --fix",
"build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
"build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist"
},
"engines": {
"node": ">=18"
}
"name": "@thirdweb-dev/wagmi-adapter",
"version": "0.2.39",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thirdweb-dev/js/issues"
},
"author": "thirdweb eng <[email protected]>",
"type": "module",
"main": "./dist/cjs/exports/thirdweb.js",
"module": "./dist/esm/exports/thirdweb.js",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"exports": {
".": {
"types": "./dist/types/exports/thirdweb.d.ts",
"import": "./dist/esm/exports/thirdweb.js",
"default": "./dist/cjs/exports/thirdweb.js"
},
"./package.json": "./package.json"
},
"files": ["dist/*", "src/*"],
"devDependencies": {
"@wagmi/core": "2.16.7",
"rimraf": "6.0.1",
"thirdweb": "workspace:*"
},
"peerDependencies": {
"@wagmi/core": "^2.16.0",
"thirdweb": "^5.85.0",
"typescript": ">=5.0.4"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"scripts": {
"format": "biome format ./src --write",
"lint": "biome check ./src",
"fix": "biome check ./src --fix",
"build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types",
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
"build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist"
},
"engines": {
"node": ">=18"
}
}
Loading
Loading