relayburn 0.45.0 → 1.1.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
|
@@ -4,6 +4,12 @@ All notable changes to `relayburn`.
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [1.0.0] - 2026-04-29
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- Published `relayburn` README examples now use `burn budget --watch` instead of the removed `burn limits` command.
|
|
12
|
+
|
|
7
13
|
## [0.43.0] - 2026-04-29
|
|
8
14
|
|
|
9
15
|
### 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 budget --watch
|
|
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": "
|
|
3
|
+
"version": "1.1.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": "
|
|
19
|
+
"@relayburn/cli": "1.1.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|