@lucas-bur/pix 0.5.0 → 0.5.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.
- package/README.md +2 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# @lucas-bur/pix
|
|
2
2
|
|
|
3
3
|
[](https://github.com/Lucas-Bur/pix/actions/workflows/ci.yml)
|
|
4
|
-
[](https://codecov.io/gh/Lucas-Bur/pix)
|
|
5
|
+
[](https://github.com/Lucas-Bur/pix/actions/workflows/ci.yml)
|
|
5
6
|
[](https://www.npmjs.com/package/@lucas-bur/pix)
|
|
6
7
|
[](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.
|
|
3
|
+
"version": "0.5.1",
|
|
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
|
|
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",
|