@salesforce/commerce-sdk-react 5.0.0 → 5.1.0-nightly-20260217081023

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## v5.1.0-nightly-20260217081023 (Feb 17, 2026)
2
+ ## v5.1.0-dev (Feb 17, 2026)
3
+ ## v3.17.0-nightly-20260217081023 (Feb 17, 2026)
4
+ ## v5.1.0-dev
5
+ - Add Node 24 support. Drop Node 16 support. [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
6
+
1
7
  ## v5.0.0 (Feb 12, 2026)
2
8
  - Upgrade to commerce-sdk-isomorphic v5.0.0 and introduce Payment Instrument SCAPI integration [#3552](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3552)
3
9
  - [Bugfix] Ensure code_verifier can be optional in resetPassword call [#3567](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3567)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "5.0.0",
3
+ "version": "5.1.0-nightly-20260217081023",
4
4
  "description": "A library that provides react hooks for fetching data from Commerce Cloud",
5
5
  "homepage": "https://github.com/SalesforceCommerceCloud/pwa-kit/tree/develop/packages/ecom-react-hooks#readme",
6
6
  "bugs": {
@@ -45,7 +45,7 @@
45
45
  "jwt-decode": "^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/pwa-kit-dev": "3.16.0",
48
+ "@salesforce/pwa-kit-dev": "3.17.0-nightly-20260217081023",
49
49
  "@tanstack/react-query": "^4.28.0",
50
50
  "@testing-library/jest-dom": "^5.16.5",
51
51
  "@testing-library/react": "^14.0.0",
@@ -60,7 +60,7 @@
60
60
  "@types/react-helmet": "~6.1.6",
61
61
  "@types/react-router-dom": "~5.3.3",
62
62
  "cross-env": "^5.2.1",
63
- "internal-lib-build": "3.16.0",
63
+ "internal-lib-build": "3.17.0-nightly-20260217081023",
64
64
  "jsonwebtoken": "^9.0.0",
65
65
  "nock": "^13.3.0",
66
66
  "nodemon": "^2.0.22",
@@ -84,11 +84,11 @@
84
84
  "react-router-dom": "^5.3.4"
85
85
  },
86
86
  "engines": {
87
- "node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0",
88
- "npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
87
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0 || ^24.0.0",
88
+ "npm": "^9.0.0 || ^10.0.0 || ^11.0.0"
89
89
  },
90
90
  "publishConfig": {
91
91
  "directory": "dist"
92
92
  },
93
- "gitHead": "6c5fadd745fbd4f666d0887f45d01719e86b3ead"
93
+ "gitHead": "e5934d1d14a90adf3438d383d60aac5ca57449ed"
94
94
  }