@heliofi/common-fe 0.2.313 → 0.2.314
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
|
@@ -107,6 +107,7 @@ declare enum BetaFeature {
|
|
|
107
107
|
CHECKOUT_V2 = "checkout_v2",
|
|
108
108
|
TRON_ENERGY_RENTAL = "TRON_ENERGY_RENTAL",
|
|
109
109
|
THEMES_V2 = "themesV2",
|
|
110
|
+
MOONPAY_IP_MATCHING_DISABLED = "MOONPAY_IP_MATCHING_DISABLED",
|
|
110
111
|
}
|
|
111
112
|
//#endregion
|
|
112
113
|
//#region ../common/src/domain/constants/deposits.d.ts
|
package/dist/index.js
CHANGED
|
@@ -131,6 +131,7 @@ let BetaFeature = /* @__PURE__ */ function(BetaFeature) {
|
|
|
131
131
|
BetaFeature["CHECKOUT_V2"] = "checkout_v2";
|
|
132
132
|
BetaFeature["TRON_ENERGY_RENTAL"] = "TRON_ENERGY_RENTAL";
|
|
133
133
|
BetaFeature["THEMES_V2"] = "themesV2";
|
|
134
|
+
BetaFeature["MOONPAY_IP_MATCHING_DISABLED"] = "MOONPAY_IP_MATCHING_DISABLED";
|
|
134
135
|
return BetaFeature;
|
|
135
136
|
}({});
|
|
136
137
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliofi/common-fe",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.314",
|
|
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": "f0e411561a3034b0f19dff2f9ca28d78c52e7b71"
|
|
33
33
|
}
|