@modern-js/plugin-i18n 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 +19 -0
  2. package/package.json +4 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @modern-js/plugin-i18n
2
2
 
3
+ ## 2.28.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [00b58a7]
8
+ - @modern-js/utils@2.28.0
9
+
10
+ ## 2.27.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 8322a51: chore: migrate packages from tsc to module-lib build
15
+
16
+ chore: 将使用 tsc 的包迁移到 module-lib 构建
17
+
18
+ - Updated dependencies [91d14b8]
19
+ - Updated dependencies [6d7104d]
20
+ - @modern-js/utils@2.27.0
21
+
3
22
  ## 2.26.0
4
23
 
5
24
  ### 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",
@@ -45,18 +45,17 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@swc/helpers": "0.5.1",
48
- "@modern-js/utils": "2.26.0"
48
+ "@modern-js/utils": "2.28.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/jest": "^29",
52
52
  "@types/node": "^14",
53
53
  "typescript": "^5",
54
54
  "jest": "^29",
55
- "@scripts/jest-config": "2.26.0",
56
- "@scripts/build": "2.26.0"
55
+ "@scripts/jest-config": "2.28.0",
56
+ "@scripts/build": "2.28.0"
57
57
  },
58
58
  "sideEffects": false,
59
- "modernConfig": {},
60
59
  "publishConfig": {
61
60
  "registry": "https://registry.npmjs.org/",
62
61
  "access": "public",