@nuskin/ns-product-lib 2.15.2 → 2.15.3-cx15-9348.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
package/src/graph-ql/product.js
CHANGED
package/src/productData.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
const { getConfiguration, getCachedConfigurations } = require('@nuskin/configuration-sdk');
|
3
|
-
const axios = require("axios");
|
3
|
+
const axios = require("axios").default;
|
4
4
|
const contentstack = require('./contentstack/contentstack');
|
5
5
|
const Product = require("./product");
|
6
6
|
const CustomerTypes = require('./models/customerTypes');
|