@seanhogg/builderforce-sdk 0.2.0 → 0.4.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@seanhogg/builderforce-sdk",
3
- "version": "0.2.0",
4
- "description": "Typed SDK for the Builderforce.ai LLM gateway — chat completions, models, and usage analytics over an OpenAI-compatible surface.",
3
+ "version": "0.4.0",
4
+ "description": "Typed SDK for the Builderforce.ai LLM gateway — chat completions with tool-calling and structured output, embeddings, models, and usage analytics over an OpenAI-compatible surface.",
5
5
  "license": "MIT",
6
6
  "author": "Sean Hogg",
7
7
  "homepage": "https://github.com/SeanHogg/Builderforce.ai/tree/main/sdk#readme",
@@ -43,11 +43,11 @@
43
43
  "access": "public"
44
44
  },
45
45
  "scripts": {
46
- "check:usecases": "node scripts/check-usecases-sync.mjs",
47
46
  "build": "tsup --config tsup.config.ts",
48
47
  "type-check": "tsc --noEmit",
49
- "test": "npm run check:usecases && vitest run",
50
- "prepublishOnly": "npm run build"
48
+ "test": "vitest run",
49
+ "prepublishOnly": "npm run build",
50
+ "publish:if-new": "node scripts/publish-if-new.mjs"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=18"