@dbx-tools/model 0.3.20 → 0.3.21

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -162,4 +162,4 @@ policy decisions; fallbacks are a last resort.
162
162
 
163
163
  The AppKit-Mastra integration uses this package through
164
164
  [`@dbx-tools/appkit-mastra`](../appkit-mastra); the local OpenAI-compatible
165
- gateway uses it through [`@dbx-tools/model-proxy`](../../cli/model-proxy).
165
+ gateway uses it through [`@dbx-tools/cli-model-proxy`](../../cli/model-proxy).
package/package.json CHANGED
@@ -13,16 +13,16 @@
13
13
  "dependencies": {
14
14
  "@databricks/appkit": "^0.43.0",
15
15
  "fuse.js": "^7.4.2",
16
- "@dbx-tools/appkit": "0.3.20",
17
- "@dbx-tools/shared-core": "0.3.20",
18
- "@dbx-tools/shared-model": "0.3.20"
16
+ "@dbx-tools/appkit": "0.3.21",
17
+ "@dbx-tools/shared-model": "0.3.21",
18
+ "@dbx-tools/shared-core": "0.3.21"
19
19
  },
20
20
  "main": "index.ts",
21
21
  "license": "UNLICENSED",
22
22
  "publishConfig": {
23
23
  "access": "public"
24
24
  },
25
- "version": "0.3.20",
25
+ "version": "0.3.21",
26
26
  "types": "index.ts",
27
27
  "type": "module",
28
28
  "exports": {