@jskit-ai/agent-docs 0.1.111 → 0.1.112

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.111",
3
+ "version": "0.1.112",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -247,6 +247,7 @@ Exports
247
247
  - `createLocalPackageScaffoldFiles({ packageId, packageDescription })`
248
248
  - `resolveLocalDependencyOrder(initialPackageIds, packageRegistry)`
249
249
  Local functions
250
+ - `normalizeJskitDependencySpecifier(packageId, dependencySpecifier)`
250
251
  - `createLocalPackageDescriptorTemplate({ packageId, description })`
251
252
 
252
253
  ### `src/server/cliRuntime/mutationApplication.js`