Skip to content

Migration guide

Tudor Morar edited this page Feb 17, 2025 · 1 revision

Changes in package.json

Dependencies

  • Removed:
    • @multiversx/sdk-core
    • @multiversx/sdk-dapp
  • Added:
    • @multiversx/sdk-dapp-core (version 0.0.0-alpha.12)
    • @multiversx/sdk-dapp-core-ui (version 0.0.0-alpha.2)
    • @multiversx/sdk-dapp-utils (version 1.0.5)

Scripts

  • Modified build scripts to include TypeScript compilation (tsc):
    • "build:devnet": "tsc & yarn run copy:devnet-config & vite build"
    • "build:testnet": "tsc & yarn run copy:testnet-config & vite build"
    • "build:mainnet": "tsc & yarn run copy:mainnet-config & vite build"

Development Dependencies

  • Changed versions from caret (^) to specific versions:
    • @vitejs/plugin-basic-ssl to 1.0.1
    • @wdio/cli to 8.33.1
    • eslint-plugin-sort-exports to 0.9.1
Clone this wiki locally