@modern-js/plugin-i18n 2.4.1-beta.0 → 2.6.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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,28 @@
1
1
  # @modern-js/plugin-i18n
2
2
 
3
- ## 2.4.1-beta.0
3
+ ## 2.6.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [e1f799e]
8
+ - Updated dependencies [7915ab3]
9
+ - Updated dependencies [0fe658a]
10
+ - @modern-js/utils@2.6.0
11
+
12
+ ## 2.5.0
13
+
14
+ ### Patch Changes
15
+
16
+ - 89ca6cc: refactor: merge build-config into scripts/build
17
+
18
+ refactor: 把 build-config 合并进 scripts/build
19
+
20
+ - 30614fa: chore: modify package.json entry fields and build config
21
+ chore: 更改 package.json entry 字段以及构建配置
22
+ - Updated dependencies [30614fa]
23
+ - Updated dependencies [1b0ce87]
7
24
  - Updated dependencies [11c053b]
8
- - @modern-js/utils@2.4.1-beta.0
25
+ - @modern-js/utils@2.5.0
9
26
 
10
27
  ## 2.4.0
11
28
 
package/package.json CHANGED
@@ -11,12 +11,11 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.4.1-beta.0",
14
+ "version": "2.6.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
- "main": "./dist/js/node/index.js",
18
- "module": "./dist/js/treeshaking/index.js",
19
- "jsnext:modern": "./dist/js/modern/index.js",
17
+ "main": "./dist/cjs/index.js",
18
+ "module": "./dist/esm/index.js",
20
19
  "typesVersions": {
21
20
  "*": {
22
21
  "language-detector": [
@@ -27,30 +26,30 @@
27
26
  "exports": {
28
27
  ".": {
29
28
  "node": {
30
- "import": "./dist/js/modern/index.js",
31
- "require": "./dist/js/node/index.js"
29
+ "import": "./dist/esm-node/index.js",
30
+ "require": "./dist/cjs/index.js"
32
31
  },
33
- "default": "./dist/js/treeshaking/index.js"
32
+ "default": "./dist/esm/index.js"
34
33
  },
35
34
  "./language-detector": {
36
35
  "node": {
37
- "import": "./dist/js/modern/language-detector.js",
38
- "require": "./dist/js/node/language-detector.js"
36
+ "import": "./dist/esm-node/language-detector.js",
37
+ "require": "./dist/cjs/language-detector.js"
39
38
  },
40
- "default": "./dist/js/treeshaking/language-detector.js"
39
+ "default": "./dist/esm/language-detector.js"
41
40
  }
42
41
  },
43
42
  "dependencies": {
44
43
  "@babel/runtime": "^7.18.0",
45
- "@modern-js/utils": "2.4.1-beta.0"
44
+ "@modern-js/utils": "2.6.0"
46
45
  },
47
46
  "devDependencies": {
48
47
  "@types/jest": "^27",
49
48
  "@types/node": "^14",
50
49
  "typescript": "^4",
51
50
  "jest": "^27",
52
- "@scripts/jest-config": "2.4.0",
53
- "@scripts/build": "2.4.0"
51
+ "@scripts/jest-config": "2.6.0",
52
+ "@scripts/build": "2.6.0"
54
53
  },
55
54
  "sideEffects": false,
56
55
  "modernConfig": {},
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes