@powerlines/plugin-swc 0.5.405 → 0.5.407

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.cjs +1 -1
  2. package/package.json +4 -4
package/dist/index.cjs CHANGED
@@ -2,7 +2,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
2
2
  const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
3
3
  let _swc_core = require("@swc/core");
4
4
  let defu = require("defu");
5
- defu = require_runtime.__toESM(defu);
5
+ defu = require_runtime.__toESM(defu, 1);
6
6
 
7
7
  //#region src/index.ts
8
8
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-swc",
3
- "version": "0.5.405",
3
+ "version": "0.5.407",
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.24",
93
93
  "defu": "^6.1.7",
94
- "powerlines": "^0.42.37"
94
+ "powerlines": "^0.42.39"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-plugin": "^0.12.347",
97
+ "@powerlines/plugin-plugin": "^0.12.349",
98
98
  "@types/node": "^25.6.0"
99
99
  },
100
100
  "publishConfig": { "access": "public" },
101
101
  "types": "./dist/index.d.cts",
102
- "gitHead": "9104f99f87d0f09319d19a8eb8e1b8ac2def7cd0"
102
+ "gitHead": "dbee10b00be4d975152b4e5b82422c2a94455f70"
103
103
  }