@modern-js/new-action 1.20.1 → 1.21.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @modern-js/new-action
2
2
 
3
+ ## 1.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/generator-common@2.4.6
8
+ - @modern-js/generator-utils@2.4.6
9
+ - @modern-js/utils@1.21.1
10
+
11
+ ## 1.21.0
12
+
13
+ ### Patch Changes
14
+
15
+ - cfd8557: feat: new command install not run prepare scripts
16
+
17
+ feat: new 命令安装依赖时不执行 prepare 脚本
18
+
19
+ - Updated dependencies [4ac9a0e]
20
+ - Updated dependencies [cf1a2b1]
21
+ - Updated dependencies [cfd8557]
22
+ - @modern-js/generator-utils@2.4.5
23
+ - @modern-js/generator-common@2.4.5
24
+ - @modern-js/utils@1.21.0
25
+
3
26
  ## 1.20.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.20.1",
14
+ "version": "1.21.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.18.0",
31
- "@modern-js/codesmith": "1.6.1",
32
- "@modern-js/codesmith-api-app": "1.6.1",
33
- "@modern-js/generator-common": "2.4.4",
34
- "@modern-js/generator-utils": "2.4.4",
35
- "@modern-js/utils": "1.20.1"
31
+ "@modern-js/codesmith": "1.6.3",
32
+ "@modern-js/codesmith-api-app": "1.6.3",
33
+ "@modern-js/generator-common": "2.4.6",
34
+ "@modern-js/generator-utils": "2.4.6",
35
+ "@modern-js/utils": "1.21.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@scripts/build": "1.20.1",
39
- "@scripts/jest-config": "1.20.1",
38
+ "@scripts/build": "1.21.1",
39
+ "@scripts/jest-config": "1.21.1",
40
40
  "@types/jest": "^27",
41
41
  "@types/node": "^14",
42
42
  "jest": "^27",