@powerlines/plugin-nodejs 0.1.143 → 0.1.145
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 +7 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-nodejs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.145",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a Node.js application.",
|
|
6
6
|
"repository": {
|
|
@@ -116,28 +116,20 @@
|
|
|
116
116
|
"typings": "dist/index.d.mts",
|
|
117
117
|
"files": ["dist/**/*"],
|
|
118
118
|
"keywords": ["nodejs", "powerlines", "storm-software", "powerlines-plugin"],
|
|
119
|
-
"peerDependencies": {
|
|
120
|
-
"@alloy-js/core": ">=0.22.0",
|
|
121
|
-
"@alloy-js/typescript": ">=0.22.0"
|
|
122
|
-
},
|
|
123
|
-
"peerDependenciesMeta": {
|
|
124
|
-
"@alloy-js/core": { "optional": false },
|
|
125
|
-
"@alloy-js/typescript": { "optional": false }
|
|
126
|
-
},
|
|
127
119
|
"dependencies": {
|
|
128
120
|
"@alloy-js/core": "^0.22.0",
|
|
129
121
|
"@alloy-js/typescript": "^0.22.0",
|
|
130
|
-
"@powerlines/plugin-alloy": "^0.19.
|
|
131
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
132
|
-
"@powerlines/plugin-env": "^0.15.
|
|
133
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
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",
|
|
134
126
|
"@storm-software/config-tools": "^1.189.0",
|
|
135
127
|
"@stryke/string-format": "^0.13.6",
|
|
136
128
|
"defu": "^6.1.4",
|
|
137
|
-
"powerlines": "^0.38.
|
|
129
|
+
"powerlines": "^0.38.13"
|
|
138
130
|
},
|
|
139
131
|
"devDependencies": { "@types/node": "^24.10.9" },
|
|
140
132
|
"publishConfig": { "access": "public" },
|
|
141
133
|
"types": "./dist/index.d.cts",
|
|
142
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "b2ecfb2756a1137c3006b09c1e8f8a60a346d1ad"
|
|
143
135
|
}
|