@theokit/sdk-budget 0.3.2 → 0.3.4

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theokit/sdk-budget",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "USD-cost-aware BudgetTracker impls for @theokit/sdk — extends the counter-based reference with per-model pricing. Consumes the kernel-facing BudgetTracker port from sdk-core.",
5
5
  "license": "Apache-2.0",
6
- "homepage": "https://github.com/usetheodev/theokit-sdk#readme",
7
- "bugs": "https://github.com/usetheodev/theokit-sdk/issues",
6
+ "homepage": "https://github.com/usetheokit/theokit-sdk#readme",
7
+ "bugs": "https://github.com/usetheokit/theokit-sdk/issues",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/usetheodev/theokit-sdk.git",
10
+ "url": "git+https://github.com/usetheokit/theokit-sdk.git",
11
11
  "directory": "packages/sdk-budget"
12
12
  },
13
13
  "type": "module",
@@ -38,19 +38,20 @@
38
38
  "LICENSE"
39
39
  ],
40
40
  "peerDependencies": {
41
- "@theokit/sdk": ">=4.0.0"
41
+ "@theokit/sdk": ">=4.54.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "tsup": "^8.3.5",
45
45
  "typescript": "^5.7.2",
46
46
  "vitest": "^4.1.8",
47
- "@theokit/sdk": "4.43.0"
47
+ "@theokit/sdk": "4.59.0"
48
48
  },
49
49
  "publishConfig": {
50
+ "provenance": true,
50
51
  "access": "public"
51
52
  },
52
53
  "scripts": {
53
- "build": "tsup",
54
+ "build": "tsup && node ../../tools/repair-dts-imports.mjs .",
54
55
  "test": "vitest run",
55
56
  "typecheck": "tsc --noEmit"
56
57
  }