@heliofi/common-fe 0.2.322 → 0.2.324

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
@@ -169,6 +169,7 @@ declare enum CurrencyFeature {
169
169
  STABLECOIN = "STABLECOIN",
170
170
  USD_STABLE = "USD_STABLE",
171
171
  NATIVE_TOKEN = "NATIVE_TOKEN",
172
+ SPONSORED_SOL_TO_EVM_SWAP = "SPONSORED_SOL_TO_EVM_SWAP",
172
173
  }
173
174
  //#endregion
174
175
  //#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.322",
3
+ "version": "0.2.324",
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",
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "typescript": "5.*"
31
31
  },
32
- "gitHead": "96c9f2ec7aebbee9aae9726cfa01471be034f33b"
32
+ "gitHead": "f1b0a202d8dd8f660f0eccce4c8342e0d27fdb50"
33
33
  }