@modern-js/plugin-polyfill 1.0.0 → 1.1.2-rc.0

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,39 @@
1
1
  # @modern-js/plugin-polyfill
2
2
 
3
+ ## 1.1.2-rc.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [d73ff455]
8
+ - Updated dependencies [d73ff455]
9
+ - Updated dependencies [d73ff455]
10
+ - Updated dependencies [d73ff455]
11
+ - Updated dependencies [d73ff455]
12
+ - @modern-js/core@1.1.4-rc.0
13
+ - @modern-js/server-plugin@1.1.2
14
+
15
+ ## 1.1.1
16
+
17
+ ### Patch Changes
18
+
19
+ - 0fa83663: support more .env files
20
+ - Updated dependencies [6f7fe574]
21
+ - Updated dependencies [0fa83663]
22
+ - @modern-js/core@1.1.2
23
+ - @modern-js/server-plugin@1.1.1
24
+
25
+ ## 1.1.0
26
+
27
+ ### Minor Changes
28
+
29
+ - 96119db2: Relese v1.1.0
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies [96119db2]
34
+ - @modern-js/core@1.1.0
35
+ - @modern-js/server-plugin@1.1.0
36
+
3
37
  ## 1.0.0
4
38
 
5
39
  ### Patch Changes
package/README.md CHANGED
@@ -17,10 +17,7 @@
17
17
 
18
18
  > The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
19
19
 
20
- - 介绍 Modern.js (即将上线)
21
- - [迈入现代 Web 开发](https://zhuanlan.zhihu.com/p/386607009)
22
- - [现代 Web 开发者问卷调查报告](https://zhuanlan.zhihu.com/p/403206195)
23
- - [字节跳动是如何落地微前端的](https://mp.weixin.qq.com/s/L9wbfNG5fTXF5bx7dcgj4Q)
20
+ - [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
24
21
 
25
22
  ## Getting Started
26
23
 
@@ -1,5 +1,8 @@
1
1
  declare const _default: import("@modern-js/core").AsyncPlugin<Partial<import("@modern-js/core").Progresses2Threads<{
2
2
  config: import("@modern-js/core").ParallelWorkflow<void, unknown>;
3
+ resolvedConfig: import("@modern-js/core").AsyncWaterfall<{
4
+ resolved: import("@modern-js/core").NormalizedConfig;
5
+ }>;
3
6
  validateSchema: import("@modern-js/core").ParallelWorkflow<void, unknown>;
4
7
  prepare: import("@modern-js/core").AsyncWorkflow<void, void>;
5
8
  commands: import("@modern-js/core").AsyncWorkflow<{
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.0.0",
14
+ "version": "1.1.2-rc.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -36,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7",
38
38
  "@modern-js/polyfill-lib": "^1.0.0",
39
- "@modern-js/server-plugin": "^1.0.0",
39
+ "@modern-js/server-plugin": "^1.1.2",
40
40
  "lru-cache": "^6.0.0",
41
41
  "mime-types": "^2.1.32",
42
42
  "ua-parser-js": "^0.7.28"
43
43
  },
44
44
  "devDependencies": {
45
- "@modern-js/types": "^1.0.0",
45
+ "@modern-js/types": "^1.1.3-rc.0",
46
46
  "@types/jest": "^26",
47
47
  "@types/lru-cache": "^5.1.1",
48
48
  "@types/mime-types": "^2.1.1",
@@ -51,12 +51,12 @@
51
51
  "@types/react-dom": "^17",
52
52
  "@types/ua-parser-js": "^0.7.36",
53
53
  "typescript": "^4",
54
- "@modern-js/core": "^1.0.0",
55
- "@modern-js/plugin-testing": "^1.0.0",
56
- "@modern-js/module-tools": "^1.0.0"
54
+ "@modern-js/core": "^1.1.4-rc.0",
55
+ "@modern-js/plugin-testing": "^1.1.1",
56
+ "@modern-js/module-tools": "^1.1.1"
57
57
  },
58
58
  "peerDependencies": {
59
- "@modern-js/core": "^1.0.0"
59
+ "@modern-js/core": "^1.1.4-rc.0"
60
60
  },
61
61
  "sideEffects": false,
62
62
  "modernConfig": {
@@ -73,5 +73,6 @@
73
73
  "build": "modern build",
74
74
  "dev": "modern build --watch",
75
75
  "test": "modern test --passWithNoTests"
76
- }
76
+ },
77
+ "readme": "\n<p align=\"center\">\n <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>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
77
78
  }