@brc-dd/vitepress
Advanced tools
Comparing version 1.0.0-dev.664006 to 1.0.0-dev.03f8c5e
@@ -37,2 +37,4 @@ import { createApp as createClientApp, createSSRApp, defineComponent, h, onMounted, watch } from 'vue'; | ||
app.provide(dataSymbol, data); | ||
// provide this to avoid circular dependency in VPContent | ||
app.provide('NotFound', NotFound); | ||
// install global components | ||
@@ -39,0 +41,0 @@ app.component('Content', Content); |
@@ -1,2 +0,2 @@ | ||
import { p as picocolors, g as build, s as serve, e as createServer } from './serve-453afd54.js'; | ||
import { p as picocolors, g as build, s as serve, e as createServer } from './serve-b75c1f58.js'; | ||
import 'shiki'; | ||
@@ -275,3 +275,3 @@ import 'fs'; | ||
var version = "1.0.0-dev.0664006"; | ||
var version = "1.0.0-dev.03f8c5e"; | ||
@@ -278,0 +278,0 @@ const argv = minimist(process.argv.slice(2)); |
@@ -6,2 +6,3 @@ import * as vite from 'vite'; | ||
import anchorPlugin from 'markdown-it-anchor'; | ||
import { FrontmatterPluginOptions } from '@mdit-vue/plugin-frontmatter'; | ||
import { TocPluginOptions } from '@mdit-vue/plugin-toc'; | ||
@@ -362,2 +363,3 @@ import { IThemeRegistration } from 'shiki'; | ||
}; | ||
frontmatter?: FrontmatterPluginOptions; | ||
theme?: ThemeOptions; | ||
@@ -364,0 +366,0 @@ toc?: TocPluginOptions; |
@@ -1,2 +0,2 @@ | ||
export { g as build, f as createMarkdownRenderer, e as createServer, d as defineConfig, a as defineConfigWithTheme, r as resolveConfig, b as resolveSiteData, c as resolveSiteDataByRoute, s as serve } from './serve-453afd54.js'; | ||
export { g as build, f as createMarkdownRenderer, e as createServer, d as defineConfig, a as defineConfigWithTheme, r as resolveConfig, b as resolveSiteData, c as resolveSiteDataByRoute, s as serve } from './serve-b75c1f58.js'; | ||
import 'node:dns'; | ||
@@ -3,0 +3,0 @@ import 'vite'; |
{ | ||
"name": "@brc-dd/vitepress", | ||
"version": "1.0.0-dev.0664006", | ||
"version": "1.0.0-dev.03f8c5e", | ||
"description": "Vite & Vue powered static site generator", | ||
@@ -59,4 +59,6 @@ "type": "module", | ||
"devDependencies": { | ||
"@mdit-vue/plugin-component": "^0.9.2", | ||
"@mdit-vue/plugin-component": "^0.9.4", | ||
"@mdit-vue/plugin-frontmatter": "^0.9.2", | ||
"@mdit-vue/plugin-toc": "^0.9.2", | ||
"@mdit-vue/types": "^0.9.2", | ||
"@rollup/plugin-alias": "^3.1.9", | ||
@@ -97,3 +99,2 @@ "@rollup/plugin-commonjs": "^22.0.2", | ||
"fs-extra": "^10.1.0", | ||
"gray-matter": "^4.0.3", | ||
"lint-staged": "^13.0.3", | ||
@@ -100,0 +101,0 @@ "lru-cache": "^7.13.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3890664
125686
66