@nuskin/ns-util 4.7.2 → 4.7.3-pa-902.2

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/package.json +1 -1
  2. package/src/event.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-util",
3
- "version": "4.7.2",
3
+ "version": "4.7.3-pa-902.2",
4
4
  "baseURL": "/",
5
5
  "main": "src/util.js",
6
6
  "scripts": {
package/src/event.js CHANGED
@@ -240,6 +240,7 @@ if (!nuskin.events) {
240
240
  STOREFRONT_LOADED: "storefrontLoaded",
241
241
  TAG_HAS_SAVED_PAYMENT: "checkout.payment.has-saved-payment",
242
242
  TAG_METHOD_OF_PAYMENT: "selectMOPCheckoutPayment",
243
+ HOME_MARKET_ONLY_RESTRICTED: "homeMarketOnlyRestricted",
243
244
  VARIANT_CHANGED: "variantChanged"
244
245
  },
245
246