Skip to content

Commit 8c36173

Browse files
Merge pull request #279 from contentstack/build/core-pkg-version-bump
fix: bump @contentstack/core version to ^1.3.4
2 parents 85d5962 + 661ffb8 commit 8c36173

4 files changed

Lines changed: 18 additions & 42 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fileignoreconfig:
22
- filename: package-lock.json
3-
checksum: ce527f128f313f417949c4158039fad15af8ea1644fc65cdd5c15a3cb2c35dcd
3+
checksum: 40c2ae0de11c05116c764b4aa8883383b57c04b18707668d0d4d477c6dd9a8cf
44
- filename: test/unit/contentstack.spec.ts
55
checksum: d5b99c01459ab8bc597baaa9e6cc4aa91ac6d9bf78af08e1d0220d0c5db3d0b3
66
- filename: test/unit/utils.spec.ts

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Version: 4.10.2
2+
#### Date: Dec-15-2025
3+
Build: bump @contentstack/core version to ^1.3.4
4+
5+
### Version: 4.10.3
6+
#### Date: Nov-13-2025
7+
Fix: reverts the endpoints helper method integration
8+
19
### Version: 4.10.2
210
#### Date: Nov-12-2025
311
Enhancement: Added logHandler interceptors for request and response logging

package-lock.json

Lines changed: 7 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/delivery-sdk",
3-
"version": "4.10.3",
3+
"version": "4.10.4",
44
"type": "module",
55
"license": "MIT",
66
"main": "./dist/legacy/index.cjs",
@@ -35,7 +35,7 @@
3535
"husky-check": "npm run build && husky && chmod +x .husky/pre-commit"
3636
},
3737
"dependencies": {
38-
"@contentstack/core": "1.3.2",
38+
"@contentstack/core": "^1.3.4",
3939
"@contentstack/utils": "1.5.0",
4040
"axios": "^1.13.1",
4141
"humps": "^2.0.1"

0 commit comments

Comments
 (0)