Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
DX | 03-02-2025 | Hotfix Release (#281)
* update package files and changeLog

* updated change log

* update readme file

* Fixed license and semgrep issues
  • Loading branch information
harshithad0703 authored Feb 3, 2025
commit e7a336fc5b4ccdbfe6595ee63d419edf9e33f3e6
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Change log
### Version: 3.24.1
#### Date: February-03-2025
##### Fix:
- Added HTTP error codes in the findOne method

### Version: 3.24.0
#### Date: January-27-2025
##### Enhancement:
- updateasseturl for handling jrte within blocks
- version bumps
- Fixed testcases

### Version: 3.23.0
#### Date: December-05-2024
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ data.then(function(sync_data, err) {

##### Advanced sync queries

You can use advanced sync queries to fetch custom results while performing initial sync.
[Read advanced sync queries documentation](https://www.contentstack.com/docs/guide/synchronization/using-the-sync-api-with-javascript-sdk#advanced-sync-queries)
[Read advanced sync queries documentation](https://www.contentstack.com/docs/developers/use-the-sync-apis-with-sdk/use-sync-api-with-javascript-sdk#advanced-sync-queries)

### Helpful Links

Expand All @@ -292,7 +291,7 @@ You can use advanced sync queries to fetch custom results while performing initi

### The MIT License (MIT)

Copyright © 2012-2024 [Contentstack](https://www.contentstack.com). All Rights Reserved
Copyright © 2012-2025 [Contentstack](https://www.contentstack.com). All Rights Reserved

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class Stack {
clearByContentType(): Stack;
clearAll(): Stack;
getCacheProvider(): object;
getLastActivities(): Promise<any>;;
getLastActivities(): Promise<any>;
getContentTypes(param?: object): Promise<ContentTypeCollection>;
sync(params: object): Promise<SyncResult>;
imageTransform(url: string, params: any): string;
Expand Down
Loading
Loading