@powerlines/plugin-alloy 0.25.64 → 0.25.66

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/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>🔌 Powerlines</b> monorepo. Powerlines is the "
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.25.33-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.25.65-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/powerlines)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/powerlines/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.25.64",
3
+ "version": "0.25.66",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -809,28 +809,28 @@
809
809
  "@alloy-js/json": "0.23.0-dev.2",
810
810
  "@alloy-js/markdown": "0.23.0-dev.1",
811
811
  "@alloy-js/typescript": "0.23.0-dev.4",
812
- "@powerlines/deepkit": "^0.6.156",
813
- "@powerlines/plugin-babel": "^0.12.374",
814
- "@storm-software/config-tools": "^1.189.46",
815
- "@stryke/capnp": "^0.12.89",
816
- "@stryke/convert": "^0.6.56",
817
- "@stryke/fs": "^0.33.63",
818
- "@stryke/helpers": "^0.10.6",
819
- "@stryke/json": "^0.14.10",
820
- "@stryke/path": "^0.27.2",
821
- "@stryke/string-format": "^0.17.6",
822
- "@stryke/type-checks": "^0.5.41",
823
- "@stryke/types": "^0.11.1",
824
- "@stryke/unique-id": "^0.3.74",
812
+ "@powerlines/deepkit": "^0.6.158",
813
+ "@powerlines/plugin-babel": "^0.12.376",
814
+ "@storm-software/config-tools": "^1.189.57",
815
+ "@stryke/capnp": "^0.12.90",
816
+ "@stryke/convert": "^0.6.57",
817
+ "@stryke/fs": "^0.33.64",
818
+ "@stryke/helpers": "^0.10.7",
819
+ "@stryke/json": "^0.14.11",
820
+ "@stryke/path": "^0.27.3",
821
+ "@stryke/string-format": "^0.17.7",
822
+ "@stryke/type-checks": "^0.6.0",
823
+ "@stryke/types": "^0.11.2",
824
+ "@stryke/unique-id": "^0.3.75",
825
825
  "defu": "^6.1.4",
826
- "powerlines": "^0.42.18",
826
+ "powerlines": "^0.42.20",
827
827
  "prettier": "^3.8.1",
828
828
  "unctx": "^2.5.0"
829
829
  },
830
830
  "devDependencies": {
831
- "@powerlines/plugin-plugin": "^0.12.328",
831
+ "@powerlines/plugin-plugin": "^0.12.330",
832
832
  "@types/node": "^25.5.0"
833
833
  },
834
834
  "publishConfig": { "access": "public" },
835
- "gitHead": "016be94e1a1c1967aaacab611fde6cd1c8e14e28"
835
+ "gitHead": "c0cb55f77d02626e594888d7c34bca5f0fb8b337"
836
836
  }
@@ -1,3 +0,0 @@
1
- import "node:module";
2
-
3
- export { };