@code-pushup/cli 0.13.0 → 0.13.1

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1533,7 +1533,7 @@ var verboseUtils = (verbose) => ({
1533
1533
 
1534
1534
  // packages/core/package.json
1535
1535
  var name = "@code-pushup/core";
1536
- var version = "0.13.0";
1536
+ var version = "0.13.1";
1537
1537
 
1538
1538
  // packages/core/src/lib/implementation/execute-plugin.ts
1539
1539
  import chalk4 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/cli",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "code-pushup": "index.js"