@astrojs/markdoc 0.15.6 → 0.15.8
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.
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** biome-ignore-all lint/correctness/noUnusedImports: not correctly detected because type isn't exported */
|
|
1
2
|
import type { Tokenizer } from '@markdoc/markdoc';
|
|
2
3
|
import type * as Token from 'markdown-it/lib/token';
|
|
3
4
|
export declare function htmlTokenTransform(tokenizer: Tokenizer, tokens: Token[]): Token[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/markdoc",
|
|
3
3
|
"description": "Add support for Markdoc in your Astro site",
|
|
4
|
-
"version": "0.15.
|
|
4
|
+
"version": "0.15.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"author": "withastro",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"esbuild": "^0.25.0",
|
|
61
61
|
"github-slugger": "^2.0.0",
|
|
62
62
|
"htmlparser2": "^10.0.0",
|
|
63
|
-
"@astrojs/internal-helpers": "0.7.
|
|
64
|
-
"@astrojs/markdown-remark": "6.3.
|
|
63
|
+
"@astrojs/internal-helpers": "0.7.4",
|
|
64
|
+
"@astrojs/markdown-remark": "6.3.8",
|
|
65
65
|
"@astrojs/prism": "3.3.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/markdown-it": "^14.1.2",
|
|
72
|
-
"devalue": "^5.
|
|
72
|
+
"devalue": "^5.3.2",
|
|
73
73
|
"linkedom": "^0.18.12",
|
|
74
74
|
"vite": "^6.3.6",
|
|
75
|
-
"astro": "5.
|
|
75
|
+
"astro": "5.14.3",
|
|
76
76
|
"astro-scripts": "0.0.14"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|