@powerlines/plugin-nodejs 0.1.601 → 0.1.602
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 +12 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-nodejs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.602",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a Node.js application.",
|
|
6
6
|
"repository": {
|
|
@@ -120,17 +120,19 @@
|
|
|
120
120
|
"@alloy-js/core": "^0.24.1",
|
|
121
121
|
"@alloy-js/typescript": "^0.24.0",
|
|
122
122
|
"@power-plant/alloy-js": "^0.0.80",
|
|
123
|
-
"@powerlines/plugin-alloy": "
|
|
124
|
-
"@powerlines/plugin-babel": "
|
|
125
|
-
"@powerlines/plugin-env": "
|
|
126
|
-
"@
|
|
127
|
-
"@
|
|
128
|
-
"@stryke/string-format": "^0.17.44",
|
|
123
|
+
"@powerlines/plugin-alloy": "0.26.290",
|
|
124
|
+
"@powerlines/plugin-babel": "0.13.191",
|
|
125
|
+
"@powerlines/plugin-env": "0.16.401",
|
|
126
|
+
"@storm-software/config-tools": "^1.190.130",
|
|
127
|
+
"@stryke/string-format": "^0.17.49",
|
|
129
128
|
"defu": "^6.1.7",
|
|
130
|
-
"powerlines": "
|
|
129
|
+
"powerlines": "0.47.194"
|
|
130
|
+
},
|
|
131
|
+
"devDependencies": {
|
|
132
|
+
"@powerlines/plugin-plugin": "0.12.606",
|
|
133
|
+
"@types/node": "^25.9.5"
|
|
131
134
|
},
|
|
132
|
-
"devDependencies": { "@types/node": "^25.9.5" },
|
|
133
135
|
"publishConfig": { "access": "public" },
|
|
134
136
|
"types": "./dist/index.d.cts",
|
|
135
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "ca37aa95827eddaaa3b5c8cb750249cc9045ac29"
|
|
136
138
|
}
|