@seanhogg/builderforce-sdk 0.9.0 → 2026.6.29

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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seanhogg/builderforce-sdk",
3
- "version": "0.9.0",
3
+ "version": "2026.6.29",
4
4
  "description": "Typed SDK for the Builderforce.ai LLM gateway — chat completions with tool-calling and structured output, embeddings, image generation, models, and usage analytics over an OpenAI-compatible surface.",
5
5
  "license": "MIT",
6
6
  "author": "Sean Hogg",
@@ -50,7 +50,8 @@
50
50
  "type-check": "tsc --noEmit",
51
51
  "test": "vitest run",
52
52
  "prepare": "npm run build",
53
- "prepublishOnly": "npm run build"
53
+ "prepublishOnly": "npm run build",
54
+ "typecheck:native": "tsgo --noEmit"
54
55
  },
55
56
  "engines": {
56
57
  "node": ">=18"
@@ -58,7 +59,8 @@
58
59
  "devDependencies": {
59
60
  "@types/node": "^24.7.2",
60
61
  "tsup": "^8.5.0",
61
- "typescript": "^5.9.3",
62
- "vitest": "^4.0.3"
62
+ "typescript": "^6.0.3",
63
+ "vitest": "^4.0.3",
64
+ "@typescript/native-preview": "7.0.0-dev.20260627.2"
63
65
  }
64
66
  }