@nuskin/ns-product-lib 2.6.0-cx24-11112.1 → 2.6.0-cx24-11112.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
# [2.6.0-cx24-11112.2](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.6.0-cx24-11112.1...v2.6.0-cx24-11112.2) (2023-02-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Update
|
5
|
+
|
6
|
+
* Version Bump ns-util ([b260de3](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/b260de32b3a25afc81398d1e5c056284bdf32a05))
|
7
|
+
|
1
8
|
# [2.6.0-cx24-11112.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.5.0...v2.6.0-cx24-11112.1) (2023-02-22)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nuskin/ns-product-lib",
|
3
|
-
"version": "2.6.0-cx24-11112.
|
3
|
+
"version": "2.6.0-cx24-11112.2",
|
4
4
|
"description": "This project contains shared Product models and code between the backend and frontend.",
|
5
5
|
"main": "src/index.js",
|
6
6
|
"scripts": {
|
@@ -34,7 +34,7 @@
|
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
36
|
"@nuskin/ns-common-lib": "1.4.5",
|
37
|
-
"@nuskin/ns-util": "4.
|
37
|
+
"@nuskin/ns-util": "4.1.0",
|
38
38
|
"@nuskin/nuskinjquery": "2.3.1",
|
39
39
|
"axios": "0.27.2",
|
40
40
|
"qs": "6.11.0"
|