@jskit-ai/agent-docs 0.1.124 → 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
|
@@ -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
|
|
671
|
+
- `withResolvedPackageSource({ packageEntry, packageRoot })`
|
|
672
672
|
- `declareDirectPackageDependency({ packageEntry, packageJson, packageKind })`
|
|
673
673
|
- `serializeDependencyState(packageJson = {})`
|
|
674
674
|
- `collectPlannedRuntimePackageIds({ packageJson, packageRegistry, targetPackageIds, resolvePackageKind })`
|
|
@@ -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
|