@jskit-ai/agent-docs 0.1.120 → 0.1.121
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
|
@@ -674,7 +674,6 @@ Exports
|
|
|
674
674
|
|
|
675
675
|
### `src/server/commandHandlers/packageCommands/add.js`
|
|
676
676
|
Exports
|
|
677
|
-
- `orderRuntimePackagesForConfiguration(packageRegistry, requestedPackageIds, resolvePackageKind)`
|
|
678
677
|
- `runPackageAddCommand(ctx = {}, { positional, options, cwd, io })`
|
|
679
678
|
Local functions
|
|
680
679
|
- `resolveAvailablePackageSource({ packageEntry, appRoot })`
|
|
@@ -683,14 +682,6 @@ Local functions
|
|
|
683
682
|
- `serializeDependencyState(packageJson = {})`
|
|
684
683
|
- `collectPlannedRuntimePackageIds({ packageJson, packageRegistry, targetPackageIds, resolvePackageKind })`
|
|
685
684
|
- `collectPlacementComponentTokensFromMutationResults(mutationResults = [])`
|
|
686
|
-
- `renderWrappedShellCommand(binaryName, args = [], { maxWidth = 100, continuationIndent = " " } = {})`
|
|
687
|
-
- `runLocalProjectBinary(binaryName, args = [], { appRoot, io, pathModule = path, createCliError, explanation = "", dryRun = false } = {})`
|
|
688
|
-
- `installAppDependenciesForHook({ appRoot, io, pathModule = path, createCliError, dryRun = false } = {})`
|
|
689
|
-
- `resolvePackageOptionInputForInstall({ packageEntry, packageInlineOptions, appRoot, readFileBufferIfExists })`
|
|
690
|
-
- `validateHookResult(result = {}, { packageId = "", hookLabel = "" } = {})`
|
|
691
|
-
- `loadInstallHook({ packageEntry, appRoot, hookSpec, hookLabel = "" } = {})`
|
|
692
|
-
- `createInstallHookHelpers({ ctx, appRoot, io, appPackageJson } = {})`
|
|
693
|
-
- `invokeInstallHook({ packageEntry, appRoot, hookSpec, hookLabel, hookContext, createCliError } = {})`
|
|
694
685
|
|
|
695
686
|
### `src/server/commandHandlers/packageCommands/create.js`
|
|
696
687
|
Exports
|
|
@@ -746,6 +737,26 @@ Local functions
|
|
|
746
737
|
- `normalizeRelativePathWithinApp(appRoot = "", targetPath = "", createCliError)`
|
|
747
738
|
- `enforcePackageMetadataBackedCreateTargetPolicy({ packageEntry, subcommandName, inlineOptions = {}, appRoot = "", packageIdInput = "", createCliError, readdir } = {})`
|
|
748
739
|
|
|
740
|
+
### `src/server/commandHandlers/packageCommands/packageConfiguration.js`
|
|
741
|
+
Exports
|
|
742
|
+
- `orderRuntimePackagesForConfiguration(packageRegistry, requestedPackageIds, resolvePackageKind)`
|
|
743
|
+
- `resolvePackageConfiguration({ packageRegistry, configurationRegistry, requestedPackageIds, packagesToApply, invocationMode, targetType, resolvedTargetPackageId, inlineOptions, resolvePackageKind, resolveBundleInlineOptionsForPackage, resolvePackageOptions, appRoot, readFileBufferIfExists, io })`
|
|
744
|
+
Local functions
|
|
745
|
+
- `resolvePackageOptionInput({ packageEntry, inlineOptions, appRoot, readFileBufferIfExists })`
|
|
746
|
+
|
|
747
|
+
### `src/server/commandHandlers/packageCommands/packageInstallLifecycle.js`
|
|
748
|
+
Exports
|
|
749
|
+
- `createInstallHookHelpers({ ctx, appRoot, io, appPackageJson })`
|
|
750
|
+
- `invokeInstallHook({ packageEntry, appRoot, hookSpec, hookLabel, hookContext, createCliError })`
|
|
751
|
+
- `packageManagesNpmInstall(packageEntry)`
|
|
752
|
+
- `resolveInstallHookSpec(packageEntry, stage)`
|
|
753
|
+
Local functions
|
|
754
|
+
- `renderWrappedShellCommand(binaryName, args = [], { maxWidth = 100, continuationIndent = " " } = {})`
|
|
755
|
+
- `runLocalProjectBinary(binaryName, args = [], { appRoot, io, pathModule = path, createCliError, explanation = "", dryRun = false } = {})`
|
|
756
|
+
- `installAppDependencies({ appRoot, io, pathModule, createCliError, dryRun })`
|
|
757
|
+
- `validateHookResult(result, { packageId = "", hookLabel = "" } = {})`
|
|
758
|
+
- `loadInstallHook({ packageEntry, appRoot, hookSpec, hookLabel })`
|
|
759
|
+
|
|
749
760
|
### `src/server/commandHandlers/packageCommands/remove.js`
|
|
750
761
|
Exports
|
|
751
762
|
- `runPackageRemoveCommand(ctx = {}, { positional, options, cwd, io })`
|