@modern-js/plugin-module-banner 2.19.0 → 2.20.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 +16 -0
  2. package/package.json +8 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @modern-js/plugin-module-banner
2
2
 
3
+ ## 2.20.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6b9d90a: chore: remove @babel/runtime. add @swc/helper and enable `externalHelper` config.
8
+ chore: 移除 @babel/runtime 依赖. 增加 @swc/helpers 依赖并且开启 `externalHelpers` 配置
9
+ - Updated dependencies [6b9d90a]
10
+ - Updated dependencies [6b9d90a]
11
+ - @modern-js/module-tools@2.20.0
12
+
13
+ ## 2.19.1
14
+
15
+ ### Patch Changes
16
+
17
+ - @modern-js/module-tools@2.19.1
18
+
3
19
  ## 2.19.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.19.0",
18
+ "version": "2.20.0",
19
19
  "types": "./dist/types/index.d.ts",
20
20
  "main": "./dist/cjs/index.js",
21
21
  "exports": {
@@ -34,19 +34,21 @@
34
34
  "typescript": "^4",
35
35
  "jest": "^29",
36
36
  "@modern-js/libuild": "0.12.2",
37
- "@scripts/build": "2.19.0",
38
- "@scripts/jest-config": "2.19.0",
39
- "@modern-js/module-tools": "2.19.0"
37
+ "@scripts/build": "2.20.0",
38
+ "@scripts/jest-config": "2.20.0",
39
+ "@modern-js/module-tools": "2.20.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@modern-js/module-tools": "^2.19.0"
42
+ "@modern-js/module-tools": "^2.20.0"
43
43
  },
44
44
  "peerDependenciesMeta": {
45
45
  "@modern-js/module-tools": {
46
46
  "optional": true
47
47
  }
48
48
  },
49
- "dependencies": {},
49
+ "dependencies": {
50
+ "@swc/helpers": "0.5.1"
51
+ },
50
52
  "publishConfig": {
51
53
  "registry": "https://registry.npmjs.org/",
52
54
  "access": "public"