@lmnto/h-mall-shared 1.0.5 → 1.0.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmnto/h-mall-shared",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -37,6 +37,7 @@ export const METHOD_TO_PAY = {
37
37
  wallet: "wallet",
38
38
  aleta: "aleta",
39
39
  nowpayments: "nowpayments",
40
+ gift: "gift",
40
41
  } as const;
41
42
 
42
43
  export type MethodToPayCode = (typeof METHOD_TO_PAY)[keyof typeof METHOD_TO_PAY];