@modern-js/generator-utils 3.1.13 → 3.1.15

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 +27 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @modern-js/generator-utils
2
2
 
3
+ ## 3.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1134fe2]
8
+ - @modern-js/utils@2.19.0
9
+ - @modern-js/plugin-i18n@2.19.0
10
+ - @modern-js/generator-common@3.1.15
11
+
12
+ ## 3.1.14
13
+
14
+ ### Patch Changes
15
+
16
+ - 21c87bf: feat: bump codesmith packages version
17
+
18
+ feat: 升级 codesmith 包版本
19
+
20
+ - bc61dab: feat: bump codesmith version
21
+
22
+ feat: 升级 codesmith 版本
23
+
24
+ - Updated dependencies [21c87bf]
25
+ - Updated dependencies [bc61dab]
26
+ - @modern-js/generator-common@3.1.14
27
+ - @modern-js/plugin-i18n@2.18.1
28
+ - @modern-js/utils@2.18.1
29
+
3
30
  ## 3.1.13
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.1.13",
18
+ "version": "3.1.15",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -31,18 +31,18 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.18.0",
34
- "@modern-js/plugin-i18n": "2.18.0",
35
- "@modern-js/generator-common": "3.1.13",
36
- "@modern-js/utils": "2.18.0"
34
+ "@modern-js/plugin-i18n": "2.19.0",
35
+ "@modern-js/generator-common": "3.1.15",
36
+ "@modern-js/utils": "2.19.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@modern-js/codesmith": "2.1.0",
39
+ "@modern-js/codesmith": "2.2.0",
40
40
  "@types/jest": "^29",
41
41
  "@types/node": "^14",
42
42
  "jest": "^29",
43
43
  "typescript": "^4",
44
- "@scripts/build": "2.18.0",
45
- "@scripts/jest-config": "2.18.0"
44
+ "@scripts/build": "2.19.0",
45
+ "@scripts/jest-config": "2.19.0"
46
46
  },
47
47
  "sideEffects": false,
48
48
  "modernConfig": {