@code-pushup/cli 0.16.8 → 0.17.0

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 +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -569,7 +569,7 @@ import { join } from "node:path";
569
569
  // packages/utils/src/lib/file-system.ts
570
570
  import { bundleRequire } from "bundle-require";
571
571
  import chalk from "chalk";
572
- import { mkdir, readFile, readdir, stat } from "node:fs/promises";
572
+ import { mkdir, readFile, readdir, rm, stat } from "node:fs/promises";
573
573
 
574
574
  // packages/utils/src/lib/formatting.ts
575
575
  function slugify(text) {
@@ -1563,7 +1563,7 @@ function link2(text) {
1563
1563
 
1564
1564
  // packages/core/package.json
1565
1565
  var name = "@code-pushup/core";
1566
- var version = "0.16.8";
1566
+ var version = "0.17.0";
1567
1567
 
1568
1568
  // packages/core/src/lib/implementation/execute-plugin.ts
1569
1569
  import chalk5 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/cli",
3
- "version": "0.16.8",
3
+ "version": "0.17.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "code-pushup": "index.js"