@gala-chain/launchpad-sdk 3.19.0 → 3.19.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
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.19.2
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: enhance SDK documentation with 200+ code examples and API references
8
+ - Add comprehensive documentation for price history analysis (fetchPriceHistory,
9
+ fetchAllPriceHistory)
10
+ - Add token details and metadata retrieval documentation
11
+ - Add advanced pool management examples (volume data, spot prices, utility methods)
12
+ - Expand mcp-to-sdk-mapping with 15+ previously missing tools
13
+ - Update SDK version references to 3.19.0 across documentation
14
+ - Improve error handling and validation examples
15
+
3
16
  ## 3.19.0
4
17
 
5
18
  ### Breaking Changes
@@ -18,7 +31,8 @@
18
31
  - Type definitions: `FetchPricesOptions`, `PricesResult`
19
32
 
20
33
  **Migration Path:**
21
- - For historical price data: Use `fetchPriceHistory()` or `fetchAllPriceHistory()` (DEX Backend API)
34
+ - For historical price data: Use `fetchPriceHistory()` or `fetchAllPriceHistory()` (DEX Backend
35
+ API)
22
36
  - Latest prices feature: Coming soon to DEX Backend API in future releases
23
37
  - No environment variables needed: DEX Backend is automatically configured
24
38
 
@@ -3,5 +3,5 @@
3
3
  * This file is generated by scripts/inject-version.ts during build
4
4
  * DO NOT EDIT MANUALLY
5
5
  */
6
- export declare const SDK_VERSION = "3.19.0";
6
+ export declare const SDK_VERSION = "3.19.2";
7
7
  //# sourceMappingURL=version.generated.d.ts.map