@powerlines/plugin-nodejs 0.1.82 → 0.1.84

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.
@@ -28,9 +28,6 @@ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
28
28
  /**
29
29
  * Should the plugin inject the env variables in the source code with their values?
30
30
  *
31
- * @remarks
32
- * This option is set to `true` when building an application project.
33
- *
34
31
  * @defaultValue false
35
32
  */
36
33
  inject?: boolean;
@@ -28,9 +28,6 @@ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
28
28
  /**
29
29
  * Should the plugin inject the env variables in the source code with their values?
30
30
  *
31
- * @remarks
32
- * This option is set to `true` when building an application project.
33
- *
34
31
  * @defaultValue false
35
32
  */
36
33
  inject?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nodejs",
3
- "version": "0.1.82",
3
+ "version": "0.1.84",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for building a Node.js application.",
6
6
  "repository": {
@@ -133,19 +133,19 @@
133
133
  "dependencies": {
134
134
  "@alloy-js/core": "^0.22.0",
135
135
  "@alloy-js/typescript": "^0.22.0",
136
- "@powerlines/plugin-alloy": "^0.18.83",
137
- "@powerlines/plugin-babel": "^0.12.203",
138
- "@powerlines/plugin-env": "^0.15.87",
136
+ "@powerlines/plugin-alloy": "^0.18.85",
137
+ "@powerlines/plugin-babel": "^0.12.205",
138
+ "@powerlines/plugin-env": "^0.15.89",
139
139
  "@storm-software/config-tools": "^1.188.80",
140
140
  "@stryke/string-format": "^0.13.4",
141
141
  "defu": "^6.1.4",
142
- "powerlines": "^0.37.68"
142
+ "powerlines": "^0.37.70"
143
143
  },
144
144
  "devDependencies": {
145
145
  "@babel/core": "^7.28.6",
146
- "@powerlines/plugin-plugin": "^0.12.146",
146
+ "@powerlines/plugin-plugin": "^0.12.148",
147
147
  "@types/node": "^24.10.9"
148
148
  },
149
149
  "publishConfig": { "access": "public" },
150
- "gitHead": "f8260d0aec03ef3e809d6c0a7f95faf703fc3801"
150
+ "gitHead": "49824cd670e66c1adee0b6da4008c3d8aed5a8a4"
151
151
  }