@code-pushup/utils 0.5.2 → 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.
Files changed (2) hide show
  1. package/index.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -217,8 +217,7 @@ var persistConfigSchema = z3.object({
217
217
  filename: fileNameSchema(
218
218
  "Artifacts file name (without extension)"
219
219
  ).optional(),
220
- format: z3.array(formatSchema).default(["json"]).optional()
221
- // @TODO remove default or optional value and otherwise it will not set defaults.
220
+ format: z3.array(formatSchema).optional()
222
221
  });
223
222
 
224
223
  // packages/models/src/lib/plugin-config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/utils",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "dependencies": {
5
5
  "@code-pushup/models": "*",
6
6
  "bundle-require": "^4.0.1",