@nuskin/ns-shop 7.5.2 → 7.5.4-td-1017.2.1

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": "@nuskin/ns-shop",
3
- "version": "7.5.2",
3
+ "version": "7.5.4-td-1017.2.1",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -26,10 +26,10 @@
26
26
  "@nuskin/ns-common-lib": "1.4.8",
27
27
  "@nuskin/ns-feature-flags": "1.5.0",
28
28
  "@nuskin/ns-loyalty-web": "1.5.7",
29
- "@nuskin/ns-product-lib": "2.20.0",
29
+ "@nuskin/ns-product-lib": "2.20.1-td-1017.1",
30
30
  "@nuskin/nuskinjquery": "2.3.1",
31
31
  "@nuskin/order-model": "3.1.3",
32
- "@nuskin/product-lib": "2.4.0",
32
+ "@nuskin/product-lib": "2.4.1-td-1017.1",
33
33
  "axios": "1.8.3",
34
34
  "decimal.js": "10.4.3",
35
35
  "jp-conversion": "0.0.7",
@@ -40,9 +40,9 @@
40
40
  "@babel/preset-env": "^7.23.8",
41
41
  "@nuskin/configuration-sdk": "3.0.0",
42
42
  "@nuskin/exclusive-offer-sdk": "1.4.1",
43
- "@nuskin/ns-account": "5.13.0",
43
+ "@nuskin/ns-account": "5.13.1-td-1017.1",
44
44
  "@nuskin/ns-jsanalyzer": "1.0.1",
45
- "@nuskin/ns-product": "3.51.0",
45
+ "@nuskin/ns-product": "3.51.1-td-1017.1",
46
46
  "@nuskin/ns-util": "4.7.2",
47
47
  "axios-mock-adapter": "1.22.0",
48
48
  "babel-cli": "6.26.0",
@@ -461,7 +461,8 @@ function _assembleAdrProperties(requestData, options) {
461
461
  isBackOrdered: requestData.skus && requestData.skus[requestData.skus.length - 1].backOrdered || false,
462
462
  imageURL: options.product.fullImage || '',
463
463
  name: options.product.title,
464
- productId: options.product.equinoxProductId || ''
464
+ productId: options.product.equinoxProductId || '',
465
+ productionBom: options.product && options.product.properties && options.product.properties.productionBom || false
465
466
  };
466
467
  }
467
468
 
@@ -18,9 +18,9 @@ const ZZIP_URLS = {
18
18
  prod: 'https://apis.nuskin.com/zzip/v2/:country/:code'
19
19
  };
20
20
  const STREET_ADDRESS_VALIDATOR_URLS = {
21
- dev: 'https://apis.dev.nuskin.com/street-address/v1/',
22
- test: 'https://apis.test.nuskin.com/street-address/v1/',
23
- prod: 'https://apis.nuskin.com/street-address/v1/'
21
+ dev: 'https://apis.dev.nuskin.com/street-address/validate/v1/',
22
+ test: 'https://apis.test.nuskin.com/street-address/validate/v1/',
23
+ prod: 'https://apis.nuskin.com/street-address/validate/v1/'
24
24
  };
25
25
 
26
26
  const zzipCache = {}