@neutral-trade/sdk 0.3.6 → 0.3.7

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -12801,7 +12801,8 @@ function toVaultConfig(entry, cluster = "mainnet") {
12801
12801
  }
12802
12802
  /**
12803
12803
  * Transform an array of registry entries to VaultRegistry
12804
- * @param cluster - Used to resolve default bundle program id when `bundleProgramId` is omitted in JSON
12804
+ * @param entries Registry entries to transform
12805
+ * @param cluster Used to resolve default bundle program id when `bundleProgramId` is omitted in JSON
12805
12806
  */
12806
12807
  function toVaultRegistry(entries, cluster = "mainnet") {
12807
12808
  return Object.fromEntries(entries.map((entry) => [entry.vaultId, toVaultConfig(entry, cluster)]));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neutral-trade/sdk",
3
3
  "type": "module",
4
- "version": "0.3.6",
4
+ "version": "0.3.7",
5
5
  "description": "SDK for Neutral Trade vaults",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/neutral-trade/sdk#readme",