@nuskin/ns-product-lib 2.8.0 → 2.9.0-cx24-4091.1
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.9.0-cx24-4091.1](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.8.0...v2.9.0-cx24-4091.1) (2023-05-15)
|
2
|
+
|
3
|
+
|
4
|
+
### Update
|
5
|
+
|
6
|
+
* Bump configuration sdk ([49e9d9f](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/49e9d9f2e658a6f17a7d5df13ccb7d05f5aa9508))
|
7
|
+
|
1
8
|
# [2.8.0](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.7.1...v2.8.0) (2023-05-02)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nuskin/ns-product-lib",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.9.0-cx24-4091.1",
|
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": {
|
@@ -31,7 +31,7 @@
|
|
31
31
|
"prettier": "1.19.1"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@nuskin/configuration-sdk": "2.2.
|
34
|
+
"@nuskin/configuration-sdk": "2.2.5",
|
35
35
|
"@nuskin/ns-common-lib": "1.4.5",
|
36
36
|
"@nuskin/ns-util": "4.3.2",
|
37
37
|
"axios": "0.27.2",
|