@powerlines/plugin-rspack 0.5.247 → 0.5.249

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 (46) hide show
  1. package/dist/helpers/index.cjs +3 -2
  2. package/dist/helpers/index.d.cts +3 -1
  3. package/dist/helpers/index.d.mts +3 -1
  4. package/dist/helpers/index.mjs +2 -1
  5. package/dist/helpers/unplugin.cjs +2 -10
  6. package/dist/helpers/unplugin.d.cts +2 -6
  7. package/dist/helpers/unplugin.d.mts +2 -6
  8. package/dist/helpers/unplugin.mjs +1 -8
  9. package/dist/helpers-B15z10jN.mjs +1 -0
  10. package/dist/helpers-LF26RHol.cjs +0 -0
  11. package/dist/index-9iG2qHLe.d.mts +1 -0
  12. package/dist/index-D4ELpJXS.d.cts +1 -0
  13. package/dist/index-D6CnpA_r.d.cts +1 -0
  14. package/dist/index-DL0uimUT.d.mts +1 -0
  15. package/dist/index.cjs +7 -6
  16. package/dist/index.d.cts +6 -5
  17. package/dist/index.d.cts.map +1 -0
  18. package/dist/index.d.mts +6 -5
  19. package/dist/index.d.mts.map +1 -0
  20. package/dist/index.mjs +6 -3
  21. package/dist/index.mjs.map +1 -0
  22. package/dist/plugin-Bba7oDr4.d.cts +14 -0
  23. package/dist/plugin-Bba7oDr4.d.cts.map +1 -0
  24. package/dist/plugin-ifZVa20V.mjs +1 -0
  25. package/dist/plugin-pBKbb5K9.cjs +0 -0
  26. package/dist/plugin-wK3Y5uKl.d.mts +14 -0
  27. package/dist/plugin-wK3Y5uKl.d.mts.map +1 -0
  28. package/dist/types/index.cjs +2 -0
  29. package/dist/types/index.d.cts +2 -1
  30. package/dist/types/index.d.mts +2 -1
  31. package/dist/types/index.mjs +3 -0
  32. package/dist/types/plugin.cjs +1 -0
  33. package/dist/types/plugin.d.cts +1 -12
  34. package/dist/types/plugin.d.mts +1 -12
  35. package/dist/types/plugin.mjs +2 -0
  36. package/dist/types-U3zd8PTP.mjs +1 -0
  37. package/dist/types-o3zWarRp.cjs +0 -0
  38. package/dist/unplugin-BNXnCNtR.mjs +2349 -0
  39. package/dist/unplugin-BNXnCNtR.mjs.map +1 -0
  40. package/dist/unplugin-BxYrF3Ze.d.cts +8 -0
  41. package/dist/unplugin-BxYrF3Ze.d.cts.map +1 -0
  42. package/dist/unplugin-C-ffDFJ6.cjs +2359 -0
  43. package/dist/unplugin-Cxu6PlCY.d.mts +8 -0
  44. package/dist/unplugin-Cxu6PlCY.d.mts.map +1 -0
  45. package/package.json +4 -4
  46. package/dist/_virtual/rolldown_runtime.cjs +0 -29
@@ -0,0 +1,8 @@
1
+ import { t as RspackPluginContext } from "./plugin-wK3Y5uKl.mjs";
2
+ import * as unplugin0 from "unplugin";
3
+
4
+ //#region src/helpers/unplugin.d.ts
5
+ declare function createRspackPlugin(context: RspackPluginContext): unplugin0.RspackPluginInstance;
6
+ //#endregion
7
+ export { createRspackPlugin as t };
8
+ //# sourceMappingURL=unplugin-Cxu6PlCY.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unplugin-Cxu6PlCY.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,kBAAA,UAA4B,sBAAmB,SAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-rspack",
3
- "version": "0.5.247",
3
+ "version": "0.5.249",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to build projects using Webpack.",
6
6
  "repository": {
@@ -124,13 +124,13 @@
124
124
  "@stryke/types": "^0.10.36",
125
125
  "defu": "^6.1.4",
126
126
  "jiti": "^2.6.1",
127
- "powerlines": "^0.38.5"
127
+ "powerlines": "^0.38.7"
128
128
  },
129
129
  "devDependencies": {
130
- "@powerlines/plugin-plugin": "^0.12.189",
130
+ "@powerlines/plugin-plugin": "^0.12.191",
131
131
  "@types/node": "^24.10.9"
132
132
  },
133
133
  "publishConfig": { "access": "public" },
134
134
  "types": "./dist/index.d.cts",
135
- "gitHead": "81e757b9eaf304997ea1d4082b7b4658aa33ecfe"
135
+ "gitHead": "d389997536baee28d116675d7916d9bfa5596dce"
136
136
  }
@@ -1,29 +0,0 @@
1
- //#region rolldown:runtime
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from === "object" || typeof from === "function") {
10
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
- key = keys[i];
12
- if (!__hasOwnProp.call(to, key) && key !== except) {
13
- __defProp(to, key, {
14
- get: ((k) => from[k]).bind(null, key),
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- }
19
- }
20
- return to;
21
- };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
23
- value: mod,
24
- enumerable: true
25
- }) : target, mod));
26
-
27
- //#endregion
28
-
29
- exports.__toESM = __toESM;