@powerlines/plugin-alloy 0.26.239 → 0.26.240
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.240",
|
|
4
4
|
"description": "A Powerlines plugin to generate project code using Alloy JS via Power Plant.",
|
|
5
5
|
"keywords": ["alloy-js", "powerlines", "powerlines-plugin"],
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -290,8 +290,8 @@
|
|
|
290
290
|
"@babel/preset-typescript": "^8.0.1",
|
|
291
291
|
"@power-plant/alloy-js": "^0.0.20",
|
|
292
292
|
"@power-plant/core": "^0.0.23",
|
|
293
|
-
"@powerlines/plugin-babel": "^0.13.
|
|
294
|
-
"@powerlines/plugin-power-plant": "^0.1.
|
|
293
|
+
"@powerlines/plugin-babel": "^0.13.143",
|
|
294
|
+
"@powerlines/plugin-power-plant": "^0.1.3",
|
|
295
295
|
"@power-plant/schema": "^0.0.22",
|
|
296
296
|
"@storm-software/config-tools": "^1.190.109",
|
|
297
297
|
"@stryke/capnp": "^0.12.123",
|
|
@@ -302,15 +302,15 @@
|
|
|
302
302
|
"@stryke/string-format": "^0.17.38",
|
|
303
303
|
"@stryke/type-checks": "^0.6.29",
|
|
304
304
|
"defu": "^6.1.7",
|
|
305
|
-
"powerlines": "^0.47.
|
|
305
|
+
"powerlines": "^0.47.147"
|
|
306
306
|
},
|
|
307
307
|
"devDependencies": {
|
|
308
308
|
"@alloy-js/babel-preset": "^0.3.0",
|
|
309
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
309
|
+
"@powerlines/plugin-plugin": "^0.12.559",
|
|
310
310
|
"@types/node": "^25.9.5"
|
|
311
311
|
},
|
|
312
312
|
"peerDependencies": { "@alloy-js/babel-preset": ">=0.3.0" },
|
|
313
313
|
"peerDependenciesMeta": { "@alloy-js/babel-preset": { "optional": false } },
|
|
314
314
|
"publishConfig": { "access": "public" },
|
|
315
|
-
"gitHead": "
|
|
315
|
+
"gitHead": "af891c3e728ec71f441887e7f1bb92272c6823fe"
|
|
316
316
|
}
|