-
Notifications
You must be signed in to change notification settings - Fork 79
Migration guide
Tudor Morar edited this page Feb 17, 2025
·
1 revision
- Removed:
@multiversx/sdk-core
@multiversx/sdk-dapp
- Added:
-
@multiversx/sdk-dapp-core
(version0.0.0-alpha.12
) -
@multiversx/sdk-dapp-core-ui
(version0.0.0-alpha.2
) -
@multiversx/sdk-dapp-utils
(version1.0.5
)
-
- 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"
- Changed versions from caret (
^
) to specific versions:-
@vitejs/plugin-basic-ssl
to1.0.1
-
@wdio/cli
to8.33.1
-
eslint-plugin-sort-exports
to0.9.1
-