@gala-chain/launchpad-sdk 0.4.1 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -37,7 +37,7 @@ export { isGetTokenListOptions, isTransferFaucetsData, isFetchGalaBalanceOptions
37
37
  export type { GetCommentsOptions, BackendGetCommentsOptions, CommentUser, CommentInfo, GetCommentsResponse, CreateCommentData, CreateCommentResponse } from './types/comment.dto';
38
38
  export { COMMENT_CONSTRAINTS } from './types/comment.dto';
39
39
  export { isGetCommentsOptions, isCreateCommentData, isValidServiceVaultAddress, isValidUserAddress as isValidUserAddressComment, isValidCommentContent, isValidCommentPagination } from './types/comment.dto';
40
- export declare const SDK_VERSION = "0.4.0";
40
+ export declare const SDK_VERSION = "0.4.3";
41
41
  /**
42
42
  * Default configuration values
43
43
  */