@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - aaf0da4: fix: self_path correct property
8
+
3
9
  ## 10.4.0
4
10
 
5
11
  ### Minor Changes
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: string;
384
+ // @deprecated on v6 this is config_path
385
+ self_path: string;
385
386
  }
386
387
 
387
388
  interface Config extends ConfigYaml, ConfigRuntime {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "10.4.0",
3
+ "version": "10.4.1",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",