@commercelayer/sdk 7.6.0 → 7.6.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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -522,7 +522,7 @@ In this case you can define a special function that takes care of refreshing the
|
|
|
522
522
|
|
|
523
523
|
## Contributors guide
|
|
524
524
|
|
|
525
|
-
1. Fork [this repository](https://github.com/commercelayer/commercelayer-sdk) (learn how to do this [
|
|
525
|
+
1. Fork [this repository](https://github.com/commercelayer/commercelayer-sdk) (learn how to do this [by reading the GitHub documentation](https://help.github.com/articles/fork-a-repo)).
|
|
526
526
|
|
|
527
527
|
2. Clone the forked repository like so:
|
|
528
528
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercelayer/sdk",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.1",
|
|
4
4
|
"main": "lib/index.cjs",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -57,20 +57,20 @@
|
|
|
57
57
|
"node": ">=20"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@commercelayer/eslint-config-ts": "^2.
|
|
60
|
+
"@commercelayer/eslint-config-ts": "^2.6.0",
|
|
61
61
|
"@commercelayer/js-auth": "^6.7.2",
|
|
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.10.
|
|
65
|
+
"@types/node": "^24.10.13",
|
|
66
66
|
"@vitest/coverage-v8": "^3.2.4",
|
|
67
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
67
|
+
"@vitest/eslint-plugin": "^1.6.7",
|
|
68
68
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
69
69
|
"dotenv": "^16.6.1",
|
|
70
70
|
"eslint": "^8.57.1",
|
|
71
71
|
"json-typescript": "^1.1.2",
|
|
72
72
|
"jsonapi-typescript": "^0.1.3",
|
|
73
|
-
"semantic-release": "^25.0.
|
|
73
|
+
"semantic-release": "^25.0.3",
|
|
74
74
|
"tsup": "^8.5.1",
|
|
75
75
|
"tsx": "^4.21.0",
|
|
76
76
|
"typescript": "^5.9.3",
|