@modern-js/module-tools-docs 2.67.4 → 2.67.5

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @modern-js/module-tools-docs
2
2
 
3
+ ## 2.67.5
4
+
3
5
  ## 2.67.4
4
6
 
5
7
  ## 2.67.3
@@ -1664,7 +1664,7 @@ export default defineConfig({
1664
1664
 
1665
1665
  同时函数形式可以接收一个参数,为当前打包文件的输出路径
1666
1666
 
1667
- ````js title="modern.config.ts"
1667
+ ```js title="modern.config.ts"
1668
1668
  export default defineConfig({
1669
1669
  buildConfig: {
1670
1670
  format: 'umd',
@@ -1677,7 +1677,4 @@ export default defineConfig({
1677
1677
  },
1678
1678
  },
1679
1679
  });
1680
- ```import { aliases } from '../../../../../../toolkit/utils/dist/compiled/browserslist';
1681
- import { createElement } from 'react';
1682
-
1683
- ````
1680
+ ```
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/document/module-doc"
10
10
  },
11
11
  "license": "MIT",
12
- "version": "2.67.4",
12
+ "version": "2.67.5",
13
13
  "main": "index.js",
14
14
  "devDependencies": {
15
15
  "@modern-js/doc-plugin-auto-sidebar": "2.58.1",