@powerlines/plugin-swc 0.5.137 → 0.5.139

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 (1) hide show
  1. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-swc",
3
- "version": "0.5.137",
3
+ "version": "0.5.139",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform project code with SWC.",
6
6
  "repository": {
@@ -147,13 +147,12 @@
147
147
  "dependencies": {
148
148
  "@swc/core": "^1.15.8",
149
149
  "defu": "^6.1.4",
150
- "powerlines": "^0.37.2"
150
+ "powerlines": "^0.37.4"
151
151
  },
152
152
  "devDependencies": {
153
- "@powerlines/nx": "^0.11.58",
154
- "@powerlines/plugin-plugin": "^0.12.80",
153
+ "@powerlines/plugin-plugin": "^0.12.82",
155
154
  "@types/node": "^24.10.4"
156
155
  },
157
156
  "publishConfig": { "access": "public" },
158
- "gitHead": "5a9bfc9333eca98a453682f39a04a0d642930a50"
157
+ "gitHead": "48a35579bd5535a267a420c160c273899920b2e7"
159
158
  }