@knapsack/rendering-utils 5.0.0--canary.7791.86072ba.0 → 5.0.1--canary.7795.2c03c5e.0

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.
@@ -35,10 +35,10 @@ marked(): headerIds and headerPrefix parameters enabled by default, but are depr
35
35
  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
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
 
38
- ✓ src/blocks-to-html.test.ts (34 tests) 195ms
38
+ ✓ src/blocks-to-html.test.ts (34 tests) 174ms
39
39
 
40
40
   Test Files  1 passed (1)
41
41
   Tests  34 passed (34)
42
-  Start at  20:06:26
43
-  Duration  1.84s (transform 274ms, setup 0ms, import 1.41s, tests 195ms, environment 0ms)
42
+  Start at  17:05:09
43
+  Duration  1.78s (transform 244ms, setup 0ms, import 1.38s, tests 174ms, environment 0ms)
44
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "5.0.0--canary.7791.86072ba.0",
4
+ "version": "5.0.1--canary.7795.2c03c5e.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -25,16 +25,16 @@
25
25
  "test": "vitest run"
26
26
  },
27
27
  "dependencies": {
28
- "@knapsack/tiptap-utils": "5.0.0--canary.7791.86072ba.0",
29
- "@knapsack/utils": "5.0.0--canary.7791.86072ba.0",
28
+ "@knapsack/tiptap-utils": "5.0.1--canary.7795.2c03c5e.0",
29
+ "@knapsack/utils": "5.0.1--canary.7795.2c03c5e.0",
30
30
  "isomorphic-dompurify": "^1.13.0",
31
31
  "marked": "^6.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "5.0.0--canary.7791.86072ba.0",
35
- "@knapsack/prettier-config": "5.0.0--canary.7791.86072ba.0",
36
- "@knapsack/types": "5.0.0--canary.7791.86072ba.0",
37
- "@knapsack/typescript-config-starter": "5.0.0--canary.7791.86072ba.0",
34
+ "@knapsack/eslint-config-starter": "5.0.1--canary.7795.2c03c5e.0",
35
+ "@knapsack/prettier-config": "5.0.1--canary.7795.2c03c5e.0",
36
+ "@knapsack/types": "5.0.1--canary.7795.2c03c5e.0",
37
+ "@knapsack/typescript-config-starter": "5.0.1--canary.7795.2c03c5e.0",
38
38
  "@types/node": "^22.19.11",
39
39
  "eslint": "^9.20.0",
40
40
  "typescript": "^5.9.3",
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/rendering-utils",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "86072ba9ee416b70b656ebf4fc91827c1d46b0d2"
52
+ "gitHead": "2c03c5eaf5b39eb94f8aa8bddcf3a0f3323801e4"
53
53
  }