@rspress/plugin-medium-zoom 2.0.0-beta.10 → 2.0.0-beta.11

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -275,7 +275,7 @@ declare type LocalSearchOptions = SearchHooks & {
275
275
  versioned?: boolean;
276
276
  /**
277
277
  * If enabled, the search index will include code block content, which allows users to search code blocks.
278
- * @default false
278
+ * @default true
279
279
  */
280
280
  codeBlocks?: boolean;
281
281
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-medium-zoom",
3
- "version": "2.0.0-beta.10",
3
+ "version": "2.0.0-beta.11",
4
4
  "description": "A plugin for rspress to zoom images in docs.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -35,16 +35,16 @@
35
35
  "@microsoft/api-extractor": "^7.52.8",
36
36
  "@rslib/core": "0.8.0",
37
37
  "@types/node": "^22.8.1",
38
- "@types/react": "^18.3.22",
39
- "@types/react-dom": "^18.3.7",
38
+ "@types/react": "^19.1.6",
39
+ "@types/react-dom": "^19.1.6",
40
40
  "react": "^19.1.0",
41
41
  "rsbuild-plugin-publint": "^0.3.2",
42
42
  "typescript": "^5.8.2",
43
43
  "@rspress/config": "1.0.0",
44
- "@rspress/shared": "2.0.0-beta.10"
44
+ "@rspress/shared": "2.0.0-beta.11"
45
45
  },
46
46
  "peerDependencies": {
47
- "@rspress/runtime": "^2.0.0-beta.10"
47
+ "@rspress/runtime": "^2.0.0-beta.11"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.0.0"