@modern-js/types 2.23.1 → 2.24.1

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,15 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 2.24.1
4
+
5
+ ## 2.24.0
6
+
7
+ ### Patch Changes
8
+
9
+ - c882fbd: feat: support config main entry name
10
+
11
+ feat: 支持配置主入口名称
12
+
3
13
  ## 2.23.1
4
14
 
5
15
  ## 2.23.0
package/cli/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export type { Config as JestConfigTypes } from '@jest/types';
7
7
  */
8
8
  export interface Entrypoint {
9
9
  entryName: string;
10
+ isMainEntry: boolean;
10
11
  entry: string;
11
12
  internalEntry?: string;
12
13
  nestedRoutesEntry?: string;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.23.1",
18
+ "version": "2.24.1",
19
19
  "types": "./index.d.ts",
20
20
  "exports": {
21
21
  ".": {
@@ -45,8 +45,8 @@
45
45
  "http-proxy-middleware": "^2.0.4",
46
46
  "jest": "^29",
47
47
  "type-fest": "2.15.0",
48
- "@scripts/build": "2.23.1",
49
- "@scripts/jest-config": "2.23.1"
48
+ "@scripts/jest-config": "2.24.1",
49
+ "@scripts/build": "2.24.1"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {