@powerlines/plugin-nodejs 0.1.103 → 0.1.105

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 +17 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.103",
3
+ "version": "0.1.105",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -38,7 +38,6 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "private": false,
41
- "typings": "dist/index.d.mts",
42
41
  "main": "dist/index.cjs",
43
42
  "module": "dist/index.mjs",
44
43
  "exports": {
@@ -128,24 +127,30 @@
128
127
  }
129
128
  }
130
129
  },
130
+ "typings": "dist/index.d.mts",
131
131
  "files": ["dist/**/*"],
132
132
  "keywords": ["nodejs", "powerlines", "storm-software", "powerlines-plugin"],
133
+ "peerDependencies": {
134
+ "@alloy-js/core": ">=0.22.0",
135
+ "@alloy-js/typescript": ">=0.22.0"
136
+ },
137
+ "peerDependenciesMeta": {
138
+ "@alloy-js/core": { "optional": false },
139
+ "@alloy-js/typescript": { "optional": false }
140
+ },
133
141
  "dependencies": {
134
142
  "@alloy-js/core": "^0.22.0",
135
143
  "@alloy-js/typescript": "^0.22.0",
136
- "@powerlines/plugin-alloy": "^0.18.101",
137
- "@powerlines/plugin-babel": "^0.12.220",
138
- "@powerlines/plugin-env": "^0.15.108",
144
+ "@powerlines/plugin-alloy": "^0.18.103",
145
+ "@powerlines/plugin-babel": "^0.12.222",
146
+ "@powerlines/plugin-env": "^0.15.110",
147
+ "@powerlines/plugin-plugin": "^0.12.164",
139
148
  "@storm-software/config-tools": "^1.189.0",
140
149
  "@stryke/string-format": "^0.13.4",
141
150
  "defu": "^6.1.4",
142
- "powerlines": "^0.37.84"
143
- },
144
- "devDependencies": {
145
- "@babel/core": "^7.28.6",
146
- "@powerlines/plugin-plugin": "^0.12.162",
147
- "@types/node": "^24.10.9"
151
+ "powerlines": "^0.37.86"
148
152
  },
153
+ "devDependencies": { "@types/node": "^24.10.9" },
149
154
  "publishConfig": { "access": "public" },
150
- "gitHead": "5ab6757f6ed191ccb3b0897d8909f7f35025d58e"
155
+ "gitHead": "48494d6ab1212dd20f5d01aecb20d62813fa720e"
151
156
  }