@modern-js/generator-cases 3.2.11 → 3.3.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.
@@ -9,13 +9,13 @@ export declare const MWAValueMap: Record<string, string[]>;
9
9
  export declare const ModuleValueMap: Record<string, string[]>;
10
10
  export declare const MonorepoValueMap: Record<string, string[]>;
11
11
  export declare const getMWACases: (length?: number) => {
12
- solution: Solution;
12
+ solution: Solution;
13
13
  }[];
14
14
  export declare const getModuleCases: (length?: number) => {
15
- solution: Solution;
15
+ solution: Solution;
16
16
  }[];
17
17
  export declare const getMonorepoCases: () => {
18
- solution: Solution;
18
+ solution: Solution;
19
19
  }[];
20
20
  export declare const MWAServerValueMap: Record<string, string[]>;
21
21
  export declare const MWABFFValueMap: Record<string, string[]>;
@@ -23,4 +23,4 @@ export declare const getMWANewCases: (length?: number) => Record<string, string>
23
23
  export declare const getModuleNewCases: () => Record<string, string>[];
24
24
  export declare const MWASubProjectValueMap: Record<string, string[]>;
25
25
  export declare const ModuleSubProjectValueMap: Record<string, string[]>;
26
- export declare const getMonorepoNewCases: (length?: number) => Record<string, string>[];
26
+ export declare const getMonorepoNewCases: (length?: number) => Record<string, string>[];
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.2.11",
18
+ "version": "3.3.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -32,16 +32,16 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "covertable": "^2.2.2",
35
- "@swc/helpers": "0.5.1",
36
- "@modern-js/generator-common": "3.2.11"
35
+ "@swc/helpers": "0.5.3",
36
+ "@modern-js/generator-common": "3.3.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "^29",
40
40
  "@types/node": "^14",
41
41
  "typescript": "^5",
42
42
  "jest": "^29",
43
- "@scripts/build": "2.40.0",
44
- "@scripts/jest-config": "2.40.0"
43
+ "@scripts/jest-config": "2.42.0",
44
+ "@scripts/build": "2.42.0"
45
45
  },
46
46
  "sideEffects": false,
47
47
  "publishConfig": {