@powerlines/plugin-webpack 0.5.55 → 0.5.57

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 (62) hide show
  1. package/dist/helpers/index.cjs +1 -1
  2. package/dist/helpers/index.d.cts +4 -21
  3. package/dist/helpers/index.d.mts +4 -0
  4. package/dist/helpers/index.mjs +1 -0
  5. package/dist/helpers/unplugin.cjs +1 -7
  6. package/dist/helpers/unplugin.d.cts +3 -24
  7. package/dist/helpers/unplugin.d.mts +3 -0
  8. package/dist/helpers/unplugin.mjs +1 -0
  9. package/dist/helpers-CRPRhztf.mjs +1 -0
  10. package/dist/index-9iG2qHLe.d.mts +1 -0
  11. package/dist/index-D4ELpJXS.d.cts +1 -0
  12. package/dist/index-D6CnpA_r.d.cts +1 -0
  13. package/dist/index-DL0uimUT.d.mts +1 -0
  14. package/dist/index.cjs +1 -7
  15. package/dist/index.d.cts +9 -24
  16. package/dist/index.d.cts.map +1 -0
  17. package/dist/index.d.mts +14 -0
  18. package/dist/index.d.mts.map +1 -0
  19. package/dist/index.mjs +2 -0
  20. package/dist/index.mjs.map +1 -0
  21. package/dist/plugin-BjiGfRHE.mjs +1 -0
  22. package/dist/plugin-CSFGUBL0.d.cts +1653 -0
  23. package/dist/plugin-CSFGUBL0.d.cts.map +1 -0
  24. package/dist/plugin-DLvJDpI5.d.mts +1654 -0
  25. package/dist/plugin-DLvJDpI5.d.mts.map +1 -0
  26. package/dist/plugin-DsBmD-9a.d.mts +1655 -0
  27. package/dist/plugin-DsBmD-9a.d.mts.map +1 -0
  28. package/dist/plugin-pBKbb5K9.cjs +0 -0
  29. package/dist/types/index.cjs +1 -1
  30. package/dist/types/index.d.cts +3 -20
  31. package/dist/types/index.d.mts +3 -0
  32. package/dist/types/index.mjs +1 -0
  33. package/dist/types/plugin.cjs +1 -1
  34. package/dist/types/plugin.d.cts +2 -20
  35. package/dist/types/plugin.d.mts +2 -0
  36. package/dist/types/plugin.mjs +1 -0
  37. package/dist/types-n6NgD0QK.mjs +1 -0
  38. package/dist/types-o3zWarRp.cjs +0 -0
  39. package/dist/unplugin-BNhFMCge.d.mts +8 -0
  40. package/dist/unplugin-BNhFMCge.d.mts.map +1 -0
  41. package/dist/unplugin-CCaRukvF.d.cts +8 -0
  42. package/dist/unplugin-CCaRukvF.d.cts.map +1 -0
  43. package/dist/unplugin-CGa2oP9g.d.mts +8 -0
  44. package/dist/unplugin-CGa2oP9g.d.mts.map +1 -0
  45. package/dist/unplugin-DtvG3aeH.cjs +44 -0
  46. package/dist/unplugin-Dx7gIi1g.mjs +7 -0
  47. package/dist/unplugin-Dx7gIi1g.mjs.map +1 -0
  48. package/package.json +51 -33
  49. package/dist/chunk-FBBMZ4NC.cjs +0 -7
  50. package/dist/chunk-UCUR73HG.js +0 -7
  51. package/dist/helpers/index.d.ts +0 -21
  52. package/dist/helpers/index.js +0 -1
  53. package/dist/helpers/unplugin.d.ts +0 -24
  54. package/dist/helpers/unplugin.js +0 -7
  55. package/dist/index-DPoFWHCN.d.cts +0 -1494
  56. package/dist/index-DPoFWHCN.d.ts +0 -1494
  57. package/dist/index.d.ts +0 -29
  58. package/dist/index.js +0 -7
  59. package/dist/types/index.d.ts +0 -20
  60. package/dist/types/index.js +0 -1
  61. package/dist/types/plugin.d.ts +0 -20
  62. /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-webpack",
