@modern-js/plugin-docsite 1.0.0-rc.17 → 1.0.0-rc.21

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/CHANGELOG.md +68 -0
  2. package/package.json +88 -87
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # @modern-js/plugin-docsite
2
2
 
3
+ ## 1.0.0-rc.21
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 30ac27c: feat: add generator package description
9
+ - 0fd196e: feat: fix bugs
10
+ - 204c626: feat: initial
11
+ - 63be0a5: fix: #118 #104
12
+ - Updated dependencies [224f7fe]
13
+ - Updated dependencies [30ac27c]
14
+ - Updated dependencies [0fd196e]
15
+ - Updated dependencies [204c626]
16
+ - Updated dependencies [63be0a5]
17
+ - @modern-js/core@1.0.0-rc.21
18
+ - @modern-js/webpack@1.0.0-rc.21
19
+ - @modern-js/utils@1.0.0-rc.21
20
+
21
+ ## 1.0.0-rc.20
22
+
23
+ ### Patch Changes
24
+
25
+ - 224f7fe: fix server route match
26
+ - 30ac27c: feat: add generator package description
27
+ - feat: fix bugs
28
+ - 204c626: feat: initial
29
+ - 63be0a5: fix: #118 #104
30
+ - Updated dependencies [224f7fe]
31
+ - Updated dependencies [30ac27c]
32
+ - Updated dependencies [undefined]
33
+ - Updated dependencies [204c626]
34
+ - Updated dependencies [63be0a5]
35
+ - @modern-js/core@1.0.0-rc.20
36
+ - @modern-js/webpack@1.0.0-rc.20
37
+ - @modern-js/utils@1.0.0-rc.20
38
+
39
+ ## 1.0.0-rc.19
40
+
41
+ ### Patch Changes
42
+
43
+ - 224f7fe: fix server route match
44
+ - 30ac27c: feat: add generator package description
45
+ - 204c626: feat: initial
46
+ - 63be0a5: fix: #118 #104
47
+ - Updated dependencies [224f7fe]
48
+ - Updated dependencies [30ac27c]
49
+ - Updated dependencies [204c626]
50
+ - Updated dependencies [63be0a5]
51
+ - @modern-js/core@1.0.0-rc.19
52
+ - @modern-js/webpack@1.0.0-rc.19
53
+ - @modern-js/utils@1.0.0-rc.19
54
+
55
+ ## 1.0.0-rc.18
56
+
57
+ ### Patch Changes
58
+
59
+ - 224f7fe: fix server route match
60
+ - 30ac27c: feat: add generator package description
61
+ - 204c626: feat: initial
62
+ - 63be0a5: fix: #118 #104
63
+ - Updated dependencies [224f7fe]
64
+ - Updated dependencies [30ac27c]
65
+ - Updated dependencies [204c626]
66
+ - Updated dependencies [63be0a5]
67
+ - @modern-js/core@1.0.0-rc.18
68
+ - @modern-js/webpack@1.0.0-rc.18
69
+ - @modern-js/utils@1.0.0-rc.18
70
+
3
71
  ## 1.0.0-rc.17
4
72
 
5
73
  ### Patch Changes
