@modern-js/new-action 1.3.9 → 1.3.11

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 +22 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @modern-js/new-action
2
2
 
3
+ ## 1.3.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 341bb42: feat: bump codesmith package version
8
+ - Updated dependencies [341bb42]
9
+ - Updated dependencies [a90bc96]
10
+ - @modern-js/generator-common@1.4.13
11
+ - @modern-js/generator-utils@1.2.7
12
+ - @modern-js/utils@1.7.9
13
+
14
+ ## 1.3.10
15
+
16
+ ### Patch Changes
17
+
18
+ - a1198d509: feat: bump babel 7.18.0
19
+ - c7e38b4e6: feat: upgrade codesmith pkg version
20
+ - Updated dependencies [a1198d509]
21
+ - Updated dependencies [c7e38b4e6]
22
+ - @modern-js/generator-common@1.4.12
23
+ - @modern-js/generator-utils@1.2.6
24
+
3
25
  ## 1.3.9
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.3.9",
14
+ "version": "1.3.11",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -28,12 +28,12 @@
28
28
  }
29
29
  },
30
30
  "dependencies": {
31
- "@babel/runtime": "^7",
32
- "@modern-js/codesmith": "^1.0.10",
33
- "@modern-js/codesmith-api-app": "^1.0.10",
34
- "@modern-js/generator-common": "^1.4.11",
35
- "@modern-js/generator-utils": "^1.2.5",
36
- "@modern-js/utils": "^1.7.3"
31
+ "@babel/runtime": "^7.18.0",
32
+ "@modern-js/codesmith": "^1.3.0",
33
+ "@modern-js/codesmith-api-app": "^1.2.5",
34
+ "@modern-js/generator-common": "^1.4.13",
35
+ "@modern-js/generator-utils": "^1.2.7",
36
+ "@modern-js/utils": "^1.7.9"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "^27",
@@ -70,7 +70,8 @@
70
70
  "files": [
71
71
  "src/**/*",
72
72
  "tsconfig.json",
73
- "package.json"
73
+ "package.json",
74
+ "tests/**/*"
74
75
  ],
75
76
  "output": []
76
77
  }