@modern-js/main-doc 0.0.0-next-1686195892410 → 0.0.0-next-1686218825540

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,10 +1,15 @@
1
1
  # @modern-js/main-doc
2
2
 
3
- ## 0.0.0-next-1686195892410
3
+ ## 0.0.0-next-1686218825540
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @modern-js/builder-doc@0.0.0-next-1686195892410
7
+ - 598ceb7a22: chore: publishConfig add provenance config
8
+
9
+ chore: publishConfig 增加 provenance 配置
10
+
11
+ - Updated dependencies [598ceb7a22]
12
+ - @modern-js/builder-doc@0.0.0-next-1686218825540
8
13
 
9
14
  ## 2.22.1
10
15
 
@@ -5,7 +5,7 @@ title: Add Style
5
5
 
6
6
  import { Tabs, Tab as TabItem } from "@theme";
7
7
 
8
- In the previous chapter, we learned how to use components from the three-way library.
8
+ In the previous chapter, we learned how to use components from the third-party library.
9
9
 
10
10
  In this chapter, we will learn how to implement UI components.
11
11
 
package/package.json CHANGED
@@ -15,13 +15,14 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1686195892410",
18
+ "version": "0.0.0-next-1686218825540",
19
19
  "publishConfig": {
20
20
  "registry": "https://registry.npmjs.org/",
21
- "access": "public"
21
+ "access": "public",
22
+ "provenance": true
22
23
  },
23
24
  "peerDependencies": {
24
- "@modern-js/builder-doc": "0.0.0-next-1686195892410"
25
+ "@modern-js/builder-doc": "0.0.0-next-1686218825540"
25
26
  },
26
27
  "devDependencies": {
27
28
  "classnames": "^2",
@@ -33,9 +34,9 @@
33
34
  "fs-extra": "^10",
34
35
  "@types/node": "^16",
35
36
  "@types/fs-extra": "^9",
36
- "@modern-js/builder-doc": "0.0.0-next-1686195892410",
37
- "@modern-js/doc-tools": "0.0.0-next-1686195892410",
38
- "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686195892410"
37
+ "@modern-js/builder-doc": "0.0.0-next-1686218825540",
38
+ "@modern-js/doc-tools": "0.0.0-next-1686218825540",
39
+ "@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686218825540"
39
40
  },
40
41
  "scripts": {
41
42
  "dev": "modern dev",