@lucas-bur/pix 0.5.0 → 0.5.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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # @lucas-bur/pix
2
2
 
3
3
  [![CI](https://github.com/Lucas-Bur/pix/actions/workflows/ci.yml/badge.svg)](https://github.com/Lucas-Bur/pix/actions/workflows/ci.yml)
4
- [![codecov](https://codecov.io/gh/Lucas-Bur/pix/branch/main/graph/badge.svg)](https://codecov.io/gh/Lucas-Bur/pix)
4
+ [![codecov](https://codecov.io/gh/Lucas-Bur/pix/graph/badge.svg)](https://codecov.io/gh/Lucas-Bur/pix)
5
+ [![fallow health](https://raw.githubusercontent.com/Lucas-Bur/pix/badges/health.svg)](https://github.com/Lucas-Bur/pix/actions/workflows/ci.yml)
5
6
  [![npm version](https://img.shields.io/npm/v/@lucas-bur/pix)](https://www.npmjs.com/package/@lucas-bur/pix)
6
7
  [![npm downloads](https://img.shields.io/npm/dm/@lucas-bur/pix)](https://www.npmjs.com/package/@lucas-bur/pix)
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucas-bur/pix",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Lightweight local semantic project indexer",
5
5
  "keywords": [
6
6
  "cli",
@@ -44,7 +44,8 @@
44
44
  "lint:effect:ci": "effect-language-service diagnostics --project tsconfig.json --format github-actions --strict",
45
45
  "lint:effect:agent": "effect-language-service diagnostics --project tsconfig.json --format json --strict",
46
46
  "lint:fallow": "fallow",
47
- "lint:fallow:ci": "vpx fallow audit --base main --format badge",
47
+ "lint:fallow:ci": "vpx fallow audit --base origin/main",
48
+ "lint:fallow:health": "fallow health --format badge",
48
49
  "lint:fallow:agent": "fallow --format json",
49
50
  "fallow": "fallow",
50
51
  "prepublishOnly": "vp run build",