Skip to content

Commit e189ecc

Browse files
committed
fix: update dependencies and fix readme typo
1 parent 87b8f07 commit e189ecc

File tree

3 files changed

+145
-144
lines changed

3 files changed

+145
-144
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const orderList = await orders.list()
8585
const skuList = await skus.list()
8686
```
8787

88-
You can still use the old styled bundle client importing it directly (together with all the included resources, this will increase your final package size).
88+
You can still use the old style bundle client importing it directly (together with all the included resources, this will increase your final package size).
8989

9090
```javascript
9191
import { CommerceLayer } from '@commercelayer/sdk/bundle'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
"@semantic-release/changelog": "^6.0.3",
6363
"@semantic-release/git": "^10.0.1",
6464
"@types/debug": "^4.1.12",
65-
"@types/node": "^24.8.1",
65+
"@types/node": "^24.9.1",
6666
"@vitest/coverage-v8": "^3.2.4",
67-
"@vitest/eslint-plugin": "^1.3.23",
67+
"@vitest/eslint-plugin": "^1.3.25",
6868
"conventional-changelog-conventionalcommits": "^8.0.0",
6969
"dotenv": "^16.6.1",
7070
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)