@jskit-ai/agent-docs 0.1.128 → 0.1.129

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.128",
3
+ "version": "0.1.129",
4
4
  "description": "Distributed JSKIT agent references, prompts, guides, and generated reference maps.",
5
5
  "type": "module",
6
6
  "files": [
@@ -22,6 +22,15 @@ Exports
22
22
  - `startViteFixture({ fixtureRoot, configFile = "vite.config.mjs", env = {} } = {})`
23
23
  - `stopProcess(runtime)`
24
24
 
25
+ ### `currentJskitWorkspaces.mjs`
26
+ Exports
27
+ - `CURRENT_JSKIT_WORKSPACE_NPM_ENV`
28
+ - `restoreCurrentJskitDependencyVersions(appRoot, packages)`
29
+ - `stageCurrentJskitWorkspaces(appRoot)`
30
+ Local functions
31
+ - `readJson(filePath)`
32
+ - `collectCurrentJskitPackages()`
33
+
25
34
  ### `fakeFastify.mjs`
26
35
  Exports
27
36
  - `createFakeFastifyPolicyRuntime({ csrfHandler, autoRunPlugin = null } = {})`