@heliofi/common-fe 0.2.304 → 0.2.305

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
@@ -237,6 +237,7 @@ declare enum BetaFeature {
237
237
  CHECKOUT_V2 = "checkout_v2",
238
238
  TRON_ENERGY_RENTAL = "TRON_ENERGY_RENTAL",
239
239
  MOONPAY_WALLET_VERIFY = "MOONPAY_WALLET_VERIFY",
240
+ THEMES_V2 = "themesV2",
240
241
  }
241
242
  //#endregion
242
243
  //#region ../common/src/domain/model/currency/entities/Currency.entity.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heliofi/common-fe",
3
- "version": "0.2.304",
3
+ "version": "0.2.305",
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": "46dfd795649e52498bf29daece5038d90eeec470"
32
+ "gitHead": "93cfef314ea933d7d218b2341b23a8354cd96872"
33
33
  }