@modern-js/plugin-testing 0.0.0-nightly-20240723170649 → 0.0.0-nightly-20240725170641
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/types/cli/bff/index.d.ts +1 -1
- package/package.json +14 -13
@@ -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": "0.0.0-nightly-
|
18
|
+
"version": "0.0.0-nightly-20240725170641",
|
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",
|
@@ -130,18 +130,19 @@
|
|
130
130
|
"ts-jest": "^29.1.0",
|
131
131
|
"yargs": "^17.0.1",
|
132
132
|
"@swc/helpers": "0.5.3",
|
133
|
-
"@modern-js/babel-compiler": "0.0.0-nightly-
|
134
|
-
"@modern-js/
|
135
|
-
"@modern-js/prod-server": "0.0.0-nightly-
|
136
|
-
"@modern-js/
|
137
|
-
"@modern-js/
|
138
|
-
"@modern-js/
|
139
|
-
"@modern-js/
|
133
|
+
"@modern-js/babel-compiler": "0.0.0-nightly-20240725170641",
|
134
|
+
"@modern-js/utils": "0.0.0-nightly-20240725170641",
|
135
|
+
"@modern-js/prod-server": "0.0.0-nightly-20240725170641",
|
136
|
+
"@modern-js/types": "0.0.0-nightly-20240725170641",
|
137
|
+
"@modern-js/server-core": "0.0.0-nightly-20240725170641",
|
138
|
+
"@modern-js/bff-core": "0.0.0-nightly-20240725170641",
|
139
|
+
"@modern-js/babel-preset": "0.0.0-nightly-20240725170641",
|
140
|
+
"@modern-js/plugin": "0.0.0-nightly-20240725170641"
|
140
141
|
},
|
141
142
|
"peerDependencies": {
|
142
143
|
"react": ">=17",
|
143
144
|
"react-dom": ">=17",
|
144
|
-
"@modern-js/runtime": "0.0.0-nightly-
|
145
|
+
"@modern-js/runtime": "0.0.0-nightly-20240725170641"
|
145
146
|
},
|
146
147
|
"peerDependenciesMeta": {
|
147
148
|
"@modern-js/runtime": {
|
@@ -156,10 +157,10 @@
|
|
156
157
|
"@types/node": "^14",
|
157
158
|
"@types/yargs": "^17.0.2",
|
158
159
|
"typescript": "^5",
|
159
|
-
"@modern-js/
|
160
|
-
"@modern-js/
|
161
|
-
"@scripts/build": "0.0.0-nightly-
|
162
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
160
|
+
"@modern-js/core": "0.0.0-nightly-20240725170641",
|
161
|
+
"@modern-js/runtime": "0.0.0-nightly-20240725170641",
|
162
|
+
"@scripts/build": "0.0.0-nightly-20240725170641",
|
163
|
+
"@scripts/jest-config": "0.0.0-nightly-20240725170641"
|
163
164
|
},
|
164
165
|
"sideEffects": false,
|
165
166
|
"publishConfig": {
|