@verdaccio/types 10.4.0 → 10.4.1
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/CHANGELOG.md +6 -0
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -381,7 +381,8 @@ declare module '@verdaccio/types' {
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
interface ConfigRuntime extends ConfigYaml {
|
|
384
|
-
config_path
|
|
384
|
+
// @deprecated on v6 this is config_path
|
|
385
|
+
self_path: string;
|
|
385
386
|
}
|
|
386
387
|
|
|
387
388
|
interface Config extends ConfigYaml, ConfigRuntime {
|