3
- "version": "0.5.55",
3
+ "version": "0.5.57",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Webpack.",
6
6
  "repository": {
@@ -39,108 +39,126 @@
39
39
  "license": "Apache-2.0",
40
40
  "private": false,
41
41
  "main": "dist/index.cjs",
42
- "module": "dist/index.js",
42
+ "module": "dist/index.mjs",
43
43
  "exports": {
44
44
  "./package.json": "./package.json",
45
45
  ".": {
46
- "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
46
+ "import": {
47
+ "types": "./dist/index.d.mts",
48
+ "default": "./dist/index.mjs"
49
+ },
47
50
  "require": {
48
51
  "types": "./dist/index.d.cts",
49
52
  "default": "./dist/index.cjs"
50
53
  },
51
- "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
54
+ "default": {
55
+ "types": "./dist/index.d.mts",
56
+ "default": "./dist/index.mjs"
57
+ }
52
58
  },
53
59
  "./index": {
54
- "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
60
+ "import": {
61
+ "types": "./dist/index.d.mts",
62
+ "default": "./dist/index.mjs"
63
+ },
55
64
  "require": {
56
65
  "types": "./dist/index.d.cts",
57
66
  "default": "./dist/index.cjs"
58
67
  },
59
- "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
68
+ "default": {
69
+ "types": "./dist/index.d.mts",
70
+ "default": "./dist/index.mjs"
71
+ }
60
72
  },
61
73
  "./plugin": {
62
- "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
74
+ "import": {
75
+ "types": "./dist/index.d.mts",
76
+ "default": "./dist/index.mjs"
77
+ },
63
78
  "require": {
64
79
  "types": "./dist/index.d.cts",
65
80
  "default": "./dist/index.cjs"
66
81
  },
67
- "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
82
+ "default": {
83
+ "types": "./dist/index.d.mts",
84
+ "default": "./dist/index.mjs"
85
+ }
68
86
  },
69
87
  "./types": {
70
88
  "import": {
71
- "types": "./dist/types/index.d.ts",
72
- "default": "./dist/types/index.js"
89
+ "types": "./dist/types/index.d.mts",
90
+ "default": "./dist/types/index.mjs"
73
91
  },
74
92
  "require": {
75
93
  "types": "./dist/types/index.d.cts",
76
94
  "default": "./dist/types/index.cjs"
77
95
  },
78
96
  "default": {
79
- "types": "./dist/types/index.d.ts",
80
- "default": "./dist/types/index.js"
97
+ "types": "./dist/types/index.d.mts",
98
+ "default": "./dist/types/index.mjs"
81
99
  }
82
100
  },
83
101
  "./types/*": {
84
102
  "import": {
85
- "types": "./dist/types/*.d.ts",
86
- "default": "./dist/types/*.js"
103
+ "types": "./dist/types/*.d.mts",
104
+ "default": "./dist/types/*.mjs"
87
105
  },
88
106
  "require": {
89
107
  "types": "./dist/types/*.d.cts",
90
108
  "default": "./dist/types/*.cjs"
91
109
  },
92
110
  "default": {
93
- "types": "./dist/types/*.d.ts",
94
- "default": "./dist/types/*.js"
111
+ "types": "./dist/types/*.d.mts",
112
+ "default": "./dist/types/*.mjs"
95
113
  }
96
114
  },
97
115
  "./helpers": {
98
116
  "import": {
99
- "types": "./dist/helpers/index.d.ts",
100
- "default": "./dist/helpers/index.js"
117
+ "types": "./dist/helpers/index.d.mts",
118
+ "default": "./dist/helpers/index.mjs"
101
119
  },
102
120
  "require": {
103
121
  "types": "./dist/helpers/index.d.cts",
104
122
  "default": "./dist/helpers/index.cjs"
105
123
  },
106
124
  "default": {
107
- "types": "./dist/helpers/index.d.ts",
108
- "default": "./dist/helpers/index.js"
125
+ "types": "./dist/helpers/index.d.mts",
126
+ "default": "./dist/helpers/index.mjs"
109
127
  }
110
128
  },
111
129
  "./helpers/*": {
112
130
  "import": {
113
- "types": "./dist/helpers/*.d.ts",
114
- "default": "./dist/helpers/*.js"
131
+ "types": "./dist/helpers/*.d.mts",
132
+ "default": "./dist/helpers/*.mjs"
115
133
  },
116
134
  "require": {
117
135
  "types": "./dist/helpers/*.d.cts",
118
136
  "default": "./dist/helpers/*.cjs"
119
137
  },
120
138
  "default": {
121
- "types": "./dist/helpers/*.d.ts",
122
- "default": "./dist/helpers/*.js"
139
+ "types": "./dist/helpers/*.d.mts",
140
+ "default": "./dist/helpers/*.mjs"
123
141
  }
124
142
  }
125
143
  },
126
- "typings": "dist/index.d.ts",
144
+ "typings": "dist/index.d.mts",
127
145
  "files": ["dist/**/*"],
128
146
  "keywords": ["webpack", "powerlines", "storm-software", "powerlines-plugin"],
129
147
  "dependencies": {
130
- "@stryke/fs": "^0.33.4",
131
- "@stryke/path": "^0.21.2",
132
- "@stryke/type-checks": "^0.3.18",
133
- "@stryke/types": "^0.10.8",
148
+ "@stryke/fs": "^0.33.9",
149
+ "@stryke/path": "^0.22.0",
150
+ "@stryke/type-checks": "^0.4.4",
151
+ "@stryke/types": "^0.10.13",
134
152
  "defu": "^6.1.4",
135
153
  "jiti": "^2.6.1",
136
- "powerlines": "^0.27.0",
154
+ "powerlines": "^0.29.0",
137
155
  "webpack": "^5.103.0"
138
156
  },
139
157
  "devDependencies": {
140
- "@powerlines/nx": "^0.10.46",
141
- "@powerlines/plugin-plugin": "^0.11.54",
158
+ "@powerlines/nx": "^0.10.48",
159
+ "@powerlines/plugin-plugin": "^0.12.0",
142
160
  "@types/node": "^24.10.1"
143
161
  },
144
162
  "publishConfig": { "access": "public" },
145
- "gitHead": "bbbbe4fd720918401d58e4553d93ff2018d78e6a"
163
+ "gitHead": "f65e5efb5fd5a7f5eab1936aec5a2807b931ae87"
146
164
  }
