@salesforce/commerce-sdk-react 1.1.0 → 1.2.0-nightly-20231107080143

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 +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## v1.2.0-nightly-20231107080143 (Nov 07, 2023)
2
+ ## v1.2.0-dev (Nov 07, 2023)
3
+ ## v3.3.0-nightly-20231107080143 (Nov 07, 2023)
4
+ ## v1.2.0-dev (Nov 03, 2023)
1
5
  ## v1.1.0 (Nov 03, 2023)
2
6
 
3
7
  - Add StorefrontPreview component [#1508](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1508)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "1.1.0",
3
+ "version": "1.2.0-nightly-20231107080143",
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": "^3.1.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@salesforce/pwa-kit-dev": "3.2.0",
48
+ "@salesforce/pwa-kit-dev": "3.3.0-nightly-20231107080143",
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",
@@ -59,7 +59,7 @@
59
59
  "@types/react-helmet": "~6.1.6",
60
60
  "@types/react-router-dom": "~5.3.3",
61
61
  "cross-env": "^5.2.1",
62
- "internal-lib-build": "3.2.0",
62
+ "internal-lib-build": "3.3.0-nightly-20231107080143",
63
63
  "jsonwebtoken": "^9.0.0",
64
64
  "nock": "^13.3.0",
65
65
  "nodemon": "^2.0.22",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "directory": "dist"
91
91
  },
92
- "gitHead": "5ec74f88e7bf9ba10a2f86f22a137311ee9bf1b9"
92
+ "gitHead": "a1f0504e45116b0b36623ffe62fb153235cffe50"
93
93
  }