@gala-chain/launchpad-sdk 3.15.1 → 3.15.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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.15.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix: Correct query result destructuring in fetchPrices and fetchAllPrices methods
8
+
9
+ The fetchPrices method was incorrectly destructuring the query results, causing a "map is not a
10
+ function" error. Changed from destructuring the first element to properly handling the array
11
+ returned by executeQuery.
12
+
3
13
  ## 3.15.1
4
14
 
5
15
  ### Patch Changes
@@ -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.15.1";
6
+ export declare const SDK_VERSION = "3.15.2";
7
7
  //# sourceMappingURL=version.generated.d.ts.map