@code-pushup/models 0.5.3 → 0.5.4

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": "@code-pushup/models",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "dependencies": {
5
5
  "zod": "^3.22.1",
6
6
  "@code-pushup/portal-client": "^0.1.2"
@@ -1,3 +1,4 @@
1
+ import { Format } from '../persist-config';
1
2
  export declare const PERSIST_OUTPUT_DIR = ".code-pushup";
2
- export declare const PERSIST_FORMAT: "json"[];
3
+ export declare const PERSIST_FORMAT: Format[];
3
4
  export declare const PERSIST_FILENAME = "report";