@modern-js/plugin-testing 2.56.1-alpha.0 → 2.56.2
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/dist/cjs/cli/test.js
CHANGED
package/dist/esm/cli/test.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { CliPlugin, IAppContext } from '@modern-js/core';
|
2
|
-
import { ServerPlugin } from '@modern-js/
|
2
|
+
import type { ServerPlugin } from '@modern-js/server-core';
|
3
3
|
import { UserConfig } from '../../base/config';
|
4
4
|
import { TestConfigOperator } from '../../base';
|
5
5
|
import type { Hooks } from '../../base/hook';
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.56.
|
18
|
+
"version": "2.56.2",
|
19
19
|
"jsnext:source": "./src/cli/index.ts",
|
20
20
|
"types": "./dist/types/cli/index.d.ts",
|
21
21
|
"main": "./dist/cjs/cli/index.js",
|
@@ -112,7 +112,6 @@
|
|
112
112
|
"@babel/core": "^7.24.7",
|
113
113
|
"@babel/preset-env": "^7.24.7",
|
114
114
|
"@babel/preset-react": "^7.22.15",
|
115
|
-
"@babel/plugin-transform-private-methods": "^7.24.7",
|
116
115
|
"@modern-js-reduck/plugin-auto-actions": "^1.1.10",
|
117
116
|
"@modern-js-reduck/plugin-effects": "^1.1.10",
|
118
117
|
"@modern-js-reduck/plugin-immutable": "^1.1.10",
|
@@ -131,18 +130,19 @@
|
|
131
130
|
"ts-jest": "^29.1.0",
|
132
131
|
"yargs": "^17.0.1",
|
133
132
|
"@swc/helpers": "0.5.3",
|
134
|
-
"@modern-js/babel-compiler": "2.56.
|
135
|
-
"@modern-js/utils": "2.56.
|
136
|
-
"@modern-js/plugin": "2.56.
|
137
|
-
"@modern-js/
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/
|
140
|
-
"@modern-js/bff-core": "2.56.
|
133
|
+
"@modern-js/babel-compiler": "2.56.2",
|
134
|
+
"@modern-js/utils": "2.56.2",
|
135
|
+
"@modern-js/plugin": "2.56.2",
|
136
|
+
"@modern-js/server-core": "2.56.2",
|
137
|
+
"@modern-js/prod-server": "2.56.2",
|
138
|
+
"@modern-js/types": "2.56.2",
|
139
|
+
"@modern-js/bff-core": "2.56.2",
|
140
|
+
"@modern-js/babel-preset": "2.56.2"
|
141
141
|
},
|
142
142
|
"peerDependencies": {
|
143
143
|
"react": ">=17",
|
144
144
|
"react-dom": ">=17",
|
145
|
-
"@modern-js/runtime": "^2.56.
|
145
|
+
"@modern-js/runtime": "^2.56.2"
|
146
146
|
},
|
147
147
|
"peerDependenciesMeta": {
|
148
148
|
"@modern-js/runtime": {
|
@@ -157,15 +157,16 @@
|
|
157
157
|
"@types/node": "^14",
|
158
158
|
"@types/yargs": "^17.0.2",
|
159
159
|
"typescript": "^5",
|
160
|
-
"@modern-js/
|
161
|
-
"@
|
162
|
-
"@
|
163
|
-
"@scripts/
|
160
|
+
"@modern-js/core": "2.56.2",
|
161
|
+
"@modern-js/runtime": "2.56.2",
|
162
|
+
"@scripts/build": "2.56.2",
|
163
|
+
"@scripts/jest-config": "2.56.2"
|
164
164
|
},
|
165
165
|
"sideEffects": false,
|
166
166
|
"publishConfig": {
|
167
167
|
"registry": "https://registry.npmjs.org/",
|
168
|
-
"access": "public"
|
168
|
+
"access": "public",
|
169
|
+
"provenance": true
|
169
170
|
},
|
170
171
|
"scripts": {
|
171
172
|
"new": "modern-lib new",
|