@modern-js/create-request 1.0.0-rc.10 → 1.0.0-rc.14

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/README.md +13 -21
  2. package/package.json +6 -6
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/create-request",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.14",
4
4
  "jsnext:source": "./src/index.ts",
5
5
  "types": "./dist/types/index.d.ts",
6
6
  "main": "./dist/js/node/index.js",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@babel/runtime": "^7",
28
- "@modern-js/runtime": "^1.0.0-rc.10",
29
- "@modern-js/utils": "^1.0.0-rc.10",
30
- "@modern-js/plugin-ssr": "^1.0.0-rc.10",
28
+ "@modern-js/runtime": "^1.0.0-rc.14",
29
+ "@modern-js/utils": "^1.0.0-rc.14",
30
+ "@modern-js/plugin-ssr": "^1.0.0-rc.14",
31
31
  "node-fetch": "^2.6.1",
32
32
  "path-to-regexp": "^6.2.0"
33
33
  },
@@ -38,8 +38,8 @@
38
38
  "@types/react": "^17",
39
39
  "@types/react-dom": "^17",
40
40
  "typescript": "^4",
41
- "@modern-js/plugin-testing": "^1.0.0-rc.10",
42
- "@modern-js/module-tools": "^1.0.0-rc.10"
41
+ "@modern-js/plugin-testing": "^1.0.0-rc.14",
42
+ "@modern-js/module-tools": "^1.0.0-rc.14"
43
43
  },
44
44
  "sideEffects": false,
45
45
  "publishConfig": {