@code-pushup/cli 0.16.1 → 0.16.2

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 (3) hide show
  1. package/README.md +4 -3
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,10 @@
8
8
 
9
9
  ---
10
10
 
11
- | 📊 Getting Started | 🌐 Portal Integration | 🛠️ CI Automation |
12
- | :--------------------------------------------------: | :------------------------------------------------: | :----------------------------------------: |
13
- | **[How to setup](#getting-started)** a basic project | Sort, filter **[your goals](#portal-integration)** | Updates **[on every PR](#-ci-automation)** |
11
+ | 📊 Getting Started | 🌐 Portal Integration | 🛠️ CI Automation |
12
+ | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------: |
13
+ | **[How to setup](#getting-started)** a basic project | Sort, filter **[your goals](#portal-integration)** | Updates **[on every PR](#-ci-automation)** |
14
+ | <a href="#getting-started"><img alt="Getting started cover image" title="Getting started with code-pushup" src="./docs/images/getting-started-cover.png" max-height="200" width="auto"></a> | <a href="#portal-integration"><img alt="Portal integration cover image" title="Inetegrate code-pushup portal" src="./docs/images/portal-cover.png" max-height="200" width="auto"></a> | <a href="#-ci-automation"><img alt="CI Automation cover" title="CI automation guide" src="./docs/images/cli-cover.png" max-height="200" width="auto"></a> |
14
15
 
15
16
  ---
16
17
 
package/index.js CHANGED
@@ -1564,7 +1564,7 @@ function link2(text) {
1564
1564
 
1565
1565
  // packages/core/package.json
1566
1566
  var name = "@code-pushup/core";
1567
- var version = "0.16.1";
1567
+ var version = "0.16.2";
1568
1568
 
1569
1569
  // packages/core/src/lib/implementation/execute-plugin.ts
1570
1570
  import chalk5 from "chalk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-pushup/cli",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "code-pushup": "index.js"