@heliofi/common-fe 0.2.330 → 0.2.332
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/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -105,6 +105,7 @@ declare enum BetaFeature {
|
|
|
105
105
|
SWAP = "SWAP",
|
|
106
106
|
MOONPAY_HEADLESS_FRAMES = "MOONPAY_HEADLESS_FRAMES",
|
|
107
107
|
GLIDE_DEPOSITS = "GLIDE_DEPOSITS",
|
|
108
|
+
GLIDE_WITHDRAWALS = "GLIDE_WITHDRAWALS",
|
|
108
109
|
CHECKOUT_V2 = "checkout_v2",
|
|
109
110
|
TRON_ENERGY_RENTAL_DISABLED = "TRON_ENERGY_RENTAL_DISABLED",
|
|
110
111
|
THEMES_V2 = "themesV2",
|
package/dist/index.js
CHANGED
|
@@ -129,6 +129,7 @@ let BetaFeature = /* @__PURE__ */ function(BetaFeature) {
|
|
|
129
129
|
BetaFeature["SWAP"] = "SWAP";
|
|
130
130
|
BetaFeature["MOONPAY_HEADLESS_FRAMES"] = "MOONPAY_HEADLESS_FRAMES";
|
|
131
131
|
BetaFeature["GLIDE_DEPOSITS"] = "GLIDE_DEPOSITS";
|
|
132
|
+
BetaFeature["GLIDE_WITHDRAWALS"] = "GLIDE_WITHDRAWALS";
|
|
132
133
|
BetaFeature["CHECKOUT_V2"] = "checkout_v2";
|
|
133
134
|
BetaFeature["TRON_ENERGY_RENTAL_DISABLED"] = "TRON_ENERGY_RENTAL_DISABLED";
|
|
134
135
|
BetaFeature["THEMES_V2"] = "themesV2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common-fe",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.332",
|
|
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": "
|
|
33
|
+
"gitHead": "ad7859223ec4d4722cb7cbe19f36a9934c5e5188"
|
|
34
34
|
}
|