@gala-chain/launchpad-sdk 3.3.1 → 3.3.2

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/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ All notable changes to the Gala Launchpad SDK will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.3.2] - 2025-09-30
8
+
9
+ ### Added
10
+ - **Public API exports** - Utility types now properly exported
11
+ - Exported `TokenClassKey` - GalaChain token identifier interface
12
+ - Exported `TokenInstanceKey` - Token instance identifier (extends TokenClassKey)
13
+ - Exported `TokenId` - Flexible token identifier type (string | TokenClassKey | TokenInstanceKey)
14
+ - These types are used by `resolveTokenClassKey()` and GalaChain operations
15
+
16
+ ### Documentation
17
+ - Clarified that `resolveTokenClassKey()` and `resolveVaultAddress()` are part of public SDK API
18
+ - Both utility methods are now properly exposed for downstream consumers (e.g., MCP server)
19
+
7
20
  ## [3.3.1] - 2025-09-30
8
21
 
9
22
  ### Fixed