@openbkn/bkn-sdk 0.1.4 → 0.1.5-rc.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/index.js CHANGED
@@ -8,10 +8,10 @@ import {
8
8
  NonJsonResponseError,
9
9
  ToolError,
10
10
  admin,
11
- agents,
12
11
  auth_exports,
13
12
  context,
14
13
  createClient,
14
+ functions,
15
15
  kn,
16
16
  models,
17
17
  parseBigIntJSON,
@@ -25,7 +25,7 @@ import {
25
25
  trace,
26
26
  traceLifecycleApi,
27
27
  vega
28
- } from "./chunk-Z2NRTUB3.js";
28
+ } from "./chunk-WIYRGBAB.js";
29
29
  export {
30
30
  DEFAULT_BUSINESS_DOMAIN,
31
31
  DEFAULT_LIST_LIMIT,
@@ -36,10 +36,10 @@ export {
36
36
  NonJsonResponseError,
37
37
  ToolError,
38
38
  admin,
39
- agents,
40
39
  auth_exports as auth,
41
40
  context,
42
41
  createClient,
42
+ functions,
43
43
  kn,
44
44
  models,
45
45
  parseBigIntJSON,
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@openbkn/bkn-sdk",
3
- "version": "0.1.4",
3
+ "version": "0.1.5-rc.1",
4
4
  "description": "Unified TypeScript SDK + CLI for the BKN (Business Knowledge Network) platform.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "engines": {
8
- "node": ">=24.19.0"
8
+ "node": ">=22.19.0"
9
9
  },
10
10
  "bin": {
11
11
  "openbkn": "./dist/cli.js"
@@ -32,6 +32,7 @@
32
32
  "dev": "tsup --watch",
33
33
  "typecheck": "tsc --noEmit",
34
34
  "check:deps": "node scripts/check-no-self-dep.mjs",
35
+ "capture:returns": "node scripts/capture-returns.mjs",
35
36
  "lint": "npm run check:deps && biome check . && tsc --noEmit",
36
37
  "format": "biome format --write .",
37
38
  "test": "vitest run",