@vuepress/plugin-docsearch
Advanced tools
Comparing version 2.0.0-beta.46 to 2.0.0-beta.47
import type { PropType } from 'vue'; | ||
import type { DocsearchOptions } from '../../shared'; | ||
import '@docsearch/css'; | ||
import '../styles/docsearch.css'; | ||
export declare const Docsearch: import("vue").DefineComponent<{ | ||
@@ -5,0 +6,0 @@ containerId: { |
@@ -8,2 +8,3 @@ // @ts-expect-error: docsearch type issue | ||
import '@docsearch/css'; | ||
import '../styles/docsearch.css'; | ||
export const Docsearch = defineComponent({ | ||
@@ -10,0 +11,0 @@ name: 'Docsearch', |
{ | ||
"name": "@vuepress/plugin-docsearch", | ||
"version": "2.0.0-beta.46", | ||
"version": "2.0.0-beta.47", | ||
"description": "VuePress plugin - docsearch", | ||
@@ -32,8 +32,8 @@ "keywords": [ | ||
"@docsearch/react": "^3.1.0", | ||
"@vuepress/client": "2.0.0-beta.46", | ||
"@vuepress/core": "2.0.0-beta.46", | ||
"@vuepress/shared": "2.0.0-beta.46", | ||
"@vuepress/utils": "2.0.0-beta.46", | ||
"@vuepress/client": "2.0.0-beta.47", | ||
"@vuepress/core": "2.0.0-beta.47", | ||
"@vuepress/shared": "2.0.0-beta.47", | ||
"@vuepress/utils": "2.0.0-beta.47", | ||
"ts-debounce": "^4.0.0", | ||
"vue": "^3.2.35", | ||
"vue": "^3.2.36", | ||
"vue-router": "^4.0.15" | ||
@@ -46,4 +46,5 @@ }, | ||
"build": "tsc -b tsconfig.build.json", | ||
"clean": "rimraf lib *.tsbuildinfo" | ||
"clean": "rimraf lib *.tsbuildinfo", | ||
"copy": "cpx \"src/**/*.css\" lib" | ||
} | ||
} |
12640
23
266
+ Added@vuepress/client@2.0.0-beta.47(transitive)
+ Added@vuepress/core@2.0.0-beta.47(transitive)
+ Added@vuepress/markdown@2.0.0-beta.47(transitive)
+ Added@vuepress/shared@2.0.0-beta.47(transitive)
+ Added@vuepress/utils@2.0.0-beta.47(transitive)
- Removed@vuepress/client@2.0.0-beta.46(transitive)
- Removed@vuepress/core@2.0.0-beta.46(transitive)
- Removed@vuepress/markdown@2.0.0-beta.46(transitive)
- Removed@vuepress/shared@2.0.0-beta.46(transitive)
- Removed@vuepress/utils@2.0.0-beta.46(transitive)
Updated@vuepress/core@2.0.0-beta.47
Updatedvue@^3.2.36