relayburn 1.4.0 → 1.6.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.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to `relayburn`.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.6.2] - 2026-05-02
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Bump package versions to 1.6.1
|
|
12
|
+
|
|
13
|
+
## [1.5.0] - 2026-05-02
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- README examples now point to `burn hotspots` instead of the removed `burn budget` command.
|
|
18
|
+
|
|
7
19
|
## [1.0.0] - 2026-04-29
|
|
8
20
|
|
|
9
21
|
### Fixed
|
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.6.2",
|
|
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.6.2"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|