@modern-js/new-action 1.20.1 → 1.21.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 +15 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @modern-js/new-action
2
2
 
3
+ ## 1.21.0
4
+
5
+ ### Patch Changes
6
+
7
+ - cfd8557: feat: new command install not run prepare scripts
8
+
9
+ feat: new 命令安装依赖时不执行 prepare 脚本
10
+
11
+ - Updated dependencies [4ac9a0e]
12
+ - Updated dependencies [cf1a2b1]
13
+ - Updated dependencies [cfd8557]
14
+ - @modern-js/generator-utils@2.4.5
15
+ - @modern-js/generator-common@2.4.5
16
+ - @modern-js/utils@1.21.0
17
+
3
18
  ## 1.20.1
4
19
 
5
20
  ### 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.0",
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.5",
34
+ "@modern-js/generator-utils": "2.4.5",
35
+ "@modern-js/utils": "1.21.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@scripts/build": "1.20.1",
39
- "@scripts/jest-config": "1.20.1",
38
+ "@scripts/build": "1.21.0",
39
+ "@scripts/jest-config": "1.21.0",
40
40
  "@types/jest": "^27",
41
41
  "@types/node": "^14",
42
42
  "jest": "^27",