@verdaccio/types 14.0.0-next-9.6 → 14.0.0-next-9.7

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.6",
3
+ "version": "14.0.0-next-9.7",
4
4
  "description": "Verdaccio Type Definitions",
5
5
  "keywords": [
6
6
  "private",
@@ -138,6 +138,7 @@ export type CommonWebConf = {
138
138
  hideDeprecatedVersions?: boolean;
139
139
  primaryColor?: string;
140
140
  showRaw?: boolean;
141
+ assetFolder?: string;
141
142
  };
142
143
 
143
144
  /**