@nuskin/ns-product-lib 2.5.0 → 2.6.0-cx24-11112.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
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
+
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)
9
+
10
+
11
+ ### Update
12
+
13
+ * version bump config sdk and required libs ([8ead54f](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/commit/8ead54fdc122f0e0f1c094c82c1e36b590614179))
14
+
1
15
  # [2.5.0](https://code.tls.nuskin.io/ns-am/product/js-libs/ns-product-lib/compare/v2.4.1...v2.5.0) (2023-02-22)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-product-lib",
3
- "version": "2.5.0",
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": {
@@ -28,15 +28,20 @@
28
28
  "jest": "29.2.2",
29
29
  "jest-environment-jsdom": "29.2.2",
30
30
  "jest-sonar-reporter": "2.0.0",
31
- "prettier": "1.19.1"
31
+ "prettier": "1.19.1",
32
+ "@nuskin/configuration-sdk": "2.0.0",
33
+ "jquery": "3.3.1"
32
34
  },
33
35
  "dependencies": {
34
- "@nuskin/configuration-sdk": "1.0.1",
35
36
  "@nuskin/ns-common-lib": "1.4.5",
36
- "@nuskin/ns-util": "3.107.0",
37
+ "@nuskin/ns-util": "4.1.0",
38
+ "@nuskin/nuskinjquery": "2.3.1",
37
39
  "axios": "0.27.2",
38
40
  "qs": "6.11.0"
39
41
  },
42
+ "peerDependencies": {
43
+ "@nuskin/configuration-sdk": "2.x"
44
+ },
40
45
  "files": [
41
46
  "src/"
42
47
  ]