@vuepress-plume/plugin-search 1.0.0-rc.61 → 1.0.0-rc.63

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.
@@ -15,7 +15,7 @@ export function searchPlugin({ locales = {}, isSearchable, ...searchOptions } =
15
15
  addViteOptimizeDepsInclude(bundlerOptions, app, ['mark.js/src/vanilla.js', '@vueuse/integrations/useFocusTrap', 'minisearch']);
16
16
  },
17
17
  onPrepared: app => prepareSearchIndex({ app, isSearchable, searchOptions }),
18
- onWatched: async (app, watchers) => {
18
+ onWatched: (app, watchers) => {
19
19
  const searchIndexWatcher = chokidar.watch('pages/**/*.js', {
20
20
  cwd: app.dir.temp(),
21
21
  ignoreInitial: true,
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@vuepress-plume/plugin-search",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.61",
5
- "description": "The Plugin for VuePres 2 - local search",
4
+ "version": "1.0.0-rc.63",
5
+ "description": "The Plugin for VuePress 2 - local search",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/pengzhanbo/vuepress-theme-plume#readme",
@@ -31,12 +31,12 @@
31
31
  "lib"
32
32
  ],
33
33
  "peerDependencies": {
34
- "vuepress": "2.0.0-rc.12"
34
+ "vuepress": "2.0.0-rc.13"
35
35
  },
36
36
  "dependencies": {
37
- "@vuepress/helper": "2.0.0-rc.31",
38
- "@vueuse/core": "^10.9.0",
39
- "@vueuse/integrations": "^10.9.0",
37
+ "@vuepress/helper": "2.0.0-rc.34",
38
+ "@vueuse/core": "^10.10.0",
39
+ "@vueuse/integrations": "^10.10.0",
40
40
  "chokidar": "^3.6.0",
41
41
  "focus-trap": "^7.5.4",
42
42
  "mark.js": "^8.11.1",