@rspress/plugin-preview 0.0.0-nightly-20240219054541 → 0.0.0-nightly-20240219160156

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 +3 -3
package/dist/index.d.ts CHANGED
@@ -41,7 +41,7 @@ type IframeOptions = {
41
41
  position?: 'fixed' | 'follow';
42
42
  /**
43
43
  * dev server port for the iframe
44
- * @default 'follow'
44
+ * @default 7890
45
45
  */
46
46
  devPort?: number;
47
47
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspress/plugin-preview",
3
- "version": "0.0.0-nightly-20240219054541",
3
+ "version": "0.0.0-nightly-20240219160156",
4
4
  "description": "A plugin for rspress to preview the code block in markdown/mdx file.",
5
5
  "bugs": "https://github.com/web-infra-dev/rspress/issues",
6
6
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "remark-gfm": "3.0.1",
31
31
  "rspack-plugin-virtual-module": "0.1.12",
32
32
  "lodash": "4.17.21",
33
- "@rspress/shared": "0.0.0-nightly-20240219054541"
33
+ "@rspress/shared": "0.0.0-nightly-20240219160156"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/mdast": "^3.0.10",
@@ -50,7 +50,7 @@
50
50
  "peerDependencies": {
51
51
  "react": ">=17",
52
52
  "react-router-dom": "^6.8.1",
53
- "@rspress/core": "0.0.0-nightly-20240219054541"
53
+ "@rspress/core": "0.0.0-nightly-20240219160156"
54
54
  },
55
55
  "files": [
56
56
  "dist",