Skip to content

Commit

Permalink
Replace tsup build with build scripts used in ts sdk (MystenLabs#15565)
Browse files Browse the repository at this point in the history
## Description 

Describe the changes or additions included in this PR.

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
hayes-mysten authored Jan 4, 2024
1 parent 42c66fc commit e5f9e3b
Show file tree
Hide file tree
Showing 39 changed files with 589 additions and 737 deletions.
16 changes: 16 additions & 0 deletions .changeset/spicy-bananas-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
'@mysten/ledgerjs-hw-app-sui': minor
'@mysten/wallet-standard': minor
'@mysten/suins-toolkit': minor
'@mysten/create-dapp': minor
'@mysten/sui.js': minor
'@mysten/dapp-kit': minor
'@mysten/deepbook': minor
'@mysten/zklogin': minor
'@mysten/zksend': minor
'@mysten/enoki': minor
'@mysten/kiosk': minor
'@mysten/bcs': minor
---

Replace tsup based build to fix issues with esm/cjs dual publishing
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tsx": "^3.12.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6"
}
Expand Down
150 changes: 26 additions & 124 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5f9e3b

Please sign in to comment.