@powerlines/plugin-babel 0.12.244 → 0.12.245
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-babel",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.245",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -220,10 +220,10 @@
|
|
|
220
220
|
"chalk": "5.6.2",
|
|
221
221
|
"defu": "^6.1.4",
|
|
222
222
|
"jiti": "^2.6.1",
|
|
223
|
-
"powerlines": "^0.38.
|
|
223
|
+
"powerlines": "^0.38.3"
|
|
224
224
|
},
|
|
225
225
|
"devDependencies": {
|
|
226
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
226
|
+
"@powerlines/plugin-plugin": "^0.12.187",
|
|
227
227
|
"@types/node": "^24.10.9"
|
|
228
228
|
},
|
|
229
229
|
"publishConfig": {
|
|
@@ -265,5 +265,5 @@
|
|
|
265
265
|
"./package.json": "./package.json"
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
|
-
"gitHead": "
|
|
268
|
+
"gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
|
|
269
269
|
}
|