Skip to content

Commit a4d0d7c

Browse files
committed
chore: bump tsdown
1 parent 46ee78e commit a4d0d7c

File tree

14 files changed

+654
-863
lines changed

14 files changed

+654
-863
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
"npm-run-all": "^4.1.5",
3838
"open-cli": "^8.0.0",
3939
"sigmastate-js": "0.4.6",
40-
"tsdown": "^0.14.2",
41-
"tsup": "^8.5.0",
40+
"tsdown": "^0.16.5",
4241
"type-fest": "^4.41.0",
4342
"typescript": "^5.9.2",
4443
"vite-tsconfig-paths": "^5.1.4",

packages/blockchain-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"crypto"
3131
],
3232
"scripts": {
33-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKBlockchainProviders"
33+
"build": "tsdown --config ../../tsdown.config.ts"
3434
},
3535
"engines": {
3636
"node": ">=18"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"blockchain"
3030
],
3131
"scripts": {
32-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKCommon"
32+
"build": "tsdown --config ../../tsdown.config.ts"
3333
},
3434
"engines": {
3535
"node": ">=18"

packages/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sigmastate-js": "0.4.6"
3838
},
3939
"scripts": {
40-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKCompiler"
40+
"build": "tsdown --config ../../tsdown.config.ts"
4141
},
4242
"engines": {
4343
"node": ">=18"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"serialization"
3232
],
3333
"scripts": {
34-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKCore"
34+
"build": "tsdown --config ../../tsdown.config.ts"
3535
},
3636
"dependencies": {
3737
"@fleet-sdk/common": "workspace:^",

packages/crypto/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"crypto"
3131
],
3232
"scripts": {
33-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKCrypto"
33+
"build": "tsdown --config ../../tsdown.config.ts"
3434
},
3535
"engines": {
3636
"node": ">=18"

packages/mock-chain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tests"
3333
],
3434
"scripts": {
35-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKMockChain"
35+
"build": "tsdown --config ../../tsdown.config.ts"
3636
},
3737
"dependencies": {
3838
"@fleet-sdk/common": "workspace:^",

packages/serializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"serialization"
3232
],
3333
"scripts": {
34-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKSerializer"
34+
"build": "tsdown --config ../../tsdown.config.ts"
3535
},
3636
"dependencies": {
3737
"@fleet-sdk/common": "workspace:^",

packages/wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"serialization"
3737
],
3838
"scripts": {
39-
"build": "tsdown --config ../../tsdown.config.ts --entry ./src/index.ts --entry ./src/wordlists.ts --outputOptions.name=FleetSDKWallet --format=esm,cjs"
39+
"build": "tsdown --config ../../tsdown.config.ts --entry ./src/index.ts --entry ./src/wordlists.ts"
4040
},
4141
"dependencies": {
4242
"@fleet-sdk/common": "workspace:^",

plugins/ageusd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@fleet-sdk/mock-chain": "workspace:^"
4040
},
4141
"scripts": {
42-
"build": "tsdown --config ../../tsdown.config.ts --outputOptions.name=FleetSDKAgeUSDPlugin"
42+
"build": "tsdown --config ../../tsdown.config.ts"
4343
},
4444
"engines": {
4545
"node": ">=18"

0 commit comments

Comments
 (0)