@bitfab/sdk 0.25.0 → 0.26.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/dist/node.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  flushTraces,
15
15
  getCurrentSpan,
16
16
  getCurrentTrace
17
- } from "./chunk-GQLNEYSU.js";
17
+ } from "./chunk-SJFOTDP3.js";
18
18
  import {
19
19
  BitfabError,
20
20
  assertAsyncStorageRegistered,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitfab/sdk",
3
- "version": "0.25.0",
3
+ "version": "0.26.1",
4
4
  "description": "Bitfab client for provider-based API calls with local BAML execution",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -40,7 +40,7 @@
40
40
  "lint:fix": "biome check --write src",
41
41
  "format": "biome format --write src",
42
42
  "tsc": "tsc --noEmit",
43
- "knip": "knip",
43
+ "knip": "tsx scripts/generate-version.ts && knip",
44
44
  "madge": "madge --warning --ts-config ./tsconfig.json --extensions ts --circular ./src",
45
45
  "prevalidate": "tsx scripts/generate-version.ts",
46
46
  "validate": "pnpm lint && pnpm tsc && pnpm knip && pnpm madge",