costlayers 0.8.10 → 0.8.11

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/bin/agentspend.js CHANGED
@@ -9,7 +9,7 @@ const https = require("https");
9
9
  const os = require("os");
10
10
  const { spawnSync } = require("child_process");
11
11
 
12
- const VERSION = "0.8.10";
12
+ const VERSION = "0.8.11";
13
13
  const DEFAULT_RUNS_PER_WEEK = 20;
14
14
  const WEEKS_PER_MONTH = 4.33;
15
15
  const DEFAULT_EXCLUDES = new Set([
@@ -541,7 +541,6 @@ function profileTomlString(connection) {
541
541
  "",
542
542
  "[otel]",
543
543
  'environment = "costlayers"',
544
- 'exporter = "otlp-http"',
545
544
  "log_user_prompt = false",
546
545
  "",
547
546
  '[otel.exporter."otlp-http"]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "costlayers",
3
- "version": "0.8.10",
3
+ "version": "0.8.11",
4
4
  "description": "CostLayers cost control for AI coding agents. Build compact repo context packs, gateway reports, and savings dashboards.",
5
5
  "bin": {
6
6
  "agentspend": "bin/agentspend.js",