@entelligentsia/forgecli 1.0.36 → 1.0.40
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/CHANGELOG.md +83 -0
- package/dist/CHANGELOG-forge-plugin.md +101 -0
- package/dist/CHANGELOG-pi.md +143 -0
- package/dist/bin/argv.d.ts +1 -1
- package/dist/bin/argv.js +12 -0
- package/dist/bin/argv.js.map +1 -1
- package/dist/bin/forge.js +18 -16
- package/dist/bin/forge.js.map +1 -1
- package/dist/bin/reset.d.ts +39 -0
- package/dist/bin/reset.js +101 -0
- package/dist/bin/reset.js.map +1 -0
- package/dist/extensions/forgecli/claude-bootstrap/bootstrap.js +56 -265
- package/dist/extensions/forgecli/claude-bootstrap/bootstrap.js.map +1 -1
- package/dist/extensions/forgecli/claude-bootstrap/uninstall.js +52 -32
- package/dist/extensions/forgecli/claude-bootstrap/uninstall.js.map +1 -1
- package/dist/extensions/forgecli/commands/reset.d.ts +16 -0
- package/dist/extensions/forgecli/commands/reset.js +83 -0
- package/dist/extensions/forgecli/commands/reset.js.map +1 -0
- package/dist/extensions/forgecli/forge-commands.d.ts +7 -2
- package/dist/extensions/forgecli/forge-commands.js +19 -5
- package/dist/extensions/forgecli/forge-commands.js.map +1 -1
- package/dist/extensions/forgecli/forge-subagent.d.ts +4 -4
- package/dist/extensions/forgecli/hooks/forge-permissions.js +20 -6
- package/dist/extensions/forgecli/hooks/forge-permissions.js.map +1 -1
- package/dist/extensions/forgecli/index.js +6 -3
- package/dist/extensions/forgecli/index.js.map +1 -1
- package/dist/extensions/forgecli/lib/forge-root.d.ts +6 -0
- package/dist/extensions/forgecli/lib/forge-root.js +52 -0
- package/dist/extensions/forgecli/lib/forge-root.js.map +1 -1
- package/dist/extensions/forgecli/lib/payload-manifest.d.ts +62 -0
- package/dist/extensions/forgecli/lib/payload-manifest.js +151 -0
- package/dist/extensions/forgecli/lib/payload-manifest.js.map +1 -0
- package/dist/extensions/forgecli/orchestrators/advisory-render.d.ts +9 -0
- package/dist/extensions/forgecli/orchestrators/advisory-render.js +107 -0
- package/dist/extensions/forgecli/orchestrators/advisory-render.js.map +1 -0
- package/dist/extensions/forgecli/orchestrators/bug/bug-phases.d.ts +3 -0
- package/dist/extensions/forgecli/orchestrators/bug/bug-phases.js +22 -0
- package/dist/extensions/forgecli/orchestrators/bug/bug-phases.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/bug/bug-verdict-loop.d.ts +1 -1
- package/dist/extensions/forgecli/orchestrators/bug/bug-verdict-loop.js +34 -2
- package/dist/extensions/forgecli/orchestrators/bug/bug-verdict-loop.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/bug/run-bug-pipeline.js +2 -2
- package/dist/extensions/forgecli/orchestrators/bug/run-bug-pipeline.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/common/recovery-menu.d.ts +24 -0
- package/dist/extensions/forgecli/orchestrators/common/recovery-menu.js +58 -0
- package/dist/extensions/forgecli/orchestrators/common/recovery-menu.js.map +1 -0
- package/dist/extensions/forgecli/orchestrators/common/reset-pipeline.d.ts +53 -0
- package/dist/extensions/forgecli/orchestrators/common/reset-pipeline.js +131 -0
- package/dist/extensions/forgecli/orchestrators/common/reset-pipeline.js.map +1 -0
- package/dist/extensions/forgecli/orchestrators/halt-advisor.js +25 -3
- package/dist/extensions/forgecli/orchestrators/halt-advisor.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/task/run-task-pipeline.js +3 -3
- package/dist/extensions/forgecli/orchestrators/task/run-task-pipeline.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/task/task-phases.d.ts +3 -0
- package/dist/extensions/forgecli/orchestrators/task/task-phases.js +22 -0
- package/dist/extensions/forgecli/orchestrators/task/task-phases.js.map +1 -1
- package/dist/extensions/forgecli/orchestrators/task/task-verdict-loop.d.ts +1 -1
- package/dist/extensions/forgecli/orchestrators/task/task-verdict-loop.js +37 -2
- package/dist/extensions/forgecli/orchestrators/task/task-verdict-loop.js.map +1 -1
- package/dist/extensions/forgecli/store/store-resolver.d.ts +15 -0
- package/dist/extensions/forgecli/store/store-resolver.js +118 -18
- package/dist/extensions/forgecli/store/store-resolver.js.map +1 -1
- package/dist/forge-payload/.claude-plugin/plugin.json +1 -1
- package/dist/forge-payload/.schemas/enum-catalog.json +2 -2
- package/dist/forge-payload/.schemas/migrations.json +85 -0
- package/dist/forge-payload/.schemas/payload-manifest.schema.json +100 -0
- package/dist/forge-payload/commands/check-agent.md +7 -23
- package/dist/forge-payload/commands/enhance.md +31 -5
- package/dist/forge-payload/commands/init.md +161 -97
- package/dist/forge-payload/commands/reset.md +117 -0
- package/dist/forge-payload/hooks/forge-permissions.cjs +29 -6
- package/dist/forge-payload/init/phases/phase-3-materialize.md +5 -1
- package/dist/forge-payload/integrity.json +22 -7
- package/dist/forge-payload/payload-manifest.json +314 -0
- package/dist/forge-payload/schemas/enum-catalog.json +2 -2
- package/dist/forge-payload/schemas/payload-manifest.schema.json +100 -0
- package/dist/forge-payload/schemas/structure-manifest.json +4 -2
- package/dist/forge-payload/tools/reset-plan.cjs +210 -0
- package/dist/forge-payload/tools/store.cjs +4 -1
- package/dist/forge-payload/tools/substitute-placeholders.cjs +10 -2
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +8 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.d.ts +4 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.js +3 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/execution-env.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.d.ts +20 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.js +92 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/jsonl.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.d.ts +18 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.js +42 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/memory.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.d.ts +10 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.js +31 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo/shared.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.d.ts +30 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.js +170 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/jsonl.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.d.ts +26 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.js +90 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/session/storage/memory.js.map +1 -0
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts +6 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/README.md +12 -4
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts +45 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +45 -0
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts +1804 -815
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +2031 -1384
- package/node_modules/@earendil-works/pi-ai/dist/models.generated.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js +71 -27
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +24 -16
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +3 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +35 -13
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +1 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts +12 -4
- package/node_modules/@earendil-works/pi-ai/dist/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +13 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +4 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js.map +1 -1
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/CHANGELOG.md +143 -0
- package/node_modules/@earendil-works/pi-coding-agent/README.md +26 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.d.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +11 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/project-trust.d.ts +10 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/project-trust.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/project-trust.js +48 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/project-trust.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.d.ts +17 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.js +128 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/cli/startup-ui.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.js +9 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/config.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.d.ts +3 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js +4 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.d.ts +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts +4 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +16 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +4 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts +3 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +9 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/experimental.d.ts +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/experimental.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/experimental.js +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/experimental.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/template.js +19 -6
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +4 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts +10 -3
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +47 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts +28 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.d.ts +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.js +29 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/index.d.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/index.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +44 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +47 -13
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.d.ts +15 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +58 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.d.ts +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +24 -26
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.d.ts +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +72 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.d.ts +13 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +112 -37
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +7 -33
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +103 -70
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts +20 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +97 -30
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.d.ts +36 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.js +202 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/trust-manager.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts +5 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +72 -32
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/migrations.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js +39 -34
- package/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/first-time-setup.d.ts +25 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/first-time-setup.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/first-time-setup.js +103 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/first-time-setup.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.d.ts +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.js +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +10 -13
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts +3 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +20 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.d.ts +23 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.js +91 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/trust-selector.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +101 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts +6 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +111 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.d.ts +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +78 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js +54 -22
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js.map +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.d.ts +9 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.d.ts.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/utils/open-browser.js.map +1 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/containerization.md +111 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/docs.json +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/extensions.md +67 -13
- package/node_modules/@earendil-works/pi-coding-agent/docs/index.md +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/models.md +4 -3
- package/node_modules/@earendil-works/pi-coding-agent/docs/packages.md +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/prompt-templates.md +9 -2
- package/node_modules/@earendil-works/pi-coding-agent/docs/providers.md +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/rpc.md +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/sdk.md +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/security.md +59 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/settings.md +15 -0
- package/node_modules/@earendil-works/pi-coding-agent/docs/skills.md +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/terminal-setup.md +36 -2
- package/node_modules/@earendil-works/pi-coding-agent/docs/themes.md +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/tmux.md +4 -2
- package/node_modules/@earendil-works/pi-coding-agent/docs/tui.md +10 -1
- package/node_modules/@earendil-works/pi-coding-agent/docs/usage.md +19 -2
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/README.md +2 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-header.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/doom-overlay/index.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/index.ts +531 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package-lock.json +185 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/gondolin/package.json +19 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/handoff.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/interactive-shell.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/overlay-qa-tests.ts +152 -81
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/project-trust.ts +64 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/qna.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/question.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/questionnaire.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/sandbox/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/snake.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/space-invaders.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/summarize.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/tic-tac-toe.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/todo.ts +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/tools.ts +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/examples/extensions/with-deps/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -419
- package/node_modules/@earendil-works/pi-coding-agent/package.json +5 -8
- package/node_modules/@earendil-works/pi-tui/README.md +13 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts +2 -0
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/autocomplete.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts +6 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js +102 -43
- package/node_modules/@earendil-works/pi-tui/dist/components/editor.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts +2 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +11 -1
- package/node_modules/@earendil-works/pi-tui/dist/components/markdown.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +2 -2
- package/node_modules/@earendil-works/pi-tui/dist/fuzzy.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/index.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts +4 -7
- package/node_modules/@earendil-works/pi-tui/dist/terminal.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js +38 -77
- package/node_modules/@earendil-works/pi-tui/dist/terminal.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts +20 -4
- package/node_modules/@earendil-works/pi-tui/dist/tui.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/tui.js +244 -42
- package/node_modules/@earendil-works/pi-tui/dist/tui.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts +1 -0
- package/node_modules/@earendil-works/pi-tui/dist/utils.d.ts.map +1 -1
- package/node_modules/@earendil-works/pi-tui/dist/utils.js +46 -15
- package/node_modules/@earendil-works/pi-tui/dist/utils.js.map +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@mariozechner/clipboard/package.json +2 -1
- package/node_modules/@mariozechner/clipboard-linux-x64-musl/README.md +3 -0
- package/node_modules/@mariozechner/clipboard-linux-x64-musl/package.json +25 -0
- package/package.json +7 -6
- package/dist/extensions/forgecli/add-pipeline.d.ts +0 -19
- package/dist/extensions/forgecli/add-pipeline.js +0 -143
- package/dist/extensions/forgecli/add-pipeline.js.map +0 -1
- package/dist/extensions/forgecli/add-task.d.ts +0 -20
- package/dist/extensions/forgecli/add-task.js +0 -154
- package/dist/extensions/forgecli/add-task.js.map +0 -1
- package/dist/extensions/forgecli/approve.d.ts +0 -22
- package/dist/extensions/forgecli/approve.js +0 -152
- package/dist/extensions/forgecli/approve.js.map +0 -1
- package/dist/extensions/forgecli/banner.d.ts +0 -10
- package/dist/extensions/forgecli/banner.js +0 -36
- package/dist/extensions/forgecli/banner.js.map +0 -1
- package/dist/extensions/forgecli/calibrate.d.ts +0 -64
- package/dist/extensions/forgecli/calibrate.js +0 -481
- package/dist/extensions/forgecli/calibrate.js.map +0 -1
- package/dist/extensions/forgecli/collate.d.ts +0 -22
- package/dist/extensions/forgecli/collate.js +0 -134
- package/dist/extensions/forgecli/collate.js.map +0 -1
- package/dist/extensions/forgecli/commit.d.ts +0 -22
- package/dist/extensions/forgecli/commit.js +0 -152
- package/dist/extensions/forgecli/commit.js.map +0 -1
- package/dist/extensions/forgecli/config-command.d.ts +0 -8
- package/dist/extensions/forgecli/config-command.js +0 -67
- package/dist/extensions/forgecli/config-command.js.map +0 -1
- package/dist/extensions/forgecli/config-layer.d.ts +0 -53
- package/dist/extensions/forgecli/config-layer.js +0 -72
- package/dist/extensions/forgecli/config-layer.js.map +0 -1
- package/dist/extensions/forgecli/config-writer.d.ts +0 -16
- package/dist/extensions/forgecli/config-writer.js +0 -69
- package/dist/extensions/forgecli/config-writer.js.map +0 -1
- package/dist/extensions/forgecli/enhance.d.ts +0 -27
- package/dist/extensions/forgecli/enhance.js +0 -199
- package/dist/extensions/forgecli/enhance.js.map +0 -1
- package/dist/extensions/forgecli/fix-bug.d.ts +0 -85
- package/dist/extensions/forgecli/fix-bug.js +0 -1580
- package/dist/extensions/forgecli/fix-bug.js.map +0 -1
- package/dist/extensions/forgecli/forge-header.d.ts +0 -12
- package/dist/extensions/forgecli/forge-header.js +0 -114
- package/dist/extensions/forgecli/forge-header.js.map +0 -1
- package/dist/extensions/forgecli/forge-init.d.ts +0 -26
- package/dist/extensions/forgecli/forge-init.js +0 -514
- package/dist/extensions/forgecli/forge-init.js.map +0 -1
- package/dist/extensions/forgecli/forge-root.d.ts +0 -10
- package/dist/extensions/forgecli/forge-root.js +0 -62
- package/dist/extensions/forgecli/forge-root.js.map +0 -1
- package/dist/extensions/forgecli/forge-update-command.d.ts +0 -100
- package/dist/extensions/forgecli/forge-update-command.js +0 -435
- package/dist/extensions/forgecli/forge-update-command.js.map +0 -1
- package/dist/extensions/forgecli/friction-emit.d.ts +0 -99
- package/dist/extensions/forgecli/friction-emit.js +0 -245
- package/dist/extensions/forgecli/friction-emit.js.map +0 -1
- package/dist/extensions/forgecli/implement.d.ts +0 -22
- package/dist/extensions/forgecli/implement.js +0 -170
- package/dist/extensions/forgecli/implement.js.map +0 -1
- package/dist/extensions/forgecli/init-context.d.ts +0 -99
- package/dist/extensions/forgecli/init-context.js +0 -178
- package/dist/extensions/forgecli/init-context.js.map +0 -1
- package/dist/extensions/forgecli/init-progress.d.ts +0 -39
- package/dist/extensions/forgecli/init-progress.js +0 -117
- package/dist/extensions/forgecli/init-progress.js.map +0 -1
- package/dist/extensions/forgecli/input-router.d.ts +0 -33
- package/dist/extensions/forgecli/input-router.js +0 -136
- package/dist/extensions/forgecli/input-router.js.map +0 -1
- package/dist/extensions/forgecli/lib/halt-advisor.d.ts +0 -59
- package/dist/extensions/forgecli/lib/halt-advisor.js +0 -113
- package/dist/extensions/forgecli/lib/halt-advisor.js.map +0 -1
- package/dist/extensions/forgecli/lib/orchestrator-preflight.d.ts +0 -46
- package/dist/extensions/forgecli/lib/orchestrator-preflight.js +0 -64
- package/dist/extensions/forgecli/lib/orchestrator-preflight.js.map +0 -1
- package/dist/extensions/forgecli/materialize.d.ts +0 -16
- package/dist/extensions/forgecli/materialize.js +0 -195
- package/dist/extensions/forgecli/materialize.js.map +0 -1
- package/dist/extensions/forgecli/migrate.d.ts +0 -22
- package/dist/extensions/forgecli/migrate.js +0 -260
- package/dist/extensions/forgecli/migrate.js.map +0 -1
- package/dist/extensions/forgecli/migration-engine.d.ts +0 -117
- package/dist/extensions/forgecli/migration-engine.js +0 -563
- package/dist/extensions/forgecli/migration-engine.js.map +0 -1
- package/dist/extensions/forgecli/model-registry.d.ts +0 -61
- package/dist/extensions/forgecli/model-registry.js +0 -127
- package/dist/extensions/forgecli/model-registry.js.map +0 -1
- package/dist/extensions/forgecli/model-resolver.d.ts +0 -32
- package/dist/extensions/forgecli/model-resolver.js +0 -65
- package/dist/extensions/forgecli/model-resolver.js.map +0 -1
- package/dist/extensions/forgecli/model-validator.d.ts +0 -29
- package/dist/extensions/forgecli/model-validator.js +0 -107
- package/dist/extensions/forgecli/model-validator.js.map +0 -1
- package/dist/extensions/forgecli/orchestrator-status-bar.d.ts +0 -26
- package/dist/extensions/forgecli/orchestrator-status-bar.js +0 -213
- package/dist/extensions/forgecli/orchestrator-status-bar.js.map +0 -1
- package/dist/extensions/forgecli/plan.d.ts +0 -22
- package/dist/extensions/forgecli/plan.js +0 -167
- package/dist/extensions/forgecli/plan.js.map +0 -1
- package/dist/extensions/forgecli/quiz-agent.d.ts +0 -17
- package/dist/extensions/forgecli/quiz-agent.js +0 -98
- package/dist/extensions/forgecli/quiz-agent.js.map +0 -1
- package/dist/extensions/forgecli/read-command.d.ts +0 -2
- package/dist/extensions/forgecli/read-command.js +0 -100
- package/dist/extensions/forgecli/read-command.js.map +0 -1
- package/dist/extensions/forgecli/regenerate.d.ts +0 -40
- package/dist/extensions/forgecli/regenerate.js +0 -438
- package/dist/extensions/forgecli/regenerate.js.map +0 -1
- package/dist/extensions/forgecli/remove-command.d.ts +0 -17
- package/dist/extensions/forgecli/remove-command.js +0 -124
- package/dist/extensions/forgecli/remove-command.js.map +0 -1
- package/dist/extensions/forgecli/report-bug.d.ts +0 -25
- package/dist/extensions/forgecli/report-bug.js +0 -159
- package/dist/extensions/forgecli/report-bug.js.map +0 -1
- package/dist/extensions/forgecli/retrospective.d.ts +0 -20
- package/dist/extensions/forgecli/retrospective.js +0 -126
- package/dist/extensions/forgecli/retrospective.js.map +0 -1
- package/dist/extensions/forgecli/review-code.d.ts +0 -35
- package/dist/extensions/forgecli/review-code.js +0 -196
- package/dist/extensions/forgecli/review-code.js.map +0 -1
- package/dist/extensions/forgecli/review-plan.d.ts +0 -35
- package/dist/extensions/forgecli/review-plan.js +0 -200
- package/dist/extensions/forgecli/review-plan.js.map +0 -1
- package/dist/extensions/forgecli/run-sprint.d.ts +0 -27
- package/dist/extensions/forgecli/run-sprint.js +0 -716
- package/dist/extensions/forgecli/run-sprint.js.map +0 -1
- package/dist/extensions/forgecli/run-task.d.ts +0 -204
- package/dist/extensions/forgecli/run-task.js +0 -1403
- package/dist/extensions/forgecli/run-task.js.map +0 -1
- package/dist/extensions/forgecli/skill-curation-flag.d.ts +0 -21
- package/dist/extensions/forgecli/skill-curation-flag.js +0 -71
- package/dist/extensions/forgecli/skill-curation-flag.js.map +0 -1
- package/dist/extensions/forgecli/skill-curator-subagent.d.ts +0 -102
- package/dist/extensions/forgecli/skill-curator-subagent.js +0 -339
- package/dist/extensions/forgecli/skill-curator-subagent.js.map +0 -1
- package/dist/extensions/forgecli/skill-retriever.d.ts +0 -84
- package/dist/extensions/forgecli/skill-retriever.js +0 -246
- package/dist/extensions/forgecli/skill-retriever.js.map +0 -1
- package/dist/extensions/forgecli/skill-usage-tracker.d.ts +0 -91
- package/dist/extensions/forgecli/skill-usage-tracker.js +0 -224
- package/dist/extensions/forgecli/skill-usage-tracker.js.map +0 -1
- package/dist/extensions/forgecli/sprint-intake.d.ts +0 -10
- package/dist/extensions/forgecli/sprint-intake.js +0 -91
- package/dist/extensions/forgecli/sprint-intake.js.map +0 -1
- package/dist/extensions/forgecli/sprint-plan.d.ts +0 -14
- package/dist/extensions/forgecli/sprint-plan.js +0 -122
- package/dist/extensions/forgecli/sprint-plan.js.map +0 -1
- package/dist/extensions/forgecli/status-command.d.ts +0 -19
- package/dist/extensions/forgecli/status-command.js +0 -140
- package/dist/extensions/forgecli/status-command.js.map +0 -1
- package/dist/extensions/forgecli/store-error-remediation.d.ts +0 -65
- package/dist/extensions/forgecli/store-error-remediation.js +0 -307
- package/dist/extensions/forgecli/store-error-remediation.js.map +0 -1
- package/dist/extensions/forgecli/store-query.d.ts +0 -22
- package/dist/extensions/forgecli/store-query.js +0 -107
- package/dist/extensions/forgecli/store-query.js.map +0 -1
- package/dist/extensions/forgecli/store-repair.d.ts +0 -17
- package/dist/extensions/forgecli/store-repair.js +0 -123
- package/dist/extensions/forgecli/store-repair.js.map +0 -1
- package/dist/extensions/forgecli/store-resolver.d.ts +0 -56
- package/dist/extensions/forgecli/store-resolver.js +0 -263
- package/dist/extensions/forgecli/store-resolver.js.map +0 -1
- package/dist/extensions/forgecli/store-validator.d.ts +0 -16
- package/dist/extensions/forgecli/store-validator.js +0 -32
- package/dist/extensions/forgecli/store-validator.js.map +0 -1
- package/dist/extensions/forgecli/test-orchestrate.d.ts +0 -2
- package/dist/extensions/forgecli/test-orchestrate.js +0 -182
- package/dist/extensions/forgecli/test-orchestrate.js.map +0 -1
- package/dist/extensions/forgecli/thread-switcher.d.ts +0 -5
- package/dist/extensions/forgecli/thread-switcher.js +0 -189
- package/dist/extensions/forgecli/thread-switcher.js.map +0 -1
- package/dist/extensions/forgecli/transition-guard.d.ts +0 -20
- package/dist/extensions/forgecli/transition-guard.js +0 -89
- package/dist/extensions/forgecli/transition-guard.js.map +0 -1
- package/dist/extensions/forgecli/update-check.d.ts +0 -37
- package/dist/extensions/forgecli/update-check.js +0 -185
- package/dist/extensions/forgecli/update-check.js.map +0 -1
- package/dist/extensions/forgecli/update-tools.d.ts +0 -23
- package/dist/extensions/forgecli/update-tools.js +0 -135
- package/dist/extensions/forgecli/update-tools.js.map +0 -1
- package/dist/extensions/forgecli/validate.d.ts +0 -22
- package/dist/extensions/forgecli/validate.js +0 -152
- package/dist/extensions/forgecli/validate.js.map +0 -1
- package/dist/extensions/forgecli/viewport-events.d.ts +0 -78
- package/dist/extensions/forgecli/viewport-events.js +0 -243
- package/dist/extensions/forgecli/viewport-events.js.map +0 -1
- package/dist/extensions/forgecli/viewport-renderer.d.ts +0 -83
- package/dist/extensions/forgecli/viewport-renderer.js +0 -233
- package/dist/extensions/forgecli/viewport-renderer.js.map +0 -1
- package/dist/extensions/forgecli/viewport-theme.d.ts +0 -11
- package/dist/extensions/forgecli/viewport-theme.js +0 -128
- package/dist/extensions/forgecli/viewport-theme.js.map +0 -1
- package/dist/extensions/forgecli/whats-new-widget.d.ts +0 -26
- package/dist/extensions/forgecli/whats-new-widget.js +0 -376
- package/dist/extensions/forgecli/whats-new-widget.js.map +0 -1
- package/dist/extensions/forgecli/whats-new.d.ts +0 -120
- package/dist/extensions/forgecli/whats-new.js +0 -470
- package/dist/extensions/forgecli/whats-new.js.map +0 -1
- package/dist/forge-payload/.base-pack/commands/check-agent.md +0 -22
- package/dist/forge-payload/.base-pack/commands/enhance.md +0 -37
- package/dist/forge-payload/.base-pack/commands/init.md +0 -278
- package/dist/forge-payload/init/generation/generate-knowledge-base.md +0 -56
- package/dist/forge-payload/init/generation/generate-personas.md +0 -54
- package/dist/forge-payload/init/generation/generate-skills.md +0 -36
- package/dist/forge-payload/init/generation/generate-templates.md +0 -39
- /package/dist/forge-payload/{.base-pack/commands → commands}/approve.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/collate.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/commit.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/fix-bug.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/implement.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/new-sprint.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/plan-sprint.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/plan.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/retro.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/review-code.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/review-plan.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/run-sprint.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/run-task.md +0 -0
- /package/dist/forge-payload/{.base-pack/commands → commands}/validate.md +0 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@earendil-works/pi-coding-agent",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.79.3-forge.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@earendil-works/pi-coding-agent",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.79.3-forge.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@earendil-works/pi-agent-core": "^0.
|
|
13
|
-
"@earendil-works/pi-ai": "^0.
|
|
14
|
-
"@earendil-works/pi-tui": "^0.
|
|
12
|
+
"@earendil-works/pi-agent-core": "^0.79.3",
|
|
13
|
+
"@earendil-works/pi-ai": "^0.79.3",
|
|
14
|
+
"@earendil-works/pi-tui": "^0.79.3",
|
|
15
15
|
"@silvia-odwyer/photon-node": "0.3.4",
|
|
16
16
|
"chalk": "5.6.2",
|
|
17
17
|
"cross-spawn": "7.0.6",
|
|
@@ -39,8 +39,6 @@
|
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@anthropic-ai/sdk": {
|
|
41
41
|
"version": "0.91.1",
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@anthropic-ai/sdk/-/sdk-0.91.1.tgz",
|
|
43
|
-
"integrity": "sha512-LAmu761tSN9r66ixvmciswUj/ZC+1Q4iAfpedTfSVLeswRwnY3n2Nb6Tsk+cLPP28aLOPWeMgIuTuCcMC6W/iw==",
|
|
44
42
|
"license": "MIT",
|
|
45
43
|
"dependencies": {
|
|
46
44
|
"json-schema-to-ts": "^3.1.1"
|
|
@@ -59,8 +57,6 @@
|
|
|
59
57
|
},
|
|
60
58
|
"node_modules/@aws-crypto/crc32": {
|
|
61
59
|
"version": "5.2.0",
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-5.2.0.tgz",
|
|
63
|
-
"integrity": "sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==",
|
|
64
60
|
"license": "Apache-2.0",
|
|
65
61
|
"dependencies": {
|
|
66
62
|
"@aws-crypto/util": "^5.2.0",
|
|
@@ -73,8 +69,6 @@
|
|
|
73
69
|
},
|
|
74
70
|
"node_modules/@aws-crypto/sha256-browser": {
|
|
75
71
|
"version": "5.2.0",
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-5.2.0.tgz",
|
|
77
|
-
"integrity": "sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==",
|
|
78
72
|
"license": "Apache-2.0",
|
|
79
73
|
"dependencies": {
|
|
80
74
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
@@ -88,8 +82,6 @@
|
|
|
88
82
|
},
|
|
89
83
|
"node_modules/@aws-crypto/sha256-js": {
|
|
90
84
|
"version": "5.2.0",
|
|
91
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-5.2.0.tgz",
|
|
92
|
-
"integrity": "sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==",
|
|
93
85
|
"license": "Apache-2.0",
|
|
94
86
|
"dependencies": {
|
|
95
87
|
"@aws-crypto/util": "^5.2.0",
|
|
@@ -102,8 +94,6 @@
|
|
|
102
94
|
},
|
|
103
95
|
"node_modules/@aws-crypto/supports-web-crypto": {
|
|
104
96
|
"version": "5.2.0",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
|
|
106
|
-
"integrity": "sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==",
|
|
107
97
|
"license": "Apache-2.0",
|
|
108
98
|
"dependencies": {
|
|
109
99
|
"tslib": "^2.6.2"
|
|
@@ -111,8 +101,6 @@
|
|
|
111
101
|
},
|
|
112
102
|
"node_modules/@aws-crypto/util": {
|
|
113
103
|
"version": "5.2.0",
|
|
114
|
-
"resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-5.2.0.tgz",
|
|
115
|
-
"integrity": "sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==",
|
|
116
104
|
"license": "Apache-2.0",
|
|
117
105
|
"dependencies": {
|
|
118
106
|
"@aws-sdk/types": "^3.222.0",
|
|
@@ -122,8 +110,6 @@
|
|
|
122
110
|
},
|
|
123
111
|
"node_modules/@aws-sdk/client-bedrock-runtime": {
|
|
124
112
|
"version": "3.1048.0",
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-bedrock-runtime/-/client-bedrock-runtime-3.1048.0.tgz",
|
|
126
|
-
"integrity": "sha512-u+NT61JZEkRFtpL0CAw1N1dwxnaLgwVXQl/zjJxTGgLyS/jTIdg2SdoEoCTHxgDyCnqa1HEi9QOoE9/pYRNpOQ==",
|
|
127
113
|
"license": "Apache-2.0",
|
|
128
114
|
"dependencies": {
|
|
129
115
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
@@ -147,8 +133,6 @@
|
|
|
147
133
|
},
|
|
148
134
|
"node_modules/@aws-sdk/core": {
|
|
149
135
|
"version": "3.974.11",
|
|
150
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.974.11.tgz",
|
|
151
|
-
"integrity": "sha512-QpnINq5FZH6EOaDEkmHdT7eUunbvD27pDNQypaWjFyYz7Zl1q3UCMQErBZxpmfGfI7MvI2TlK8KTkgNpv8b1ug==",
|
|
152
136
|
"license": "Apache-2.0",
|
|
153
137
|
"dependencies": {
|
|
154
138
|
"@aws-sdk/types": "^3.973.8",
|
|
@@ -166,8 +150,6 @@
|
|
|
166
150
|
},
|
|
167
151
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
168
152
|
"version": "3.972.37",
|
|
169
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.37.tgz",
|
|
170
|
-
"integrity": "sha512-/jpPvEh6f7ntmIzf7dNxoNX6Q8vt8UpesCjbW6mFfk4V1NW6bIy9qxcQ6WbA8As5yQhsZOe+xeNd4xHX8kdY2Q==",
|
|
171
153
|
"license": "Apache-2.0",
|
|
172
154
|
"dependencies": {
|
|
173
155
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -182,8 +164,6 @@
|
|
|
182
164
|
},
|
|
183
165
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
184
166
|
"version": "3.972.39",
|
|
185
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.39.tgz",
|
|
186
|
-
"integrity": "sha512-pIgTpisWyWg7X1bUbzSjuUYosYTD0Ghz2M0hkSTmb3a6i3qV3uU+NYJPI/E2XSC0HcsZh5rsLPzeXrkb2DS0Cg==",
|
|
187
167
|
"license": "Apache-2.0",
|
|
188
168
|
"dependencies": {
|
|
189
169
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -200,8 +180,6 @@
|
|
|
200
180
|
},
|
|
201
181
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
202
182
|
"version": "3.972.41",
|
|
203
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.41.tgz",
|
|
204
|
-
"integrity": "sha512-u2tyjaxJJzW8UtW4SM1ZcPMDwO6y+kV+llvou+Adts0FAKyzes5jG4izQN+KX3yE8ZROpS5y1LJ//xL2iSf76w==",
|
|
205
183
|
"license": "Apache-2.0",
|
|
206
184
|
"dependencies": {
|
|
207
185
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -224,8 +202,6 @@
|
|
|
224
202
|
},
|
|
225
203
|
"node_modules/@aws-sdk/credential-provider-login": {
|
|
226
204
|
"version": "3.972.41",
|
|
227
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.41.tgz",
|
|
228
|
-
"integrity": "sha512-0LBitxXiAiaE5nlFPfpNIww/8FRY/I7WIndWsc9GmNFOM7cE1wNpVNQEGEk9Outg5l8xl+3vybxFyUy4l9q/LQ==",
|
|
229
205
|
"license": "Apache-2.0",
|
|
230
206
|
"dependencies": {
|
|
231
207
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -241,8 +217,6 @@
|
|
|
241
217
|
},
|
|
242
218
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
243
219
|
"version": "3.972.42",
|
|
244
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.42.tgz",
|
|
245
|
-
"integrity": "sha512-D4oon2zbqqsWOJUM99Gm3/ZyJ0IJvTXVN3PyloGb3kQEyI36fjCZheZj422lAgTWWd6TSHgiImLt3RIaLdv3dQ==",
|
|
246
220
|
"license": "Apache-2.0",
|
|
247
221
|
"dependencies": {
|
|
248
222
|
"@aws-sdk/credential-provider-env": "^3.972.37",
|
|
@@ -263,8 +237,6 @@
|
|
|
263
237
|
},
|
|
264
238
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
265
239
|
"version": "3.972.37",
|
|
266
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.37.tgz",
|
|
267
|
-
"integrity": "sha512-7nVaHBUaWIddASYfVaA9O4D5ZVjewU3sCol9WqZPGfW0nR+0WqE0xHZnD/U2L33PlOB8KNXGKZ6wOES/QijKzg==",
|
|
268
240
|
"license": "Apache-2.0",
|
|
269
241
|
"dependencies": {
|
|
270
242
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -279,8 +251,6 @@
|
|
|
279
251
|
},
|
|
280
252
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
281
253
|
"version": "3.972.41",
|
|
282
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.41.tgz",
|
|
283
|
-
"integrity": "sha512-IOWAWEHe5LkjSKkkUUX9ciV6Y1scHTsnfEkdt5yyC4Slrc7AGbkLPrpntjqh18ksJAMOaVhoBsO8p2WyTcY2wQ==",
|
|
284
254
|
"license": "Apache-2.0",
|
|
285
255
|
"dependencies": {
|
|
286
256
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -297,8 +267,6 @@
|
|
|
297
267
|
},
|
|
298
268
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
299
269
|
"version": "3.972.41",
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.41.tgz",
|
|
301
|
-
"integrity": "sha512-mbACk9Yypa8nm4iGZLs0PofOXEcTDOUw6wDnsPXNDNSd2WNXs1tSo+6nc/fh0jLYdfVZThhBL98PHW4aXFsG5A==",
|
|
302
270
|
"license": "Apache-2.0",
|
|
303
271
|
"dependencies": {
|
|
304
272
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -314,8 +282,6 @@
|
|
|
314
282
|
},
|
|
315
283
|
"node_modules/@aws-sdk/eventstream-handler-node": {
|
|
316
284
|
"version": "3.972.16",
|
|
317
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/eventstream-handler-node/-/eventstream-handler-node-3.972.16.tgz",
|
|
318
|
-
"integrity": "sha512-yedpPgKftqjU5SlPFHfqWpOw6xSCRieWRG1euWOlXn4WJxt2VX92VprCa2PpSOXjVCAeK6dTjW9eJRXVig9yGA==",
|
|
319
285
|
"license": "Apache-2.0",
|
|
320
286
|
"dependencies": {
|
|
321
287
|
"@aws-sdk/types": "^3.973.8",
|
|
@@ -329,8 +295,6 @@
|
|
|
329
295
|
},
|
|
330
296
|
"node_modules/@aws-sdk/middleware-eventstream": {
|
|
331
297
|
"version": "3.972.12",
|
|
332
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-eventstream/-/middleware-eventstream-3.972.12.tgz",
|
|
333
|
-
"integrity": "sha512-tHTHHCHNrq6XklQvlzHBDJG4Iuhh7NVPRdtmvP+nHFA+5sxPlIDzlAHHgfoYHGvT3NXP1yVP/L5c3opUn6T3Qg==",
|
|
334
298
|
"license": "Apache-2.0",
|
|
335
299
|
"dependencies": {
|
|
336
300
|
"@aws-sdk/types": "^3.973.8",
|
|
@@ -344,8 +308,6 @@
|
|
|
344
308
|
},
|
|
345
309
|
"node_modules/@aws-sdk/middleware-websocket": {
|
|
346
310
|
"version": "3.972.19",
|
|
347
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-websocket/-/middleware-websocket-3.972.19.tgz",
|
|
348
|
-
"integrity": "sha512-mkEhOGYozqKQkbFaVrjwr0faiwwZza1v5/jSY6Tucm3bD+uKTazIUH/4Yo6aMnQD2ua2W9cMP6s8mvwTcjtqHw==",
|
|
349
311
|
"license": "Apache-2.0",
|
|
350
312
|
"dependencies": {
|
|
351
313
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -362,8 +324,6 @@
|
|
|
362
324
|
},
|
|
363
325
|
"node_modules/@aws-sdk/nested-clients": {
|
|
364
326
|
"version": "3.997.9",
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.997.9.tgz",
|
|
366
|
-
"integrity": "sha512-jPR3rnmRI4hWYyzfmTGBr7NblMp8QYYeflHXba1H6+7CGrWVqWKQzaXFQ4qbExqPRsXN3T3L3JxFhr6aouXUGQ==",
|
|
367
327
|
"license": "Apache-2.0",
|
|
368
328
|
"dependencies": {
|
|
369
329
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
@@ -383,8 +343,6 @@
|
|
|
383
343
|
},
|
|
384
344
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
385
345
|
"version": "3.996.27",
|
|
386
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.27.tgz",
|
|
387
|
-
"integrity": "sha512-0Phbz4t6HI3D3skxvG2uI+VWU034/nSIw1T8d+FPzzQG9EQTrw94o9mOKO2Gv3n3Oc8P7JD7RAUxkoneLWv5Eg==",
|
|
388
346
|
"license": "Apache-2.0",
|
|
389
347
|
"dependencies": {
|
|
390
348
|
"@aws-sdk/types": "^3.973.8",
|
|
@@ -399,8 +357,6 @@
|
|
|
399
357
|
},
|
|
400
358
|
"node_modules/@aws-sdk/token-providers": {
|
|
401
359
|
"version": "3.1048.0",
|
|
402
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.1048.0.tgz",
|
|
403
|
-
"integrity": "sha512-k0y/GcuesuSfWyUM0WamrGyeZmltRYaPbHO82UDA6mZ/doB+FOHKutikPAtSXMn/hDz970cF+iRuuiYO9VEbAA==",
|
|
404
360
|
"license": "Apache-2.0",
|
|
405
361
|
"dependencies": {
|
|
406
362
|
"@aws-sdk/core": "^3.974.11",
|
|
@@ -416,8 +372,6 @@
|
|
|
416
372
|
},
|
|
417
373
|
"node_modules/@aws-sdk/types": {
|
|
418
374
|
"version": "3.973.8",
|
|
419
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.973.8.tgz",
|
|
420
|
-
"integrity": "sha512-gjlAdtHMbtR9X5iIhVUvbVcy55KnznpC6bkDUWW9z915bi0ckdUr5cjf16Kp6xq0bP5HBD2xzgbL9F9Quv5vUw==",
|
|
421
375
|
"license": "Apache-2.0",
|
|
422
376
|
"dependencies": {
|
|
423
377
|
"@smithy/types": "^4.14.1",
|
|
@@ -429,8 +383,6 @@
|
|
|
429
383
|
},
|
|
430
384
|
"node_modules/@aws-sdk/util-locate-window": {
|
|
431
385
|
"version": "3.965.5",
|
|
432
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.965.5.tgz",
|
|
433
|
-
"integrity": "sha512-WhlJNNINQB+9qtLtZJcpQdgZw3SCDCpXdUJP7cToGwHbCWCnRckGlc6Bx/OhWwIYFNAn+FIydY8SZ0QmVu3xTQ==",
|
|
434
386
|
"license": "Apache-2.0",
|
|
435
387
|
"dependencies": {
|
|
436
388
|
"tslib": "^2.6.2"
|
|
@@ -441,8 +393,6 @@
|
|
|
441
393
|
},
|
|
442
394
|
"node_modules/@aws-sdk/xml-builder": {
|
|
443
395
|
"version": "3.972.24",
|
|
444
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/xml-builder/-/xml-builder-3.972.24.tgz",
|
|
445
|
-
"integrity": "sha512-V8z5YcDPfsvzrBlj0xR1vhRtocblhYbqdreCJB/voGd4Sr5zjNAeWxexbnqVtskTJe0vFb5KMqbSL++ePl+zRw==",
|
|
446
396
|
"license": "Apache-2.0",
|
|
447
397
|
"dependencies": {
|
|
448
398
|
"@nodable/entities": "2.1.0",
|
|
@@ -456,8 +406,6 @@
|
|
|
456
406
|
},
|
|
457
407
|
"node_modules/@aws/lambda-invoke-store": {
|
|
458
408
|
"version": "0.2.4",
|
|
459
|
-
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.4.tgz",
|
|
460
|
-
"integrity": "sha512-iY8yvjE0y651BixKNPgmv1WrQc+GZ142sb0z4gYnChDDY2YqI4P/jsSopBWrKfAt7LOJAkOXt7rC/hms+WclQQ==",
|
|
461
409
|
"license": "Apache-2.0",
|
|
462
410
|
"engines": {
|
|
463
411
|
"node": ">=18.0.0"
|
|
@@ -465,19 +413,17 @@
|
|
|
465
413
|
},
|
|
466
414
|
"node_modules/@babel/runtime": {
|
|
467
415
|
"version": "7.29.2",
|
|
468
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.2.tgz",
|
|
469
|
-
"integrity": "sha512-JiDShH45zKHWyGe4ZNVRrCjBz8Nh9TMmZG1kh4QTK8hCBTWBi8Da+i7s1fJw7/lYpM4ccepSNfqzZ/QvABBi5g==",
|
|
470
416
|
"license": "MIT",
|
|
471
417
|
"engines": {
|
|
472
418
|
"node": ">=6.9.0"
|
|
473
419
|
}
|
|
474
420
|
},
|
|
475
421
|
"node_modules/@earendil-works/pi-agent-core": {
|
|
476
|
-
"version": "0.
|
|
477
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.
|
|
422
|
+
"version": "0.79.3",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/@earendil-works/pi-agent-core/-/pi-agent-core-0.79.3.tgz",
|
|
478
424
|
"license": "MIT",
|
|
479
425
|
"dependencies": {
|
|
480
|
-
"@earendil-works/pi-ai": "^0.
|
|
426
|
+
"@earendil-works/pi-ai": "^0.79.3",
|
|
481
427
|
"ignore": "7.0.5",
|
|
482
428
|
"typebox": "1.1.38",
|
|
483
429
|
"yaml": "2.9.0"
|
|
@@ -487,8 +433,8 @@
|
|
|
487
433
|
}
|
|
488
434
|
},
|
|
489
435
|
"node_modules/@earendil-works/pi-ai": {
|
|
490
|
-
"version": "0.
|
|
491
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.
|
|
436
|
+
"version": "0.79.3",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@earendil-works/pi-ai/-/pi-ai-0.79.3.tgz",
|
|
492
438
|
"license": "MIT",
|
|
493
439
|
"dependencies": {
|
|
494
440
|
"@anthropic-ai/sdk": "0.91.1",
|
|
@@ -510,8 +456,8 @@
|
|
|
510
456
|
}
|
|
511
457
|
},
|
|
512
458
|
"node_modules/@earendil-works/pi-tui": {
|
|
513
|
-
"version": "0.
|
|
514
|
-
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.
|
|
459
|
+
"version": "0.79.3",
|
|
460
|
+
"resolved": "https://registry.npmjs.org/@earendil-works/pi-tui/-/pi-tui-0.79.3.tgz",
|
|
515
461
|
"license": "MIT",
|
|
516
462
|
"dependencies": {
|
|
517
463
|
"get-east-asian-width": "1.6.0",
|
|
@@ -523,8 +469,6 @@
|
|
|
523
469
|
},
|
|
524
470
|
"node_modules/@google/genai": {
|
|
525
471
|
"version": "1.52.0",
|
|
526
|
-
"resolved": "https://registry.npmjs.org/@google/genai/-/genai-1.52.0.tgz",
|
|
527
|
-
"integrity": "sha512-gwSvbpiN/17O9TbsqSsE/OzZcpv5Fo4RQjdngGgogtuB9RsyJ8ZHhX5KjHj1bp5N9snN2eK8LDGXSaWW2hof8Q==",
|
|
528
472
|
"license": "Apache-2.0",
|
|
529
473
|
"dependencies": {
|
|
530
474
|
"google-auth-library": "^10.3.0",
|
|
@@ -547,8 +491,6 @@
|
|
|
547
491
|
},
|
|
548
492
|
"node_modules/@mariozechner/clipboard": {
|
|
549
493
|
"version": "0.3.9",
|
|
550
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard/-/clipboard-0.3.9.tgz",
|
|
551
|
-
"integrity": "sha512-ABnA53mdfkGZwOFUdZNv2S0CWGO/EIuPj8Vv9xmBFmSYg/qFc7ihO6q5FcQjvoE67kZpWkEc4AhD6B/os04yuA==",
|
|
552
494
|
"license": "MIT",
|
|
553
495
|
"optionalDependencies": {
|
|
554
496
|
"@mariozechner/clipboard-darwin-arm64": "0.3.9",
|
|
@@ -567,131 +509,8 @@
|
|
|
567
509
|
},
|
|
568
510
|
"optional": true
|
|
569
511
|
},
|
|
570
|
-
"node_modules/@mariozechner/clipboard-darwin-arm64": {
|
|
571
|
-
"version": "0.3.9",
|
|
572
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-arm64/-/clipboard-darwin-arm64-0.3.9.tgz",
|
|
573
|
-
"integrity": "sha512-BfgV7vCEWZwJwZJw03r6bP5+tf0iI/ANuQYCxi9RNn7FrWB3yzGuMKCrNLRl6V761vXRdL8+OqZ0wd4TqlsNOQ==",
|
|
574
|
-
"license": "MIT",
|
|
575
|
-
"engines": {
|
|
576
|
-
"node": ">= 10"
|
|
577
|
-
},
|
|
578
|
-
"os": [
|
|
579
|
-
"darwin"
|
|
580
|
-
],
|
|
581
|
-
"cpu": [
|
|
582
|
-
"arm64"
|
|
583
|
-
],
|
|
584
|
-
"optional": true
|
|
585
|
-
},
|
|
586
|
-
"node_modules/@mariozechner/clipboard-darwin-universal": {
|
|
587
|
-
"version": "0.3.9",
|
|
588
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-universal/-/clipboard-darwin-universal-0.3.9.tgz",
|
|
589
|
-
"integrity": "sha512-BGGR4iA9Z2shAjI65eI5xtyb3LYNlDW9X3gxKxDbqtbnREohsrqznov6zpKoIrsRWpzlYVEdKphS7ksJ0/ndSQ==",
|
|
590
|
-
"license": "MIT",
|
|
591
|
-
"engines": {
|
|
592
|
-
"node": ">= 10"
|
|
593
|
-
},
|
|
594
|
-
"os": [
|
|
595
|
-
"darwin"
|
|
596
|
-
],
|
|
597
|
-
"optional": true
|
|
598
|
-
},
|
|
599
|
-
"node_modules/@mariozechner/clipboard-darwin-x64": {
|
|
600
|
-
"version": "0.3.9",
|
|
601
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-darwin-x64/-/clipboard-darwin-x64-0.3.9.tgz",
|
|
602
|
-
"integrity": "sha512-4kURmCbS6nt8uYhtmWpUcJWyPHfmAr5dTpXD1nO3pIfa+TSQ9DbrGOYCKH+aEFW47XhQ4Vp8ZTszie+wfFvDKg==",
|
|
603
|
-
"license": "MIT",
|
|
604
|
-
"engines": {
|
|
605
|
-
"node": ">= 10"
|
|
606
|
-
},
|
|
607
|
-
"os": [
|
|
608
|
-
"darwin"
|
|
609
|
-
],
|
|
610
|
-
"cpu": [
|
|
611
|
-
"x64"
|
|
612
|
-
],
|
|
613
|
-
"optional": true
|
|
614
|
-
},
|
|
615
|
-
"node_modules/@mariozechner/clipboard-linux-arm64-gnu": {
|
|
616
|
-
"version": "0.3.9",
|
|
617
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-gnu/-/clipboard-linux-arm64-gnu-0.3.9.tgz",
|
|
618
|
-
"integrity": "sha512-g59OkUGP2DDfCOIKypHeYgv2M55u/cKvXa5dSxFbEJ34XvIQMdcVmpKCkGUro3ZgefXiGVdwguvTMQGpHWzIXw==",
|
|
619
|
-
"license": "MIT",
|
|
620
|
-
"engines": {
|
|
621
|
-
"node": ">= 10"
|
|
622
|
-
},
|
|
623
|
-
"os": [
|
|
624
|
-
"linux"
|
|
625
|
-
],
|
|
626
|
-
"cpu": [
|
|
627
|
-
"arm64"
|
|
628
|
-
],
|
|
629
|
-
"libc": [
|
|
630
|
-
"glibc"
|
|
631
|
-
],
|
|
632
|
-
"optional": true
|
|
633
|
-
},
|
|
634
|
-
"node_modules/@mariozechner/clipboard-linux-arm64-musl": {
|
|
635
|
-
"version": "0.3.9",
|
|
636
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-arm64-musl/-/clipboard-linux-arm64-musl-0.3.9.tgz",
|
|
637
|
-
"integrity": "sha512-AGuJdgKsmJdm4Pych7kv3sqe591ERRaAHW3xjLooiFzn8J+PxUyof++7YZrB5Y5tpnTO+K18Og3taj2NpluCRQ==",
|
|
638
|
-
"license": "MIT",
|
|
639
|
-
"engines": {
|
|
640
|
-
"node": ">= 10"
|
|
641
|
-
},
|
|
642
|
-
"os": [
|
|
643
|
-
"linux"
|
|
644
|
-
],
|
|
645
|
-
"cpu": [
|
|
646
|
-
"arm64"
|
|
647
|
-
],
|
|
648
|
-
"libc": [
|
|
649
|
-
"musl"
|
|
650
|
-
],
|
|
651
|
-
"optional": true
|
|
652
|
-
},
|
|
653
|
-
"node_modules/@mariozechner/clipboard-linux-riscv64-gnu": {
|
|
654
|
-
"version": "0.3.9",
|
|
655
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-riscv64-gnu/-/clipboard-linux-riscv64-gnu-0.3.9.tgz",
|
|
656
|
-
"integrity": "sha512-DXBEAiuMpk7dhS1a9NzNxVAFi1vaKoPu7rQNgY8LIDLGrK3lnIp3nT10DUum+PKVJoJppIP+NAA8IZe4DMNDPw==",
|
|
657
|
-
"license": "MIT",
|
|
658
|
-
"engines": {
|
|
659
|
-
"node": ">= 10"
|
|
660
|
-
},
|
|
661
|
-
"os": [
|
|
662
|
-
"linux"
|
|
663
|
-
],
|
|
664
|
-
"cpu": [
|
|
665
|
-
"riscv64"
|
|
666
|
-
],
|
|
667
|
-
"libc": [
|
|
668
|
-
"glibc"
|
|
669
|
-
],
|
|
670
|
-
"optional": true
|
|
671
|
-
},
|
|
672
512
|
"node_modules/@mariozechner/clipboard-linux-x64-gnu": {
|
|
673
513
|
"version": "0.3.9",
|
|
674
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-gnu/-/clipboard-linux-x64-gnu-0.3.9.tgz",
|
|
675
|
-
"integrity": "sha512-WORrMLd6EpElEME7JRKfSaY34nW1P5LbdgK5YNCS1ncG2LqmITsSMEJ8nh2mpvxb3TxqbOOKgY7k9eMJYlW9Mw==",
|
|
676
|
-
"license": "MIT",
|
|
677
|
-
"engines": {
|
|
678
|
-
"node": ">= 10"
|
|
679
|
-
},
|
|
680
|
-
"os": [
|
|
681
|
-
"linux"
|
|
682
|
-
],
|
|
683
|
-
"cpu": [
|
|
684
|
-
"x64"
|
|
685
|
-
],
|
|
686
|
-
"libc": [
|
|
687
|
-
"glibc"
|
|
688
|
-
],
|
|
689
|
-
"optional": true
|
|
690
|
-
},
|
|
691
|
-
"node_modules/@mariozechner/clipboard-linux-x64-musl": {
|
|
692
|
-
"version": "0.3.9",
|
|
693
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-linux-x64-musl/-/clipboard-linux-x64-musl-0.3.9.tgz",
|
|
694
|
-
"integrity": "sha512-/DHn+1DrfL6oRaPPWXaOKvonFFrni666fxd+zFqiQEfvBH0tsHVWjq9iqBk0oDp0qaPA72lIMy5BptxISBEhZQ==",
|
|
695
514
|
"license": "MIT",
|
|
696
515
|
"engines": {
|
|
697
516
|
"node": ">= 10"
|
|
@@ -702,47 +521,10 @@
|
|
|
702
521
|
"cpu": [
|
|
703
522
|
"x64"
|
|
704
523
|
],
|
|
705
|
-
"libc": [
|
|
706
|
-
"musl"
|
|
707
|
-
],
|
|
708
|
-
"optional": true
|
|
709
|
-
},
|
|
710
|
-
"node_modules/@mariozechner/clipboard-win32-arm64-msvc": {
|
|
711
|
-
"version": "0.3.9",
|
|
712
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-arm64-msvc/-/clipboard-win32-arm64-msvc-0.3.9.tgz",
|
|
713
|
-
"integrity": "sha512-O5FHD3ErkMwMhNzAfu3ggy0ug4z7btZuoQgwwxlzPrwV2bxlD6WDpqBY4NCgICAgZdDKdp+loUEKVAVt8aYnhQ==",
|
|
714
|
-
"license": "MIT",
|
|
715
|
-
"engines": {
|
|
716
|
-
"node": ">= 10"
|
|
717
|
-
},
|
|
718
|
-
"os": [
|
|
719
|
-
"win32"
|
|
720
|
-
],
|
|
721
|
-
"cpu": [
|
|
722
|
-
"arm64"
|
|
723
|
-
],
|
|
724
|
-
"optional": true
|
|
725
|
-
},
|
|
726
|
-
"node_modules/@mariozechner/clipboard-win32-x64-msvc": {
|
|
727
|
-
"version": "0.3.9",
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@mariozechner/clipboard-win32-x64-msvc/-/clipboard-win32-x64-msvc-0.3.9.tgz",
|
|
729
|
-
"integrity": "sha512-ihQC3EufqEY81vhXBgVBtK4prL+wc62zJsSvxrgz7K1hsdt6OObz6v9p3Rn1OG3GJksTTKMJF0u/guMISHPhSA==",
|
|
730
|
-
"license": "MIT",
|
|
731
|
-
"engines": {
|
|
732
|
-
"node": ">= 10"
|
|
733
|
-
},
|
|
734
|
-
"os": [
|
|
735
|
-
"win32"
|
|
736
|
-
],
|
|
737
|
-
"cpu": [
|
|
738
|
-
"x64"
|
|
739
|
-
],
|
|
740
524
|
"optional": true
|
|
741
525
|
},
|
|
742
526
|
"node_modules/@mistralai/mistralai": {
|
|
743
527
|
"version": "2.2.1",
|
|
744
|
-
"resolved": "https://registry.npmjs.org/@mistralai/mistralai/-/mistralai-2.2.1.tgz",
|
|
745
|
-
"integrity": "sha512-uKU8CZmL2RzYKmplsU01hii4p3pe4HqJefpWNRWXm1Tcm0Sm4xXfwSLIy4k7ZCPlbETCGcp69E7hZs+WOJ5itQ==",
|
|
746
528
|
"license": "Apache-2.0",
|
|
747
529
|
"dependencies": {
|
|
748
530
|
"ws": "^8.18.0",
|
|
@@ -752,8 +534,6 @@
|
|
|
752
534
|
},
|
|
753
535
|
"node_modules/@nodable/entities": {
|
|
754
536
|
"version": "2.1.0",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
756
|
-
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
757
537
|
"license": "MIT",
|
|
758
538
|
"funding": [
|
|
759
539
|
{
|
|
@@ -764,32 +544,22 @@
|
|
|
764
544
|
},
|
|
765
545
|
"node_modules/@protobufjs/aspromise": {
|
|
766
546
|
"version": "1.1.2",
|
|
767
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
768
|
-
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
769
547
|
"license": "BSD-3-Clause"
|
|
770
548
|
},
|
|
771
549
|
"node_modules/@protobufjs/base64": {
|
|
772
550
|
"version": "1.1.2",
|
|
773
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
774
|
-
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
775
551
|
"license": "BSD-3-Clause"
|
|
776
552
|
},
|
|
777
553
|
"node_modules/@protobufjs/codegen": {
|
|
778
554
|
"version": "2.0.5",
|
|
779
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
|
|
780
|
-
"integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
|
|
781
555
|
"license": "BSD-3-Clause"
|
|
782
556
|
},
|
|
783
557
|
"node_modules/@protobufjs/eventemitter": {
|
|
784
558
|
"version": "1.1.0",
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
|
|
786
|
-
"integrity": "sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==",
|
|
787
559
|
"license": "BSD-3-Clause"
|
|
788
560
|
},
|
|
789
561
|
"node_modules/@protobufjs/fetch": {
|
|
790
562
|
"version": "1.1.1",
|
|
791
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
|
|
792
|
-
"integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
|
|
793
563
|
"license": "BSD-3-Clause",
|
|
794
564
|
"dependencies": {
|
|
795
565
|
"@protobufjs/aspromise": "^1.1.1"
|
|
@@ -797,44 +567,30 @@
|
|
|
797
567
|
},
|
|
798
568
|
"node_modules/@protobufjs/float": {
|
|
799
569
|
"version": "1.0.2",
|
|
800
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
801
|
-
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
802
570
|
"license": "BSD-3-Clause"
|
|
803
571
|
},
|
|
804
572
|
"node_modules/@protobufjs/inquire": {
|
|
805
573
|
"version": "1.1.2",
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz",
|
|
807
|
-
"integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==",
|
|
808
574
|
"license": "BSD-3-Clause"
|
|
809
575
|
},
|
|
810
576
|
"node_modules/@protobufjs/path": {
|
|
811
577
|
"version": "1.1.2",
|
|
812
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
813
|
-
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
814
578
|
"license": "BSD-3-Clause"
|
|
815
579
|
},
|
|
816
580
|
"node_modules/@protobufjs/pool": {
|
|
817
581
|
"version": "1.1.0",
|
|
818
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
819
|
-
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
820
582
|
"license": "BSD-3-Clause"
|
|
821
583
|
},
|
|
822
584
|
"node_modules/@protobufjs/utf8": {
|
|
823
585
|
"version": "1.1.1",
|
|
824
|
-
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
|
|
825
|
-
"integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
|
|
826
586
|
"license": "BSD-3-Clause"
|
|
827
587
|
},
|
|
828
588
|
"node_modules/@silvia-odwyer/photon-node": {
|
|
829
589
|
"version": "0.3.4",
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@silvia-odwyer/photon-node/-/photon-node-0.3.4.tgz",
|
|
831
|
-
"integrity": "sha512-bnly4BKB3KDTFxrUIcgCLbaeVVS8lrAkri1pEzskpmxu9MdfGQTy8b8EgcD83ywD3RPMsIulY8xJH5Awa+t9fA==",
|
|
832
590
|
"license": "Apache-2.0"
|
|
833
591
|
},
|
|
834
592
|
"node_modules/@smithy/core": {
|
|
835
593
|
"version": "3.24.3",
|
|
836
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.24.3.tgz",
|
|
837
|
-
"integrity": "sha512-Ep/7tPamGY8mgESE3LyLKtxJyy6U52WWAqr/3wial47Sj4u3PiIF73AOGI27UyLy9duTkhZbgzodOfLV4TduZg==",
|
|
838
594
|
"license": "Apache-2.0",
|
|
839
595
|
"dependencies": {
|
|
840
596
|
"@aws-crypto/crc32": "5.2.0",
|
|
@@ -847,8 +603,6 @@
|
|
|
847
603
|
},
|
|
848
604
|
"node_modules/@smithy/credential-provider-imds": {
|
|
849
605
|
"version": "4.3.3",
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-4.3.3.tgz",
|
|
851
|
-
"integrity": "sha512-I2Bti0DKFo2IJyN28ijCsx51BAumEYR4/1yZ1FXyBygy9MqbnMqCev4JPth/MbpRfBSRAX35hITSnAdJRo1u5w==",
|
|
852
606
|
"license": "Apache-2.0",
|
|
853
607
|
"dependencies": {
|
|
854
608
|
"@smithy/core": "^3.24.3",
|
|
@@ -861,8 +615,6 @@
|
|
|
861
615
|
},
|
|
862
616
|
"node_modules/@smithy/fetch-http-handler": {
|
|
863
617
|
"version": "5.4.3",
|
|
864
|
-
"resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-5.4.3.tgz",
|
|
865
|
-
"integrity": "sha512-F+DRf8IJazRJgYog2A/yJK7eYVc0rqTlRzO+5ZxjJd4WkZoKz0IJRncf7G6t1pdVT3kryJcwuTFhN1c5m6N47A==",
|
|
866
618
|
"license": "Apache-2.0",
|
|
867
619
|
"dependencies": {
|
|
868
620
|
"@smithy/core": "^3.24.3",
|
|
@@ -875,8 +627,6 @@
|
|
|
875
627
|
},
|
|
876
628
|
"node_modules/@smithy/is-array-buffer": {
|
|
877
629
|
"version": "2.2.0",
|
|
878
|
-
"resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
|
|
879
|
-
"integrity": "sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==",
|
|
880
630
|
"license": "Apache-2.0",
|
|
881
631
|
"dependencies": {
|
|
882
632
|
"tslib": "^2.6.2"
|
|
@@ -887,8 +637,6 @@
|
|
|
887
637
|
},
|
|
888
638
|
"node_modules/@smithy/node-http-handler": {
|
|
889
639
|
"version": "4.7.3",
|
|
890
|
-
"resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-4.7.3.tgz",
|
|
891
|
-
"integrity": "sha512-/jPhevcTFPMVl6KNjbaI47iOg1zxC7IsnX4PQDGVZKMFceOXtB8IEYaB7a9VvkP/3oC60WzTeKocvSI7vLT0vA==",
|
|
892
640
|
"license": "Apache-2.0",
|
|
893
641
|
"dependencies": {
|
|
894
642
|
"@smithy/core": "^3.24.3",
|
|
@@ -901,8 +649,6 @@
|
|
|
901
649
|
},
|
|
902
650
|
"node_modules/@smithy/signature-v4": {
|
|
903
651
|
"version": "5.4.3",
|
|
904
|
-
"resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-5.4.3.tgz",
|
|
905
|
-
"integrity": "sha512-53+75QuPl6DL+ct6vVEB51FDO5oulXr20TPV46VvJZg76lIlXNWfxi8j+G2V/t0I2qxCBOa3vX/8bmjrpFVo9g==",
|
|
906
652
|
"license": "Apache-2.0",
|
|
907
653
|
"dependencies": {
|
|
908
654
|
"@smithy/core": "^3.24.3",
|
|
@@ -915,8 +661,6 @@
|
|
|
915
661
|
},
|
|
916
662
|
"node_modules/@smithy/types": {
|
|
917
663
|
"version": "4.14.2",
|
|
918
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-4.14.2.tgz",
|
|
919
|
-
"integrity": "sha512-P+otAxbV4CqBybp7EkcJCrig63yE2E7PuNVOmilVMRcx/O+QDzGULTrKsq4DV13gSfak9ObPrWaHl/9bL5YcWw==",
|
|
920
664
|
"license": "Apache-2.0",
|
|
921
665
|
"dependencies": {
|
|
922
666
|
"tslib": "^2.6.2"
|
|
@@ -927,8 +671,6 @@
|
|
|
927
671
|
},
|
|
928
672
|
"node_modules/@smithy/util-buffer-from": {
|
|
929
673
|
"version": "2.2.0",
|
|
930
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
|
|
931
|
-
"integrity": "sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==",
|
|
932
674
|
"license": "Apache-2.0",
|
|
933
675
|
"dependencies": {
|
|
934
676
|
"@smithy/is-array-buffer": "^2.2.0",
|
|
@@ -940,8 +682,6 @@
|
|
|
940
682
|
},
|
|
941
683
|
"node_modules/@smithy/util-utf8": {
|
|
942
684
|
"version": "2.3.0",
|
|
943
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.3.0.tgz",
|
|
944
|
-
"integrity": "sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==",
|
|
945
685
|
"license": "Apache-2.0",
|
|
946
686
|
"dependencies": {
|
|
947
687
|
"@smithy/util-buffer-from": "^2.2.0",
|
|
@@ -953,8 +693,6 @@
|
|
|
953
693
|
},
|
|
954
694
|
"node_modules/@types/node": {
|
|
955
695
|
"version": "22.19.19",
|
|
956
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.19.tgz",
|
|
957
|
-
"integrity": "sha512-dyh/xO2Fh5bYrfWaaqGrRQQGkNdmYw6AmaAUvYeUMNTWQtvb796ikLdmTchRmOlOiIJ1TDXfWgVx1QkUlQ6Hew==",
|
|
958
696
|
"license": "MIT",
|
|
959
697
|
"dependencies": {
|
|
960
698
|
"undici-types": "~6.21.0"
|
|
@@ -962,8 +700,6 @@
|
|
|
962
700
|
},
|
|
963
701
|
"node_modules/agent-base": {
|
|
964
702
|
"version": "7.1.4",
|
|
965
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
966
|
-
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
967
703
|
"license": "MIT",
|
|
968
704
|
"engines": {
|
|
969
705
|
"node": ">= 14"
|
|
@@ -971,8 +707,6 @@
|
|
|
971
707
|
},
|
|
972
708
|
"node_modules/balanced-match": {
|
|
973
709
|
"version": "4.0.4",
|
|
974
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
975
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
976
710
|
"license": "MIT",
|
|
977
711
|
"engines": {
|
|
978
712
|
"node": "18 || 20 || >=22"
|
|
@@ -980,8 +714,6 @@
|
|
|
980
714
|
},
|
|
981
715
|
"node_modules/base64-js": {
|
|
982
716
|
"version": "1.5.1",
|
|
983
|
-
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
984
|
-
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
985
717
|
"license": "MIT",
|
|
986
718
|
"funding": [
|
|
987
719
|
{
|
|
@@ -1000,8 +732,6 @@
|
|
|
1000
732
|
},
|
|
1001
733
|
"node_modules/bignumber.js": {
|
|
1002
734
|
"version": "9.3.1",
|
|
1003
|
-
"resolved": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.1.tgz",
|
|
1004
|
-
"integrity": "sha512-Ko0uX15oIUS7wJ3Rb30Fs6SkVbLmPBAKdlm7q9+ak9bbIeFf0MwuBsQV6z7+X768/cHsfg+WlysDWJcmthjsjQ==",
|
|
1005
735
|
"license": "MIT",
|
|
1006
736
|
"engines": {
|
|
1007
737
|
"node": "*"
|
|
@@ -1009,14 +739,10 @@
|
|
|
1009
739
|
},
|
|
1010
740
|
"node_modules/bowser": {
|
|
1011
741
|
"version": "2.14.1",
|
|
1012
|
-
"resolved": "https://registry.npmjs.org/bowser/-/bowser-2.14.1.tgz",
|
|
1013
|
-
"integrity": "sha512-tzPjzCxygAKWFOJP011oxFHs57HzIhOEracIgAePE4pqB3LikALKnSzUyU4MGs9/iCEUuHlAJTjTc5M+u7YEGg==",
|
|
1014
742
|
"license": "MIT"
|
|
1015
743
|
},
|
|
1016
744
|
"node_modules/brace-expansion": {
|
|
1017
745
|
"version": "5.0.6",
|
|
1018
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
|
|
1019
|
-
"integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
|
|
1020
746
|
"license": "MIT",
|
|
1021
747
|
"dependencies": {
|
|
1022
748
|
"balanced-match": "^4.0.2"
|
|
@@ -1027,14 +753,10 @@
|
|
|
1027
753
|
},
|
|
1028
754
|
"node_modules/buffer-equal-constant-time": {
|
|
1029
755
|
"version": "1.0.1",
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
1031
|
-
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
1032
756
|
"license": "BSD-3-Clause"
|
|
1033
757
|
},
|
|
1034
758
|
"node_modules/chalk": {
|
|
1035
759
|
"version": "5.6.2",
|
|
1036
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
1037
|
-
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
1038
760
|
"license": "MIT",
|
|
1039
761
|
"engines": {
|
|
1040
762
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -1045,8 +767,6 @@
|
|
|
1045
767
|
},
|
|
1046
768
|
"node_modules/cross-spawn": {
|
|
1047
769
|
"version": "7.0.6",
|
|
1048
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1049
|
-
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1050
770
|
"license": "MIT",
|
|
1051
771
|
"dependencies": {
|
|
1052
772
|
"path-key": "^3.1.0",
|
|
@@ -1059,8 +779,6 @@
|
|
|
1059
779
|
},
|
|
1060
780
|
"node_modules/data-uri-to-buffer": {
|
|
1061
781
|
"version": "4.0.1",
|
|
1062
|
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
1063
|
-
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
1064
782
|
"license": "MIT",
|
|
1065
783
|
"engines": {
|
|
1066
784
|
"node": ">= 12"
|
|
@@ -1068,8 +786,6 @@
|
|
|
1068
786
|
},
|
|
1069
787
|
"node_modules/debug": {
|
|
1070
788
|
"version": "4.4.3",
|
|
1071
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1072
|
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1073
789
|
"license": "MIT",
|
|
1074
790
|
"dependencies": {
|
|
1075
791
|
"ms": "^2.1.3"
|
|
@@ -1085,8 +801,6 @@
|
|
|
1085
801
|
},
|
|
1086
802
|
"node_modules/diff": {
|
|
1087
803
|
"version": "8.0.4",
|
|
1088
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
1089
|
-
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
1090
804
|
"license": "BSD-3-Clause",
|
|
1091
805
|
"engines": {
|
|
1092
806
|
"node": ">=0.3.1"
|
|
@@ -1094,8 +808,6 @@
|
|
|
1094
808
|
},
|
|
1095
809
|
"node_modules/ecdsa-sig-formatter": {
|
|
1096
810
|
"version": "1.0.11",
|
|
1097
|
-
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
|
1098
|
-
"integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
|
|
1099
811
|
"license": "Apache-2.0",
|
|
1100
812
|
"dependencies": {
|
|
1101
813
|
"safe-buffer": "^5.0.1"
|
|
@@ -1103,14 +815,10 @@
|
|
|
1103
815
|
},
|
|
1104
816
|
"node_modules/extend": {
|
|
1105
817
|
"version": "3.0.2",
|
|
1106
|
-
"resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
1107
|
-
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
1108
818
|
"license": "MIT"
|
|
1109
819
|
},
|
|
1110
820
|
"node_modules/fast-xml-builder": {
|
|
1111
821
|
"version": "1.2.0",
|
|
1112
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
1113
|
-
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
1114
822
|
"license": "MIT",
|
|
1115
823
|
"dependencies": {
|
|
1116
824
|
"path-expression-matcher": "^1.5.0",
|
|
@@ -1125,8 +833,6 @@
|
|
|
1125
833
|
},
|
|
1126
834
|
"node_modules/fast-xml-parser": {
|
|
1127
835
|
"version": "5.7.3",
|
|
1128
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
|
|
1129
|
-
"integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
|
|
1130
836
|
"license": "MIT",
|
|
1131
837
|
"dependencies": {
|
|
1132
838
|
"@nodable/entities": "^2.1.0",
|
|
@@ -1146,8 +852,6 @@
|
|
|
1146
852
|
},
|
|
1147
853
|
"node_modules/fetch-blob": {
|
|
1148
854
|
"version": "3.2.0",
|
|
1149
|
-
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
1150
|
-
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
1151
855
|
"license": "MIT",
|
|
1152
856
|
"dependencies": {
|
|
1153
857
|
"node-domexception": "^1.0.0",
|
|
@@ -1169,8 +873,6 @@
|
|
|
1169
873
|
},
|
|
1170
874
|
"node_modules/formdata-polyfill": {
|
|
1171
875
|
"version": "4.0.10",
|
|
1172
|
-
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
1173
|
-
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
1174
876
|
"license": "MIT",
|
|
1175
877
|
"dependencies": {
|
|
1176
878
|
"fetch-blob": "^3.1.2"
|
|
@@ -1181,8 +883,6 @@
|
|
|
1181
883
|
},
|
|
1182
884
|
"node_modules/gaxios": {
|
|
1183
885
|
"version": "7.1.4",
|
|
1184
|
-
"resolved": "https://registry.npmjs.org/gaxios/-/gaxios-7.1.4.tgz",
|
|
1185
|
-
"integrity": "sha512-bTIgTsM2bWn3XklZISBTQX7ZSddGW+IO3bMdGaemHZ3tbqExMENHLx6kKZ/KlejgrMtj8q7wBItt51yegqalrA==",
|
|
1186
886
|
"license": "Apache-2.0",
|
|
1187
887
|
"dependencies": {
|
|
1188
888
|
"extend": "^3.0.2",
|
|
@@ -1195,8 +895,6 @@
|
|
|
1195
895
|
},
|
|
1196
896
|
"node_modules/gcp-metadata": {
|
|
1197
897
|
"version": "8.1.2",
|
|
1198
|
-
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-8.1.2.tgz",
|
|
1199
|
-
"integrity": "sha512-zV/5HKTfCeKWnxG0Dmrw51hEWFGfcF2xiXqcA3+J90WDuP0SvoiSO5ORvcBsifmx/FoIjgQN3oNOGaQ5PhLFkg==",
|
|
1200
898
|
"license": "Apache-2.0",
|
|
1201
899
|
"dependencies": {
|
|
1202
900
|
"gaxios": "^7.0.0",
|
|
@@ -1209,8 +907,6 @@
|
|
|
1209
907
|
},
|
|
1210
908
|
"node_modules/get-east-asian-width": {
|
|
1211
909
|
"version": "1.6.0",
|
|
1212
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
1213
|
-
"integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
|
|
1214
910
|
"license": "MIT",
|
|
1215
911
|
"engines": {
|
|
1216
912
|
"node": ">=18"
|
|
@@ -1221,8 +917,6 @@
|
|
|
1221
917
|
},
|
|
1222
918
|
"node_modules/glob": {
|
|
1223
919
|
"version": "13.0.6",
|
|
1224
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
1225
|
-
"integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
|
|
1226
920
|
"license": "BlueOak-1.0.0",
|
|
1227
921
|
"dependencies": {
|
|
1228
922
|
"minimatch": "^10.2.2",
|
|
@@ -1238,8 +932,6 @@
|
|
|
1238
932
|
},
|
|
1239
933
|
"node_modules/google-auth-library": {
|
|
1240
934
|
"version": "10.6.2",
|
|
1241
|
-
"resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-10.6.2.tgz",
|
|
1242
|
-
"integrity": "sha512-e27Z6EThmVNNvtYASwQxose/G57rkRuaRbQyxM2bvYLLX/GqWZ5chWq2EBoUchJbCc57eC9ArzO5wMsEmWftCw==",
|
|
1243
935
|
"license": "Apache-2.0",
|
|
1244
936
|
"dependencies": {
|
|
1245
937
|
"base64-js": "^1.3.0",
|
|
@@ -1255,8 +947,6 @@
|
|
|
1255
947
|
},
|
|
1256
948
|
"node_modules/google-logging-utils": {
|
|
1257
949
|
"version": "1.1.3",
|
|
1258
|
-
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
|
|
1259
|
-
"integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
|
|
1260
950
|
"license": "Apache-2.0",
|
|
1261
951
|
"engines": {
|
|
1262
952
|
"node": ">=14"
|
|
@@ -1264,14 +954,10 @@
|
|
|
1264
954
|
},
|
|
1265
955
|
"node_modules/graceful-fs": {
|
|
1266
956
|
"version": "4.2.11",
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
1268
|
-
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
|
|
1269
957
|
"license": "ISC"
|
|
1270
958
|
},
|
|
1271
959
|
"node_modules/highlight.js": {
|
|
1272
960
|
"version": "10.7.3",
|
|
1273
|
-
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz",
|
|
1274
|
-
"integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==",
|
|
1275
961
|
"license": "BSD-3-Clause",
|
|
1276
962
|
"engines": {
|
|
1277
963
|
"node": "*"
|
|
@@ -1279,8 +965,6 @@
|
|
|
1279
965
|
},
|
|
1280
966
|
"node_modules/hosted-git-info": {
|
|
1281
967
|
"version": "9.0.3",
|
|
1282
|
-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-9.0.3.tgz",
|
|
1283
|
-
"integrity": "sha512-Hc+ghLoSt6QaYZUv0WBiIvmMDZuZZ7oaDvdH8MbfOO4lOsxdXLEvuC6ePoGs9H1X9oCLyq6+NVN0MKqD+ydxyg==",
|
|
1284
968
|
"license": "ISC",
|
|
1285
969
|
"dependencies": {
|
|
1286
970
|
"lru-cache": "^11.1.0"
|
|
@@ -1291,8 +975,6 @@
|
|
|
1291
975
|
},
|
|
1292
976
|
"node_modules/http-proxy-agent": {
|
|
1293
977
|
"version": "7.0.2",
|
|
1294
|
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
1295
|
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
1296
978
|
"license": "MIT",
|
|
1297
979
|
"dependencies": {
|
|
1298
980
|
"agent-base": "^7.1.0",
|
|
@@ -1304,8 +986,6 @@
|
|
|
1304
986
|
},
|
|
1305
987
|
"node_modules/https-proxy-agent": {
|
|
1306
988
|
"version": "7.0.6",
|
|
1307
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
1308
|
-
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
1309
989
|
"license": "MIT",
|
|
1310
990
|
"dependencies": {
|
|
1311
991
|
"agent-base": "^7.1.2",
|
|
@@ -1317,8 +997,6 @@
|
|
|
1317
997
|
},
|
|
1318
998
|
"node_modules/ignore": {
|
|
1319
999
|
"version": "7.0.5",
|
|
1320
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
|
|
1321
|
-
"integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
|
|
1322
1000
|
"license": "MIT",
|
|
1323
1001
|
"engines": {
|
|
1324
1002
|
"node": ">= 4"
|
|
@@ -1326,14 +1004,10 @@
|
|
|
1326
1004
|
},
|
|
1327
1005
|
"node_modules/isexe": {
|
|
1328
1006
|
"version": "2.0.0",
|
|
1329
|
-
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
1330
|
-
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
1331
1007
|
"license": "ISC"
|
|
1332
1008
|
},
|
|
1333
1009
|
"node_modules/jiti": {
|
|
1334
1010
|
"version": "2.7.0",
|
|
1335
|
-
"resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz",
|
|
1336
|
-
"integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==",
|
|
1337
1011
|
"license": "MIT",
|
|
1338
1012
|
"bin": {
|
|
1339
1013
|
"jiti": "lib/jiti-cli.mjs"
|
|
@@ -1341,8 +1015,6 @@
|
|
|
1341
1015
|
},
|
|
1342
1016
|
"node_modules/json-bigint": {
|
|
1343
1017
|
"version": "1.0.0",
|
|
1344
|
-
"resolved": "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz",
|
|
1345
|
-
"integrity": "sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==",
|
|
1346
1018
|
"license": "MIT",
|
|
1347
1019
|
"dependencies": {
|
|
1348
1020
|
"bignumber.js": "^9.0.0"
|
|
@@ -1350,8 +1022,6 @@
|
|
|
1350
1022
|
},
|
|
1351
1023
|
"node_modules/json-schema-to-ts": {
|
|
1352
1024
|
"version": "3.1.1",
|
|
1353
|
-
"resolved": "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-3.1.1.tgz",
|
|
1354
|
-
"integrity": "sha512-+DWg8jCJG2TEnpy7kOm/7/AxaYoaRbjVB4LFZLySZlWn8exGs3A4OLJR966cVvU26N7X9TWxl+Jsw7dzAqKT6g==",
|
|
1355
1025
|
"license": "MIT",
|
|
1356
1026
|
"dependencies": {
|
|
1357
1027
|
"@babel/runtime": "^7.18.3",
|
|
@@ -1363,8 +1033,6 @@
|
|
|
1363
1033
|
},
|
|
1364
1034
|
"node_modules/jwa": {
|
|
1365
1035
|
"version": "2.0.1",
|
|
1366
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
1367
|
-
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
|
|
1368
1036
|
"license": "MIT",
|
|
1369
1037
|
"dependencies": {
|
|
1370
1038
|
"buffer-equal-constant-time": "^1.0.1",
|
|
@@ -1374,8 +1042,6 @@
|
|
|
1374
1042
|
},
|
|
1375
1043
|
"node_modules/jws": {
|
|
1376
1044
|
"version": "4.0.1",
|
|
1377
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
|
|
1378
|
-
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
1379
1045
|
"license": "MIT",
|
|
1380
1046
|
"dependencies": {
|
|
1381
1047
|
"jwa": "^2.0.1",
|
|
@@ -1384,14 +1050,10 @@
|
|
|
1384
1050
|
},
|
|
1385
1051
|
"node_modules/long": {
|
|
1386
1052
|
"version": "5.3.2",
|
|
1387
|
-
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
1388
|
-
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
1389
1053
|
"license": "Apache-2.0"
|
|
1390
1054
|
},
|
|
1391
1055
|
"node_modules/lru-cache": {
|
|
1392
1056
|
"version": "11.4.0",
|
|
1393
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.4.0.tgz",
|
|
1394
|
-
"integrity": "sha512-W+R+kFL4HgVxONq2bhXPi3bGpzGe/yEhVOp233qw9wCRtgncJ15P3bC+e4zZMu4Cq7d+WAJjXGW0uUkifhcatA==",
|
|
1395
1057
|
"license": "BlueOak-1.0.0",
|
|
1396
1058
|
"engines": {
|
|
1397
1059
|
"node": "20 || >=22"
|
|
@@ -1399,8 +1061,6 @@
|
|
|
1399
1061
|
},
|
|
1400
1062
|
"node_modules/marked": {
|
|
1401
1063
|
"version": "15.0.12",
|
|
1402
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
1403
|
-
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
1404
1064
|
"license": "MIT",
|
|
1405
1065
|
"bin": {
|
|
1406
1066
|
"marked": "bin/marked.js"
|
|
@@ -1411,8 +1071,6 @@
|
|
|
1411
1071
|
},
|
|
1412
1072
|
"node_modules/minimatch": {
|
|
1413
1073
|
"version": "10.2.5",
|
|
1414
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1415
|
-
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1416
1074
|
"license": "BlueOak-1.0.0",
|
|
1417
1075
|
"dependencies": {
|
|
1418
1076
|
"brace-expansion": "^5.0.5"
|
|
@@ -1426,8 +1084,6 @@
|
|
|
1426
1084
|
},
|
|
1427
1085
|
"node_modules/minipass": {
|
|
1428
1086
|
"version": "7.1.3",
|
|
1429
|
-
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
1430
|
-
"integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==",
|
|
1431
1087
|
"license": "BlueOak-1.0.0",
|
|
1432
1088
|
"engines": {
|
|
1433
1089
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -1435,19 +1091,14 @@
|
|
|
1435
1091
|
},
|
|
1436
1092
|
"node_modules/ms": {
|
|
1437
1093
|
"version": "2.1.3",
|
|
1438
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
1439
|
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1440
1094
|
"license": "MIT"
|
|
1441
1095
|
},
|
|
1442
1096
|
"node_modules/node-domexception": {
|
|
1443
1097
|
"version": "1.0.0",
|
|
1444
|
-
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
1445
|
-
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
1446
1098
|
"license": "MIT",
|
|
1447
1099
|
"engines": {
|
|
1448
1100
|
"node": ">=10.5.0"
|
|
1449
1101
|
},
|
|
1450
|
-
"deprecated": "Use your platform's native DOMException instead",
|
|
1451
1102
|
"funding": [
|
|
1452
1103
|
{
|
|
1453
1104
|
"type": "github",
|
|
@@ -1461,8 +1112,6 @@
|
|
|
1461
1112
|
},
|
|
1462
1113
|
"node_modules/node-fetch": {
|
|
1463
1114
|
"version": "3.3.2",
|
|
1464
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
1465
|
-
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
1466
1115
|
"license": "MIT",
|
|
1467
1116
|
"dependencies": {
|
|
1468
1117
|
"data-uri-to-buffer": "^4.0.0",
|
|
@@ -1479,8 +1128,6 @@
|
|
|
1479
1128
|
},
|
|
1480
1129
|
"node_modules/openai": {
|
|
1481
1130
|
"version": "6.26.0",
|
|
1482
|
-
"resolved": "https://registry.npmjs.org/openai/-/openai-6.26.0.tgz",
|
|
1483
|
-
"integrity": "sha512-zd23dbWTjiJ6sSAX6s0HrCZi41JwTA1bQVs0wLQPZ2/5o2gxOJA5wh7yOAUgwYybfhDXyhwlpeQf7Mlgx8EOCA==",
|
|
1484
1131
|
"license": "Apache-2.0",
|
|
1485
1132
|
"peerDependencies": {
|
|
1486
1133
|
"ws": "^8.18.0",
|
|
@@ -1500,8 +1147,6 @@
|
|
|
1500
1147
|
},
|
|
1501
1148
|
"node_modules/p-retry": {
|
|
1502
1149
|
"version": "4.6.2",
|
|
1503
|
-
"resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz",
|
|
1504
|
-
"integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==",
|
|
1505
1150
|
"license": "MIT",
|
|
1506
1151
|
"dependencies": {
|
|
1507
1152
|
"@types/retry": "0.12.0",
|
|
@@ -1513,20 +1158,14 @@
|
|
|
1513
1158
|
},
|
|
1514
1159
|
"node_modules/p-retry/node_modules/@types/retry": {
|
|
1515
1160
|
"version": "0.12.0",
|
|
1516
|
-
"resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz",
|
|
1517
|
-
"integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==",
|
|
1518
1161
|
"license": "MIT"
|
|
1519
1162
|
},
|
|
1520
1163
|
"node_modules/partial-json": {
|
|
1521
1164
|
"version": "0.1.7",
|
|
1522
|
-
"resolved": "https://registry.npmjs.org/partial-json/-/partial-json-0.1.7.tgz",
|
|
1523
|
-
"integrity": "sha512-Njv/59hHaokb/hRUjce3Hdv12wd60MtM9Z5Olmn+nehe0QDAsRtRbJPvJ0Z91TusF0SuZRIvnM+S4l6EIP8leA==",
|
|
1524
1165
|
"license": "MIT"
|
|
1525
1166
|
},
|
|
1526
1167
|
"node_modules/path-expression-matcher": {
|
|
1527
1168
|
"version": "1.5.0",
|
|
1528
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
1529
|
-
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
1530
1169
|
"license": "MIT",
|
|
1531
1170
|
"engines": {
|
|
1532
1171
|
"node": ">=14.0.0"
|
|
@@ -1540,8 +1179,6 @@
|
|
|
1540
1179
|
},
|
|
1541
1180
|
"node_modules/path-key": {
|
|
1542
1181
|
"version": "3.1.1",
|
|
1543
|
-
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
|
1544
|
-
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
|
|
1545
1182
|
"license": "MIT",
|
|
1546
1183
|
"engines": {
|
|
1547
1184
|
"node": ">=8"
|
|
@@ -1549,8 +1186,6 @@
|
|
|
1549
1186
|
},
|
|
1550
1187
|
"node_modules/path-scurry": {
|
|
1551
1188
|
"version": "2.0.2",
|
|
1552
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz",
|
|
1553
|
-
"integrity": "sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==",
|
|
1554
1189
|
"license": "BlueOak-1.0.0",
|
|
1555
1190
|
"dependencies": {
|
|
1556
1191
|
"lru-cache": "^11.0.0",
|
|
@@ -1565,8 +1200,6 @@
|
|
|
1565
1200
|
},
|
|
1566
1201
|
"node_modules/proper-lockfile": {
|
|
1567
1202
|
"version": "4.1.2",
|
|
1568
|
-
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
1569
|
-
"integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
|
|
1570
1203
|
"license": "MIT",
|
|
1571
1204
|
"dependencies": {
|
|
1572
1205
|
"graceful-fs": "^4.2.4",
|
|
@@ -1576,8 +1209,6 @@
|
|
|
1576
1209
|
},
|
|
1577
1210
|
"node_modules/proper-lockfile/node_modules/retry": {
|
|
1578
1211
|
"version": "0.12.0",
|
|
1579
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
1580
|
-
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
1581
1212
|
"license": "MIT",
|
|
1582
1213
|
"engines": {
|
|
1583
1214
|
"node": ">= 4"
|
|
@@ -1585,8 +1216,6 @@
|
|
|
1585
1216
|
},
|
|
1586
1217
|
"node_modules/protobufjs": {
|
|
1587
1218
|
"version": "7.5.9",
|
|
1588
|
-
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.9.tgz",
|
|
1589
|
-
"integrity": "sha512-Od4muIm3HW1AouyHF5lONOf1FWo3hY1NbFDoy191X9GzhpgW1clCoaFjfVs2rKJNFYpTNJbje4cbAIDBZJ63ZA==",
|
|
1590
1219
|
"license": "BSD-3-Clause",
|
|
1591
1220
|
"dependencies": {
|
|
1592
1221
|
"@protobufjs/aspromise": "^1.1.2",
|
|
@@ -1609,8 +1238,6 @@
|
|
|
1609
1238
|
},
|
|
1610
1239
|
"node_modules/retry": {
|
|
1611
1240
|
"version": "0.13.1",
|
|
1612
|
-
"resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
|
|
1613
|
-
"integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
|
|
1614
1241
|
"license": "MIT",
|
|
1615
1242
|
"engines": {
|
|
1616
1243
|
"node": ">= 4"
|
|
@@ -1618,8 +1245,6 @@
|
|
|
1618
1245
|
},
|
|
1619
1246
|
"node_modules/safe-buffer": {
|
|
1620
1247
|
"version": "5.2.1",
|
|
1621
|
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
1622
|
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
1623
1248
|
"license": "MIT",
|
|
1624
1249
|
"funding": [
|
|
1625
1250
|
{
|
|
@@ -1638,8 +1263,6 @@
|
|
|
1638
1263
|
},
|
|
1639
1264
|
"node_modules/shebang-command": {
|
|
1640
1265
|
"version": "2.0.0",
|
|
1641
|
-
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
1642
|
-
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
1643
1266
|
"license": "MIT",
|
|
1644
1267
|
"dependencies": {
|
|
1645
1268
|
"shebang-regex": "^3.0.0"
|
|
@@ -1650,8 +1273,6 @@
|
|
|
1650
1273
|
},
|
|
1651
1274
|
"node_modules/shebang-regex": {
|
|
1652
1275
|
"version": "3.0.0",
|
|
1653
|
-
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
1654
|
-
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
1655
1276
|
"license": "MIT",
|
|
1656
1277
|
"engines": {
|
|
1657
1278
|
"node": ">=8"
|
|
@@ -1659,14 +1280,10 @@
|
|
|
1659
1280
|
},
|
|
1660
1281
|
"node_modules/signal-exit": {
|
|
1661
1282
|
"version": "3.0.7",
|
|
1662
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
1663
|
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
1664
1283
|
"license": "ISC"
|
|
1665
1284
|
},
|
|
1666
1285
|
"node_modules/strnum": {
|
|
1667
1286
|
"version": "2.3.0",
|
|
1668
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
|
|
1669
|
-
"integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
|
|
1670
1287
|
"license": "MIT",
|
|
1671
1288
|
"funding": [
|
|
1672
1289
|
{
|
|
@@ -1677,26 +1294,18 @@
|
|
|
1677
1294
|
},
|
|
1678
1295
|
"node_modules/ts-algebra": {
|
|
1679
1296
|
"version": "2.0.0",
|
|
1680
|
-
"resolved": "https://registry.npmjs.org/ts-algebra/-/ts-algebra-2.0.0.tgz",
|
|
1681
|
-
"integrity": "sha512-FPAhNPFMrkwz76P7cdjdmiShwMynZYN6SgOujD1urY4oNm80Ou9oMdmbR45LotcKOXoy7wSmHkRFE6Mxbrhefw==",
|
|
1682
1297
|
"license": "MIT"
|
|
1683
1298
|
},
|
|
1684
1299
|
"node_modules/tslib": {
|
|
1685
1300
|
"version": "2.8.1",
|
|
1686
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1687
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1688
1301
|
"license": "0BSD"
|
|
1689
1302
|
},
|
|
1690
1303
|
"node_modules/typebox": {
|
|
1691
1304
|
"version": "1.1.38",
|
|
1692
|
-
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.1.38.tgz",
|
|
1693
|
-
"integrity": "sha512-pZ0aQPmMmXoUvSbeuWf/Hzsc+avNw/Zd6VeE8CFgkVGWyuHPJvqeJJDeJqLve+K70LvjYIoleGcoJHPT17cWoA==",
|
|
1694
1305
|
"license": "MIT"
|
|
1695
1306
|
},
|
|
1696
1307
|
"node_modules/undici": {
|
|
1697
1308
|
"version": "8.3.0",
|
|
1698
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-8.3.0.tgz",
|
|
1699
|
-
"integrity": "sha512-TkUDgb6tl7KOGZ+7e8E3d2FYgUQgF6z5YypqjWmixVQSQERFcVrVg0ySADm2LVLRh5ljAaHTCR5Fmz3Q34rB7Q==",
|
|
1700
1309
|
"license": "MIT",
|
|
1701
1310
|
"engines": {
|
|
1702
1311
|
"node": ">=22.19.0"
|
|
@@ -1704,14 +1313,10 @@
|
|
|
1704
1313
|
},
|
|
1705
1314
|
"node_modules/undici-types": {
|
|
1706
1315
|
"version": "6.21.0",
|
|
1707
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
1708
|
-
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
1709
1316
|
"license": "MIT"
|
|
1710
1317
|
},
|
|
1711
1318
|
"node_modules/web-streams-polyfill": {
|
|
1712
1319
|
"version": "3.3.3",
|
|
1713
|
-
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
1714
|
-
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
1715
1320
|
"license": "MIT",
|
|
1716
1321
|
"engines": {
|
|
1717
1322
|
"node": ">= 8"
|
|
@@ -1719,8 +1324,6 @@
|
|
|
1719
1324
|
},
|
|
1720
1325
|
"node_modules/which": {
|
|
1721
1326
|
"version": "2.0.2",
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
1723
|
-
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
1724
1327
|
"license": "ISC",
|
|
1725
1328
|
"dependencies": {
|
|
1726
1329
|
"isexe": "^2.0.0"
|
|
@@ -1734,8 +1337,6 @@
|
|
|
1734
1337
|
},
|
|
1735
1338
|
"node_modules/ws": {
|
|
1736
1339
|
"version": "8.20.1",
|
|
1737
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz",
|
|
1738
|
-
"integrity": "sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==",
|
|
1739
1340
|
"license": "MIT",
|
|
1740
1341
|
"peerDependencies": {
|
|
1741
1342
|
"bufferutil": "^4.0.1",
|
|
@@ -1755,8 +1356,6 @@
|
|
|
1755
1356
|
},
|
|
1756
1357
|
"node_modules/xml-naming": {
|
|
1757
1358
|
"version": "0.1.0",
|
|
1758
|
-
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
1759
|
-
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
1760
1359
|
"license": "MIT",
|
|
1761
1360
|
"engines": {
|
|
1762
1361
|
"node": ">=16.0.0"
|
|
@@ -1770,8 +1369,6 @@
|
|
|
1770
1369
|
},
|
|
1771
1370
|
"node_modules/yaml": {
|
|
1772
1371
|
"version": "2.9.0",
|
|
1773
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
|
|
1774
|
-
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
|
|
1775
1372
|
"license": "ISC",
|
|
1776
1373
|
"bin": {
|
|
1777
1374
|
"yaml": "bin.mjs"
|
|
@@ -1785,8 +1382,6 @@
|
|
|
1785
1382
|
},
|
|
1786
1383
|
"node_modules/zod": {
|
|
1787
1384
|
"version": "3.25.76",
|
|
1788
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
|
|
1789
|
-
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
|
|
1790
1385
|
"license": "MIT",
|
|
1791
1386
|
"funding": {
|
|
1792
1387
|
"url": "https://github.com/sponsors/colinhacks"
|
|
@@ -1794,8 +1389,6 @@
|
|
|
1794
1389
|
},
|
|
1795
1390
|
"node_modules/zod-to-json-schema": {
|
|
1796
1391
|
"version": "3.25.2",
|
|
1797
|
-
"resolved": "https://registry.npmjs.org/zod-to-json-schema/-/zod-to-json-schema-3.25.2.tgz",
|
|
1798
|
-
"integrity": "sha512-O/PgfnpT1xKSDeQYSCfRI5Gy3hPf91mKVDuYLUHZJMiDFptvP41MSnWofm8dnCm0256ZNfZIM7DSzuSMAFnjHA==",
|
|
1799
1392
|
"license": "ISC",
|
|
1800
1393
|
"peerDependencies": {
|
|
1801
1394
|
"zod": "^3.25.28 || ^4"
|