@@ -1,7 +0,0 @@
1
- 'use strict';/*****************************************
2
- *
3
- * ⚡ Built by Storm Software
4
- *
5
- *****************************************/
6
-
7
- var c=Object.defineProperty;var d=(a,b)=>c(a,"name",{value:b,configurable:true});exports.a=d;
@@ -1,7 +0,0 @@
1
- /*****************************************
2
- *
3
- * ⚡ Built by Storm Software
4
- *
5
- *****************************************/
6
-
7
- var c=Object.defineProperty;var d=(a,b)=>c(a,"name",{value:b,configurable:true});export{d as a};
@@ -1,21 +0,0 @@
1
- export { createWebpackPlugin } from './unplugin.js';
2
- import 'webpack';
3
- import '../index-DPoFWHCN.js';
4
- import '@stryke/env/get-env-paths';
5
- import '@stryke/types/base';
6
- import '@stryke/types/package-json';
7
- import 'jiti';
8
- import 'magic-string';
9
- import 'semver';
10
- import 'ts-morph';
11
- import 'unplugin';
12
- import '@storm-software/build-tools/types';
13
- import '@storm-software/config-tools/types';
14
- import '@storm-software/config/types';
15
- import '@stryke/types/configuration';
16
- import '@stryke/types/file';
17
- import 'vite';
18
- import '@stryke/fs/resolve';
19
- import '@stryke/types/array';
20
- import '@stryke/types/tsconfig';
21
- import 'typescript';
@@ -1 +0,0 @@
1
- export*from'./unplugin';
@@ -1,24 +0,0 @@
1
- import * as webpack from 'webpack';
2
- import { W as WebpackPluginContext } from '../index-DPoFWHCN.js';
3
- import '@stryke/env/get-env-paths';
4
- import '@stryke/types/base';
5
- import '@stryke/types/package-json';
6
- import 'jiti';
7
- import 'magic-string';
8
- import 'semver';
9
- import 'ts-morph';
10
- import 'unplugin';
11
- import '@storm-software/build-tools/types';
12
- import '@storm-software/config-tools/types';
13
- import '@storm-software/config/types';
14
- import '@stryke/types/configuration';
15
- import '@stryke/types/file';
16
- import 'vite';
17
- import '@stryke/fs/resolve';
18
- import '@stryke/types/array';
19
- import '@stryke/types/tsconfig';
20
- import 'typescript';
21
-
22
- declare function createWebpackPlugin(context: WebpackPluginContext): webpack.WebpackPluginInstance;
23
-
24
- export { createWebpackPlugin };
@@ -1,7 +0,0 @@
1
- import {a}from'../chunk-UCUR73HG.js';import {createUnplugin}from'powerlines/lib/unplugin';import {createWebpackPlugin}from'unplugin';/*****************************************
2
- *
3
- * ⚡ Built by Storm Software
4
- *
5
- *****************************************/
6
-
7
- function l(t){return createWebpackPlugin(createUnplugin(t,{skipResolve:true}))({})}a(l,"createWebpackPlugin");export{l as createWebpackPlugin};