@knapsack/rendering-utils 4.100.0 → 4.100.1--canary.7985.eb739a3.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.
- package/.turbo/turbo-test.log +3 -3
- package/package.json +8 -8
package/.turbo/turbo-test.log
CHANGED
|
@@ -35,10 +35,10 @@ marked(): headerIds and headerPrefix parameters enabled by default, but are depr
|
|
|
35
35
|
[22m[39mmarked(): 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
|
-
[32m✓[39m src/blocks-to-html.test.ts [2m([22m[2m37 tests[22m[2m)[22m[
|
|
38
|
+
[32m✓[39m src/blocks-to-html.test.ts [2m([22m[2m37 tests[22m[2m)[22m[32m 176[2mms[22m[39m
|
|
39
39
|
|
|
40
40
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
41
41
|
[2m Tests [22m [1m[32m37 passed[39m[22m[90m (37)[39m
|
|
42
|
-
[2m Start at [22m
|
|
43
|
-
[2m Duration [22m
|
|
42
|
+
[2m Start at [22m 23:27:10
|
|
43
|
+
[2m Duration [22m 1.38s[2m (transform 187ms, setup 0ms, import 1.05s, tests 176ms, environment 0ms)[22m
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/rendering-utils",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.100.0",
|
|
4
|
+
"version": "4.100.1--canary.7985.eb739a3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"test": "tsc -p tsconfig.test.json && vitest run"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@knapsack/tiptap-utils": "4.100.0",
|
|
29
|
-
"@knapsack/utils": "4.100.0",
|
|
28
|
+
"@knapsack/tiptap-utils": "4.100.1--canary.7985.eb739a3.0",
|
|
29
|
+
"@knapsack/utils": "4.100.1--canary.7985.eb739a3.0",
|
|
30
30
|
"isomorphic-dompurify": "^1.13.0",
|
|
31
31
|
"marked": "^6.0.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@knapsack/eslint-config-starter": "4.100.0",
|
|
35
|
-
"@knapsack/prettier-config": "4.100.0",
|
|
36
|
-
"@knapsack/types": "4.100.0",
|
|
37
|
-
"@knapsack/typescript-config-starter": "4.100.0",
|
|
34
|
+
"@knapsack/eslint-config-starter": "4.100.1--canary.7985.eb739a3.0",
|
|
35
|
+
"@knapsack/prettier-config": "4.100.1--canary.7985.eb739a3.0",
|
|
36
|
+
"@knapsack/types": "4.100.1--canary.7985.eb739a3.0",
|
|
37
|
+
"@knapsack/typescript-config-starter": "4.100.1--canary.7985.eb739a3.0",
|
|
38
38
|
"@types/node": "^24.13.2",
|
|
39
39
|
"eslint": "^9.20.0",
|
|
40
40
|
"typescript": "^6.0.3",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"directory": "libs/rendering-utils",
|
|
50
50
|
"type": "git"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "eb739a3cd2db8ea086b59da709826b3d73cb8607"
|
|
53
53
|
}
|