@powerlines/plugin-typedoc 0.10.70 → 0.10.71
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.
|
@@ -126,6 +126,12 @@ interface BuildConfig {
|
|
|
126
126
|
* Should the Powerlines CLI processes skip bundling the `node_modules` directory?
|
|
127
127
|
*/
|
|
128
128
|
skipNodeModulesBundle?: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* If true, `process.env` referenced in code will be preserved as-is and evaluated in runtime. Otherwise, it is statically replaced as an empty object.
|
|
131
|
+
*
|
|
132
|
+
* @defaultValue false
|
|
133
|
+
*/
|
|
134
|
+
keepProcessEnv?: boolean;
|
|
129
135
|
/**
|
|
130
136
|
* An optional set of override options to apply to the selected build variant.
|
|
131
137
|
*
|
|
@@ -126,6 +126,12 @@ interface BuildConfig {
|
|
|
126
126
|
* Should the Powerlines CLI processes skip bundling the `node_modules` directory?
|
|
127
127
|
*/
|
|
128
128
|
skipNodeModulesBundle?: boolean;
|
|
129
|
+
/**
|
|
130
|
+
* If true, `process.env` referenced in code will be preserved as-is and evaluated in runtime. Otherwise, it is statically replaced as an empty object.
|
|
131
|
+
*
|
|
132
|
+
* @defaultValue false
|
|
133
|
+
*/
|
|
134
|
+
keepProcessEnv?: boolean;
|
|
129
135
|
/**
|
|
130
136
|
* An optional set of override options to apply to the selected build variant.
|
|
131
137
|
*
|
|
@@ -300,6 +300,18 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
300
300
|
* Environment-specific configurations
|
|
301
301
|
*/
|
|
302
302
|
environments?: Record<string, EnvironmentConfig>;
|
|
303
|
+
/**
|
|
304
|
+
* Should a single `build` process be ran for each environment?
|
|
305
|
+
*
|
|
306
|
+
* @remarks
|
|
307
|
+
* This option determines how environments are managed during the `build` process. The available options are:
|
|
308
|
+
*
|
|
309
|
+
* - `false`: A separate build is ran for each environment.
|
|
310
|
+
* - `true`: A single build is ran for all environments.
|
|
311
|
+
*
|
|
312
|
+
* @defaultValue false
|
|
313
|
+
*/
|
|
314
|
+
singleBuild?: boolean;
|
|
303
315
|
/**
|
|
304
316
|
* A string identifier that allows a child framework or tool to identify itself when using Powerlines.
|
|
305
317
|
*
|
|
@@ -300,6 +300,18 @@ interface CommonUserConfig extends BaseConfig {
|
|
|
300
300
|
* Environment-specific configurations
|
|
301
301
|
*/
|
|
302
302
|
environments?: Record<string, EnvironmentConfig>;
|
|
303
|
+
/**
|
|
304
|
+
* Should a single `build` process be ran for each environment?
|
|
305
|
+
*
|
|
306
|
+
* @remarks
|
|
307
|
+
* This option determines how environments are managed during the `build` process. The available options are:
|
|
308
|
+
*
|
|
309
|
+
* - `false`: A separate build is ran for each environment.
|
|
310
|
+
* - `true`: A single build is ran for all environments.
|
|
311
|
+
*
|
|
312
|
+
* @defaultValue false
|
|
313
|
+
*/
|
|
314
|
+
singleBuild?: boolean;
|
|
303
315
|
/**
|
|
304
316
|
* A string identifier that allows a child framework or tool to identify itself when using Powerlines.
|
|
305
317
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-typedoc",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
|
|
6
6
|
"repository": {
|
|
@@ -100,19 +100,19 @@
|
|
|
100
100
|
"files": ["dist/**/*"],
|
|
101
101
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@storm-software/config-tools": "^1.188.
|
|
103
|
+
"@storm-software/config-tools": "^1.188.65",
|
|
104
104
|
"@stryke/fs": "^0.33.20",
|
|
105
105
|
"@stryke/path": "^0.22.11",
|
|
106
|
-
"powerlines": "^0.
|
|
106
|
+
"powerlines": "^0.31.0",
|
|
107
107
|
"typedoc": "0.25.12",
|
|
108
108
|
"typedoc-plugin-markdown": "4.0.0-next.20"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@powerlines/nx": "^0.10.
|
|
112
|
-
"@storm-software/tsup": "^0.2.
|
|
113
|
-
"@types/node": "^24.10.
|
|
111
|
+
"@powerlines/nx": "^0.10.63",
|
|
112
|
+
"@storm-software/tsup": "^0.2.63",
|
|
113
|
+
"@types/node": "^24.10.2",
|
|
114
114
|
"tsup": "8.4.0"
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "2a4c29a361c5702474c60ee5f06a3e4e87d23c35"
|
|
118
118
|
}
|