@se-studio/markdown-renderer 1.0.125 → 1.0.127

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @se-studio/markdown-renderer
2
2
 
3
+ ## 1.0.127
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ccad4d9]
8
+ - @se-studio/core-data-types@1.0.164
9
+ - @se-studio/contentful-rest-api@1.0.171
10
+
11
+ ## 1.0.126
12
+
13
+ ### Patch Changes
14
+
15
+ - Version bump: patch for changed packages
16
+ - Updated dependencies
17
+ - @se-studio/contentful-rest-api@1.0.170
18
+ - @se-studio/core-data-types@1.0.162
19
+
3
20
  ## 1.0.125
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/markdown-renderer",
3
- "version": "1.0.125",
3
+ "version": "1.0.127",
4
4
  "description": "Markdown renderer for Contentful content",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,15 +30,15 @@
30
30
  "@contentful/rich-text-types": "^17.2.7",
31
31
  "html-entities": "^2.6.0",
32
32
  "js-yaml": "^4.1.1",
33
- "@se-studio/contentful-rest-api": "1.0.169",
34
- "@se-studio/core-data-types": "1.0.161"
33
+ "@se-studio/contentful-rest-api": "1.0.171",
34
+ "@se-studio/core-data-types": "1.0.164"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@biomejs/biome": "^2.4.15",
38
38
  "@types/js-yaml": "^4.0.9",
39
- "@types/node": "^22.19.18",
39
+ "@types/node": "^24.12.4",
40
40
  "typescript": "^6.0.3",
41
- "vitest": "^4.1.5"
41
+ "vitest": "^4.1.7"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsc --project tsconfig.build.json",