@verdaccio/types 14.0.0-next-9.7 → 14.0.0-next-9.9
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 +1 -1
- package/src/commons.ts +3 -0
- package/src/configuration.ts +1 -1
package/package.json
CHANGED
package/src/commons.ts
CHANGED
package/src/configuration.ts
CHANGED
|
@@ -273,7 +273,7 @@ export type ServerSettingsConf = {
|
|
|
273
273
|
* acme-XXXXXX
|
|
274
274
|
*/
|
|
275
275
|
pluginPrefix?: string;
|
|
276
|
-
passwordValidationRegex?: RegExp;
|
|
276
|
+
passwordValidationRegex?: RegExp | string;
|
|
277
277
|
// docs on `trustProxy` can be found at: https://expressjs.com/en/guide/behind-proxies.html
|
|
278
278
|
trustProxy?: string;
|
|
279
279
|
// Controls how requests with dotfile path segments (e.g. /.env, /.well-known/) are handled.
|