@jskit-ai/agent-docs 0.1.125 → 0.1.126

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.125",
3
+ "version": "0.1.126",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -730,6 +730,7 @@ Local functions
730
730
 
731
731
  ### `src/server/commandHandlers/packageCommands/packageConfiguration.js`
732
732
  Exports
733
+ - `orderRuntimePackageClosure(packageRegistry, packageIds, resolvePackageKind, { includePackage = () => true } = {})`
733
734
  - `orderRuntimePackagesForConfiguration(packageRegistry, requestedPackageIds, resolvePackageKind)`
734
735
  - `resolvePackageConfiguration({ packageRegistry, configurationRegistry, requestedPackageIds, packagesToApply, invocationMode, targetType, resolvedTargetPackageId, inlineOptions, resolvePackageKind, resolveBundleInlineOptionsForPackage, resolvePackageOptions, appRoot, readFileBufferIfExists, io })`
735
736
  Local functions