@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 +15 -1
- package/dist/constants/version.generated.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/services/PriceHistoryService.d.ts.map +1 -1
- package/dist/types/priceHistory.dto.d.ts +1 -1
- package/dist/types/priceHistory.dto.d.ts.map +1 -1
- package/package.json +1 -1
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
|
|
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
|
|