harnesstrim 0.2.0 → 0.2.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/dist/cli.mjs +2 -2
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -24276,12 +24276,12 @@ function loadMetrics(filePath) {
|
|
|
24276
24276
|
// package.json
|
|
24277
24277
|
var package_default = {
|
|
24278
24278
|
name: "harnesstrim",
|
|
24279
|
-
version: "0.2.
|
|
24279
|
+
version: "0.2.1",
|
|
24280
24280
|
description: "HarnessTrim CLI: doctor (diagnose token waste), install adapters, run benchmarks.",
|
|
24281
24281
|
license: "MIT",
|
|
24282
24282
|
type: "module",
|
|
24283
24283
|
bin: {
|
|
24284
|
-
harnesstrim: "
|
|
24284
|
+
harnesstrim: "dist/cli.mjs"
|
|
24285
24285
|
},
|
|
24286
24286
|
files: [
|
|
24287
24287
|
"dist",
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "harnesstrim",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "HarnessTrim CLI: doctor (diagnose token waste), install adapters, run benchmarks.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
|
-
"harnesstrim": "
|
|
8
|
+
"harnesstrim": "dist/cli.mjs"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|