Skip to content

Commit 1e12f83

Browse files
committed
update README and bump size
1 parent 9f6c2b0 commit 1e12f83

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ In the next major version release, the SDK will encode special characters (UTF-8
5151

5252
### Requirements
5353

54-
- Node `^12.x`, `^14.x`, `^16.x`, `^18.x`
54+
- Node `^20.x` or `^22.x`
5555
- The SDK requires B2C Commerce API (SCAPI) to be configured. For more info see [Getting started with SCAPI](https://developer.salesforce.com/docs/commerce/commerce-api/guide/get-started.html).
5656

5757
### Installation
5858

5959
```bash
60-
npm install commerce-sdk-isomorphic
60+
# This package uses yarn, if you don't have yarn:
61+
# npm install -g yarn
62+
yarn install commerce-sdk-isomorphic
6163
```
6264

6365
### Usage

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@
179179
"bundlesize": [
180180
{
181181
"path": "lib/**/*.js",
182-
"maxSize": "54 kB"
182+
"maxSize": "55 kB"
183183
},
184184
{
185185
"path": "commerce-sdk-isomorphic-with-deps.tgz",
186-
"maxSize": "1096 kB"
186+
"maxSize": "2.5 MB"
187187
}
188188
],
189189
"proxy": "https://SHORTCODE.api.commercecloud.salesforce.com"

0 commit comments

Comments
 (0)