@modern-js/plugin-module-banner 2.7.0 → 2.9.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 +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # @modern-js/plugin-module-banner
2
+
3
+ ## 2.9.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/module-tools@2.9.0
8
+
9
+ ## 2.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 78065ba1ad: feat: add banner and plugin-import
14
+ feat: 谈价 banner 插件和 import 插件
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [adf68ec3ed]
19
+ - @modern-js/module-tools@2.8.0
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.7.0",
14
+ "version": "2.9.0",
15
15
  "types": "./dist/types/index.d.ts",
16
16
  "main": "./dist/cjs/index.js",
17
17
  "exports": {
@@ -30,12 +30,12 @@
30
30
  "typescript": "^4",
31
31
  "jest": "^27",
32
32
  "@modern-js/libuild": "~0.11.0",
33
- "@scripts/build": "2.7.0",
34
- "@scripts/jest-config": "2.7.0",
35
- "@modern-js/module-tools": "2.7.0"
33
+ "@scripts/build": "2.9.0",
34
+ "@scripts/jest-config": "2.9.0",
35
+ "@modern-js/module-tools": "2.9.0"
36
36
  },
37
37
  "peerDependencies": {
38
- "@modern-js/module-tools": "2.7.0"
38
+ "@modern-js/module-tools": "^2.9.0"
39
39
  },
40
40
  "peerDependenciesMeta": {
41
41
  "@modern-js/module-tools": {