@vuepress-plume/plugin-search 1.0.0-rc.176 → 1.0.0-rc.178

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/lib/node/index.js CHANGED
@@ -299,7 +299,7 @@ const SEARCH_LOCALES = [
299
299
  //#endregion
300
300
  //#region src/node/searchPlugin.ts
301
301
  const __dirname = getDirname(import.meta.url);
302
- function searchPlugin({ locales = {}, isSearchable,...searchOptions } = {}) {
302
+ function searchPlugin({ locales = {}, isSearchable, ...searchOptions } = {}) {
303
303
  return (app) => ({
304
304
  name: "@vuepress-plume/plugin-search",
305
305
  clientConfigFile: path.resolve(__dirname, "../client/config.js"),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuepress-plume/plugin-search",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.176",
4
+ "version": "1.0.0-rc.178",
5
5
  "description": "The Plugin for VuePress 2 - local search",
6
6
  "author": "pengzhanbo <volodymyr@foxmail.com>",
7
7
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  "focus-trap": "^7.6.6",
42
42
  "mark.js": "^8.11.1",
43
43
  "minisearch": "^7.2.0",
44
- "p-map": "^7.0.3",
44
+ "p-map": "^7.0.4",
45
45
  "vue": "^3.5.24"
46
46
  },
47
47
  "publishConfig": {