relayburn 1.3.1 → 1.5.0
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ This is a thin wrapper that depends on [`@relayburn/cli`](https://www.npmjs.com/
|
|
|
11
11
|
```sh
|
|
12
12
|
burn --help
|
|
13
13
|
burn summary --since 7d
|
|
14
|
-
burn
|
|
14
|
+
burn hotspots --since 7d
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
See the project [README](https://github.com/AgentWorkforce/burn#readme) for full documentation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relayburn",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"description": "Token usage & cost attribution for agent CLIs (installs the `burn` command)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"node": ">=22"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@relayburn/cli": "1.
|
|
19
|
+
"@relayburn/cli": "1.5.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|