superstack-wallet-sdk 0.4.12 → 0.4.13

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/dist/index.d.ts CHANGED
@@ -150,6 +150,7 @@ declare enum VaultId {
150
150
  HyperbeatUltraUbtc = "HyperbeatUltraUbtc",
151
151
  HyperbeatUsdt = "HyperbeatUsdt",
152
152
  HyperbeatUsdc = "HyperbeatUsdc",
153
+ HyperbeatXaut = "HyperbeatXaut",
153
154
  VentualsVlp = "VentualsVlp",
154
155
  DnHype = "DnHype",
155
156
  DnPump = "DnPump"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superstack-wallet-sdk",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "description": "A wallet SDK for superstack",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",