@commercelayer/sdk 7.3.0 → 7.3.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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -85,7 +85,7 @@ const orderList = await orders.list()
85
85
  const skuList = await skus.list()
86
86
  ```
87
87
 
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).
89
89
 
90
90
  ```javascript
91
91
  import { CommerceLayer } from '@commercelayer/sdk/bundle'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/sdk",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "main": "lib/index.cjs",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "lib/index.js",
@@ -62,9 +62,9 @@
62
62
  "@semantic-release/changelog": "^6.0.3",
63
63
  "@semantic-release/git": "^10.0.1",
64
64
  "@types/debug": "^4.1.12",
65
- "@types/node": "^24.8.1",
65
+ "@types/node": "^24.9.1",
66
66
  "@vitest/coverage-v8": "^3.2.4",
67
- "@vitest/eslint-plugin": "^1.3.23",
67
+ "@vitest/eslint-plugin": "^1.3.25",
68
68
  "conventional-changelog-conventionalcommits": "^8.0.0",
69
69
  "dotenv": "^16.6.1",
70
70
  "eslint": "^8.57.1",