relayburn 0.41.0 → 0.43.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 +8 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to `relayburn
|
|
4
|
-
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
3
|
+
All notable changes to `relayburn`.
|
|
7
4
|
|
|
8
5
|
## [Unreleased]
|
|
9
6
|
|
|
7
|
+
## [0.43.0] - 2026-04-29
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Tighten changelog entries
|
|
12
|
+
|
|
10
13
|
## [0.35.0] - 2026-04-28
|
|
11
14
|
|
|
12
15
|
### Added
|
|
13
16
|
|
|
14
|
-
- Initial release.
|
|
15
|
-
|
|
17
|
+
- Initial release. This package installs the same `burn` command as `@relayburn/cli` under the unscoped `relayburn` name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "relayburn",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.43.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": "0.
|
|
19
|
+
"@relayburn/cli": "0.43.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|