@heliofi/common-fe 0.2.329 → 0.2.330

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.d.ts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -170,6 +170,7 @@ declare enum CurrencyFeature {
170
170
  USD_STABLE = "USD_STABLE",
171
171
  NATIVE_TOKEN = "NATIVE_TOKEN",
172
172
  SPONSORED_SOL_TO_EVM_SWAP = "SPONSORED_SOL_TO_EVM_SWAP",
173
+ DUST_CLEANUP_ELIGIBLE = "DUST_CLEANUP_ELIGIBLE",
173
174
  }
174
175
  //#endregion
175
176
  //#region ../common/src/domain/model/currency/entities/OrderingType.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.329",
3
+ "version": "0.2.330",
4
4
  "private": false,
5
5
  "description": "Zero-dependency, frontend-safe shared enums (and, later, DTO type shapes) for Helio consumers. No class-validator / reflect-metadata / heavy blockchain deps.",
6
6
  "license": "ISC",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "typescript": "5.*"
32
32
  },
33
- "gitHead": "5c2ade745e388197f076835370d049dc01c6c3e0"
33
+ "gitHead": "a534311d3c0d77db83073f29d4e92ff1ab54b211"
34
34
  }