@salesforce/commerce-sdk-react 1.0.1-preview.0 → 1.0.1

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 +1 -9
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,9 @@
1
- ## v1.0.1-preview.0 (Jul 25, 2023)
1
+ ## v1.0.1 (Jul 26, 2023)
2
2
 
3
3
  - Updated the expiry of the guest refresh token cookie to 30 days, to match the actual [duration of the token](https://developer.salesforce.com/docs/commerce/commerce-api/guide/slas.html?q=refresh+token#access-tokens-and-refresh-tokens). [#1342](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1342)
4
4
  - Fix potential security vulnerability in `semver` dependency [#1358](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1358)
5
5
  - Fix request headers to be the intended headers, rather than parameters [#1377](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/1377)
6
6
 
7
- ## v1.1.0-dev.2 (Jul 06, 2023)
8
-
9
- ## v1.1.0-dev.1 (Jul 03, 2023)
10
-
11
- ## v1.1.0-dev.0 (Jun 26, 2023)
12
-
13
- ## v1.1.0-dev (Jun 15, 2023)
14
-
15
7
  ## v1.0.0 (Jun 15, 2023)
16
8
 
17
9
  - First public release of package on npm under `@salesforce/commerce-sdk-react`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/commerce-sdk-react",
3
- "version": "1.0.1-preview.0",
3
+ "version": "1.0.1",
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": {
@@ -47,7 +47,7 @@
47
47
  "typedoc-plugin-missing-exports": "^2.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@salesforce/pwa-kit-dev": "3.1.0-preview.4",
50
+ "@salesforce/pwa-kit-dev": "3.1.0",
51
51
  "@tanstack/react-query": "^4.28.0",
52
52
  "@testing-library/jest-dom": "^5.16.5",
53
53
  "@testing-library/react": "^14.0.0",
@@ -59,7 +59,7 @@
59
59
  "@types/react-dom": "^18.2.1",
60
60
  "@types/react-helmet": "^6.1.6",
61
61
  "cross-env": "^5.2.1",
62
- "internal-lib-build": "3.1.0-preview.4",
62
+ "internal-lib-build": "3.1.0",
63
63
  "jsonwebtoken": "^9.0.0",
64
64
  "nock": "^13.3.0",
65
65
  "nodemon": "^2.0.22",
@@ -86,5 +86,5 @@
86
86
  "publishConfig": {
87
87
  "directory": "dist"
88
88
  },
89
- "gitHead": "8ef8310dabf77dfdc50b76fbe2464f771c6a69c0"
89
+ "gitHead": "9903df6beef25919921962f4fa950f91352adee2"
90
90
  }