@verdaccio/types 14.0.0-next-9.5 → 14.0.0-next-9.6
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/configuration.ts +0 -2
package/package.json
CHANGED
package/src/configuration.ts
CHANGED
|
@@ -334,8 +334,6 @@ export interface Config extends Omit<ConfigYaml, 'packages' | 'security' | 'conf
|
|
|
334
334
|
secret: string;
|
|
335
335
|
// save the configuration file path, it's fails without thi configPath
|
|
336
336
|
configPath: string;
|
|
337
|
-
// @deprecated use configPath
|
|
338
|
-
self_path?: string;
|
|
339
337
|
// packages from yaml file looks different from packages inside the config file
|
|
340
338
|
packages: PackageList;
|
|
341
339
|
// security object defaults is added by the config file but optional in the yaml file
|