@modern-js/types 1.0.0-alpha.4 → 1.0.0-rc.12

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,8 +1,99 @@
1
1
  # @modern-js/types
2
2
 
3
- ## 1.0.0-alpha.3
3
+ ## 1.0.0-rc.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 224f7fe: fix server route match
8
+ - 204c626: feat: initial
9
+ - Updated dependencies [224f7fe]
10
+ - Updated dependencies [204c626]
11
+ - @modern-js/plugin@1.0.0-rc.12
12
+
13
+ ## 1.0.0-rc.11
14
+
15
+ ### Patch Changes
16
+
17
+ - 224f7fe: fix server route match
18
+ - 204c626: feat: initial
19
+ - Updated dependencies [224f7fe]
20
+ - Updated dependencies [204c626]
21
+ - @modern-js/plugin@1.0.0-rc.11
22
+
23
+ ## 1.0.0-rc.10
24
+
25
+ ### Patch Changes
26
+
27
+ - 224f7fe: fix server route match
28
+ - 204c626: feat: initial
29
+ - Updated dependencies [224f7fe]
30
+ - Updated dependencies [204c626]
31
+ - @modern-js/plugin@1.0.0-rc.10
32
+
33
+ ## 1.0.0-rc.9
34
+
35
+ ### Patch Changes
36
+
37
+ - 224f7fe: fix server route match
38
+ - 204c626: feat: initial
39
+ - Updated dependencies [224f7fe]
40
+ - Updated dependencies [204c626]
41
+ - @modern-js/plugin@1.0.0-rc.9
42
+
43
+ ## 1.0.0-rc.8
44
+
45
+ ### Patch Changes
46
+
47
+ - 224f7fe: fix server route match
48
+ - 204c626: feat: initial
49
+ - Updated dependencies [224f7fe]
50
+ - Updated dependencies [204c626]
51
+ - @modern-js/plugin@1.0.0-rc.8
52
+
53
+ ## 1.0.0-rc.7
54
+
55
+ ### Patch Changes
56
+
57
+ - 224f7fe: fix server route match
58
+ - 204c626: feat: initial
59
+ - Updated dependencies [224f7fe]
60
+ - Updated dependencies [204c626]
61
+ - @modern-js/plugin@1.0.0-rc.7
62
+
63
+ ## 1.0.0-rc.6
64
+
65
+ ### Patch Changes
66
+
67
+ - 224f7fe: fix server route match
68
+ - 204c626: feat: initial
69
+ - Updated dependencies [224f7fe]
70
+ - Updated dependencies [204c626]
71
+ - @modern-js/plugin@1.0.0-rc.6
72
+
73
+ ## 1.0.0-rc.5
74
+
75
+ ### Patch Changes
76
+
77
+ - 224f7fe: fix server route match
78
+ - 204c626: feat: initial
79
+ - Updated dependencies [224f7fe]
80
+ - Updated dependencies [204c626]
81
+ - @modern-js/plugin@1.0.0-rc.5
82
+
83
+ ## 1.0.0-rc.4
84
+
85
+ ### Patch Changes
86
+
87
+ - fix server route match
88
+ - 204c626: feat: initial
89
+ - Updated dependencies [undefined]
90
+ - Updated dependencies [204c626]
91
+ - @modern-js/plugin@1.0.0-rc.4
92
+
93
+ ## 1.0.0-rc.3
94
+
4
95
  ### Patch Changes
5
96
 
6
97
  - feat: initial
7
98
  - Updated dependencies [undefined]
8
- - @modern-js/plugin@1.0.0-alpha.3
99
+ - @modern-js/plugin@1.0.0-rc.3
package/README.md CHANGED
@@ -3,30 +3,22 @@
3
3
  <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
4
4
  </p>
5
5
 
6
- <p align="center">现代 Web 工程体系</p>
6
+ <p align="center">
7
+ 现代 Web 工程体系
8
+ <br/>
9
+ <a href="https://modernjs.dev" target="blank">
10
+ modernjs.dev
11
+ </a>
12
+ </p>
13
+
7
14
 
8
- ## 背景
15
+ ## 参考链接
9
16
  - [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009)
10
17
  - [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195)
18
+ - [字节跳动是如何落地微前端的](https://mp.weixin.qq.com/s/L9wbfNG5fTXF5bx7dcgj4Q)
11
19
 
12
- ## 计划
13
-
14
- Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进,README 文档之后统一提供(现阶段加入测试和开发,可以发 [issue](https://github.com/modern-js-dev/modern.js/issues) 留微信联系),完整的文档站计划在10月14日上线
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
20
+ ## 近期计划
31
21
 
22
+ Modern.js 的 1.0.0.rc 版已经发到 npm,目前在做测试改进和文档建设。
32
23
 
24
+ README、完整的文档站、介绍等,都计划在 10 月 27 日上线。
package/cli/index.d.ts CHANGED
@@ -28,6 +28,7 @@ export interface ServerRoute {
28
28
  isSSR: boolean;
29
29
  isApi?: boolean;
30
30
  bundle?: string;
31
+ enableModernMode?: boolean;
31
32
  }
32
33
 
33
34
  /**
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@modern-js/types",
3
- "version": "1.0.0-alpha.4",
3
+ "version": "1.0.0-rc.12",
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "dependencies": {
7
- "@modern-js/plugin": "1.0.0-alpha.4",
7
+ "@modern-js/plugin": "^1.0.0-rc.12",
8
8
  "webpack": "^5.54.0"
9
9
  },
10
10
  "exports": {
@@ -16,8 +16,12 @@
16
16
  "@types/node": "^14",
17
17
  "@types/react": "^17",
18
18
  "@types/react-dom": "^17",
19
- "@modern-js/plugin-testing": "^1.0.0-alpha.3",
20
- "@modern-js/module-tools": "^1.0.0-alpha.3"
19
+ "@modern-js/plugin-testing": "^1.0.0-rc.12",
20
+ "@modern-js/module-tools": "^1.0.0-rc.12"
21
21
  },
22
- "sideEffects": false
22
+ "sideEffects": false,
23
+ "publishConfig": {
24
+ "registry": "https://registry.npmjs.org/",
25
+ "access": "public"
26
+ }
23
27
  }