@heliofi/common-fe 0.2.304 → 0.2.306
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 +1 -0
- 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.
|
|
3
|
+
"version": "0.2.306",
|
|
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": "
|
|
32
|
+
"gitHead": "9b0e499ebc425a1defc656378161f68cac23da1d"
|
|
33
33
|
}
|