@dbx-tools/appkit 0.3.20 → 0.3.22
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -197,5 +197,5 @@ await provision.provisionCacheSchema(
|
|
|
197
197
|
- `provision` - cache schema provisioning helpers.
|
|
198
198
|
|
|
199
199
|
The shell-facing wrapper for auto-config is
|
|
200
|
-
[`@dbx-tools/appkit-env`](../../cli/appkit-env). Higher-level agent composition
|
|
200
|
+
[`@dbx-tools/cli-appkit-env`](../../cli/appkit-env). Higher-level agent composition
|
|
201
201
|
is in [`@dbx-tools/appkit-mastra`](../appkit-mastra).
|
package/package.json
CHANGED
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"@databricks/sdk-experimental": "^0.17.0",
|
|
19
19
|
"yaml": "^2.9.0",
|
|
20
20
|
"zod": "^4.3.6",
|
|
21
|
-
"@dbx-tools/core": "0.3.
|
|
22
|
-
"@dbx-tools/shared-core": "0.3.
|
|
21
|
+
"@dbx-tools/core": "0.3.22",
|
|
22
|
+
"@dbx-tools/shared-core": "0.3.22"
|
|
23
23
|
},
|
|
24
24
|
"main": "index.ts",
|
|
25
25
|
"license": "UNLICENSED",
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
|
-
"version": "0.3.
|
|
29
|
+
"version": "0.3.22",
|
|
30
30
|
"types": "index.ts",
|
|
31
31
|
"type": "module",
|
|
32
32
|
"exports": {
|