@modern-js/new-action 2.26.0 → 2.28.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +6 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @modern-js/new-action
2
2
 
3
+ ## 2.28.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [00b58a7]
8
+ - @modern-js/utils@2.28.0
9
+ - @modern-js/generator-common@3.1.30
10
+ - @modern-js/generator-utils@3.1.30
11
+
12
+ ## 2.27.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 8322a51: chore: migrate packages from tsc to module-lib build
17
+
18
+ chore: 将使用 tsc 的包迁移到 module-lib 构建
19
+
20
+ - Updated dependencies [91d14b8]
21
+ - Updated dependencies [8322a51]
22
+ - Updated dependencies [bd2c1ff]
23
+ - Updated dependencies [6d7104d]
24
+ - @modern-js/utils@2.27.0
25
+ - @modern-js/generator-common@3.1.29
26
+ - @modern-js/generator-utils@3.1.29
27
+
3
28
  ## 2.26.0
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.26.0",
18
+ "version": "2.28.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -33,24 +33,19 @@
33
33
  "@modern-js/codesmith": "2.2.5",
34
34
  "@modern-js/codesmith-formily": "2.2.5",
35
35
  "@swc/helpers": "0.5.1",
36
- "@modern-js/generator-common": "3.1.28",
37
- "@modern-js/generator-utils": "3.1.28",
38
- "@modern-js/utils": "2.26.0"
36
+ "@modern-js/generator-common": "3.1.30",
37
+ "@modern-js/generator-utils": "3.1.30",
38
+ "@modern-js/utils": "2.28.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/jest": "^29",
42
42
  "@types/node": "^14",
43
43
  "jest": "^29",
44
44
  "typescript": "^5",
45
- "@scripts/build": "2.26.0",
46
- "@scripts/jest-config": "2.26.0"
45
+ "@scripts/build": "2.28.0",
46
+ "@scripts/jest-config": "2.28.0"
47
47
  },
48
48
  "sideEffects": false,
49
- "modernConfig": {
50
- "output": {
51
- "packageMode": "node-js"
52
- }
53
- },
54
49
  "publishConfig": {
55
50
  "registry": "https://registry.npmjs.org/",
56
51
  "access": "public",