tokentrace 0.19.0 → 0.19.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/CHANGELOG.md +11 -0
- package/package.json +2 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ All notable changes to TokenTrace are documented here.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## [0.19.1] - 2026-06-04
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **Leaner npm package.** The published tarball no longer includes a set of
|
|
12
|
+
non-product brand assets (~350 KB of images) that had been parked in the
|
|
13
|
+
`public/` directory and were unintentionally swept into the package by the
|
|
14
|
+
`files` allowlist. They are now excluded from the tarball and ignored by git.
|
|
15
|
+
No functional change — installs are simply smaller and contain only product
|
|
16
|
+
files.
|
|
17
|
+
|
|
7
18
|
## [0.19.0] - 2026-06-04
|
|
8
19
|
|
|
9
20
|
### Security
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tokentrace",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"mcpName": "io.github.abhiyoheswaran1/tokentrace",
|
|
5
5
|
"description": "Local-first dashboard for AI CLI token, cost, and session analytics.",
|
|
6
6
|
"author": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"TOKENTRACE_AGENT.md",
|
|
25
25
|
"llms.txt",
|
|
26
26
|
"public",
|
|
27
|
+
"!public/Baseframe-Labs-brand-assets",
|
|
27
28
|
"app",
|
|
28
29
|
"components",
|
|
29
30
|
"docs/agent-adoption.md",
|
package/server.json
CHANGED
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"url": "https://github.com/abhiyoheswaran1/tokentrace",
|
|
9
9
|
"source": "github"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.19.
|
|
11
|
+
"version": "0.19.1",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "tokentrace",
|
|
16
|
-
"version": "0.19.
|
|
16
|
+
"version": "0.19.1",
|
|
17
17
|
"runtimeHint": "npx",
|
|
18
18
|
"packageArguments": [
|
|
19
19
|
{
|