Skip to content

Commit 459c168

Browse files
committed
chore: update package version and types path; refactor endpoint fetching logic
- Bump version from 1.5.0 to 1.6.0 in package.json - Change types path in package.json to point to src/index.d.ts - Refactor getContentstackEndpoint function to use local regions data - Add error handling for invalid regions and services - Implement helper functions for default endpoint retrieval and region lookup
1 parent 24244a9 commit 459c168

File tree

6 files changed

+955
-1016
lines changed

6 files changed

+955
-1016
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ dist/
1515
coverage/
1616
.dccache
1717
snyk_output.log
18-
talisman_output.log
18+
talisman_output.log
19+
regions.json

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fileignoreconfig:
33
ignore_detectors:
44
- filecontent
55
- filename: package-lock.json
6-
checksum: 9746d3b1ac67da5dc0f3ec6f8798166bc8b9c1e4c736de01f7c52b2f9cc194be
6+
checksum: b02ba32eb9fae068f91a1c3604582388ca67e3d735dd5d241d58cab085e89382
77
- filename: src/entry-editable.ts
88
checksum: f9c4694229205fca252bb087482a3e408c6ad3b237cd108e337bcff49458db5c
99
- filename: .husky/pre-commit

0 commit comments

Comments
 (0)