@nuskin/ns-util 4.9.0 → 4.10.0

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 +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-util",
3
- "version": "4.9.0",
3
+ "version": "4.10.0",
4
4
  "baseURL": "/",
5
5
  "main": "src/util.js",
6
6
  "scripts": {
package/src/event.js CHANGED
@@ -241,7 +241,8 @@ if (!nuskin.events) {
241
241
  TAG_HAS_SAVED_PAYMENT: "checkout.payment.has-saved-payment",
242
242
  TAG_METHOD_OF_PAYMENT: "selectMOPCheckoutPayment",
243
243
  HOME_MARKET_ONLY_RESTRICTED: "homeMarketOnlyRestricted",
244
- VARIANT_CHANGED: "variantChanged"
244
+ VARIANT_CHANGED: "variantChanged",
245
+ PAGE_VIEW: "pageView"
245
246
  },
246
247
 
247
248
  mobile: {