Skip to content

Commit e7a336f

Browse files
DX | 03-02-2025 | Hotfix Release (#281)
* update package files and changeLog * updated change log * update readme file * Fixed license and semgrep issues
1 parent f089dd0 commit e7a336f

9 files changed

+606
-334
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
## Change log
2+
### Version: 3.24.1
3+
#### Date: February-03-2025
4+
##### Fix:
5+
- Added HTTP error codes in the findOne method
6+
7+
### Version: 3.24.0
8+
#### Date: January-27-2025
9+
##### Enhancement:
10+
- updateasseturl for handling jrte within blocks
11+
- version bumps
12+
- Fixed testcases
213

314
### Version: 3.23.0
415
#### Date: December-05-2024

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ data.then(function(sync_data, err) {
281281

282282
##### Advanced sync queries
283283

284-
You can use advanced sync queries to fetch custom results while performing initial sync.
285-
[Read advanced sync queries documentation](https://www.contentstack.com/docs/guide/synchronization/using-the-sync-api-with-javascript-sdk#advanced-sync-queries)
284+
[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)
286285

287286
### Helpful Links
288287

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

293292
### The MIT License (MIT)
294293

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

297296
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:
298297

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class Stack {
151151
clearByContentType(): Stack;
152152
clearAll(): Stack;
153153
getCacheProvider(): object;
154-
getLastActivities(): Promise<any>;;
154+
getLastActivities(): Promise<any>;
155155
getContentTypes(param?: object): Promise<ContentTypeCollection>;
156156
sync(params: object): Promise<SyncResult>;
157157
imageTransform(url: string, params: any): string;

0 commit comments

Comments
 (0)