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
14 changes: 14 additions & 0 deletions .changeset/young-waves-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@fleet-sdk/blockchain-providers": patch
"@fleet-sdk/mock-chain": patch
"@fleet-sdk/serializer": patch
"@fleet-sdk/babel-fees-plugin": patch
"@fleet-sdk/compiler": patch
"@fleet-sdk/common": patch
"@fleet-sdk/crypto": patch
"@fleet-sdk/wallet": patch
"@fleet-sdk/ageusd-plugin": patch
"@fleet-sdk/core": patch
---

Improve build outputs
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand All @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand All @@ -65,7 +65,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [18, 20]
node-version: [20, 24]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- name: Build using Node.js v20
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- run: pnpm install --frozen-lockfile
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Enable corepack
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Collect coverage
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm -r build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
version: 9

- name: Setup Node.js 20.x
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: "pnpm"

- name: Ensure latest npm version to be installed for npm provenance support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"sigmastate-js": "0.4.6",
"tsup": "^8.5.0",
"tsdown": "^0.16.5",
"type-fest": "^4.41.0",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"crypto"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"blockchain"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sigmastate-js": "0.4.6"
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"serialization"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"dependencies": {
"@fleet-sdk/common": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"crypto"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion packages/mock-chain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tests"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"dependencies": {
"@fleet-sdk/common": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/serializer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"serialization"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"dependencies": {
"@fleet-sdk/common": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"serialization"
],
"scripts": {
"build": "tsup --config ../../tsup.config.ts --entry ./src/index.ts --entry ./src/wordlists.ts"
"build": "tsdown --config ../../tsdown.config.ts --entry ./src/index.ts --entry ./src/wordlists.ts"
},
"dependencies": {
"@fleet-sdk/common": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ageusd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@fleet-sdk/mock-chain": "workspace:^"
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-fees/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@fleet-sdk/serializer": "workspace:^"
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts"
"build": "tsdown --config ../../tsdown.config.ts"
},
"engines": {
"node": ">=18"
Expand Down
Loading
Loading