@code-pushup/core 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
@@ -561,7 +561,7 @@ import { join } from "node:path";
561
561
  // packages/utils/src/lib/file-system.ts
562
562
  import { bundleRequire } from "bundle-require";
563
563
  import chalk from "chalk";
564
- import { mkdir, readFile, readdir, stat } from "node:fs/promises";
564
+ import { mkdir, readFile, readdir, rm, stat } from "node:fs/promises";
565
565
 
566
566
  // packages/utils/src/lib/formatting.ts
567
567
  function slugify(text) {
@@ -1542,7 +1542,7 @@ import chalk4 from "chalk";
1542
1542
 
1543
1543
  // packages/core/package.json
1544
1544
  var name = "@code-pushup/core";
1545
- var version = "0.16.8";
1545
+ var version = "0.17.0";
1546
1546
 
1547
1547
  // packages/core/src/lib/implementation/execute-plugin.ts
1548
1548
  import chalk5 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/core",
3
- "version": "0.16.8",
3
+ "version": "0.17.0",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@code-pushup/models": "*",