@modern-js/plugin-testing 2.2.0 → 2.4.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,34 @@
1
1
  # @modern-js/plugin-testing
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [98a2733]
8
+ - Updated dependencies [9e907ec]
9
+ - Updated dependencies [8c2db5f]
10
+ - @modern-js/utils@2.4.0
11
+ - @modern-js/runtime@2.4.0
12
+ - @modern-js/babel-preset-app@2.4.0
13
+ - @modern-js/prod-server@2.4.0
14
+ - @modern-js/babel-compiler@2.4.0
15
+ - @modern-js/plugin@2.4.0
16
+
17
+ ## 2.3.0
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [fd5a3ed]
22
+ - Updated dependencies [6ca1c0b]
23
+ - Updated dependencies [89b6739]
24
+ - Updated dependencies [b4dd017]
25
+ - @modern-js/utils@2.3.0
26
+ - @modern-js/runtime@2.3.0
27
+ - @modern-js/babel-preset-app@2.3.0
28
+ - @modern-js/prod-server@2.3.0
29
+ - @modern-js/babel-compiler@2.3.0
30
+ - @modern-js/plugin@2.3.0
31
+
3
32
  ## 2.2.0
4
33
 
5
34
  ### Patch Changes
package/README.md CHANGED
@@ -1,30 +1,26 @@
1
-
2
1
  <p align="center">
3
2
  <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
3
  </p>
4
+
5
+ <h1 align="center">Modern.js</h1>
6
+
5
7
  <p align="center">
6
- 现代 Web 工程体系
7
- <br/>
8
- <a href="https://modernjs.dev" target="blank">
9
- modernjs.dev
10
- </a>
11
- </p>
12
- <p align="center">
13
- The meta-framework suite designed from scratch for frontend-focused modern web development
8
+ A Progressive React Framework for modern web development.
14
9
  </p>
15
10
 
16
- # Introduction
17
-
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.
11
+ ## Getting Started
19
12
 
20
- - [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
13
+ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.
21
14
 
22
- ## Getting Started
15
+ ## Documentation
23
16
 
24
- - [Quick Start](https://modernjs.dev/docs/start)
25
- - [Guides](https://modernjs.dev/docs/guides)
26
- - [API References](https://modernjs.dev/docs/apis)
17
+ - [English Documentation](https://modernjs.dev/en/)
18
+ - [中文文档](https://modernjs.dev)
27
19
 
28
20
  ## Contributing
29
21
 
30
- - [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)
22
+ Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
23
+
24
+ ## License
25
+
26
+ Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-testing",
3
- "description": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
3
+ "description": "A Progressive React Framework for modern web development.",
4
4
  "homepage": "https://modernjs.dev",
5
5
  "bugs": "https://github.com/modern-js-dev/modern.js/issues",
6
6
  "repository": "modern-js-dev/modern.js",
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.2.0",
14
+ "version": "2.4.0",
15
15
  "jsnext:source": "./src/cli/index.ts",
16
16
  "types": "./dist/types/cli/index.d.ts",
17
17
  "main": "./dist/js/node/cli/index.js",
@@ -107,16 +107,16 @@
107
107
  "jest": "^27.0.6",
108
108
  "ts-jest": "^27.0.4",
109
109
  "yargs": "^17.0.1",
110
- "@modern-js/babel-compiler": "2.2.0",
111
- "@modern-js/utils": "2.2.0",
112
- "@modern-js/babel-preset-app": "2.2.0",
113
- "@modern-js/plugin": "2.2.0",
114
- "@modern-js/prod-server": "2.2.0"
110
+ "@modern-js/babel-compiler": "2.4.0",
111
+ "@modern-js/utils": "2.4.0",
112
+ "@modern-js/babel-preset-app": "2.4.0",
113
+ "@modern-js/plugin": "2.4.0",
114
+ "@modern-js/prod-server": "2.4.0"
115
115
  },
116
116
  "peerDependencies": {
117
117
  "react": ">=17",
118
118
  "react-dom": ">=17",
119
- "@modern-js/runtime": "^2.2.0"
119
+ "@modern-js/runtime": "^2.4.0"
120
120
  },
121
121
  "peerDependenciesMeta": {
122
122
  "@modern-js/runtime": {
@@ -133,12 +133,12 @@
133
133
  "@jest/types": "^27.0.6",
134
134
  "jest": "^27",
135
135
  "typescript": "^4",
136
- "@modern-js/core": "2.2.0",
137
- "@modern-js/types": "2.2.0",
138
- "@modern-js/runtime": "2.2.0",
139
- "@modern-js/bff-core": "2.2.0",
140
- "@scripts/build": "2.2.0",
141
- "@scripts/jest-config": "2.2.0"
136
+ "@modern-js/core": "2.4.0",
137
+ "@modern-js/runtime": "2.4.0",
138
+ "@modern-js/bff-core": "2.4.0",
139
+ "@modern-js/types": "2.4.0",
140
+ "@scripts/jest-config": "2.4.0",
141
+ "@scripts/build": "2.4.0"
142
142
  },
143
143
  "sideEffects": false,
144
144
  "modernConfig": {},
File without changes
File without changes
@@ -1 +0,0 @@
1
- "use strict";