@jskit-ai/agent-docs 0.1.123 → 0.1.125

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.123",
3
+ "version": "0.1.125",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -18,6 +18,7 @@ Use this on demand; do not load the full index at startup.
18
18
  Exports
19
19
  - `buildTemplateContext({ options = {} } = {})`
20
20
  Local functions
21
+ - `runtimeDependencyVersion(packageName)`
21
22
  - `splitTextIntoWords(value)`
22
23
  - `wordsToPascal(words = [])`
23
24
  - `wordsToKebab(words = [])`
@@ -668,7 +668,7 @@ Exports
668
668
  - `runPackageAddCommand(ctx = {}, { positional, options, cwd, io })`
669
669
  Local functions
670
670
  - `resolveAvailablePackageSource({ packageEntry, appRoot })`
671
- - `withResolvedPackageSource({ packageEntry, packageRoot, appRoot })`
671
+ - `withResolvedPackageSource({ packageEntry, packageRoot })`
672
672
  - `declareDirectPackageDependency({ packageEntry, packageJson, packageKind })`
673
673
  - `serializeDependencyState(packageJson = {})`
674
674
  - `collectPlannedRuntimePackageIds({ packageJson, packageRegistry, targetPackageIds, resolvePackageKind })`