@modern-js/types 2.32.0 → 2.32.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,13 @@
1
1
  # @modern-js/types
2
2
 
3
+ ## 2.32.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 90e053a: feat(app-tools): add comments for configurations and functions
8
+
9
+ feat(app-tools): 为配置和函数添加 comments 说明
10
+
3
11
  ## 2.32.0
4
12
 
5
13
  ### Minor Changes
package/cli/index.d.ts CHANGED
@@ -7,7 +7,7 @@ export type JestConfig = JestConfigTypes.Config;
7
7
  export interface TestConfig {
8
8
  /**
9
9
  * Decide which transformer will be used to compile file
10
- * Default: babel-jest
10
+ * @default 'babel-jest'
11
11
  */
12
12
  transformer?: 'babel-jest' | 'ts-jest';
13
13
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.0",
18
+ "version": "2.32.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.32.0",
49
- "@scripts/jest-config": "2.32.0"
48
+ "@scripts/build": "2.32.1",
49
+ "@scripts/jest-config": "2.32.1"
50
50
  },
51
51
  "sideEffects": false,
52
52
  "publishConfig": {