@brillout/docpress 0.6.1 → 0.6.2
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/+config.ts +1 -1
- package/dist/+config.js +1 -1
- package/package.json +1 -1
package/+config.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Config } from 'vike/types'
|
|
2
2
|
|
|
3
3
|
export default {
|
|
4
|
-
// @ts-
|
|
4
|
+
// @ts-ignore remove this ts-ignore once Vike's new version is released
|
|
5
5
|
name: '@brillout/docpress' ,
|
|
6
6
|
onRenderHtml: 'import:@brillout/docpress/renderer/onRenderHtml:onRenderHtml',
|
|
7
7
|
client: 'import:@brillout/docpress/renderer/client:doesNotExist',
|
package/dist/+config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
// @ts-
|
|
2
|
+
// @ts-ignore remove this ts-ignore once Vike's new version is released
|
|
3
3
|
name: '@brillout/docpress',
|
|
4
4
|
onRenderHtml: 'import:@brillout/docpress/renderer/onRenderHtml:onRenderHtml',
|
|
5
5
|
client: 'import:@brillout/docpress/renderer/client:doesNotExist',
|