package/package.json CHANGED
@@ -1,88 +1,89 @@
1
1
  {
2
- "name": "@modern-js/plugin-docsite",
3
- "version": "1.0.0-rc.17",
4
- "jsnext:source": "./src/index.ts",
5
- "types": "./dist/types/index.d.ts",
6
- "main": "./dist/js/node/index.js",
7
- "module": "./dist/js/treeshaking/index.js",
8
- "jsnext:modern": "./dist/js/modern/index.js",
9
- "exports": {
10
- ".": {
11
- "node": {
12
- "import": "./dist/js/modern/index.js",
13
- "require": "./dist/js/node/index.js"
14
- },
15
- "default": "./dist/js/treeshaking/index.js"
16
- },
17
- "./cli": "./dist/js/node/index.js"
18
- },
19
- "dependencies": {
20
- "@babel/parser": "^7.15.2",
21
- "@babel/runtime": "^7",
22
- "@mdx-js/mdx": "^1.6.22",
23
- "@mdx-js/react": "^1.6.22",
24
- "@modern-js/utils": "^1.0.0-rc.17",
25
- "@modern-js/webpack": "^1.0.0-rc.17",
26
- "antd": "^4.16.13",
27
- "chokidar": "^3.5.2",
28
- "core-js": "^3.17.2",
29
- "github-slugger": "^1.4.0",
30
- "glob": "^7.1.6",
31
- "gray-matter": "^4.0.3",
32
- "html-webpack-plugin": "^5.3.2",
33
- "lodash": "^4.17.21",
34
- "mdast-util-to-string": "^2.0.0",
35
- "path-browserify": "^1.0.1",
36
- "prism-react-renderer": "^1.2.1",
37
- "react": "^17",
38
- "react-dom": "^17",
39
- "react-live": "^2.3.0",
40
- "react-router-dom": "^5.3.0",
41
- "sort-paths": "^1.1.1",
42
- "styled-components": "^5.3.1",
43
- "unist-builder": "^2.0.3",
44
- "unist-util-visit": "^2.0.3",
45
- "webpack": "^5.54.0",
46
- "webpack-dev-server": "^4.1.1"
47
- },
48
- "devDependencies": {
49
- "@modern-js/module-tools-hooks": "^1.0.0-rc.17",
50
- "@types/core-js": "^2.5.5",
51
- "@types/github-slugger": "^1.3.0",
52
- "@types/glob": "^7.1.4",
53
- "@types/jest": "^26",
54
- "@types/lodash": "^4.14.168",
55
- "@types/node": "^14",
56
- "@types/react": "^17",
57
- "@types/react-dom": "^17",
58
- "@types/webpack-dev-server": "^4.1.0",
59
- "typescript": "^4",
60
- "@modern-js/core": "^1.0.0-rc.17",
61
- "@modern-js/plugin-testing": "^1.0.0-rc.17",
62
- "@modern-js/module-tools": "^1.0.0-rc.17"
63
- },
64
- "peerDependencies": {
65
- "@modern-js/core": "^1.0.0-rc.17"
66
- },
67
- "sideEffects": false,
68
- "modernConfig": {
69
- "output": {
70
- "packageMode": "node-js",
71
- "copy": [
72
- {
73
- "from": "static",
74
- "to": ""
75
- }
76
- ]
77
- }
78
- },
79
- "publishConfig": {
80
- "registry": "https://registry.npmjs.org/",
81
- "access": "public"
82
- },
83
- "scripts": {
84
- "new": "modern new",
85
- "build": "modern build",
86
- "test": "modern test --passWithNoTests"
87
- }
88
- }
2
+ "name": "@modern-js/plugin-docsite",
3
+ "description": "Modern.js docsite plugin",
4
+ "version": "1.0.0-rc.21",
5
+ "jsnext:source": "./src/index.ts",
6
+ "types": "./dist/types/index.d.ts",
7
+ "main": "./dist/js/node/index.js",
8
+ "module": "./dist/js/treeshaking/index.js",
9
+ "jsnext:modern": "./dist/js/modern/index.js",
10
+ "exports": {
11
+ ".": {
12
+ "node": {
13
+ "import": "./dist/js/modern/index.js",
14
+ "require": "./dist/js/node/index.js"
15
+ },
16
+ "default": "./dist/js/treeshaking/index.js"
17
+ },
18
+ "./cli": "./dist/js/node/index.js"
19
+ },
20
+ "dependencies": {
21
+ "@babel/parser": "^7.15.2",
22
+ "@babel/runtime": "^7",
23
+ "@mdx-js/mdx": "^1.6.22",
24
+ "@mdx-js/react": "^1.6.22",
25
+ "@modern-js/utils": "^1.0.0-rc.21",
26
+ "@modern-js/webpack": "^1.0.0-rc.21",
27
+ "antd": "^4.16.13",
28
+ "chokidar": "^3.5.2",
29
+ "core-js": "^3.17.2",
30
+ "github-slugger": "^1.4.0",
31
+ "glob": "^7.1.6",
32
+ "gray-matter": "^4.0.3",
33
+ "html-webpack-plugin": "^5.3.2",
34
+ "lodash": "^4.17.21",
35
+ "mdast-util-to-string": "^2.0.0",
36
+ "path-browserify": "^1.0.1",
37
+ "prism-react-renderer": "^1.2.1",
38
+ "react": "^17",
39
+ "react-dom": "^17",
40
+ "react-live": "^2.3.0",
41
+ "react-router-dom": "^5.3.0",
42
+ "sort-paths": "^1.1.1",
43
+ "styled-components": "^5.3.1",
44
+ "unist-builder": "^2.0.3",
45
+ "unist-util-visit": "^2.0.3",
46
+ "webpack": "^5.54.0",
47
+ "webpack-dev-server": "^4.1.1"
48
+ },
49
+ "devDependencies": {
50
+ "@modern-js/module-tools-hooks": "^1.0.0-rc.21",
51
+ "@types/core-js": "^2.5.5",
52
+ "@types/github-slugger": "^1.3.0",
53
+ "@types/glob": "^7.1.4",
54
+ "@types/jest": "^26",
55
+ "@types/lodash": "^4.14.168",
56
+ "@types/node": "^14",
57
+ "@types/react": "^17",
58
+ "@types/react-dom": "^17",
59
+ "@types/webpack-dev-server": "^4.1.0",
60
+ "typescript": "^4",
61
+ "@modern-js/core": "^1.0.0-rc.21",
62
+ "@modern-js/plugin-testing": "^1.0.0-rc.21",
63
+ "@modern-js/module-tools": "^1.0.0-rc.21"
64
+ },
65
+ "peerDependencies": {
66
+ "@modern-js/core": "^1.0.0-rc.21"
67
+ },
68
+ "sideEffects": false,
69
+ "modernConfig": {
70
+ "output": {
71
+ "packageMode": "node-js",
72
+ "copy": [
73
+ {
74
+ "from": "static",
75
+ "to": ""
76
+ }
77
+ ]
78
+ }
79
+ },
80
+ "publishConfig": {
81
+ "registry": "https://registry.npmjs.org/",
82
+ "access": "public"
83
+ },
84
+ "scripts": {
85
+ "new": "modern new",
86
+ "build": "modern build",
87
+ "test": "modern test --passWithNoTests"
88
+ }
89
+ }