@powerlines/plugin-alloy 0.26.122 → 0.26.123
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 +15 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-alloy",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.123",
|
|
4
4
|
"description": "A package containing various Alloy framework components and helper utilities.",
|
|
5
5
|
"keywords": ["alloy-js", "powerlines", "powerlines-plugin"],
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -292,9 +292,8 @@
|
|
|
292
292
|
"@alloy-js/json": "^0.23.0",
|
|
293
293
|
"@alloy-js/markdown": "^0.23.0",
|
|
294
294
|
"@alloy-js/typescript": "^0.23.0",
|
|
295
|
-
"@
|
|
296
|
-
"@powerlines/
|
|
297
|
-
"@powerlines/plugin-babel": "^0.13.35",
|
|
295
|
+
"@powerlines/deepkit": "^0.9.17",
|
|
296
|
+
"@powerlines/plugin-babel": "^0.13.36",
|
|
298
297
|
"@storm-software/config-tools": "^1.190.20",
|
|
299
298
|
"@stryke/capnp": "^0.12.102",
|
|
300
299
|
"@stryke/convert": "^0.7.7",
|
|
@@ -307,16 +306,23 @@
|
|
|
307
306
|
"@stryke/types": "^0.12.4",
|
|
308
307
|
"@stryke/unique-id": "^0.3.87",
|
|
309
308
|
"defu": "^6.1.7",
|
|
310
|
-
"powerlines": "^0.47.
|
|
309
|
+
"powerlines": "^0.47.40",
|
|
311
310
|
"prettier": "^3.8.3",
|
|
312
311
|
"unctx": "^2.5.0"
|
|
313
312
|
},
|
|
314
313
|
"devDependencies": {
|
|
315
|
-
"@
|
|
314
|
+
"@babel/preset-typescript": "8.0.0-rc.5",
|
|
315
|
+
"@powerlines/plugin-plugin": "^0.12.452",
|
|
316
316
|
"@types/node": "^25.8.0"
|
|
317
317
|
},
|
|
318
|
-
"peerDependencies": {
|
|
319
|
-
|
|
318
|
+
"peerDependencies": {
|
|
319
|
+
"@babel/preset-typescript": "8.0.0-rc5",
|
|
320
|
+
"@alloy-js/babel-preset": ">=0.3.0"
|
|
321
|
+
},
|
|
322
|
+
"peerDependenciesMeta": {
|
|
323
|
+
"@alloy-js/babel-preset": { "optional": false },
|
|
324
|
+
"@babel/preset-typescript": { "optional": false }
|
|
325
|
+
},
|
|
320
326
|
"publishConfig": { "access": "public" },
|
|
321
|
-
"gitHead": "
|
|
327
|
+
"gitHead": "c5c293e753d59ab690265988c77bd535680ac71b"
|
|
322
328
|
}
|