@brillout/docpress 0.4.16 → 0.4.17
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,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vite_plugin_ssr_dist_types_node_runtime_html_renderHtml from 'vite-plugin-ssr/dist/types/node/runtime/html/renderHtml';
|
|
2
2
|
import { PageContextBuiltIn } from 'vite-plugin-ssr/types';
|
|
3
3
|
|
|
4
4
|
type MarkdownHeading = {
|
|
@@ -17,6 +17,6 @@ type PageContextOriginal = PageContextBuiltIn & {
|
|
|
17
17
|
exports: Exports;
|
|
18
18
|
};
|
|
19
19
|
|
|
20
|
-
declare function render(pageContextOriginal: PageContextOriginal): Promise<
|
|
20
|
+
declare function render(pageContextOriginal: PageContextOriginal): Promise<vite_plugin_ssr_dist_types_node_runtime_html_renderHtml.TemplateWrapped>;
|
|
21
21
|
|
|
22
22
|
export { render };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brillout/docpress",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"// Check types while developing": "",
|
|
6
6
|
"types": "tsc --noEmit --watch",
|
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
"@mdx-js/mdx": "^2.0.0",
|
|
17
17
|
"@mdx-js/react": "^2.0.0",
|
|
18
18
|
"@mdx-js/rollup": "^2.0.0",
|
|
19
|
-
"@vitejs/plugin-react-swc": "^3.3.
|
|
19
|
+
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
20
20
|
"balloon-css": "^1.2.0",
|
|
21
21
|
"express": "^4.17.1",
|
|
22
22
|
"rehype-pretty-code": "^0.3.2",
|
|
23
23
|
"remark-gfm": "^3.0.1",
|
|
24
24
|
"shiki": "^0.10.1",
|
|
25
25
|
"twemoji": "^13.1.0",
|
|
26
|
-
"vite": "
|
|
27
|
-
"vite-plugin-ssr": "^0.4.
|
|
26
|
+
"vite": "^4.3.9",
|
|
27
|
+
"vite-plugin-ssr": "^0.4.131"
|
|
28
28
|
},
|
|
29
29
|
"type": "module",
|
|
30
30
|
"exports": {
|