@modern-js/generator-common 3.7.22 → 3.7.24

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.
@@ -1,6 +1,6 @@
1
1
  import type { Schema } from '@modern-js/codesmith-formily';
2
2
  import { Language, PackageManager } from '../common';
3
- export declare const getGeneratorSchemaProperties: (extra?: Record<string, any>) => Schema['properties'];
3
+ export declare const getGeneratorSchemaProperties: (extra?: Record<string, any>) => Schema["properties"];
4
4
  export declare const getGeneratorSchema: (extra?: Record<string, any>) => Schema;
5
5
  export declare const GeneratorDefaultConfig: {
6
6
  packageManager: PackageManager;
@@ -5,7 +5,7 @@ export declare enum BFFType {
5
5
  Framework = "framework"
6
6
  }
7
7
  export declare const getBFFTypeSchema: (_extra?: Record<string, any>) => Schema;
8
- export declare const getBFFchemaProperties: (extra: Record<string, any>) => Schema['properties'];
8
+ export declare const getBFFchemaProperties: (extra: Record<string, any>) => Schema["properties"];
9
9
  export declare const getBFFSchema: (extra?: Record<string, any>) => Schema;
10
10
  export declare const MWADefaultBffConfig: {
11
11
  bffType: BFFType;
@@ -1,7 +1,7 @@
1
1
  import type { Schema } from '@modern-js/codesmith-formily';
2
2
  import { BooleanConfig } from '../common';
3
3
  export declare const getEntryNameSchema: (extra?: Record<string, any>) => Schema;
4
- export declare const getEntrySchemaProperties: (extra: Record<string, any>) => Schema['properties'];
4
+ export declare const getEntrySchemaProperties: (extra: Record<string, any>) => Schema["properties"];
5
5
  export declare const getEntrySchema: (extra?: Record<string, any>) => Schema;
6
6
  export declare const MWADefaultEntryConfig: {
7
7
  needModifyMWAConfig: BooleanConfig;
@@ -1,6 +1,6 @@
1
1
  import type { Schema } from '@modern-js/codesmith-formily';
2
2
  import { BooleanConfig, Language, PackageManager } from '../common';
3
- export declare const getMWASchemaProperties: (extra: Record<string, any>) => Schema['properties'];
3
+ export declare const getMWASchemaProperties: (extra: Record<string, any>) => Schema["properties"];
4
4
  export declare const getMWASchema: (extra?: Record<string, any>) => Schema;
5
5
  export declare const MWADefaultConfig: {
6
6
  language: Language;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.7.22",
18
+ "version": "3.7.24",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -31,26 +31,25 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@modern-js/codesmith-formily": "2.6.6",
34
+ "@modern-js/codesmith-formily": "2.6.7",
35
35
  "@swc/helpers": "0.5.13",
36
- "@modern-js/plugin-i18n": "2.65.4"
36
+ "@modern-js/plugin-i18n": "2.66.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@modern-js/codesmith": "2.6.6",
40
- "@modern-js/codesmith-api-app": "2.6.6",
41
- "@modern-js/codesmith-utils": "2.6.6",
39
+ "@modern-js/codesmith": "2.6.7",
40
+ "@modern-js/codesmith-api-app": "2.6.7",
41
+ "@modern-js/codesmith-utils": "2.6.7",
42
42
  "@types/jest": "^29",
43
43
  "@types/node": "^14",
44
44
  "jest": "^29",
45
45
  "typescript": "^5",
46
- "@scripts/build": "2.65.4",
47
- "@scripts/jest-config": "2.65.4"
46
+ "@scripts/build": "2.66.0",
47
+ "@scripts/jest-config": "2.66.0"
48
48
  },
49
49
  "sideEffects": false,
50
50
  "publishConfig": {
51
51
  "registry": "https://registry.npmjs.org/",
52
- "access": "public",
53
- "provenance": true
52
+ "access": "public"
54
53
  },
55
54
  "scripts": {
56
55
  "new": "modern-lib new",