code-gauge 4.1.2 → 4.1.3

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 +3 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # code-gauge
2
2
 
3
- [![Test rust](https://github.com/WillBooster/code-gauge/actions/workflows/test-rust.yml/badge.svg)](https://github.com/WillBooster/code-gauge/actions/workflows/test-rust.yml)
3
+ [![npm version](https://img.shields.io/npm/v/code-gauge.svg)](https://www.npmjs.com/package/code-gauge)
4
4
  [![Test](https://github.com/WillBooster/code-gauge/actions/workflows/test.yml/badge.svg)](https://github.com/WillBooster/code-gauge/actions/workflows/test.yml)
5
+ [![Test rust](https://github.com/WillBooster/code-gauge/actions/workflows/test-rust.yml/badge.svg)](https://github.com/WillBooster/code-gauge/actions/workflows/test-rust.yml)
5
6
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
6
- [![wbfy](https://img.shields.io/badge/wbfy-19.2.0-1e90ff.svg)](https://github.com/WillBooster/shared/tree/main/packages/wbfy)
7
+ [![wbfy](https://img.shields.io/badge/wbfy-20.3.0-1e90ff.svg)](https://github.com/WillBooster/shared/tree/main/packages/wbfy)
7
8
 
8
9
  A command-line tool that ranks the files of a project by refactoring priority and gates changes
9
10
  against metric regressions, built for AI-agent workflows: an agent asked to "refactor this
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-gauge",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Measure code metrics with tree-sitter.",
5
5
  "keywords": [
6
6
  "cli",
@@ -63,16 +63,16 @@
63
63
  "@tsconfig/bun": "1.0.10",
64
64
  "@tsconfig/node-lts": "24.0.0",
65
65
  "@tsconfig/node-ts": "23.6.4",
66
- "@types/bun": "1.3.14",
66
+ "@types/bun": "1.4.0",
67
67
  "@types/node": "25.9.4",
68
68
  "@willbooster/oxfmt-config": "1.2.2",
69
69
  "@willbooster/oxlint-config": "1.4.8",
70
- "@willbooster/wb": "22.0.1",
71
- "build-ts": "21.0.9",
70
+ "@willbooster/wb": "22.1.3",
71
+ "build-ts": "21.0.10",
72
72
  "conventional-changelog-conventionalcommits": "9.3.1",
73
73
  "lefthook": "2.1.10",
74
- "oxfmt": "0.63.0",
75
- "oxlint": "1.78.0",
74
+ "oxfmt": "0.64.0",
75
+ "oxlint": "1.79.0",
76
76
  "oxlint-tsgolint": "7.0.2001",
77
77
  "semantic-release": "25.0.5",
78
78
  "sort-package-json": "4.0.0",
@@ -87,12 +87,12 @@
87
87
  "registry": "https://registry.npmjs.org/"
88
88
  },
89
89
  "optionalDependencies": {
90
- "code-gauge-linux-x64-gnu": "4.1.2",
91
- "code-gauge-linux-arm64-gnu": "4.1.2",
92
- "code-gauge-linux-x64-musl": "4.1.2",
93
- "code-gauge-linux-arm64-musl": "4.1.2",
94
- "code-gauge-darwin-x64": "4.1.2",
95
- "code-gauge-darwin-arm64": "4.1.2",
96
- "code-gauge-win32-x64-msvc": "4.1.2"
90
+ "code-gauge-linux-x64-gnu": "4.1.3",
91
+ "code-gauge-linux-arm64-gnu": "4.1.3",
92
+ "code-gauge-linux-x64-musl": "4.1.3",
93
+ "code-gauge-linux-arm64-musl": "4.1.3",
94
+ "code-gauge-darwin-x64": "4.1.3",
95
+ "code-gauge-darwin-arm64": "4.1.3",
96
+ "code-gauge-win32-x64-msvc": "4.1.3"
97
97
  }
98
98
  }