@powerlines/plugin-date 0.12.226 → 0.12.228

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.
@@ -29,9 +29,6 @@ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
29
29
  /**
30
30
  * Should the plugin inject the env variables in the source code with their values?
31
31
  *
32
- * @remarks
33
- * This option is set to `true` when building an application project.
34
- *
35
32
  * @defaultValue false
36
33
  */
37
34
  inject?: boolean;
@@ -27,9 +27,6 @@ type EnvPluginOptions = Omit<DotenvConfiguration, "types"> & {
27
27
  /**
28
28
  * Should the plugin inject the env variables in the source code with their values?
29
29
  *
30
- * @remarks
31
- * This option is set to `true` when building an application project.
32
- *
33
30
  * @defaultValue false
34
31
  */
35
32
  inject?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-date",
3
- "version": "0.12.226",
3
+ "version": "0.12.228",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "repository": {
@@ -128,15 +128,15 @@
128
128
  "files": ["dist/**/*"],
129
129
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
130
130
  "dependencies": {
131
- "@powerlines/plugin-env": "^0.15.88",
131
+ "@powerlines/plugin-env": "^0.15.90",
132
132
  "@storm-software/config-tools": "^1.188.80",
133
133
  "@stryke/path": "^0.26.0",
134
- "powerlines": "^0.37.69"
134
+ "powerlines": "^0.37.71"
135
135
  },
136
136
  "devDependencies": {
137
- "@powerlines/plugin-plugin": "^0.12.147",
137
+ "@powerlines/plugin-plugin": "^0.12.149",
138
138
  "@types/node": "^24.10.9"
139
139
  },
140
140
  "publishConfig": { "access": "public" },
141
- "gitHead": "c6ab1b67c80e8d892d309b98867d42e434eea627"
141
+ "gitHead": "6fd6de6c956acc53f73c34d8b19827d094e604af"
142
142
  }