@jskit-ai/agent-docs 0.1.73 → 0.1.75

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/agent-docs",
3
- "version": "0.1.73",
3
+ "version": "0.1.75",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -373,6 +373,7 @@ Local functions
373
373
 
374
374
  ### `src/server/cliRuntime/packageTemplateResolution.js`
375
375
  Exports
376
+ - `buildCatalogPackageCacheInstallArgs(packageSpec)`
376
377
  - `cleanupMaterializedPackageRoots()`
377
378
  - `materializeCatalogPackageRoot({ packageEntry, appRoot, reportTemplateFetchStatus = null, installCatalogPackage = installCatalogPackageIntoCache } = {})`
378
379
  - `resolvePackageTemplateRoot({ packageEntry, appRoot, reportTemplateFetchStatus = null, materializeCatalogRoot = materializeCatalogPackageRoot } = {})`