@rulvar/bridge-ai-sdk 1.5.2 → 1.7.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @rulvar/bridge-ai-sdk
2
2
 
3
3
  Bridge adapter that wraps a Vercel AI SDK `LanguageModelV4` model as a
4
- rulvar provider adapter, covering the long tail of providers; models on
4
+ Rulvar provider adapter, covering the long tail of providers; models on
5
5
  other specification versions are rejected by a runtime check, and the
6
6
  package is, by design, the highest-churn one in the project. Exports
7
7
  `bridgeAiSdk`.
8
8
 
9
- Part of [rulvar](https://rulvar.com), an embeddable TypeScript engine
9
+ Part of [Rulvar](https://rulvar.com), an embeddable TypeScript engine
10
10
  for durable, budget-bounded multi-agent LLM workflows, where a completed
11
11
  LLM call is never paid for twice. Full documentation:
12
12
  [docs.rulvar.com](https://docs.rulvar.com).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rulvar/bridge-ai-sdk",
3
- "version": "1.5.2",
4
- "description": "rulvar bridge adapter wrapping any Vercel AI SDK LanguageModelV4 as a ProviderAdapter.",
3
+ "version": "1.7.0",
4
+ "description": "Rulvar bridge adapter wrapping any Vercel AI SDK LanguageModelV4 as a ProviderAdapter.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "engines": {
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@ai-sdk/provider": "^4.0.0",
26
- "@rulvar/core": "1.5.2"
26
+ "@rulvar/core": "1.7.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@ai-sdk/google": "^4.0.0",