@isardsat/editorial-client 6.18.0 → 6.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @isardsat/editorial-client
|
|
2
2
|
|
|
3
|
+
## 6.18.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b3b3572: Fix backward select compatibility
|
|
8
|
+
- Updated dependencies [b3b3572]
|
|
9
|
+
- @isardsat/editorial-common@6.18.2
|
|
10
|
+
|
|
11
|
+
## 6.18.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 2d743c4: Update content fetching to ensure real-time diff without caching
|
|
16
|
+
- Updated dependencies [2d743c4]
|
|
17
|
+
- @isardsat/editorial-common@6.18.1
|
|
18
|
+
|
|
3
19
|
## 6.18.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@isardsat/editorial-client",
|
|
3
|
-
"version": "6.18.
|
|
3
|
+
"version": "6.18.2",
|
|
4
4
|
"description": "JavaScript client for the Editorial CMS API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@isardsat/editorial-common": "6.18.
|
|
9
|
+
"@isardsat/editorial-common": "6.18.2"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@tsconfig/node22": "^22.0.0",
|