@powerlines/plugin-nodejs 0.1.145 → 0.1.146

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 +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.145",
3
+ "version": "0.1.146",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -116,20 +116,21 @@
116
116
  "typings": "dist/index.d.mts",
117
117
  "files": ["dist/**/*"],
118
118
  "keywords": ["nodejs", "powerlines", "storm-software", "powerlines-plugin"],
119
+ "peerDependencies": { "@powerlines/plugin-alloy": "*" },
120
+ "peerDependenciesMeta": { "@powerlines/plugin-alloy": { "optional": false } },
119
121
  "dependencies": {
120
122
  "@alloy-js/core": "^0.22.0",
121
123
  "@alloy-js/typescript": "^0.22.0",
122
- "@powerlines/plugin-alloy": "^0.19.22",
123
- "@powerlines/plugin-babel": "^0.12.255",
124
- "@powerlines/plugin-env": "^0.15.150",
125
- "@powerlines/plugin-plugin": "^0.12.197",
124
+ "@powerlines/plugin-babel": "^0.12.256",
125
+ "@powerlines/plugin-env": "^0.15.151",
126
+ "@powerlines/plugin-plugin": "^0.12.198",
126
127
  "@storm-software/config-tools": "^1.189.0",
127
128
  "@stryke/string-format": "^0.13.6",
128
129
  "defu": "^6.1.4",
129
- "powerlines": "^0.38.13"
130
+ "powerlines": "^0.38.14"
130
131
  },
131
132
  "devDependencies": { "@types/node": "^24.10.9" },
132
133
  "publishConfig": { "access": "public" },
133
134
  "types": "./dist/index.d.cts",
134
- "gitHead": "b2ecfb2756a1137c3006b09c1e8f8a60a346d1ad"
135
+ "gitHead": "1acb301f822c9c1e37ac7dfeed3c2253b1f16b3e"
135
136
  }