@modern-js/plugin-module-banner 2.41.0 → 2.42.1

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/dist/index.d.ts +9 -9
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -4,13 +4,13 @@ import type { CliPlugin, ModuleTools } from '@modern-js/module-tools';
4
4
  * use config 'banner' instead.
5
5
  */
6
6
  export declare const modulePluginBanner: (options: {
7
- banner: {
8
- js?: string;
9
- css?: string;
10
- };
11
- footer?: {
12
- js?: string;
13
- css?: string;
14
- };
7
+ banner: {
8
+ js?: string;
9
+ css?: string;
10
+ };
11
+ footer?: {
12
+ js?: string;
13
+ css?: string;
14
+ };
15
15
  }) => CliPlugin<ModuleTools>;
16
- export default modulePluginBanner;
16
+ export default modulePluginBanner;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-module-banner",
3
- "version": "2.41.0",
3
+ "version": "2.42.1",
4
4
  "description": "The banner plugin of Modern.js Module.",
5
5
  "keywords": [
6
6
  "react",
@@ -35,12 +35,12 @@
35
35
  "@types/node": "^14",
36
36
  "jest": "^29",
37
37
  "typescript": "^5",
38
- "@modern-js/module-tools": "2.41.0",
39
- "@scripts/build": "2.41.0",
40
- "@scripts/jest-config": "2.41.0"
38
+ "@modern-js/module-tools": "2.42.1",
39
+ "@scripts/jest-config": "2.42.1",
40
+ "@scripts/build": "2.42.1"
41
41
  },
42
42
  "peerDependencies": {
43
- "@modern-js/module-tools": "^2.41.0"
43
+ "@modern-js/module-tools": "^2.42.1"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "@modern-js/module-tools": {