Typescript SDK export deprecations #13150
hayes-mysten
started this conversation in
General
Replies: 1 comment 1 reply
-
How it will look like to use the functions |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is intended to gather use-cases for deprecated exports in the Typescript SDK
Version
0.38.0
of@mysten/sui.js
contains a significant refactor that splits the SDK into a set of modular exports. During this refactor we identified a number of exports which no-longer made sense in the SDK for a variety of reasons, and have been deprecated, and will be entirely removed in a future version of the SDK.Most exports from
@mysten/sui.js
have moved into a new modular export path like@mysten/sui.js/client
. Some exports have been deprecated without replacements, and linked to this discussion. If you are using any of these deprecated exports that have not been added to a new export, let us know here, and we can figure out how your use case can be supported in future versions of the SDK, or how to create an appropriate replacementBeta Was this translation helpful? Give feedback.
All reactions