@powerlines/plugin-swc 0.5.642 → 0.5.644

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.
@@ -19,11 +19,10 @@ var __copyProps = (to, from, except, desc) => {
19
19
  }
20
20
  return to;
21
21
  };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
22
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule || !__hasOwnProp.call(mod, "default") ? __defProp(target, "default", {
23
23
  value: mod,
24
24
  enumerable: true
25
25
  }) : target, mod));
26
26
 
27
27
  //#endregion
28
-
29
28
  exports.__toESM = __toESM;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-swc",
3
- "version": "0.5.642",
3
+ "version": "0.5.644",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform project code with SWC.",
6
6
  "repository": {
@@ -91,13 +91,13 @@
91
91
  "dependencies": {
92
92
  "@swc/core": "^1.15.47",
93
93
  "defu": "^6.1.7",
94
- "powerlines": "0.47.172"
94
+ "powerlines": "^0.47.174"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-plugin": "0.12.584",
97
+ "@powerlines/plugin-plugin": "^0.12.586",
98
98
  "@types/node": "^25.9.5"
99
99
  },
100
100
  "publishConfig": { "access": "public" },
101
101
  "types": "./dist/index.d.cts",
102
- "gitHead": "29ad24a34e6d1502e131efb9feeaea4854224169"
102
+ "gitHead": "1eb8250f091012d9dfc0faa9fc57c3dbb914dc97"
103
103
  }