Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fileignoreconfig:
ignore_detectors:
- filecontent
- filename: package-lock.json
checksum: 99e459b3a5af736dc4e251ffc5c60512d8d3407315e3f326cd8dbc54612e2cab
checksum: 3b95f4f64329f55ad5364b0468ca2d7d7337cfbb97b42db4929c894d7bd44a27
- filename: src/entry-editable.ts
checksum: 3ba7af9ed1c1adef2e2bd5610099716562bebb8ba750d4b41ddda99fc9eaf115
- filename: .husky/pre-commit
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.6.3](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.6.3)
- Refactor: Simplified endpoints.ts to use compile-time JSON import instead of runtime file loading
- Build: Updated build process to download regions.json to src/assets directory
- Test: Added comprehensive test coverage for endpoints.ts
- Chore: Removed postinstall/postupdate scripts and simplified package.json scripts

## [1.6.2](https://github.com/contentstack/contentstack-utils-javascript/tree/v1.6.2)
- Fix: Missing attr in node does not add empty attr

Expand Down
347 changes: 0 additions & 347 deletions __test__/endpoints.test.ts

This file was deleted.

Loading
Loading