@knapsack/rendering-utils 4.92.5--canary.7575.2add886.0 → 4.92.5

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.
@@ -3,31 +3,31 @@
3
3
  > ava
4
4
 
5
5
 
6
- ✔ blocksToHtml - empty array (263ms)
7
- ✔ blocksToHtml - single divider-block (262ms)
8
- ✔ blocksToHtml - single text-editor block (262ms)
9
- ✔ blocksToHtml - single code-snippet block (212ms)
10
- ✔ blocksToHtml - single callout block (199ms)
11
- ✔ blocksToHtml - single callout block with error type (185ms)
12
- ✔ blocksToHtml - single image-block with single image (174ms)
13
- ✔ blocksToHtml - single image-block with multiple images (174ms)
14
- ✔ blocksToHtml - single image-block with no images (174ms)
15
- ✔ blocksToHtml - single image-block with empty images array (174ms)
16
- ✔ blocksToHtml - single video block (174ms)
17
- ✔ blocksToHtml - single files-list block with image files (174ms)
18
- ✔ blocksToHtml - single files-list block with non-image files (173ms)
19
- ✔ blocksToHtml - single files-list block with mixed files (173ms)
20
- ✔ blocksToHtml - single files-list block with empty array (173ms)
21
- ✔ blocksToHtml - single shortcut-tiles block (173ms)
22
- ✔ blocksToHtml - single shortcut-tiles block with empty shortcuts (173ms)
23
- ✔ blocksToHtml - single shortcut-tiles block with no image (173ms)
24
- ✔ blocksToHtml - single shortcut-tiles block with link but no name (173ms)
25
- ✔ blocksToHtml - block with no data (160ms)
26
- ✔ blocksToHtml - file extensions detection for images (144ms)
27
- ✔ blocksToHtml - case insensitive file extension detection (144ms)
28
- ✔ blocksToHtml - files with no extension (144ms)
6
+ ✔ blocksToHtml - empty array (139ms)
7
+ ✔ blocksToHtml - single divider-block (138ms)
8
+ ✔ blocksToHtml - single text-editor block (138ms)
9
+ ✔ blocksToHtml - single code-snippet block
10
+ ✔ blocksToHtml - single callout block
11
+ ✔ blocksToHtml - single callout block with error type
29
12
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
30
13
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
14
+ ✔ blocksToHtml - single image-block with single image
15
+ ✔ blocksToHtml - single image-block with multiple images
16
+ ✔ blocksToHtml - single image-block with no images
17
+ ✔ blocksToHtml - single image-block with empty images array
18
+ ✔ blocksToHtml - single video block
19
+ ✔ blocksToHtml - single files-list block with image files
20
+ ✔ blocksToHtml - single files-list block with non-image files
21
+ ✔ blocksToHtml - single files-list block with mixed files
22
+ ✔ blocksToHtml - single files-list block with empty array
23
+ ✔ blocksToHtml - single shortcut-tiles block
24
+ ✔ blocksToHtml - single shortcut-tiles block with empty shortcuts
25
+ ✔ blocksToHtml - single shortcut-tiles block with no image
26
+ ✔ blocksToHtml - single shortcut-tiles block with link but no name
27
+ ✔ blocksToHtml - block with no data
28
+ ✔ blocksToHtml - file extensions detection for images
29
+ ✔ blocksToHtml - case insensitive file extension detection
30
+ ✔ blocksToHtml - files with no extension
31
31
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
32
32
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
33
33
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
@@ -36,12 +36,12 @@ marked(): mangle parameter is enabled by default, but is deprecated since versio
36
36
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
37
37
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
38
38
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
39
- ✔ blocksToHtml - unknown block type throws error (166ms)
40
- ✔ blocksToHtml - single markdown-block with string (239ms)
41
- ✔ blocksToHtml - single markdown-block with array (238ms)
42
- ✔ blocksToHtml - single markdown-block with empty string (238ms)
43
- ✔ blocksToHtml - single markdown-block with undefined md (238ms)
44
- ✔ blocksToHtml - multiple different block types (212ms)
39
+ ✔ blocksToHtml - unknown block type throws error
40
+ ✔ blocksToHtml - single markdown-block with string (126ms)
41
+ ✔ blocksToHtml - single markdown-block with array (126ms)
42
+ ✔ blocksToHtml - single markdown-block with empty string (125ms)
43
+ ✔ blocksToHtml - single markdown-block with undefined md (125ms)
44
+ ✔ blocksToHtml - multiple different block types (115ms)
45
45
 
46
46
 
47
47
  29 tests passed
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "4.92.5--canary.7575.2add886.0",
4
+ "version": "4.92.5",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -25,17 +25,17 @@
25
25
  "test": "ava"
26
26
  },
27
27
  "dependencies": {
28
- "@knapsack/tiptap-utils": "4.92.5--canary.7575.2add886.0",
29
- "@knapsack/utils": "4.92.5--canary.7575.2add886.0",
28
+ "@knapsack/tiptap-utils": "4.92.5",
29
+ "@knapsack/utils": "4.92.5",
30
30
  "isomorphic-dompurify": "^1.13.0",
31
31
  "marked": "^6.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.92.5--canary.7575.2add886.0",
35
- "@knapsack/prettier-config": "4.92.5--canary.7575.2add886.0",
36
- "@knapsack/test-ava": "4.92.5--canary.7575.2add886.0",
37
- "@knapsack/types": "4.92.5--canary.7575.2add886.0",
38
- "@knapsack/typescript-config-starter": "4.92.5--canary.7575.2add886.0",
34
+ "@knapsack/eslint-config-starter": "4.92.5",
35
+ "@knapsack/prettier-config": "4.92.5",
36
+ "@knapsack/test-ava": "4.92.5",
37
+ "@knapsack/types": "4.92.5",
38
+ "@knapsack/typescript-config-starter": "4.92.5",
39
39
  "@types/node": "^22.19.11",
40
40
  "ava": "^6.4.1",
41
41
  "eslint": "^9.20.0",
@@ -50,5 +50,5 @@
50
50
  "directory": "libs/rendering-utils",
51
51
  "type": "git"
52
52
  },
53
- "gitHead": "2add88692b12f11e8f3b9b68213f6faeb1e0f865"
53
+ "gitHead": "59a096276929c52e69144c309729a5e9cc696088"
54
54
  }