Skip to content

Commit efcb9f0

Browse files
Merge pull request #202 from contentstack/development
staging PR
2 parents 0ca6a42 + 80d873a commit efcb9f0

9 files changed

Lines changed: 257 additions & 271 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
1515
args: --all-projects --fail-on=all
16+
json: true
17+
continue-on-error: true
18+
- uses: contentstack/sca-policy@main

.talismanrc

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
fileignoreconfig:
2-
- filename: .github/workflows/secrets-scan.yml
3-
ignore_detectors:
4-
- filecontent
52
- filename: package-lock.json
6-
checksum: 3f095735d07bd662952f037664e7ac61ce7841b5940ab16af4a3ef4ad9076d13
7-
- filename: .husky/pre-commit
8-
checksum: 5baabd7d2c391648163f9371f0e5e9484f8fb90fa2284cfc378732ec3192c193
9-
- filename: test/request.spec.ts
10-
checksum: 87afd3bb570fd52437404cbe69a39311ad8a8c73bca9d075ecf88652fd3e13f6
11-
- filename: src/lib/request.ts
12-
checksum: 86d761c4f50fcf377e52c98e0c4db6f06be955790fc5a0f2ba8fe32a88c60825
13-
- filename: src/lib/retryPolicy/delivery-sdk-handlers.ts
14-
checksum: 08ccd6342b3adbeb7b85309a034b4df4b2ad905a0cc2a3778ab483b61ba41b9e
15-
- filename: test/retryPolicy/delivery-sdk-handlers.spec.ts
16-
checksum: 6d22d7482aa6dccba5554ae497e5b0c3572357a5cead6f4822ee4428edc12207
17-
- filename: test/contentstack-core.spec.ts
18-
checksum: 2d1e0f63ad8ea37890de2aa6c7e394c83488888f4a40ad7a71eeba2290b95924
3+
checksum: 6cc2e3aaa2d8a2673ce2bb2be4130a5c7866a65e4eb796d16ebe0a6ca3726515
194
version: ""

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
## Change log
22

3-
### Version: 1.3.8
4-
#### Date: Jan-12-2026
5-
- Fix: Add .js extensions to relative imports in ESM build for proper module resolution
6-
- Fix: Change lodash import from named import to default import for ESM compatibility with CommonJS modules
3+
### Version: 1.3.11
4+
#### Date: March-09-2026
5+
- Fix: Upgrade qs dependency
76

8-
### Version: 1.3.7
9-
#### Date: Jan-12-2026
10-
- Fix: Improve error messages
117

8+
### Version: 1.3.10
9+
#### Date: Feb-13-2026
10+
- Fix: fix url encode for special symbols.
11+
12+
### Version: 1.3.9
13+
#### Date: Jan-28-2026
14+
- Fix: Resolve lodash dependency snyk issue
1215

1316
### Version: 1.3.8
1417
#### Date: Jan-15-2026

0 commit comments

Comments
 (0)