@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "14.0.0-next-9.5",
3
+ "version": "14.0.0-next-9.6",
4
4
  "description": "Verdaccio Type Definitions",
5
5
  "keywords": [
6
6
  "private",
@@ -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