Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
e20d811
Add environment variable checks and refactor live preview tests
harshithad0703 Apr 3, 2025
68d4090
Update environment variable checks and improve error handling in config
harshithad0703 Apr 8, 2025
7a6deb2
Bump version to 3.25.3 and update changelog to handle sanity tests wi…
harshithad0703 Apr 8, 2025
d4abca6
Update changelog date for version 3.25.3
harshithad0703 Apr 8, 2025
0de8500
Update integrity hashes in README
harshithad0703 Apr 8, 2025
e8a4541
Merge pull request #325 from contentstack/fix/dx-2231-handle-envs
harshithad0703 Apr 8, 2025
f8e8422
Fix: initialize live_preview config before setting properties in Live…
sunil-lakshman Apr 8, 2025
78d3401
Merge pull request #326 from contentstack/fix/sanity-testcases
AniketDev7 Apr 8, 2025
c7f13e6
test: added sync test cases with improved structure
harshithad0703 Apr 15, 2025
f117f1c
Fix: pagination token test
harshithad0703 Apr 15, 2025
59670d7
chore: update package-lock.json with dependency version bumps
harshithad0703 Apr 15, 2025
dec7cc4
Merge pull request #327 from contentstack/fix/dx-2392-sync-test-cases
harshithad0703 Apr 15, 2025
353bd24
chore: bump dependencies in package.json and package-lock.json
harshithad0703 Apr 15, 2025
121fb85
Merge branch 'staging' into fix/upgrade-dependencies
harshithad0703 Apr 15, 2025
43e4ba9
Merge pull request #329 from contentstack/fix/upgrade-dependencies
harshithad0703 Apr 15, 2025
085e856
Merge pull request #331 from contentstack/staging
harshithad0703 Apr 16, 2025
6e55a28
Update policy-scan.yml
aravindbuilt Apr 16, 2025
21661c9
Merge pull request #332 from contentstack/master
harshithad0703 Apr 16, 2025
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Version: 3.25.3
#### Date: April-21-2025
##### Fix:
- Handle the sanity tests when ENVs are not provided
- Handle the sanity tests when ENVs are not provided.

### Version: 3.25.2
#### Date: April-02-2025
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@contentstack/utils": "^1.3.18",
"@fetch-mock/jest": "^0.2.12",
"@contentstack/utils": "^1.3.20",
"@fetch-mock/jest": "^0.2.15",
"es6-promise": "^4.2.8",
"fetch-mock": "^12.4.0",
"fetch-mock": "^12.5.2",
"localStorage": "1.0.4",
"qs": "^6.14.0"
}
Expand Down
Loading