oh-my-opencode 5.0.0-beta.2 → 5.0.0-beta.21
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/.agents/command/publish.md +44 -16
- package/.agents/skills/publish/SKILL.md +44 -16
- package/.agents/skills/senpi-qa/SKILL.md +80 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.mjs +65 -0
- package/.agents/skills/senpi-qa/scripts/resolve-evidence-dir.test.mjs +171 -0
- package/.agents/skills/work-with-pr/SKILL.md +37 -23
- package/.opencode/command/publish.md +44 -16
- package/.opencode/skills/work-with-pr/SKILL.md +37 -23
- package/README.ja.md +25 -21
- package/README.ko.md +25 -21
- package/README.md +38 -23
- package/README.ru.md +24 -20
- package/README.zh-cn.md +25 -21
- package/dist/agents/atlas/agent.d.ts +0 -1
- package/dist/agents/sisyphus/grok-4.d.ts +20 -0
- package/dist/agents/sisyphus/index.d.ts +2 -0
- package/dist/agents/sisyphus-agent-config.d.ts +6 -0
- package/dist/agents/sisyphus-agent-factory.d.ts +1 -1
- package/dist/agents/sisyphus-runtime-prompt-reconciler.d.ts +15 -4
- package/dist/agents/types.d.ts +2 -2
- package/dist/cli/fallback-lane-policy.d.ts +1 -0
- package/dist/cli/index.js +23057 -20893
- package/dist/cli/install-codex/install-codex-test-fixtures.d.ts +1 -1
- package/dist/cli/run/on-complete-hook.d.ts +2 -0
- package/dist/cli/runtime-commands.d.ts +1 -1
- package/dist/cli/worktree-sweep/classify.d.ts +16 -0
- package/dist/cli/worktree-sweep/format.d.ts +8 -0
- package/dist/cli/worktree-sweep/git.d.ts +19 -0
- package/dist/cli/worktree-sweep/index.d.ts +7 -0
- package/dist/cli/worktree-sweep/options.d.ts +2 -0
- package/dist/cli/worktree-sweep/parse-worktree-list.d.ts +8 -0
- package/dist/cli/worktree-sweep/sweep.d.ts +2 -0
- package/dist/cli/worktree-sweep/types.d.ts +65 -0
- package/dist/cli/worktree-sweep/worktree-sweep.d.ts +2 -0
- package/dist/cli-node/index.js +23093 -20929
- package/dist/config/schema/commands.d.ts +1 -1
- package/dist/config/schema/hooks.d.ts +1 -1
- package/dist/config/schema/oh-my-opencode-config.d.ts +4 -1
- package/dist/config/schema/ulw-execute.d.ts +5 -0
- package/dist/config/validate.d.ts +2 -0
- package/dist/create-hooks.d.ts +3 -1
- package/dist/features/btw-side/btw-command-draft.d.ts +7 -0
- package/dist/features/btw-side/context-injector.d.ts +15 -0
- package/dist/features/btw-side/index.d.ts +8 -0
- package/dist/features/btw-side/metadata.d.ts +15 -0
- package/dist/features/btw-side/parent-context-budget.d.ts +9 -0
- package/dist/features/btw-side/server-session-registry.d.ts +8 -0
- package/dist/features/btw-side/tui-adoption-cache.d.ts +13 -0
- package/dist/features/btw-side/tui-adoption-guard.d.ts +5 -0
- package/dist/features/btw-side/tui-controller-types.d.ts +68 -0
- package/dist/features/btw-side/tui-controller.d.ts +19 -0
- package/dist/features/btw-side/tui-escape-return.d.ts +12 -0
- package/dist/features/btw-side/tui-keymap.d.ts +17 -0
- package/dist/features/btw-side/tui-parent-validator.d.ts +6 -0
- package/dist/features/btw-side/tui-picker-options.d.ts +20 -0
- package/dist/features/btw-side/tui-picker.d.ts +9 -0
- package/dist/features/btw-side/tui-prompt-queue.d.ts +8 -0
- package/dist/features/btw-side/tui-session-bridge.d.ts +11 -0
- package/dist/features/btw-side/tui-session-catalog.d.ts +35 -0
- package/dist/features/btw-side/tui-side-removal.d.ts +11 -0
- package/dist/features/btw-side/tui-side-start.d.ts +9 -0
- package/dist/features/btw-side/tui-wiring.d.ts +8 -0
- package/dist/features/builtin-commands/templates/ulw-execute.d.ts +1 -0
- package/dist/features/builtin-commands/types.d.ts +1 -1
- package/dist/features/opengateway-provider/index.d.ts +13 -0
- package/dist/hooks/atlas/atlas-hook.d.ts +1 -0
- package/dist/hooks/atlas/atlas-lifecycle-store.d.ts +50 -0
- package/dist/hooks/atlas/event-handler.d.ts +1 -0
- package/dist/hooks/atlas/final-wave-approval-gate.test-support.d.ts +50 -0
- package/dist/hooks/atlas/system-reminder-templates.d.ts +0 -1
- package/dist/hooks/atlas/tool-execute-before.d.ts +3 -0
- package/dist/hooks/atlas/types.d.ts +1 -0
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/prometheus-md-only/agent-resolution.d.ts +2 -2
- package/dist/hooks/runtime-fallback/chat-message-handler.d.ts +2 -0
- package/dist/hooks/runtime-fallback/retry-model-payload.d.ts +1 -0
- package/dist/hooks/runtime-fallback/runtime-model-settings.d.ts +6 -0
- package/dist/hooks/runtime-fallback/session-status-handler.d.ts +1 -1
- package/dist/hooks/runtime-fallback/types.d.ts +3 -1
- package/dist/hooks/sisyphus-junior-notepad/constants.d.ts +1 -1
- package/dist/hooks/{start-work → ulw-execute}/context-info-builder.d.ts +1 -1
- package/dist/hooks/{start-work → ulw-execute}/index.d.ts +1 -1
- package/dist/hooks/ulw-execute/ulw-execute-hook.d.ts +23 -0
- package/dist/index.js +11724 -6355
- package/dist/oh-my-opencode.schema.json +15 -2
- package/dist/plugin/chat-message/types.d.ts +3 -3
- package/dist/plugin/chat-message/ulw-execute-message.d.ts +5 -0
- package/dist/plugin/event-session-lifecycle.d.ts +1 -0
- package/dist/plugin/hooks/create-core-hooks.d.ts +2 -1
- package/dist/plugin/hooks/create-session-hooks.d.ts +2 -2
- package/dist/plugin/hooks/create-transform-hooks.d.ts +2 -0
- package/dist/plugin/messages-transform.d.ts +1 -0
- package/dist/shared/index.d.ts +1 -0
- package/dist/shared/normalize-sdk-response.d.ts +1 -0
- package/dist/shared/runtime-fallback-retry-marker.d.ts +16 -0
- package/dist/shared/shell-env.d.ts +1 -1
- package/dist/skills/ast-grep/AGENTS.md +51 -0
- package/dist/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/dist/skills/coding-agent-sessions/SKILL.md +3 -2
- package/dist/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/dist/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/dist/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +1 -1
- package/dist/skills/frontend/SKILL.md +11 -7
- package/dist/skills/frontend/references/design/_INDEX.md +1 -0
- package/dist/skills/frontend/references/design/print-paged-media.md +76 -0
- package/dist/skills/frontend/references/design/stylegallery.md +80 -0
- package/dist/skills/frontend/references/designpowers/README.md +1 -1
- package/dist/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/dist/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/dist/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/dist/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/dist/skills/frontend/references/designpowers/routing.md +5 -5
- package/dist/skills/review-work/SKILL.md +3 -3
- package/dist/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/dist/skills/ultimate-browsing/SKILL.md +2 -0
- package/dist/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/dist/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/dist/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/dist/skills/{start-work → ulw-execute}/SKILL.md +9 -8
- package/dist/skills/ulw-plan/SKILL.md +6 -6
- package/dist/skills/ulw-plan/references/full-workflow.md +31 -7
- package/dist/skills/ulw-plan/references/intent-clear.md +2 -1
- package/dist/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/dist/skills/ulw-research/SKILL.md +1 -1
- package/dist/skills/visual-qa/AGENTS.md +58 -0
- package/dist/skills/visual-qa/SKILL.md +3 -2
- package/dist/tools/delegate-task/builtin-categories.d.ts +1 -0
- package/dist/tools/delegate-task/builtin-category-definition.d.ts +1 -0
- package/dist/tools/delegate-task/tool-description.d.ts +3 -1
- package/dist/tui.js +8824 -8906
- package/package.json +38 -35
- package/packages/git-bash-mcp/dist/cli.js +5 -1
- package/packages/git-bash-mcp/package.json +1 -1
- package/packages/lsp-core/src/lsp/client-diagnostics-concurrency.integration.test.ts +44 -0
- package/packages/lsp-core/src/lsp/client-diagnostics-freshness.integration.test.ts +0 -28
- package/packages/lsp-core/src/lsp/client-wrapper-outside-cwd.test.ts +78 -0
- package/packages/lsp-core/src/lsp/client-wrapper.test.ts +66 -13
- package/packages/lsp-core/src/lsp/client-wrapper.ts +70 -18
- package/packages/lsp-core/src/lsp/outside-context-workspace.ts +33 -0
- package/packages/lsp-core/src/lsp/workspace-edit-adversarial.test.ts +20 -1
- package/packages/lsp-core/src/lsp/workspace-markers.ts +1 -0
- package/packages/lsp-core/src/tools/diagnostics.ts +3 -3
- package/packages/lsp-core/src/tools/navigation.ts +4 -2
- package/packages/lsp-core/src/tools/rename.ts +4 -2
- package/packages/lsp-core/src/tools/symbols.ts +1 -1
- package/packages/lsp-daemon/dist/cli.js +246 -185
- package/packages/lsp-daemon/dist/client.js +222 -164
- package/packages/lsp-daemon/dist/ensure-daemon.js +1 -0
- package/packages/lsp-daemon/dist/index.js +236 -177
- package/packages/lsp-daemon/dist/version-reap.js +1 -1
- package/packages/lsp-tools-mcp/dist/cli.js +198 -136
- package/packages/lsp-tools-mcp/dist/lsp/manager.js +62 -92
- package/packages/lsp-tools-mcp/dist/mcp.js +200 -138
- package/packages/lsp-tools-mcp/dist/request-context.js +11 -12
- package/packages/lsp-tools-mcp/dist/tools.js +204 -146
- package/packages/omo-codex/THIRD-PARTY-NOTICES.md +4 -4
- package/packages/omo-codex/plugin/.codex-plugin/plugin.json +4 -4
- package/packages/omo-codex/plugin/AGENTS.md +47 -0
- package/packages/omo-codex/plugin/README.md +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/dist/cli.js +32 -31
- package/packages/omo-codex/plugin/components/bootstrap/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/package.json +1 -1
- package/packages/omo-codex/plugin/components/bootstrap/src/hook.ts +1 -0
- package/packages/omo-codex/plugin/components/codegraph/dist/cli.js +224 -81
- package/packages/omo-codex/plugin/components/codegraph/dist/serve.js +224 -82
- package/packages/omo-codex/plugin/components/codegraph/package.json +4 -4
- package/packages/omo-codex/plugin/components/codegraph/src/mcp-bridge.ts +1 -0
- package/packages/omo-codex/plugin/components/codegraph/src/session-start-hook-runtime.ts +1 -0
- package/packages/omo-codex/plugin/components/comment-checker/AGENTS.md +9 -0
- package/packages/omo-codex/plugin/components/comment-checker/biome.json +2 -2
- package/packages/omo-codex/plugin/components/comment-checker/dist/cli.js +2 -1
- package/packages/omo-codex/plugin/components/comment-checker/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/package.json +5 -5
- package/packages/omo-codex/plugin/components/comment-checker/src/apply-patch.ts +2 -8
- package/packages/omo-codex/plugin/components/comment-checker/src/core.ts +1 -2
- package/packages/omo-codex/plugin/components/comment-checker/src/request-extractor.ts +1 -1
- package/packages/omo-codex/plugin/components/comment-checker/src/runner.ts +1 -0
- package/packages/omo-codex/plugin/components/git-bash/AGENTS.md +1 -1
- package/packages/omo-codex/plugin/components/git-bash/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/git-bash/package.json +3 -4
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/biome.json +2 -2
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/cli.js +1 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/dist/codex-hook.js +1 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/package.json +5 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/src/codex-hook.ts +1 -5
- package/packages/omo-codex/plugin/components/lazycodex-executor-verify/test/codex-hook.test.ts +4 -21
- package/packages/omo-codex/plugin/components/lsp/AGENTS.md +30 -15
- package/packages/omo-codex/plugin/components/lsp/biome.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/dist/.omo-runtime-manifest.json +4 -4
- package/packages/omo-codex/plugin/components/lsp/dist/cli.js +217 -171
- package/packages/omo-codex/plugin/components/lsp/dist/daemon-cli-path.js +1 -1
- package/packages/omo-codex/plugin/components/lsp/hooks/hooks.json +2 -2
- package/packages/omo-codex/plugin/components/lsp/package.json +5 -5
- package/packages/omo-codex/plugin/components/lsp/src/cli.ts +1 -1
- package/packages/omo-codex/plugin/components/lsp/src/codex-hook.ts +1 -1
- package/packages/omo-codex/plugin/components/lsp/src/daemon-cli-path.ts +1 -5
- package/packages/omo-codex/plugin/components/lsp/test/codex-hook-unavailable.test.ts +6 -7
- package/packages/omo-codex/plugin/components/lsp/test/codex-hook.test.ts +1 -2
- package/packages/omo-codex/plugin/components/lsp/test/package-smoke.test.ts +11 -1
- package/packages/omo-codex/plugin/components/rules/AGENTS.md +12 -0
- package/packages/omo-codex/plugin/components/rules/biome.json +2 -2
- package/packages/omo-codex/plugin/components/rules/dist/cli.js +57 -42
- package/packages/omo-codex/plugin/components/rules/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/rules/package.json +7 -7
- package/packages/omo-codex/plugin/components/rules/src/config.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/src/persistent-cache.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/src/post-compact-budget.ts +6 -2
- package/packages/omo-codex/plugin/components/rules/src/rules-engine-factory.ts +1 -4
- package/packages/omo-codex/plugin/components/rules/src/static-injection.ts +4 -9
- package/packages/omo-codex/plugin/components/rules/test/bundled-rules-priority.test.ts +11 -16
- package/packages/omo-codex/plugin/components/rules/test/bundled-rules.test.ts +17 -25
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-budget.test.ts +9 -7
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-context.test.ts +0 -6
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-dedup.test.ts +6 -4
- package/packages/omo-codex/plugin/components/rules/test/codex-hook-post-compact-directive.test.ts +12 -9
- package/packages/omo-codex/plugin/components/rules/test/codex-hook.test.ts +28 -37
- package/packages/omo-codex/plugin/components/rules/test/dynamic-target-fingerprints.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/engine.test.ts +7 -4
- package/packages/omo-codex/plugin/components/rules/test/finder.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/formatter.test.ts +39 -72
- package/packages/omo-codex/plugin/components/rules/test/hephaestus-model-variant.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/hook-output.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/matcher.test.ts +2 -3
- package/packages/omo-codex/plugin/components/rules/test/package-smoke.test.ts +1 -1
- package/packages/omo-codex/plugin/components/rules/test/parser.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/post-compact-budget.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/rules-engine-consumption.test.ts +3 -6
- package/packages/omo-codex/plugin/components/rules/test/scanner.test.ts +1 -2
- package/packages/omo-codex/plugin/components/rules/test/sources.test.ts +2 -5
- package/packages/omo-codex/plugin/components/rules/test/windows-git-bash-bundled-rule.test.ts +2 -17
- package/packages/omo-codex/plugin/components/teammode/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/teammode/package.json +5 -5
- package/packages/omo-codex/plugin/components/teammode/test/thread-title-hook.test.ts +3 -9
- package/packages/omo-codex/plugin/components/telemetry/AGENTS.md +8 -0
- package/packages/omo-codex/plugin/components/telemetry/biome.json +2 -2
- package/packages/omo-codex/plugin/components/telemetry/dist/cli.js +2433 -422
- package/packages/omo-codex/plugin/components/telemetry/dist/posthog.js +2437 -426
- package/packages/omo-codex/plugin/components/telemetry/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/telemetry/package.json +5 -5
- package/packages/omo-codex/plugin/components/telemetry/src/codex-hook.ts +1 -4
- package/packages/omo-codex/plugin/components/telemetry/src/posthog.ts +4 -14
- package/packages/omo-codex/plugin/components/telemetry/src/product-identity.ts +1 -1
- package/packages/omo-codex/plugin/components/telemetry/test/diagnostics.test.ts +2 -5
- package/packages/omo-codex/plugin/components/ultrawork/AGENTS.md +5 -0
- package/packages/omo-codex/plugin/components/ultrawork/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ultrawork/directive.md +13 -1
- package/packages/omo-codex/plugin/components/ultrawork/hooks/hooks.json +1 -1
- package/packages/omo-codex/plugin/components/ultrawork/package.json +5 -5
- package/packages/omo-codex/plugin/components/ultrawork/skills/ultrawork/SKILL.md +13 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/SKILL.md +6 -6
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/omo-codex/plugin/components/ultrawork/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook-trigger-policy.test.ts +9 -1
- package/packages/omo-codex/plugin/components/ultrawork/test/codex-hook.test.ts +0 -136
- package/packages/omo-codex/plugin/components/ultrawork/test/skill-pointer.test.ts +0 -2
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/AGENTS.md +5 -4
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/NOTICE +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/README.md +5 -5
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/biome.json +2 -2
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/directive.md +6 -6
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/dist/cli.js +12 -12
- package/packages/omo-codex/plugin/components/ulw-execute-continuation/hooks/hooks.json +28 -0
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/package.json +12 -12
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/boulder-reader.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/cli.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/codex-hook.ts +3 -3
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/directive.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/index.ts +1 -1
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/boulder-reader.test.ts +3 -3
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/cli.test.ts +1 -4
- package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/codex-hook.test.ts +8 -22
- package/packages/omo-codex/plugin/components/ulw-loop/AGENTS.md +16 -0
- package/packages/omo-codex/plugin/components/ulw-loop/CHANGELOG.md +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/biome.json +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/directive.md +13 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/cli.js +2 -4
- package/packages/omo-codex/plugin/components/ulw-loop/dist/codex-goal-snapshot.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/paths.js +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/dist/stop-resume-hook.js +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/hooks/hooks.json +4 -4
- package/packages/omo-codex/plugin/components/ulw-loop/package.json +5 -5
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/SKILL.md +3 -2
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/define-goal.md +108 -0
- package/packages/omo-codex/plugin/components/ulw-loop/skills/ulw-loop/references/full-workflow.md +1 -0
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-goal-snapshot.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/codex-hook.ts +3 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/paths.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/src/stop-resume-hook.ts +3 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/checkpoint-continuation.test.ts +0 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/cli-create-goals.test.ts +25 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-instruction.test.ts +2 -2
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-goal-snapshot.test.ts +18 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/codex-hook.test.ts +0 -3
- package/packages/omo-codex/plugin/components/ulw-loop/test/package-smoke.test.ts +5 -37
- package/packages/omo-codex/plugin/components/ulw-loop/test/paths.test.ts +9 -0
- package/packages/omo-codex/plugin/components/ulw-loop/test/steering.test.ts +8 -5
- package/packages/omo-codex/plugin/components/ulw-loop/test/stop-resume-hook.test.ts +1 -1
- package/packages/omo-codex/plugin/components/ulw-loop/test/ultrawork-directive.test.ts +4 -5
- package/packages/omo-codex/plugin/components/ulw-loop/vitest.config.ts +1 -0
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-git-bash-mcp-reminder.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-lsp-diagnostics-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-compact-resetting-project-rule-cache.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-codegraph-init-guidance.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-comments.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-lsp-diagnostics.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-checking-thread-title-hygiene.json +1 -1
- package/packages/omo-codex/plugin/hooks/post-tool-use-matching-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-enforcing-unlimited-goal-budget.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-guarding-ulw-loop-spawns.json +1 -1
- package/packages/omo-codex/plugin/hooks/pre-tool-use-recommending-git-bash-mcp.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-auto-update.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-bootstrap-provisioning.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-checking-codegraph-bootstrap.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/hooks/session-start-recording-session-telemetry.json +1 -1
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-execute-continuation.json +17 -0
- package/packages/omo-codex/plugin/hooks/stop-checking-ulw-loop-resume.json +1 -1
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-ulw-execute-continuation.json +17 -0
- package/packages/omo-codex/plugin/hooks/subagent-stop-verifying-lazycodex-executor-evidence.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ultrawork-trigger.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-checking-ulw-loop-steering.json +1 -1
- package/packages/omo-codex/plugin/hooks/user-prompt-submit-loading-project-rules.json +1 -1
- package/packages/omo-codex/plugin/package-lock.json +681 -395
- package/packages/omo-codex/plugin/package.json +2 -2
- package/packages/omo-codex/plugin/scripts/AGENTS.md +40 -0
- package/packages/omo-codex/plugin/scripts/auto-update-plan.mjs +1 -1
- package/packages/omo-codex/plugin/scripts/sync-skills.mjs +11 -11
- package/packages/omo-codex/plugin/shared/package.json +3 -4
- package/packages/omo-codex/plugin/skills/ast-grep/AGENTS.md +51 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/SKILL.md +3 -2
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/packages/omo-codex/plugin/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +1 -1
- package/packages/omo-codex/plugin/skills/frontend/SKILL.md +11 -7
- package/packages/omo-codex/plugin/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/omo-codex/plugin/skills/frontend/references/design/stylegallery.md +80 -0
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/README.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/packages/omo-codex/plugin/skills/frontend/references/designpowers/routing.md +5 -5
- package/packages/omo-codex/plugin/skills/review-work/SKILL.md +4 -4
- package/packages/omo-codex/plugin/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/packages/omo-codex/plugin/skills/ultimate-browsing/SKILL.md +2 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/packages/omo-codex/plugin/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/omo-codex/plugin/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/packages/omo-codex/plugin/skills/ultrawork/SKILL.md +13 -1
- package/packages/omo-codex/plugin/skills/{start-work → ulw-execute}/SKILL.md +12 -11
- package/packages/omo-codex/plugin/skills/ulw-execute/agents/openai.yaml +2 -0
- package/packages/omo-codex/plugin/skills/ulw-loop/SKILL.md +3 -2
- package/packages/omo-codex/plugin/skills/ulw-loop/references/define-goal.md +108 -0
- package/packages/omo-codex/plugin/skills/ulw-loop/references/full-workflow.md +1 -0
- package/packages/omo-codex/plugin/skills/ulw-plan/SKILL.md +6 -6
- package/packages/omo-codex/plugin/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/omo-codex/plugin/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/packages/omo-codex/plugin/skills/ulw-research/SKILL.md +1 -1
- package/packages/omo-codex/plugin/skills/visual-qa/AGENTS.md +58 -0
- package/packages/omo-codex/plugin/skills/visual-qa/SKILL.md +3 -2
- package/packages/omo-codex/plugin/test/AGENTS.md +47 -0
- package/packages/omo-codex/plugin/test/aggregate-agents.test.mjs +19 -173
- package/packages/omo-codex/plugin/test/aggregate-hooks.test.mjs +8 -28
- package/packages/omo-codex/plugin/test/aggregate-manifest.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/aggregate-plugin-fixture.mjs +175 -13
- package/packages/omo-codex/plugin/test/aggregate.test.mjs +78 -2
- package/packages/omo-codex/plugin/test/auto-update-release-notes.test.mjs +19 -33
- package/packages/omo-codex/plugin/test/component-bin-names.test.mjs +2 -2
- package/packages/omo-codex/plugin/test/component-bundled-cli.test.mjs +1 -1
- package/packages/omo-codex/plugin/test/component-hook-contract-cases.mjs +2 -2
- package/packages/omo-codex/plugin/test/hook-status-message.test.mjs +4 -4
- package/packages/omo-codex/plugin/test/lcx-contribute-bug-fix-template.test.mjs +21 -27
- package/packages/omo-codex/plugin/test/scaffold-plan.test.mjs +0 -36
- package/packages/omo-codex/plugin/test/sync-skills-codex-compatibility.test.mjs +101 -0
- package/packages/omo-codex/plugin/test/sync-skills-test-support.mjs +12 -12
- package/packages/omo-codex/plugin/test/sync-skills.test.mjs +1 -119
- package/packages/omo-codex/plugin/test/teammode-archive-ambiguity.test.mjs +0 -40
- package/packages/omo-codex/plugin/test/teammode-communication.test.mjs +6 -62
- package/packages/omo-codex/plugin/test/teammode-thread-links.test.mjs +3 -36
- package/packages/omo-codex/plugin/test/teammode-transport.test.mjs +0 -44
- package/packages/omo-codex/plugin/test/teammode-worktree.test.mjs +2 -6
- package/packages/omo-codex/plugin/test/ultrawork-skill-pointer.test.mjs +0 -3
- package/packages/omo-codex/plugin/test/ulw-plan-review-state-contract.test.mjs +0 -3
- package/packages/omo-codex/scripts/AGENTS.md +36 -0
- package/packages/omo-codex/scripts/install-dist/install-local.mjs +2601 -528
- package/packages/omo-codex/scripts/install-lazycodex-version-stamp.test.mjs +7 -2
- package/packages/shared-skills/skills/ast-grep/AGENTS.md +51 -0
- package/packages/shared-skills/skills/coding-agent-sessions/AGENTS.md +62 -0
- package/packages/shared-skills/skills/coding-agent-sessions/SKILL.md +3 -2
- package/packages/shared-skills/skills/coding-agent-sessions/references/all-platforms.md +1 -1
- package/packages/shared-skills/skills/coding-agent-sessions/references/senpi.md +4 -4
- package/packages/shared-skills/skills/coding-agent-sessions/scripts/agent_sessions/pi_family.py +1 -1
- package/packages/shared-skills/skills/frontend/SKILL.md +11 -7
- package/packages/shared-skills/skills/frontend/references/design/_INDEX.md +1 -0
- package/packages/shared-skills/skills/frontend/references/design/print-paged-media.md +76 -0
- package/packages/shared-skills/skills/frontend/references/design/stylegallery.md +80 -0
- package/packages/shared-skills/skills/frontend/references/designpowers/README.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-a-direction.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-b-execution.md +11 -11
- package/packages/shared-skills/skills/frontend/references/designpowers/lane-d-memory.md +3 -3
- package/packages/shared-skills/skills/frontend/references/designpowers/orchestration.md +1 -1
- package/packages/shared-skills/skills/frontend/references/designpowers/routing.md +5 -5
- package/packages/shared-skills/skills/review-work/SKILL.md +3 -3
- package/packages/shared-skills/skills/ultimate-browsing/ATTRIBUTION.md +37 -10
- package/packages/shared-skills/skills/ultimate-browsing/SKILL.md +2 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/AGENTS.md +179 -0
- package/packages/shared-skills/skills/ultimate-browsing/engine/templates/package.json +1 -1
- package/packages/shared-skills/skills/ultimate-browsing/references/chrome-stealth.md +13 -11
- package/packages/shared-skills/skills/{start-work → ulw-execute}/SKILL.md +9 -8
- package/packages/shared-skills/skills/ulw-plan/SKILL.md +6 -6
- package/packages/shared-skills/skills/ulw-plan/references/full-workflow.md +31 -7
- package/packages/shared-skills/skills/ulw-plan/references/intent-clear.md +2 -1
- package/packages/shared-skills/skills/ulw-plan/references/intent-unclear.md +5 -5
- package/packages/shared-skills/skills/ulw-research/SKILL.md +1 -1
- package/packages/shared-skills/skills/visual-qa/AGENTS.md +58 -0
- package/packages/shared-skills/skills/visual-qa/SKILL.md +3 -2
- package/script/qa/web-terminal-visual-qa.mjs +2 -0
- package/script/qa/xterm-live-terminal.mjs +18 -2
- package/dist/config/schema/start-work.d.ts +0 -5
- package/dist/features/builtin-commands/templates/start-work.d.ts +0 -1
- package/dist/hooks/start-work/start-work-hook.d.ts +0 -23
- package/dist/plugin/chat-message/start-work-message.d.ts +0 -5
- package/dist/tools/call-omo-agent/background-agent-executor.d.ts +0 -5
- package/packages/omo-codex/plugin/components/start-work-continuation/hooks/hooks.json +0 -28
- package/packages/omo-codex/plugin/hooks/stop-checking-start-work-continuation.json +0 -17
- package/packages/omo-codex/plugin/hooks/subagent-stop-checking-start-work-continuation.json +0 -17
- package/packages/omo-codex/plugin/skills/start-work/agents/openai.yaml +0 -2
- package/packages/omo-codex/plugin/test/aggregate-skills.test.mjs +0 -92
- package/packages/omo-codex/plugin/test/sync-skills-orchestration.test.mjs +0 -314
- package/packages/omo-codex/plugin/test/ulw-plan-scope-contract.test.mjs +0 -24
- /package/dist/hooks/{start-work → ulw-execute}/context-info-formatters.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/explicit-plan-context.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/notepad-scaffold.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/parse-user-request.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/plan-discovery-context.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/plan-selection.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/session-plan-affinity.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/work-initializer.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/worktree-block.d.ts +0 -0
- /package/dist/hooks/{start-work → ulw-execute}/worktree-detector.d.ts +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/.gitattributes +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/CHANGELOG.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/LICENSE +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/plan-checklist.ts +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/src/types.ts +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-completed.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-mixed-platforms.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/boulder-single-codex-work.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-all-done.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-scaffold.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-nested-checkboxes.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/test/fixtures/plan-with-unchecked.md +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.build.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/tsconfig.json +0 -0
- /package/packages/omo-codex/plugin/components/{start-work-continuation → ulw-execute-continuation}/vitest.config.ts +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.21",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@sisyphuslabs/omo-codex-plugin",
|
|
9
|
-
"version": "5.0.0-beta.
|
|
9
|
+
"version": "5.0.0-beta.21",
|
|
10
10
|
"workspaces": [
|
|
11
11
|
"components/codegraph",
|
|
12
12
|
"components/comment-checker",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"components/lsp",
|
|
17
17
|
"components/telemetry",
|
|
18
18
|
"components/teammode",
|
|
19
|
-
"components/
|
|
19
|
+
"components/ulw-execute-continuation",
|
|
20
20
|
"components/ulw-loop",
|
|
21
21
|
"components/ultrawork"
|
|
22
22
|
],
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"dev": true,
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@oh-my-opencode/utils": "workspace:*",
|
|
76
|
-
"picomatch": "^4.0.
|
|
76
|
+
"picomatch": "^4.0.7"
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"../../shared-skills": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"dev": true,
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@oh-my-opencode/utils": "workspace:*",
|
|
89
|
-
"posthog-node": "^5.
|
|
89
|
+
"posthog-node": "^5.51.1"
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
92
|
"../../utils": {
|
|
@@ -95,21 +95,21 @@
|
|
|
95
95
|
"dev": true,
|
|
96
96
|
"dependencies": {
|
|
97
97
|
"@oh-my-opencode/omo-config-core": "workspace:*",
|
|
98
|
-
"js-yaml": "^
|
|
98
|
+
"js-yaml": "^5.0.0",
|
|
99
99
|
"jsonc-parser": "^3.3.1"
|
|
100
100
|
}
|
|
101
101
|
},
|
|
102
102
|
"components/codegraph": {
|
|
103
103
|
"name": "@sisyphuslabs/codex-codegraph",
|
|
104
|
-
"version": "5.0.0-beta.
|
|
104
|
+
"version": "5.0.0-beta.21",
|
|
105
105
|
"bin": {
|
|
106
106
|
"omo-codegraph": "dist/cli.js"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
109
|
"@oh-my-opencode/utils": "file:../../../../utils",
|
|
110
|
-
"@types/node": "^
|
|
111
|
-
"bun-types": "^1.
|
|
112
|
-
"typescript": "^
|
|
110
|
+
"@types/node": "^26.2.0",
|
|
111
|
+
"bun-types": "^1.4.0",
|
|
112
|
+
"typescript": "^7.0.2"
|
|
113
113
|
},
|
|
114
114
|
"engines": {
|
|
115
115
|
"node": ">=20.0.0"
|
|
@@ -120,17 +120,17 @@
|
|
|
120
120
|
},
|
|
121
121
|
"components/comment-checker": {
|
|
122
122
|
"name": "@code-yeongyu/codex-comment-checker",
|
|
123
|
-
"version": "5.0.0-beta.
|
|
123
|
+
"version": "5.0.0-beta.21",
|
|
124
124
|
"license": "MIT",
|
|
125
125
|
"bin": {
|
|
126
126
|
"omo-comment-checker": "dist/cli.js"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@biomejs/biome": "2.
|
|
129
|
+
"@biomejs/biome": "2.5.9",
|
|
130
130
|
"@oh-my-opencode/comment-checker-core": "file:../../../../comment-checker-core",
|
|
131
|
-
"@types/node": "^
|
|
132
|
-
"typescript": "^
|
|
133
|
-
"vitest": "^4.1.
|
|
131
|
+
"@types/node": "^26.2.0",
|
|
132
|
+
"typescript": "^7.0.2",
|
|
133
|
+
"vitest": "^4.1.11"
|
|
134
134
|
},
|
|
135
135
|
"engines": {
|
|
136
136
|
"node": ">=20.0.0"
|
|
@@ -141,14 +141,13 @@
|
|
|
141
141
|
},
|
|
142
142
|
"components/git-bash": {
|
|
143
143
|
"name": "@sisyphuslabs/codex-git-bash-hook",
|
|
144
|
-
"version": "5.0.0-beta.
|
|
144
|
+
"version": "5.0.0-beta.21",
|
|
145
145
|
"bin": {
|
|
146
146
|
"omo-git-bash-hook": "dist/cli.js"
|
|
147
147
|
},
|
|
148
148
|
"devDependencies": {
|
|
149
|
-
"@
|
|
150
|
-
"
|
|
151
|
-
"typescript": "^6.0.3"
|
|
149
|
+
"@types/node": "^26.2.0",
|
|
150
|
+
"typescript": "^7.0.2"
|
|
152
151
|
},
|
|
153
152
|
"engines": {
|
|
154
153
|
"node": ">=20.0.0"
|
|
@@ -156,16 +155,16 @@
|
|
|
156
155
|
},
|
|
157
156
|
"components/lazycodex-executor-verify": {
|
|
158
157
|
"name": "@code-yeongyu/codex-lazycodex-executor-verify",
|
|
159
|
-
"version": "5.0.0-beta.
|
|
158
|
+
"version": "5.0.0-beta.21",
|
|
160
159
|
"license": "MIT",
|
|
161
160
|
"bin": {
|
|
162
161
|
"lazycodex-executor-verify": "dist/cli.js"
|
|
163
162
|
},
|
|
164
163
|
"devDependencies": {
|
|
165
|
-
"@biomejs/biome": "2.
|
|
166
|
-
"@types/node": "^
|
|
167
|
-
"typescript": "^
|
|
168
|
-
"vitest": "^4.1.
|
|
164
|
+
"@biomejs/biome": "2.5.9",
|
|
165
|
+
"@types/node": "^26.2.0",
|
|
166
|
+
"typescript": "^7.0.2",
|
|
167
|
+
"vitest": "^4.1.11"
|
|
169
168
|
},
|
|
170
169
|
"engines": {
|
|
171
170
|
"node": ">=20.0.0"
|
|
@@ -173,7 +172,7 @@
|
|
|
173
172
|
},
|
|
174
173
|
"components/lsp": {
|
|
175
174
|
"name": "@code-yeongyu/codex-lsp",
|
|
176
|
-
"version": "5.0.0-beta.
|
|
175
|
+
"version": "5.0.0-beta.21",
|
|
177
176
|
"license": "MIT",
|
|
178
177
|
"dependencies": {
|
|
179
178
|
"@code-yeongyu/lsp-daemon": "file:../../../../lsp-daemon",
|
|
@@ -183,10 +182,10 @@
|
|
|
183
182
|
"omo-lsp": "dist/cli.js"
|
|
184
183
|
},
|
|
185
184
|
"devDependencies": {
|
|
186
|
-
"@biomejs/biome": "2.
|
|
187
|
-
"@types/node": "^
|
|
188
|
-
"typescript": "^
|
|
189
|
-
"vitest": "^4.1.
|
|
185
|
+
"@biomejs/biome": "2.5.9",
|
|
186
|
+
"@types/node": "^26.2.0",
|
|
187
|
+
"typescript": "^7.0.2",
|
|
188
|
+
"vitest": "^4.1.11"
|
|
190
189
|
},
|
|
191
190
|
"engines": {
|
|
192
191
|
"node": ">=20.0.0"
|
|
@@ -194,38 +193,21 @@
|
|
|
194
193
|
},
|
|
195
194
|
"components/rules": {
|
|
196
195
|
"name": "@code-yeongyu/codex-rules",
|
|
197
|
-
"version": "5.0.0-beta.
|
|
196
|
+
"version": "5.0.0-beta.21",
|
|
198
197
|
"license": "MIT",
|
|
199
198
|
"dependencies": {
|
|
200
|
-
"picomatch": "^4.0.
|
|
199
|
+
"picomatch": "^4.0.7"
|
|
201
200
|
},
|
|
202
201
|
"bin": {
|
|
203
202
|
"omo-rules": "dist/cli.js"
|
|
204
203
|
},
|
|
205
204
|
"devDependencies": {
|
|
206
|
-
"@biomejs/biome": "2.
|
|
205
|
+
"@biomejs/biome": "2.5.9",
|
|
207
206
|
"@oh-my-opencode/rules-engine": "file:../../../../rules-engine",
|
|
208
|
-
"@types/node": "^
|
|
209
|
-
"@types/picomatch": "^4.0.
|
|
210
|
-
"typescript": "^
|
|
211
|
-
"vitest": "^4.1.
|
|
212
|
-
},
|
|
213
|
-
"engines": {
|
|
214
|
-
"node": ">=20.0.0"
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
"components/start-work-continuation": {
|
|
218
|
-
"name": "@code-yeongyu/codex-start-work-continuation",
|
|
219
|
-
"version": "5.0.0-beta.2",
|
|
220
|
-
"license": "MIT",
|
|
221
|
-
"bin": {
|
|
222
|
-
"omo-start-work-continuation": "dist/cli.js"
|
|
223
|
-
},
|
|
224
|
-
"devDependencies": {
|
|
225
|
-
"@biomejs/biome": "2.4.16",
|
|
226
|
-
"@types/node": "^25.9.3",
|
|
227
|
-
"typescript": "^6.0.3",
|
|
228
|
-
"vitest": "^4.1.8"
|
|
207
|
+
"@types/node": "^26.2.0",
|
|
208
|
+
"@types/picomatch": "^4.0.3",
|
|
209
|
+
"typescript": "^7.0.2",
|
|
210
|
+
"vitest": "^4.1.11"
|
|
229
211
|
},
|
|
230
212
|
"engines": {
|
|
231
213
|
"node": ">=20.0.0"
|
|
@@ -233,12 +215,12 @@
|
|
|
233
215
|
},
|
|
234
216
|
"components/teammode": {
|
|
235
217
|
"name": "@sisyphuslabs/codex-teammode",
|
|
236
|
-
"version": "5.0.0-beta.
|
|
218
|
+
"version": "5.0.0-beta.21",
|
|
237
219
|
"devDependencies": {
|
|
238
|
-
"@types/node": "^
|
|
239
|
-
"bun-types": "^1.
|
|
240
|
-
"typescript": "^
|
|
241
|
-
"vitest": "^4.1.
|
|
220
|
+
"@types/node": "^26.2.0",
|
|
221
|
+
"bun-types": "^1.4.0",
|
|
222
|
+
"typescript": "^7.0.2",
|
|
223
|
+
"vitest": "^4.1.11"
|
|
242
224
|
},
|
|
243
225
|
"engines": {
|
|
244
226
|
"node": ">=20.0.0"
|
|
@@ -246,17 +228,17 @@
|
|
|
246
228
|
},
|
|
247
229
|
"components/telemetry": {
|
|
248
230
|
"name": "@code-yeongyu/codex-telemetry",
|
|
249
|
-
"version": "5.0.0-beta.
|
|
231
|
+
"version": "5.0.0-beta.21",
|
|
250
232
|
"license": "MIT",
|
|
251
233
|
"bin": {
|
|
252
234
|
"omo-telemetry": "dist/cli.js"
|
|
253
235
|
},
|
|
254
236
|
"devDependencies": {
|
|
255
|
-
"@biomejs/biome": "2.
|
|
237
|
+
"@biomejs/biome": "2.5.9",
|
|
256
238
|
"@oh-my-opencode/telemetry-core": "file:../../../../telemetry-core",
|
|
257
|
-
"@types/node": "^
|
|
258
|
-
"typescript": "^
|
|
259
|
-
"vitest": "^4.1.
|
|
239
|
+
"@types/node": "^26.2.0",
|
|
240
|
+
"typescript": "^7.0.2",
|
|
241
|
+
"vitest": "^4.1.11"
|
|
260
242
|
},
|
|
261
243
|
"engines": {
|
|
262
244
|
"node": ">=20.0.0"
|
|
@@ -264,17 +246,34 @@
|
|
|
264
246
|
},
|
|
265
247
|
"components/ultrawork": {
|
|
266
248
|
"name": "@code-yeongyu/codex-ultrawork",
|
|
267
|
-
"version": "5.0.0-beta.
|
|
249
|
+
"version": "5.0.0-beta.21",
|
|
268
250
|
"license": "MIT",
|
|
269
251
|
"bin": {
|
|
270
252
|
"omo-ultrawork": "dist/cli.js"
|
|
271
253
|
},
|
|
272
254
|
"devDependencies": {
|
|
273
|
-
"@biomejs/biome": "2.
|
|
255
|
+
"@biomejs/biome": "2.5.9",
|
|
274
256
|
"@oh-my-opencode/prompts-core": "file:../../../../prompts-core",
|
|
275
|
-
"@types/node": "^
|
|
276
|
-
"typescript": "^
|
|
277
|
-
"vitest": "^4.1.
|
|
257
|
+
"@types/node": "^26.2.0",
|
|
258
|
+
"typescript": "^7.0.2",
|
|
259
|
+
"vitest": "^4.1.11"
|
|
260
|
+
},
|
|
261
|
+
"engines": {
|
|
262
|
+
"node": ">=20.0.0"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"components/ulw-execute-continuation": {
|
|
266
|
+
"name": "@code-yeongyu/codex-ulw-execute-continuation",
|
|
267
|
+
"version": "5.0.0-beta.21",
|
|
268
|
+
"license": "MIT",
|
|
269
|
+
"bin": {
|
|
270
|
+
"omo-ulw-execute-continuation": "dist/cli.js"
|
|
271
|
+
},
|
|
272
|
+
"devDependencies": {
|
|
273
|
+
"@biomejs/biome": "2.5.9",
|
|
274
|
+
"@types/node": "^26.2.0",
|
|
275
|
+
"typescript": "^7.0.2",
|
|
276
|
+
"vitest": "^4.1.11"
|
|
278
277
|
},
|
|
279
278
|
"engines": {
|
|
280
279
|
"node": ">=20.0.0"
|
|
@@ -282,7 +281,7 @@
|
|
|
282
281
|
},
|
|
283
282
|
"components/ulw-loop": {
|
|
284
283
|
"name": "@code-yeongyu/codex-ulw-loop",
|
|
285
|
-
"version": "5.0.0-beta.
|
|
284
|
+
"version": "5.0.0-beta.21",
|
|
286
285
|
"license": "MIT",
|
|
287
286
|
"bin": {
|
|
288
287
|
"omo-ulw-loop": "dist/cli.js",
|
|
@@ -290,19 +289,19 @@
|
|
|
290
289
|
"ulw-loop": "dist/cli.js"
|
|
291
290
|
},
|
|
292
291
|
"devDependencies": {
|
|
293
|
-
"@biomejs/biome": "2.
|
|
294
|
-
"@types/node": "^
|
|
295
|
-
"typescript": "^
|
|
296
|
-
"vitest": "^4.1.
|
|
292
|
+
"@biomejs/biome": "2.5.9",
|
|
293
|
+
"@types/node": "^26.2.0",
|
|
294
|
+
"typescript": "^7.0.2",
|
|
295
|
+
"vitest": "^4.1.11"
|
|
297
296
|
},
|
|
298
297
|
"engines": {
|
|
299
298
|
"node": ">=20.0.0"
|
|
300
299
|
}
|
|
301
300
|
},
|
|
302
301
|
"node_modules/@biomejs/biome": {
|
|
303
|
-
"version": "2.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.
|
|
305
|
-
"integrity": "sha512-
|
|
302
|
+
"version": "2.5.9",
|
|
303
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.9.tgz",
|
|
304
|
+
"integrity": "sha512-KkgCvdHB4IhtpHpF564plA9jo6fDOwWGQ/3jvreLzgOtRLEDoPqr7QO9qejNA8jKwDsSkAKr77hqBHnyUbIw4g==",
|
|
306
305
|
"dev": true,
|
|
307
306
|
"license": "MIT OR Apache-2.0",
|
|
308
307
|
"bin": {
|
|
@@ -316,20 +315,20 @@
|
|
|
316
315
|
"url": "https://opencollective.com/biome"
|
|
317
316
|
},
|
|
318
317
|
"optionalDependencies": {
|
|
319
|
-
"@biomejs/cli-darwin-arm64": "2.
|
|
320
|
-
"@biomejs/cli-darwin-x64": "2.
|
|
321
|
-
"@biomejs/cli-linux-arm64": "2.
|
|
322
|
-
"@biomejs/cli-linux-arm64-musl": "2.
|
|
323
|
-
"@biomejs/cli-linux-x64": "2.
|
|
324
|
-
"@biomejs/cli-linux-x64-musl": "2.
|
|
325
|
-
"@biomejs/cli-win32-arm64": "2.
|
|
326
|
-
"@biomejs/cli-win32-x64": "2.
|
|
318
|
+
"@biomejs/cli-darwin-arm64": "2.5.9",
|
|
319
|
+
"@biomejs/cli-darwin-x64": "2.5.9",
|
|
320
|
+
"@biomejs/cli-linux-arm64": "2.5.9",
|
|
321
|
+
"@biomejs/cli-linux-arm64-musl": "2.5.9",
|
|
322
|
+
"@biomejs/cli-linux-x64": "2.5.9",
|
|
323
|
+
"@biomejs/cli-linux-x64-musl": "2.5.9",
|
|
324
|
+
"@biomejs/cli-win32-arm64": "2.5.9",
|
|
325
|
+
"@biomejs/cli-win32-x64": "2.5.9"
|
|
327
326
|
}
|
|
328
327
|
},
|
|
329
328
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
330
|
-
"version": "2.
|
|
331
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.
|
|
332
|
-
"integrity": "sha512-
|
|
329
|
+
"version": "2.5.9",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.9.tgz",
|
|
331
|
+
"integrity": "sha512-am22pX2aBqznqq1eMyIj/bZ++riF3Lk6ct7cbv+gQK0csFhr+d8O0RkOi2FF2qSgFgANbqNkIZ0/PxlnW2pLFg==",
|
|
333
332
|
"cpu": [
|
|
334
333
|
"arm64"
|
|
335
334
|
],
|
|
@@ -344,9 +343,9 @@
|
|
|
344
343
|
}
|
|
345
344
|
},
|
|
346
345
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
347
|
-
"version": "2.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.
|
|
349
|
-
"integrity": "sha512-
|
|
346
|
+
"version": "2.5.9",
|
|
347
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.9.tgz",
|
|
348
|
+
"integrity": "sha512-l44KWDHLDvEnD0N/XcrVs7VXb3A18xL7QS3WB0eL93wbmk529ffIG55vleGCqaunpRUjLrdnjK05Qki1dsjylg==",
|
|
350
349
|
"cpu": [
|
|
351
350
|
"x64"
|
|
352
351
|
],
|
|
@@ -361,9 +360,9 @@
|
|
|
361
360
|
}
|
|
362
361
|
},
|
|
363
362
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
364
|
-
"version": "2.
|
|
365
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.
|
|
366
|
-
"integrity": "sha512-
|
|
363
|
+
"version": "2.5.9",
|
|
364
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.9.tgz",
|
|
365
|
+
"integrity": "sha512-ICaK+IYaVZvKbBxX2rwrPT0DdUDMnE9Vm3nQGe+mltQPmUg19pONzkPWGdY4FCsoreDETWDynvdt4ysCbF5gNQ==",
|
|
367
366
|
"cpu": [
|
|
368
367
|
"arm64"
|
|
369
368
|
],
|
|
@@ -378,9 +377,9 @@
|
|
|
378
377
|
}
|
|
379
378
|
},
|
|
380
379
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
381
|
-
"version": "2.
|
|
382
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.
|
|
383
|
-
"integrity": "sha512-
|
|
380
|
+
"version": "2.5.9",
|
|
381
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.9.tgz",
|
|
382
|
+
"integrity": "sha512-7ImVPwBLCtkmpR5esd8RHhTqW94f0JLJQum6AneYcy94jRm18TaPPm7slaigGzFhfgt3QiD1Vj52LKmBAnKizA==",
|
|
384
383
|
"cpu": [
|
|
385
384
|
"arm64"
|
|
386
385
|
],
|
|
@@ -395,9 +394,9 @@
|
|
|
395
394
|
}
|
|
396
395
|
},
|
|
397
396
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
398
|
-
"version": "2.
|
|
399
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.
|
|
400
|
-
"integrity": "sha512-
|
|
397
|
+
"version": "2.5.9",
|
|
398
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.9.tgz",
|
|
399
|
+
"integrity": "sha512-z22Q/zFYSvbIJfW1CbfZPu4X8PddS6Qd2ORbc6h+aT6EcwAxUF3m6fA4HjNvA3TU4X0dTJRwNPB165ES3PJXzg==",
|
|
401
400
|
"cpu": [
|
|
402
401
|
"x64"
|
|
403
402
|
],
|
|
@@ -412,9 +411,9 @@
|
|
|
412
411
|
}
|
|
413
412
|
},
|
|
414
413
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
415
|
-
"version": "2.
|
|
416
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.
|
|
417
|
-
"integrity": "sha512-
|
|
414
|
+
"version": "2.5.9",
|
|
415
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.9.tgz",
|
|
416
|
+
"integrity": "sha512-RXGaD0o1/pTTguYw1aeDJh9ad6Lfrui0fI7mBderTyGr7WuUJkBIttgLkR3XJyoxOkkgfBDspaUT8wXArTqLZw==",
|
|
418
417
|
"cpu": [
|
|
419
418
|
"x64"
|
|
420
419
|
],
|
|
@@ -429,9 +428,9 @@
|
|
|
429
428
|
}
|
|
430
429
|
},
|
|
431
430
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
432
|
-
"version": "2.
|
|
433
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.
|
|
434
|
-
"integrity": "sha512-
|
|
431
|
+
"version": "2.5.9",
|
|
432
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.9.tgz",
|
|
433
|
+
"integrity": "sha512-nHK+/HHC+D0ogAHUxomgoSTdjImb6fmNNVTKmf0tyu4eDL1DqPKIHc+i+UL8+b0RnAu8224qo8F2tCVnaT0A3w==",
|
|
435
434
|
"cpu": [
|
|
436
435
|
"arm64"
|
|
437
436
|
],
|
|
@@ -446,9 +445,9 @@
|
|
|
446
445
|
}
|
|
447
446
|
},
|
|
448
447
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
449
|
-
"version": "2.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.
|
|
451
|
-
"integrity": "sha512-
|
|
448
|
+
"version": "2.5.9",
|
|
449
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.9.tgz",
|
|
450
|
+
"integrity": "sha512-Yiq0H56LjXSSw/hd9YkXgSLQfzyDJzbzU2TezozxyNw+uKWAqOtqGVvBfzKRRDiaFF5avGAhHdWKx7LtDOShUw==",
|
|
452
451
|
"cpu": [
|
|
453
452
|
"x64"
|
|
454
453
|
],
|
|
@@ -478,10 +477,6 @@
|
|
|
478
477
|
"resolved": "components/rules",
|
|
479
478
|
"link": true
|
|
480
479
|
},
|
|
481
|
-
"node_modules/@code-yeongyu/codex-start-work-continuation": {
|
|
482
|
-
"resolved": "components/start-work-continuation",
|
|
483
|
-
"link": true
|
|
484
|
-
},
|
|
485
480
|
"node_modules/@code-yeongyu/codex-telemetry": {
|
|
486
481
|
"resolved": "components/telemetry",
|
|
487
482
|
"link": true
|
|
@@ -490,6 +485,10 @@
|
|
|
490
485
|
"resolved": "components/ultrawork",
|
|
491
486
|
"link": true
|
|
492
487
|
},
|
|
488
|
+
"node_modules/@code-yeongyu/codex-ulw-execute-continuation": {
|
|
489
|
+
"resolved": "components/ulw-execute-continuation",
|
|
490
|
+
"link": true
|
|
491
|
+
},
|
|
493
492
|
"node_modules/@code-yeongyu/codex-ulw-loop": {
|
|
494
493
|
"resolved": "components/ulw-loop",
|
|
495
494
|
"link": true
|
|
@@ -608,40 +607,6 @@
|
|
|
608
607
|
"win32"
|
|
609
608
|
]
|
|
610
609
|
},
|
|
611
|
-
"node_modules/@emnapi/core": {
|
|
612
|
-
"version": "1.10.0",
|
|
613
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
|
614
|
-
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
|
615
|
-
"dev": true,
|
|
616
|
-
"license": "MIT",
|
|
617
|
-
"optional": true,
|
|
618
|
-
"dependencies": {
|
|
619
|
-
"@emnapi/wasi-threads": "1.2.1",
|
|
620
|
-
"tslib": "^2.4.0"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"node_modules/@emnapi/runtime": {
|
|
624
|
-
"version": "1.10.0",
|
|
625
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
626
|
-
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
627
|
-
"dev": true,
|
|
628
|
-
"license": "MIT",
|
|
629
|
-
"optional": true,
|
|
630
|
-
"dependencies": {
|
|
631
|
-
"tslib": "^2.4.0"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
|
-
"node_modules/@emnapi/wasi-threads": {
|
|
635
|
-
"version": "1.2.1",
|
|
636
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
|
637
|
-
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
|
638
|
-
"dev": true,
|
|
639
|
-
"license": "MIT",
|
|
640
|
-
"optional": true,
|
|
641
|
-
"dependencies": {
|
|
642
|
-
"tslib": "^2.4.0"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
610
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
646
611
|
"version": "1.5.5",
|
|
647
612
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
@@ -649,25 +614,6 @@
|
|
|
649
614
|
"dev": true,
|
|
650
615
|
"license": "MIT"
|
|
651
616
|
},
|
|
652
|
-
"node_modules/@napi-rs/wasm-runtime": {
|
|
653
|
-
"version": "1.1.5",
|
|
654
|
-
"resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.5.tgz",
|
|
655
|
-
"integrity": "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q==",
|
|
656
|
-
"dev": true,
|
|
657
|
-
"license": "MIT",
|
|
658
|
-
"optional": true,
|
|
659
|
-
"dependencies": {
|
|
660
|
-
"@tybys/wasm-util": "^0.10.2"
|
|
661
|
-
},
|
|
662
|
-
"funding": {
|
|
663
|
-
"type": "github",
|
|
664
|
-
"url": "https://github.com/sponsors/Brooooooklyn"
|
|
665
|
-
},
|
|
666
|
-
"peerDependencies": {
|
|
667
|
-
"@emnapi/core": "^1.7.1",
|
|
668
|
-
"@emnapi/runtime": "^1.7.1"
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
617
|
"node_modules/@oh-my-opencode/comment-checker-core": {
|
|
672
618
|
"resolved": "../../comment-checker-core",
|
|
673
619
|
"link": true
|
|
@@ -697,19 +643,36 @@
|
|
|
697
643
|
"link": true
|
|
698
644
|
},
|
|
699
645
|
"node_modules/@oxc-project/types": {
|
|
700
|
-
"version": "0.
|
|
701
|
-
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.
|
|
702
|
-
"integrity": "sha512-
|
|
646
|
+
"version": "0.146.0",
|
|
647
|
+
"resolved": "https://registry.npmjs.org/@oxc-project/types/-/types-0.146.0.tgz",
|
|
648
|
+
"integrity": "sha512-XC0QsnnhVe7sLIWmYmdPw7x5P0h4W8vUU3Nv1ySgWXtvCz8NizoAEpGXA0sOYoJQV2Rl13LgURAHQ5cI5ILCSA==",
|
|
703
649
|
"dev": true,
|
|
704
650
|
"license": "MIT",
|
|
705
651
|
"funding": {
|
|
706
652
|
"url": "https://github.com/sponsors/Boshen"
|
|
707
653
|
}
|
|
708
654
|
},
|
|
655
|
+
"node_modules/@rolldown/binding-android-arm-eabi": {
|
|
656
|
+
"version": "1.2.5",
|
|
657
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm-eabi/-/binding-android-arm-eabi-1.2.5.tgz",
|
|
658
|
+
"integrity": "sha512-DLe/i+l8ynIBY7XEQ191TeZvCoowIGa18R+dIV30GW7DiOtp74i/xX8hs8GUjW5ARV7VZuie3d6AumSmCwbeRA==",
|
|
659
|
+
"cpu": [
|
|
660
|
+
"arm"
|
|
661
|
+
],
|
|
662
|
+
"dev": true,
|
|
663
|
+
"license": "MIT",
|
|
664
|
+
"optional": true,
|
|
665
|
+
"os": [
|
|
666
|
+
"android"
|
|
667
|
+
],
|
|
668
|
+
"engines": {
|
|
669
|
+
"node": "^20.19.0 || >=22.12.0"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
709
672
|
"node_modules/@rolldown/binding-android-arm64": {
|
|
710
|
-
"version": "1.
|
|
711
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.
|
|
712
|
-
"integrity": "sha512-
|
|
673
|
+
"version": "1.2.5",
|
|
674
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-android-arm64/-/binding-android-arm64-1.2.5.tgz",
|
|
675
|
+
"integrity": "sha512-zXcwKlQApYAOELHd8PwKDFkagYF9Wy4e0RJ+0qnzl9Pjnpj75TEG8ufv40p2J7kCEfwZAsNiuzRIyNNMWT38ig==",
|
|
713
676
|
"cpu": [
|
|
714
677
|
"arm64"
|
|
715
678
|
],
|
|
@@ -724,9 +687,9 @@
|
|
|
724
687
|
}
|
|
725
688
|
},
|
|
726
689
|
"node_modules/@rolldown/binding-darwin-arm64": {
|
|
727
|
-
"version": "1.
|
|
728
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.
|
|
729
|
-
"integrity": "sha512-
|
|
690
|
+
"version": "1.2.5",
|
|
691
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.2.5.tgz",
|
|
692
|
+
"integrity": "sha512-dK4QakI42nzWgJT5sm4y4y/O//D4OxM75/cH28RLV+nzIN9AY+YsbuUVrUTjlLjXR6vpyxFbSsbmNuJ6BP9sww==",
|
|
730
693
|
"cpu": [
|
|
731
694
|
"arm64"
|
|
732
695
|
],
|
|
@@ -741,9 +704,9 @@
|
|
|
741
704
|
}
|
|
742
705
|
},
|
|
743
706
|
"node_modules/@rolldown/binding-darwin-x64": {
|
|
744
|
-
"version": "1.
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.
|
|
746
|
-
"integrity": "sha512-
|
|
707
|
+
"version": "1.2.5",
|
|
708
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.2.5.tgz",
|
|
709
|
+
"integrity": "sha512-fqSALaUu1Wjd1nK2uW2kJDWdLCc8lx1IcY+MTY26Aurfdx19anlzhqXOgCFbBFQnlFDTn4TC1/7Nz4Bl2mLP3A==",
|
|
747
710
|
"cpu": [
|
|
748
711
|
"x64"
|
|
749
712
|
],
|
|
@@ -758,9 +721,9 @@
|
|
|
758
721
|
}
|
|
759
722
|
},
|
|
760
723
|
"node_modules/@rolldown/binding-freebsd-x64": {
|
|
761
|
-
"version": "1.
|
|
762
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.
|
|
763
|
-
"integrity": "sha512
|
|
724
|
+
"version": "1.2.5",
|
|
725
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.2.5.tgz",
|
|
726
|
+
"integrity": "sha512-/vCnNxlkxs9tKxNDcyWUePpJ/PgTzxIaVhoM5SmG8UV+GR/IcPam4VYxi7GIMo7PSDuNqlJqvprqii9NqqVCMw==",
|
|
764
727
|
"cpu": [
|
|
765
728
|
"x64"
|
|
766
729
|
],
|
|
@@ -775,9 +738,9 @@
|
|
|
775
738
|
}
|
|
776
739
|
},
|
|
777
740
|
"node_modules/@rolldown/binding-linux-arm-gnueabihf": {
|
|
778
|
-
"version": "1.
|
|
779
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.
|
|
780
|
-
"integrity": "sha512-
|
|
741
|
+
"version": "1.2.5",
|
|
742
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.2.5.tgz",
|
|
743
|
+
"integrity": "sha512-abk0NLA519LxRCszmbE0jYKuQ9YPocOXTiOXOo6Yr+YAT95VH+PtqYAjOJvGKt3viEd/x4qzabAlwd5bHOOARg==",
|
|
781
744
|
"cpu": [
|
|
782
745
|
"arm"
|
|
783
746
|
],
|
|
@@ -792,9 +755,9 @@
|
|
|
792
755
|
}
|
|
793
756
|
},
|
|
794
757
|
"node_modules/@rolldown/binding-linux-arm64-gnu": {
|
|
795
|
-
"version": "1.
|
|
796
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.
|
|
797
|
-
"integrity": "sha512-
|
|
758
|
+
"version": "1.2.5",
|
|
759
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.2.5.tgz",
|
|
760
|
+
"integrity": "sha512-Y7eALiJ8lr0M2HH103Js+g7V34wf6snlpZLAsHI90uLhr3PVlNsbFVAXJC9d/V6BnPyKtpSwI+NcB/RLxsQxuA==",
|
|
798
761
|
"cpu": [
|
|
799
762
|
"arm64"
|
|
800
763
|
],
|
|
@@ -809,9 +772,9 @@
|
|
|
809
772
|
}
|
|
810
773
|
},
|
|
811
774
|
"node_modules/@rolldown/binding-linux-arm64-musl": {
|
|
812
|
-
"version": "1.
|
|
813
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.
|
|
814
|
-
"integrity": "sha512-
|
|
775
|
+
"version": "1.2.5",
|
|
776
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.2.5.tgz",
|
|
777
|
+
"integrity": "sha512-xMvZgnbZg4YVnR/AX2b3oOPDTFYJvUVaJg5FedA/LuvexAtXibZQej4cnTkw3rjsJ/ggUROB64TdtETiim+FYA==",
|
|
815
778
|
"cpu": [
|
|
816
779
|
"arm64"
|
|
817
780
|
],
|
|
@@ -826,9 +789,9 @@
|
|
|
826
789
|
}
|
|
827
790
|
},
|
|
828
791
|
"node_modules/@rolldown/binding-linux-ppc64-gnu": {
|
|
829
|
-
"version": "1.
|
|
830
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.
|
|
831
|
-
"integrity": "sha512-
|
|
792
|
+
"version": "1.2.5",
|
|
793
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.2.5.tgz",
|
|
794
|
+
"integrity": "sha512-GRjeqTUDHTo5GwntsLaAMcBahG3nlpjftXWZLN73HiYQlhwEowvarFgQnRnQZtIp4keXX7quXFbG38uPZBa2EA==",
|
|
832
795
|
"cpu": [
|
|
833
796
|
"ppc64"
|
|
834
797
|
],
|
|
@@ -843,9 +806,9 @@
|
|
|
843
806
|
}
|
|
844
807
|
},
|
|
845
808
|
"node_modules/@rolldown/binding-linux-s390x-gnu": {
|
|
846
|
-
"version": "1.
|
|
847
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.
|
|
848
|
-
"integrity": "sha512-
|
|
809
|
+
"version": "1.2.5",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.2.5.tgz",
|
|
811
|
+
"integrity": "sha512-vLNTR45F2Uwc8AufkNXPmB4VliaXs+FvcheEogIzOXzO4l+LzieXF5A/TWxLy5HtqpsRCHUfd0lPVrrdgXdLHQ==",
|
|
849
812
|
"cpu": [
|
|
850
813
|
"s390x"
|
|
851
814
|
],
|
|
@@ -860,9 +823,9 @@
|
|
|
860
823
|
}
|
|
861
824
|
},
|
|
862
825
|
"node_modules/@rolldown/binding-linux-x64-gnu": {
|
|
863
|
-
"version": "1.
|
|
864
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.
|
|
865
|
-
"integrity": "sha512-
|
|
826
|
+
"version": "1.2.5",
|
|
827
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.2.5.tgz",
|
|
828
|
+
"integrity": "sha512-Mgj59/HTuYeK9Gz2MA+mBWKnHsAgkBSec15ZMb1st3oIfFbX7gCjOae7GydHhzcyQi9Z/7M1QuN9bR3oFqF0jQ==",
|
|
866
829
|
"cpu": [
|
|
867
830
|
"x64"
|
|
868
831
|
],
|
|
@@ -877,9 +840,9 @@
|
|
|
877
840
|
}
|
|
878
841
|
},
|
|
879
842
|
"node_modules/@rolldown/binding-linux-x64-musl": {
|
|
880
|
-
"version": "1.
|
|
881
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.
|
|
882
|
-
"integrity": "sha512-
|
|
843
|
+
"version": "1.2.5",
|
|
844
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.2.5.tgz",
|
|
845
|
+
"integrity": "sha512-mY8AP0/ichsbhAxGnLa3d3+MwV0EfgrPND2bplI3Ym8T6R2pJ0N87bvrKVwNXmdy3jnr6eQBecdqx/HMknBmpA==",
|
|
883
846
|
"cpu": [
|
|
884
847
|
"x64"
|
|
885
848
|
],
|
|
@@ -894,9 +857,9 @@
|
|
|
894
857
|
}
|
|
895
858
|
},
|
|
896
859
|
"node_modules/@rolldown/binding-openharmony-arm64": {
|
|
897
|
-
"version": "1.
|
|
898
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.
|
|
899
|
-
"integrity": "sha512-
|
|
860
|
+
"version": "1.2.5",
|
|
861
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.2.5.tgz",
|
|
862
|
+
"integrity": "sha512-8SLssA2oweAxyRgDp789ACfRb/3P+zNRJpzZxSizxF9m8NUDQ4+3xjo8ttjhVGGw6Qxb70oZiEtIjaKikCO7Yw==",
|
|
900
863
|
"cpu": [
|
|
901
864
|
"arm64"
|
|
902
865
|
],
|
|
@@ -910,29 +873,10 @@
|
|
|
910
873
|
"node": "^20.19.0 || >=22.12.0"
|
|
911
874
|
}
|
|
912
875
|
},
|
|
913
|
-
"node_modules/@rolldown/binding-wasm32-wasi": {
|
|
914
|
-
"version": "1.0.3",
|
|
915
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.3.tgz",
|
|
916
|
-
"integrity": "sha512-JTtb8BWFynicNSoPrehsCzBtOKjZ6jhMiPFEmOiuXg1Fl8dn2KHQob+GuPSGR0dryQa1PQJbzjF3dqO/whhjLg==",
|
|
917
|
-
"cpu": [
|
|
918
|
-
"wasm32"
|
|
919
|
-
],
|
|
920
|
-
"dev": true,
|
|
921
|
-
"license": "MIT",
|
|
922
|
-
"optional": true,
|
|
923
|
-
"dependencies": {
|
|
924
|
-
"@emnapi/core": "1.10.0",
|
|
925
|
-
"@emnapi/runtime": "1.10.0",
|
|
926
|
-
"@napi-rs/wasm-runtime": "^1.1.4"
|
|
927
|
-
},
|
|
928
|
-
"engines": {
|
|
929
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
930
|
-
}
|
|
931
|
-
},
|
|
932
876
|
"node_modules/@rolldown/binding-win32-arm64-msvc": {
|
|
933
|
-
"version": "1.
|
|
934
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.
|
|
935
|
-
"integrity": "sha512-
|
|
877
|
+
"version": "1.2.5",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.2.5.tgz",
|
|
879
|
+
"integrity": "sha512-vGbruD5zquhoc8D9SViXgN2FBJtNdTyQ4DtG+SWiEGlJiAzoKcZ2xp+xuXCffhubVdt0NJlTZqkeRuERy7g8Cw==",
|
|
936
880
|
"cpu": [
|
|
937
881
|
"arm64"
|
|
938
882
|
],
|
|
@@ -947,9 +891,9 @@
|
|
|
947
891
|
}
|
|
948
892
|
},
|
|
949
893
|
"node_modules/@rolldown/binding-win32-x64-msvc": {
|
|
950
|
-
"version": "1.
|
|
951
|
-
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.
|
|
952
|
-
"integrity": "sha512-
|
|
894
|
+
"version": "1.2.5",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.2.5.tgz",
|
|
896
|
+
"integrity": "sha512-e/SXpgISz+IoqVcSSI0rx/d/he8zqLex+/rCWpnHpmVfmPIUjag9H6P7zotf0gJHwPUhQxZ/mF8tr6acebT9yw==",
|
|
953
897
|
"cpu": [
|
|
954
898
|
"x64"
|
|
955
899
|
],
|
|
@@ -989,17 +933,6 @@
|
|
|
989
933
|
"dev": true,
|
|
990
934
|
"license": "MIT"
|
|
991
935
|
},
|
|
992
|
-
"node_modules/@tybys/wasm-util": {
|
|
993
|
-
"version": "0.10.2",
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
|
995
|
-
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
|
996
|
-
"dev": true,
|
|
997
|
-
"license": "MIT",
|
|
998
|
-
"optional": true,
|
|
999
|
-
"dependencies": {
|
|
1000
|
-
"tslib": "^2.4.0"
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
936
|
"node_modules/@types/chai": {
|
|
1004
937
|
"version": "5.2.3",
|
|
1005
938
|
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-5.2.3.tgz",
|
|
@@ -1026,13 +959,13 @@
|
|
|
1026
959
|
"license": "MIT"
|
|
1027
960
|
},
|
|
1028
961
|
"node_modules/@types/node": {
|
|
1029
|
-
"version": "
|
|
1030
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-
|
|
1031
|
-
"integrity": "sha512-
|
|
962
|
+
"version": "26.2.0",
|
|
963
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz",
|
|
964
|
+
"integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==",
|
|
1032
965
|
"dev": true,
|
|
1033
966
|
"license": "MIT",
|
|
1034
967
|
"dependencies": {
|
|
1035
|
-
"undici-types": "
|
|
968
|
+
"undici-types": "~8.3.0"
|
|
1036
969
|
}
|
|
1037
970
|
},
|
|
1038
971
|
"node_modules/@types/picomatch": {
|
|
@@ -1042,17 +975,357 @@
|
|
|
1042
975
|
"dev": true,
|
|
1043
976
|
"license": "MIT"
|
|
1044
977
|
},
|
|
978
|
+
"node_modules/@typescript/typescript-aix-ppc64": {
|
|
979
|
+
"version": "7.0.2",
|
|
980
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
|
|
981
|
+
"integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
|
|
982
|
+
"cpu": [
|
|
983
|
+
"ppc64"
|
|
984
|
+
],
|
|
985
|
+
"dev": true,
|
|
986
|
+
"license": "Apache-2.0",
|
|
987
|
+
"optional": true,
|
|
988
|
+
"os": [
|
|
989
|
+
"aix"
|
|
990
|
+
],
|
|
991
|
+
"engines": {
|
|
992
|
+
"node": ">=16.20.0"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"node_modules/@typescript/typescript-darwin-arm64": {
|
|
996
|
+
"version": "7.0.2",
|
|
997
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
|
|
998
|
+
"integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
|
|
999
|
+
"cpu": [
|
|
1000
|
+
"arm64"
|
|
1001
|
+
],
|
|
1002
|
+
"dev": true,
|
|
1003
|
+
"license": "Apache-2.0",
|
|
1004
|
+
"optional": true,
|
|
1005
|
+
"os": [
|
|
1006
|
+
"darwin"
|
|
1007
|
+
],
|
|
1008
|
+
"engines": {
|
|
1009
|
+
"node": ">=16.20.0"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"node_modules/@typescript/typescript-darwin-x64": {
|
|
1013
|
+
"version": "7.0.2",
|
|
1014
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
|
|
1015
|
+
"integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
|
|
1016
|
+
"cpu": [
|
|
1017
|
+
"x64"
|
|
1018
|
+
],
|
|
1019
|
+
"dev": true,
|
|
1020
|
+
"license": "Apache-2.0",
|
|
1021
|
+
"optional": true,
|
|
1022
|
+
"os": [
|
|
1023
|
+
"darwin"
|
|
1024
|
+
],
|
|
1025
|
+
"engines": {
|
|
1026
|
+
"node": ">=16.20.0"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
"node_modules/@typescript/typescript-freebsd-arm64": {
|
|
1030
|
+
"version": "7.0.2",
|
|
1031
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
|
|
1032
|
+
"integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
|
|
1033
|
+
"cpu": [
|
|
1034
|
+
"arm64"
|
|
1035
|
+
],
|
|
1036
|
+
"dev": true,
|
|
1037
|
+
"license": "Apache-2.0",
|
|
1038
|
+
"optional": true,
|
|
1039
|
+
"os": [
|
|
1040
|
+
"freebsd"
|
|
1041
|
+
],
|
|
1042
|
+
"engines": {
|
|
1043
|
+
"node": ">=16.20.0"
|
|
1044
|
+
}
|
|
1045
|
+
},
|
|
1046
|
+
"node_modules/@typescript/typescript-freebsd-x64": {
|
|
1047
|
+
"version": "7.0.2",
|
|
1048
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
|
|
1049
|
+
"integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
|
|
1050
|
+
"cpu": [
|
|
1051
|
+
"x64"
|
|
1052
|
+
],
|
|
1053
|
+
"dev": true,
|
|
1054
|
+
"license": "Apache-2.0",
|
|
1055
|
+
"optional": true,
|
|
1056
|
+
"os": [
|
|
1057
|
+
"freebsd"
|
|
1058
|
+
],
|
|
1059
|
+
"engines": {
|
|
1060
|
+
"node": ">=16.20.0"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
"node_modules/@typescript/typescript-linux-arm": {
|
|
1064
|
+
"version": "7.0.2",
|
|
1065
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
|
|
1066
|
+
"integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
|
|
1067
|
+
"cpu": [
|
|
1068
|
+
"arm"
|
|
1069
|
+
],
|
|
1070
|
+
"dev": true,
|
|
1071
|
+
"license": "Apache-2.0",
|
|
1072
|
+
"optional": true,
|
|
1073
|
+
"os": [
|
|
1074
|
+
"linux"
|
|
1075
|
+
],
|
|
1076
|
+
"engines": {
|
|
1077
|
+
"node": ">=16.20.0"
|
|
1078
|
+
}
|
|
1079
|
+
},
|
|
1080
|
+
"node_modules/@typescript/typescript-linux-arm64": {
|
|
1081
|
+
"version": "7.0.2",
|
|
1082
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
|
|
1083
|
+
"integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
|
|
1084
|
+
"cpu": [
|
|
1085
|
+
"arm64"
|
|
1086
|
+
],
|
|
1087
|
+
"dev": true,
|
|
1088
|
+
"license": "Apache-2.0",
|
|
1089
|
+
"optional": true,
|
|
1090
|
+
"os": [
|
|
1091
|
+
"linux"
|
|
1092
|
+
],
|
|
1093
|
+
"engines": {
|
|
1094
|
+
"node": ">=16.20.0"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"node_modules/@typescript/typescript-linux-loong64": {
|
|
1098
|
+
"version": "7.0.2",
|
|
1099
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
|
|
1100
|
+
"integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
|
|
1101
|
+
"cpu": [
|
|
1102
|
+
"loong64"
|
|
1103
|
+
],
|
|
1104
|
+
"dev": true,
|
|
1105
|
+
"license": "Apache-2.0",
|
|
1106
|
+
"optional": true,
|
|
1107
|
+
"os": [
|
|
1108
|
+
"linux"
|
|
1109
|
+
],
|
|
1110
|
+
"engines": {
|
|
1111
|
+
"node": ">=16.20.0"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
"node_modules/@typescript/typescript-linux-mips64el": {
|
|
1115
|
+
"version": "7.0.2",
|
|
1116
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
|
|
1117
|
+
"integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
|
|
1118
|
+
"cpu": [
|
|
1119
|
+
"mips64el"
|
|
1120
|
+
],
|
|
1121
|
+
"dev": true,
|
|
1122
|
+
"license": "Apache-2.0",
|
|
1123
|
+
"optional": true,
|
|
1124
|
+
"os": [
|
|
1125
|
+
"linux"
|
|
1126
|
+
],
|
|
1127
|
+
"engines": {
|
|
1128
|
+
"node": ">=16.20.0"
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"node_modules/@typescript/typescript-linux-ppc64": {
|
|
1132
|
+
"version": "7.0.2",
|
|
1133
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
|
|
1134
|
+
"integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
|
|
1135
|
+
"cpu": [
|
|
1136
|
+
"ppc64"
|
|
1137
|
+
],
|
|
1138
|
+
"dev": true,
|
|
1139
|
+
"license": "Apache-2.0",
|
|
1140
|
+
"optional": true,
|
|
1141
|
+
"os": [
|
|
1142
|
+
"linux"
|
|
1143
|
+
],
|
|
1144
|
+
"engines": {
|
|
1145
|
+
"node": ">=16.20.0"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
"node_modules/@typescript/typescript-linux-riscv64": {
|
|
1149
|
+
"version": "7.0.2",
|
|
1150
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
|
|
1151
|
+
"integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
|
|
1152
|
+
"cpu": [
|
|
1153
|
+
"riscv64"
|
|
1154
|
+
],
|
|
1155
|
+
"dev": true,
|
|
1156
|
+
"license": "Apache-2.0",
|
|
1157
|
+
"optional": true,
|
|
1158
|
+
"os": [
|
|
1159
|
+
"linux"
|
|
1160
|
+
],
|
|
1161
|
+
"engines": {
|
|
1162
|
+
"node": ">=16.20.0"
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
"node_modules/@typescript/typescript-linux-s390x": {
|
|
1166
|
+
"version": "7.0.2",
|
|
1167
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
|
|
1168
|
+
"integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
|
|
1169
|
+
"cpu": [
|
|
1170
|
+
"s390x"
|
|
1171
|
+
],
|
|
1172
|
+
"dev": true,
|
|
1173
|
+
"license": "Apache-2.0",
|
|
1174
|
+
"optional": true,
|
|
1175
|
+
"os": [
|
|
1176
|
+
"linux"
|
|
1177
|
+
],
|
|
1178
|
+
"engines": {
|
|
1179
|
+
"node": ">=16.20.0"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"node_modules/@typescript/typescript-linux-x64": {
|
|
1183
|
+
"version": "7.0.2",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
|
|
1185
|
+
"integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
|
|
1186
|
+
"cpu": [
|
|
1187
|
+
"x64"
|
|
1188
|
+
],
|
|
1189
|
+
"dev": true,
|
|
1190
|
+
"license": "Apache-2.0",
|
|
1191
|
+
"optional": true,
|
|
1192
|
+
"os": [
|
|
1193
|
+
"linux"
|
|
1194
|
+
],
|
|
1195
|
+
"engines": {
|
|
1196
|
+
"node": ">=16.20.0"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"node_modules/@typescript/typescript-netbsd-arm64": {
|
|
1200
|
+
"version": "7.0.2",
|
|
1201
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
|
|
1202
|
+
"integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
|
|
1203
|
+
"cpu": [
|
|
1204
|
+
"arm64"
|
|
1205
|
+
],
|
|
1206
|
+
"dev": true,
|
|
1207
|
+
"license": "Apache-2.0",
|
|
1208
|
+
"optional": true,
|
|
1209
|
+
"os": [
|
|
1210
|
+
"netbsd"
|
|
1211
|
+
],
|
|
1212
|
+
"engines": {
|
|
1213
|
+
"node": ">=16.20.0"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"node_modules/@typescript/typescript-netbsd-x64": {
|
|
1217
|
+
"version": "7.0.2",
|
|
1218
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
|
|
1219
|
+
"integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
|
|
1220
|
+
"cpu": [
|
|
1221
|
+
"x64"
|
|
1222
|
+
],
|
|
1223
|
+
"dev": true,
|
|
1224
|
+
"license": "Apache-2.0",
|
|
1225
|
+
"optional": true,
|
|
1226
|
+
"os": [
|
|
1227
|
+
"netbsd"
|
|
1228
|
+
],
|
|
1229
|
+
"engines": {
|
|
1230
|
+
"node": ">=16.20.0"
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"node_modules/@typescript/typescript-openbsd-arm64": {
|
|
1234
|
+
"version": "7.0.2",
|
|
1235
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
|
|
1236
|
+
"integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
|
|
1237
|
+
"cpu": [
|
|
1238
|
+
"arm64"
|
|
1239
|
+
],
|
|
1240
|
+
"dev": true,
|
|
1241
|
+
"license": "Apache-2.0",
|
|
1242
|
+
"optional": true,
|
|
1243
|
+
"os": [
|
|
1244
|
+
"openbsd"
|
|
1245
|
+
],
|
|
1246
|
+
"engines": {
|
|
1247
|
+
"node": ">=16.20.0"
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"node_modules/@typescript/typescript-openbsd-x64": {
|
|
1251
|
+
"version": "7.0.2",
|
|
1252
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
|
|
1253
|
+
"integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
|
|
1254
|
+
"cpu": [
|
|
1255
|
+
"x64"
|
|
1256
|
+
],
|
|
1257
|
+
"dev": true,
|
|
1258
|
+
"license": "Apache-2.0",
|
|
1259
|
+
"optional": true,
|
|
1260
|
+
"os": [
|
|
1261
|
+
"openbsd"
|
|
1262
|
+
],
|
|
1263
|
+
"engines": {
|
|
1264
|
+
"node": ">=16.20.0"
|
|
1265
|
+
}
|
|
1266
|
+
},
|
|
1267
|
+
"node_modules/@typescript/typescript-sunos-x64": {
|
|
1268
|
+
"version": "7.0.2",
|
|
1269
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
|
|
1270
|
+
"integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
|
|
1271
|
+
"cpu": [
|
|
1272
|
+
"x64"
|
|
1273
|
+
],
|
|
1274
|
+
"dev": true,
|
|
1275
|
+
"license": "Apache-2.0",
|
|
1276
|
+
"optional": true,
|
|
1277
|
+
"os": [
|
|
1278
|
+
"sunos"
|
|
1279
|
+
],
|
|
1280
|
+
"engines": {
|
|
1281
|
+
"node": ">=16.20.0"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"node_modules/@typescript/typescript-win32-arm64": {
|
|
1285
|
+
"version": "7.0.2",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
|
|
1287
|
+
"integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
|
|
1288
|
+
"cpu": [
|
|
1289
|
+
"arm64"
|
|
1290
|
+
],
|
|
1291
|
+
"dev": true,
|
|
1292
|
+
"license": "Apache-2.0",
|
|
1293
|
+
"optional": true,
|
|
1294
|
+
"os": [
|
|
1295
|
+
"win32"
|
|
1296
|
+
],
|
|
1297
|
+
"engines": {
|
|
1298
|
+
"node": ">=16.20.0"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"node_modules/@typescript/typescript-win32-x64": {
|
|
1302
|
+
"version": "7.0.2",
|
|
1303
|
+
"resolved": "https://registry.npmjs.org/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
|
|
1304
|
+
"integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
|
|
1305
|
+
"cpu": [
|
|
1306
|
+
"x64"
|
|
1307
|
+
],
|
|
1308
|
+
"dev": true,
|
|
1309
|
+
"license": "Apache-2.0",
|
|
1310
|
+
"optional": true,
|
|
1311
|
+
"os": [
|
|
1312
|
+
"win32"
|
|
1313
|
+
],
|
|
1314
|
+
"engines": {
|
|
1315
|
+
"node": ">=16.20.0"
|
|
1316
|
+
}
|
|
1317
|
+
},
|
|
1045
1318
|
"node_modules/@vitest/expect": {
|
|
1046
|
-
"version": "4.1.
|
|
1047
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1048
|
-
"integrity": "sha512-
|
|
1319
|
+
"version": "4.1.11",
|
|
1320
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.11.tgz",
|
|
1321
|
+
"integrity": "sha512-VX2x5vNJXET47KAFzwERI+KRMtTTCSWTfSMKsW7JsUsXV4psq++e3DvZpuTDOpHcxytiDs6p2nhVb2tVDiiUYw==",
|
|
1049
1322
|
"dev": true,
|
|
1050
1323
|
"license": "MIT",
|
|
1051
1324
|
"dependencies": {
|
|
1052
1325
|
"@standard-schema/spec": "^1.1.0",
|
|
1053
1326
|
"@types/chai": "^5.2.2",
|
|
1054
|
-
"@vitest/spy": "4.1.
|
|
1055
|
-
"@vitest/utils": "4.1.
|
|
1327
|
+
"@vitest/spy": "4.1.11",
|
|
1328
|
+
"@vitest/utils": "4.1.11",
|
|
1056
1329
|
"chai": "^6.2.2",
|
|
1057
1330
|
"tinyrainbow": "^3.1.0"
|
|
1058
1331
|
},
|
|
@@ -1061,13 +1334,13 @@
|
|
|
1061
1334
|
}
|
|
1062
1335
|
},
|
|
1063
1336
|
"node_modules/@vitest/mocker": {
|
|
1064
|
-
"version": "4.1.
|
|
1065
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1066
|
-
"integrity": "sha512-
|
|
1337
|
+
"version": "4.1.11",
|
|
1338
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.11.tgz",
|
|
1339
|
+
"integrity": "sha512-2XJVD55d1o5AZous5CCGKS74g/riOj9odEt2bQpCVZeblHyHdnMeFl4jl0XjU21stf4mbjUkew2eXQZt65g5CQ==",
|
|
1067
1340
|
"dev": true,
|
|
1068
1341
|
"license": "MIT",
|
|
1069
1342
|
"dependencies": {
|
|
1070
|
-
"@vitest/spy": "4.1.
|
|
1343
|
+
"@vitest/spy": "4.1.11",
|
|
1071
1344
|
"estree-walker": "^3.0.3",
|
|
1072
1345
|
"magic-string": "^0.30.21"
|
|
1073
1346
|
},
|
|
@@ -1088,9 +1361,9 @@
|
|
|
1088
1361
|
}
|
|
1089
1362
|
},
|
|
1090
1363
|
"node_modules/@vitest/pretty-format": {
|
|
1091
|
-
"version": "4.1.
|
|
1092
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1093
|
-
"integrity": "sha512-
|
|
1364
|
+
"version": "4.1.11",
|
|
1365
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.11.tgz",
|
|
1366
|
+
"integrity": "sha512-yiZzPbGTS9Sr/JpFl8zHrcIkAofNbFV6k21vIgQN/cY/oxZeXhJv5sc/MBJ5jFKWmWs+oJHw0UXLZjmf931+Vw==",
|
|
1094
1367
|
"dev": true,
|
|
1095
1368
|
"license": "MIT",
|
|
1096
1369
|
"dependencies": {
|
|
@@ -1101,13 +1374,13 @@
|
|
|
1101
1374
|
}
|
|
1102
1375
|
},
|
|
1103
1376
|
"node_modules/@vitest/runner": {
|
|
1104
|
-
"version": "4.1.
|
|
1105
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1106
|
-
"integrity": "sha512-
|
|
1377
|
+
"version": "4.1.11",
|
|
1378
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.11.tgz",
|
|
1379
|
+
"integrity": "sha512-LztvUgdwMNJMIkj3hQnnxiC2Xy1zNxq928W/xhjCLaNCzqTZOudjwbQf6v9IntZGPw132i2Lq2rgTRZHD3JHNw==",
|
|
1107
1380
|
"dev": true,
|
|
1108
1381
|
"license": "MIT",
|
|
1109
1382
|
"dependencies": {
|
|
1110
|
-
"@vitest/utils": "4.1.
|
|
1383
|
+
"@vitest/utils": "4.1.11",
|
|
1111
1384
|
"pathe": "^2.0.3"
|
|
1112
1385
|
},
|
|
1113
1386
|
"funding": {
|
|
@@ -1115,14 +1388,14 @@
|
|
|
1115
1388
|
}
|
|
1116
1389
|
},
|
|
1117
1390
|
"node_modules/@vitest/snapshot": {
|
|
1118
|
-
"version": "4.1.
|
|
1119
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1120
|
-
"integrity": "sha512-
|
|
1391
|
+
"version": "4.1.11",
|
|
1392
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.11.tgz",
|
|
1393
|
+
"integrity": "sha512-pN7ikn1ON7h8ee4gIAp4AzyK+zBtJPzVbqOgu5LCEh4VaJVbPQcgYQYJIMGQPXVeJJq1fnfazis7a5pFNPahog==",
|
|
1121
1394
|
"dev": true,
|
|
1122
1395
|
"license": "MIT",
|
|
1123
1396
|
"dependencies": {
|
|
1124
|
-
"@vitest/pretty-format": "4.1.
|
|
1125
|
-
"@vitest/utils": "4.1.
|
|
1397
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1398
|
+
"@vitest/utils": "4.1.11",
|
|
1126
1399
|
"magic-string": "^0.30.21",
|
|
1127
1400
|
"pathe": "^2.0.3"
|
|
1128
1401
|
},
|
|
@@ -1131,9 +1404,9 @@
|
|
|
1131
1404
|
}
|
|
1132
1405
|
},
|
|
1133
1406
|
"node_modules/@vitest/spy": {
|
|
1134
|
-
"version": "4.1.
|
|
1135
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1136
|
-
"integrity": "sha512-
|
|
1407
|
+
"version": "4.1.11",
|
|
1408
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.11.tgz",
|
|
1409
|
+
"integrity": "sha512-apNa/prQy2qCeywhnixOHPRCgGNhvg7T4Dapfl1GahLp/R+uhBm5cPyFoNVyqsNd2h1nJxL6BqqdIjiABL60YA==",
|
|
1137
1410
|
"dev": true,
|
|
1138
1411
|
"license": "MIT",
|
|
1139
1412
|
"funding": {
|
|
@@ -1141,13 +1414,13 @@
|
|
|
1141
1414
|
}
|
|
1142
1415
|
},
|
|
1143
1416
|
"node_modules/@vitest/utils": {
|
|
1144
|
-
"version": "4.1.
|
|
1145
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1146
|
-
"integrity": "sha512-
|
|
1417
|
+
"version": "4.1.11",
|
|
1418
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.11.tgz",
|
|
1419
|
+
"integrity": "sha512-zTCVGpyFsGWBhllOyKlTw/vnr6D9qxsfSDyfbyZmTyjHw5N/VuvzHpHoQjm2ZJzn4RJgx5w4r7V0er69CmLgPQ==",
|
|
1147
1420
|
"dev": true,
|
|
1148
1421
|
"license": "MIT",
|
|
1149
1422
|
"dependencies": {
|
|
1150
|
-
"@vitest/pretty-format": "4.1.
|
|
1423
|
+
"@vitest/pretty-format": "4.1.11",
|
|
1151
1424
|
"convert-source-map": "^2.0.0",
|
|
1152
1425
|
"tinyrainbow": "^3.1.0"
|
|
1153
1426
|
},
|
|
@@ -1166,9 +1439,9 @@
|
|
|
1166
1439
|
}
|
|
1167
1440
|
},
|
|
1168
1441
|
"node_modules/bun-types": {
|
|
1169
|
-
"version": "1.
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.
|
|
1171
|
-
"integrity": "sha512-
|
|
1442
|
+
"version": "1.4.0",
|
|
1443
|
+
"resolved": "https://registry.npmjs.org/bun-types/-/bun-types-1.4.0.tgz",
|
|
1444
|
+
"integrity": "sha512-iIKw23BspnQQYd3prITOBxeUsxBHnwzX6YJfGMuNOZzeNcMmVqzIIVGRm1l69ogaPQmb4wB6BN8mA5bE9YuC5Q==",
|
|
1172
1445
|
"dev": true,
|
|
1173
1446
|
"license": "MIT",
|
|
1174
1447
|
"dependencies": {
|
|
@@ -1263,9 +1536,9 @@
|
|
|
1263
1536
|
}
|
|
1264
1537
|
},
|
|
1265
1538
|
"node_modules/lightningcss": {
|
|
1266
|
-
"version": "1.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.
|
|
1268
|
-
"integrity": "sha512-
|
|
1539
|
+
"version": "1.33.0",
|
|
1540
|
+
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.33.0.tgz",
|
|
1541
|
+
"integrity": "sha512-WkUDrojuJs0xkgGf2udWxa3yGBRxPtxUkB79i6aCZLRgc7PM8fZe9TosfPDcvEpQZbuFASnHYmRLBLUbmLOIIA==",
|
|
1269
1542
|
"dev": true,
|
|
1270
1543
|
"license": "MPL-2.0",
|
|
1271
1544
|
"dependencies": {
|
|
@@ -1279,23 +1552,23 @@
|
|
|
1279
1552
|
"url": "https://opencollective.com/parcel"
|
|
1280
1553
|
},
|
|
1281
1554
|
"optionalDependencies": {
|
|
1282
|
-
"lightningcss-android-arm64": "1.
|
|
1283
|
-
"lightningcss-darwin-arm64": "1.
|
|
1284
|
-
"lightningcss-darwin-x64": "1.
|
|
1285
|
-
"lightningcss-freebsd-x64": "1.
|
|
1286
|
-
"lightningcss-linux-arm-gnueabihf": "1.
|
|
1287
|
-
"lightningcss-linux-arm64-gnu": "1.
|
|
1288
|
-
"lightningcss-linux-arm64-musl": "1.
|
|
1289
|
-
"lightningcss-linux-x64-gnu": "1.
|
|
1290
|
-
"lightningcss-linux-x64-musl": "1.
|
|
1291
|
-
"lightningcss-win32-arm64-msvc": "1.
|
|
1292
|
-
"lightningcss-win32-x64-msvc": "1.
|
|
1555
|
+
"lightningcss-android-arm64": "1.33.0",
|
|
1556
|
+
"lightningcss-darwin-arm64": "1.33.0",
|
|
1557
|
+
"lightningcss-darwin-x64": "1.33.0",
|
|
1558
|
+
"lightningcss-freebsd-x64": "1.33.0",
|
|
1559
|
+
"lightningcss-linux-arm-gnueabihf": "1.33.0",
|
|
1560
|
+
"lightningcss-linux-arm64-gnu": "1.33.0",
|
|
1561
|
+
"lightningcss-linux-arm64-musl": "1.33.0",
|
|
1562
|
+
"lightningcss-linux-x64-gnu": "1.33.0",
|
|
1563
|
+
"lightningcss-linux-x64-musl": "1.33.0",
|
|
1564
|
+
"lightningcss-win32-arm64-msvc": "1.33.0",
|
|
1565
|
+
"lightningcss-win32-x64-msvc": "1.33.0"
|
|
1293
1566
|
}
|
|
1294
1567
|
},
|
|
1295
1568
|
"node_modules/lightningcss-android-arm64": {
|
|
1296
|
-
"version": "1.
|
|
1297
|
-
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.
|
|
1298
|
-
"integrity": "sha512-
|
|
1569
|
+
"version": "1.33.0",
|
|
1570
|
+
"resolved": "https://registry.npmjs.org/lightningcss-android-arm64/-/lightningcss-android-arm64-1.33.0.tgz",
|
|
1571
|
+
"integrity": "sha512-gEpRTalKdosp4Bb8qWtc2iOgE5SeIHlpS1up9bFq2wAyYhl1UdTObYiHe98zEM9SQvSoqQZ1IQD0JNpg3Ml5pg==",
|
|
1299
1572
|
"cpu": [
|
|
1300
1573
|
"arm64"
|
|
1301
1574
|
],
|
|
@@ -1314,9 +1587,9 @@
|
|
|
1314
1587
|
}
|
|
1315
1588
|
},
|
|
1316
1589
|
"node_modules/lightningcss-darwin-arm64": {
|
|
1317
|
-
"version": "1.
|
|
1318
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.
|
|
1319
|
-
"integrity": "sha512-
|
|
1590
|
+
"version": "1.33.0",
|
|
1591
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.33.0.tgz",
|
|
1592
|
+
"integrity": "sha512-Sciaz8eenNTKn9b3t7+xr0ipTp9YxKQY4npwQ3mrRuL0BAVHBLyZxofhaKBAVtzmtRZ/zTyo0/to4B1uWG/Djg==",
|
|
1320
1593
|
"cpu": [
|
|
1321
1594
|
"arm64"
|
|
1322
1595
|
],
|
|
@@ -1335,9 +1608,9 @@
|
|
|
1335
1608
|
}
|
|
1336
1609
|
},
|
|
1337
1610
|
"node_modules/lightningcss-darwin-x64": {
|
|
1338
|
-
"version": "1.
|
|
1339
|
-
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.
|
|
1340
|
-
"integrity": "sha512-
|
|
1611
|
+
"version": "1.33.0",
|
|
1612
|
+
"resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.33.0.tgz",
|
|
1613
|
+
"integrity": "sha512-Z5UPAxzrjlWNNyGy6i65cJzzvgJ5D3T6wMvs+gWpY9d7qRhANrxqAp6LhxIgZhWEw18RfJTGcRxjuLIBr+m8XQ==",
|
|
1341
1614
|
"cpu": [
|
|
1342
1615
|
"x64"
|
|
1343
1616
|
],
|
|
@@ -1356,9 +1629,9 @@
|
|
|
1356
1629
|
}
|
|
1357
1630
|
},
|
|
1358
1631
|
"node_modules/lightningcss-freebsd-x64": {
|
|
1359
|
-
"version": "1.
|
|
1360
|
-
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.
|
|
1361
|
-
"integrity": "sha512-
|
|
1632
|
+
"version": "1.33.0",
|
|
1633
|
+
"resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.33.0.tgz",
|
|
1634
|
+
"integrity": "sha512-QQM/Ti/hQajJwCY+RiWuCZ9sdtI/XQk7nDK5vC8kkdwixezOlDgvDx7+RT+QjK6FcFT4MpsuoBnHIo/O3StRRg==",
|
|
1362
1635
|
"cpu": [
|
|
1363
1636
|
"x64"
|
|
1364
1637
|
],
|
|
@@ -1377,9 +1650,9 @@
|
|
|
1377
1650
|
}
|
|
1378
1651
|
},
|
|
1379
1652
|
"node_modules/lightningcss-linux-arm-gnueabihf": {
|
|
1380
|
-
"version": "1.
|
|
1381
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.
|
|
1382
|
-
"integrity": "sha512-
|
|
1653
|
+
"version": "1.33.0",
|
|
1654
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.33.0.tgz",
|
|
1655
|
+
"integrity": "sha512-N7FVBe6iS24MlM6R/4RBTxGhQheZGs7tiQ9U32UtF75NzP5Q7xWPRqLBCKxlRQRk3rY1jCIPLzx7WzOhuUIRLQ==",
|
|
1383
1656
|
"cpu": [
|
|
1384
1657
|
"arm"
|
|
1385
1658
|
],
|
|
@@ -1398,9 +1671,9 @@
|
|
|
1398
1671
|
}
|
|
1399
1672
|
},
|
|
1400
1673
|
"node_modules/lightningcss-linux-arm64-gnu": {
|
|
1401
|
-
"version": "1.
|
|
1402
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.
|
|
1403
|
-
"integrity": "sha512-
|
|
1674
|
+
"version": "1.33.0",
|
|
1675
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.33.0.tgz",
|
|
1676
|
+
"integrity": "sha512-j2v/itmy4HlNxlc6voKXYgBqNi0Ng2LShg4z7GufpEgs05P+2suBVyi9I6YHq5uoVFx9ETin3eCEhLVyXGQnKg==",
|
|
1404
1677
|
"cpu": [
|
|
1405
1678
|
"arm64"
|
|
1406
1679
|
],
|
|
@@ -1419,9 +1692,9 @@
|
|
|
1419
1692
|
}
|
|
1420
1693
|
},
|
|
1421
1694
|
"node_modules/lightningcss-linux-arm64-musl": {
|
|
1422
|
-
"version": "1.
|
|
1423
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.
|
|
1424
|
-
"integrity": "sha512-
|
|
1695
|
+
"version": "1.33.0",
|
|
1696
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.33.0.tgz",
|
|
1697
|
+
"integrity": "sha512-yiO5ROMuYQgXbC60yjZU5CYSFZGKXL0HFATXt9mHJn1+zW55oCtMI9NfcVhYLMFDL7gV7oBPon/EmMMGg2OvtQ==",
|
|
1425
1698
|
"cpu": [
|
|
1426
1699
|
"arm64"
|
|
1427
1700
|
],
|
|
@@ -1440,9 +1713,9 @@
|
|
|
1440
1713
|
}
|
|
1441
1714
|
},
|
|
1442
1715
|
"node_modules/lightningcss-linux-x64-gnu": {
|
|
1443
|
-
"version": "1.
|
|
1444
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.
|
|
1445
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "1.33.0",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.33.0.tgz",
|
|
1718
|
+
"integrity": "sha512-ar+Ju7LmcN0Jo4FpL4hpFybwNG9/3A/Br5KW2n2jyODg3MEZXaDYADdemoNS+BDNfMgKvylJLj4S5tyRActuAg==",
|
|
1446
1719
|
"cpu": [
|
|
1447
1720
|
"x64"
|
|
1448
1721
|
],
|
|
@@ -1461,9 +1734,9 @@
|
|
|
1461
1734
|
}
|
|
1462
1735
|
},
|
|
1463
1736
|
"node_modules/lightningcss-linux-x64-musl": {
|
|
1464
|
-
"version": "1.
|
|
1465
|
-
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.
|
|
1466
|
-
"integrity": "sha512-
|
|
1737
|
+
"version": "1.33.0",
|
|
1738
|
+
"resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.33.0.tgz",
|
|
1739
|
+
"integrity": "sha512-RYiYbkokw0trfKqqzfF55lginwEPrD3OJDfTuJzFs1MK6iFnDenaz1fqLLtX4ITG3OktJQXOeTaw1awrBAlZPw==",
|
|
1467
1740
|
"cpu": [
|
|
1468
1741
|
"x64"
|
|
1469
1742
|
],
|
|
@@ -1482,9 +1755,9 @@
|
|
|
1482
1755
|
}
|
|
1483
1756
|
},
|
|
1484
1757
|
"node_modules/lightningcss-win32-arm64-msvc": {
|
|
1485
|
-
"version": "1.
|
|
1486
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.
|
|
1487
|
-
"integrity": "sha512-
|
|
1758
|
+
"version": "1.33.0",
|
|
1759
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.33.0.tgz",
|
|
1760
|
+
"integrity": "sha512-1K+MPfLSFVpphzpdbfkhlWk6wBrTObBzS2T6db10PNOZgR9GoVsAWzwNyuhUYYbTp23j+4RrncfujZ4uAzXvwA==",
|
|
1488
1761
|
"cpu": [
|
|
1489
1762
|
"arm64"
|
|
1490
1763
|
],
|
|
@@ -1503,9 +1776,9 @@
|
|
|
1503
1776
|
}
|
|
1504
1777
|
},
|
|
1505
1778
|
"node_modules/lightningcss-win32-x64-msvc": {
|
|
1506
|
-
"version": "1.
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.
|
|
1508
|
-
"integrity": "sha512-
|
|
1779
|
+
"version": "1.33.0",
|
|
1780
|
+
"resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.33.0.tgz",
|
|
1781
|
+
"integrity": "sha512-OlEICDx/Xl0FqSp4bry8zFnCvGpig3Gl4gCquvYwHuqJKEC1+n9NgDniFvqHGmMv1ZkqDJrDqKKSykTDX+ehuA==",
|
|
1509
1782
|
"cpu": [
|
|
1510
1783
|
"x64"
|
|
1511
1784
|
],
|
|
@@ -1534,9 +1807,9 @@
|
|
|
1534
1807
|
}
|
|
1535
1808
|
},
|
|
1536
1809
|
"node_modules/nanoid": {
|
|
1537
|
-
"version": "3.3.
|
|
1538
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
1539
|
-
"integrity": "sha512-
|
|
1810
|
+
"version": "3.3.18",
|
|
1811
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
|
1812
|
+
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
|
1540
1813
|
"dev": true,
|
|
1541
1814
|
"funding": [
|
|
1542
1815
|
{
|
|
@@ -1578,9 +1851,9 @@
|
|
|
1578
1851
|
"license": "ISC"
|
|
1579
1852
|
},
|
|
1580
1853
|
"node_modules/picomatch": {
|
|
1581
|
-
"version": "4.0.
|
|
1582
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
1583
|
-
"integrity": "sha512-
|
|
1854
|
+
"version": "4.0.7",
|
|
1855
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz",
|
|
1856
|
+
"integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==",
|
|
1584
1857
|
"license": "MIT",
|
|
1585
1858
|
"engines": {
|
|
1586
1859
|
"node": ">=12"
|
|
@@ -1590,9 +1863,9 @@
|
|
|
1590
1863
|
}
|
|
1591
1864
|
},
|
|
1592
1865
|
"node_modules/postcss": {
|
|
1593
|
-
"version": "8.5.
|
|
1594
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
1595
|
-
"integrity": "sha512-
|
|
1866
|
+
"version": "8.5.26",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.26.tgz",
|
|
1868
|
+
"integrity": "sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==",
|
|
1596
1869
|
"dev": true,
|
|
1597
1870
|
"funding": [
|
|
1598
1871
|
{
|
|
@@ -1610,7 +1883,7 @@
|
|
|
1610
1883
|
],
|
|
1611
1884
|
"license": "MIT",
|
|
1612
1885
|
"dependencies": {
|
|
1613
|
-
"nanoid": "^3.3.
|
|
1886
|
+
"nanoid": "^3.3.17",
|
|
1614
1887
|
"picocolors": "^1.1.1",
|
|
1615
1888
|
"source-map-js": "^1.2.1"
|
|
1616
1889
|
},
|
|
@@ -1619,13 +1892,13 @@
|
|
|
1619
1892
|
}
|
|
1620
1893
|
},
|
|
1621
1894
|
"node_modules/rolldown": {
|
|
1622
|
-
"version": "1.
|
|
1623
|
-
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.
|
|
1624
|
-
"integrity": "sha512-
|
|
1895
|
+
"version": "1.2.5",
|
|
1896
|
+
"resolved": "https://registry.npmjs.org/rolldown/-/rolldown-1.2.5.tgz",
|
|
1897
|
+
"integrity": "sha512-VD2IE5PUG4Oj8zz2VGykiYd5wbnjdIiSsNQb8Qu5B+noEp+A78mu2iVvpp27g8es14Tk9rofNs5Tku9iQCS4fA==",
|
|
1625
1898
|
"dev": true,
|
|
1626
1899
|
"license": "MIT",
|
|
1627
1900
|
"dependencies": {
|
|
1628
|
-
"@oxc-project/types": "=0.
|
|
1901
|
+
"@oxc-project/types": "=0.146.0",
|
|
1629
1902
|
"@rolldown/pluginutils": "^1.0.0"
|
|
1630
1903
|
},
|
|
1631
1904
|
"bin": {
|
|
@@ -1635,21 +1908,21 @@
|
|
|
1635
1908
|
"node": "^20.19.0 || >=22.12.0"
|
|
1636
1909
|
},
|
|
1637
1910
|
"optionalDependencies": {
|
|
1638
|
-
"@rolldown/binding-android-
|
|
1639
|
-
"@rolldown/binding-
|
|
1640
|
-
"@rolldown/binding-darwin-
|
|
1641
|
-
"@rolldown/binding-
|
|
1642
|
-
"@rolldown/binding-
|
|
1643
|
-
"@rolldown/binding-linux-
|
|
1644
|
-
"@rolldown/binding-linux-arm64-
|
|
1645
|
-
"@rolldown/binding-linux-
|
|
1646
|
-
"@rolldown/binding-linux-
|
|
1647
|
-
"@rolldown/binding-linux-
|
|
1648
|
-
"@rolldown/binding-linux-x64-
|
|
1649
|
-
"@rolldown/binding-
|
|
1650
|
-
"@rolldown/binding-
|
|
1651
|
-
"@rolldown/binding-win32-arm64-msvc": "1.
|
|
1652
|
-
"@rolldown/binding-win32-x64-msvc": "1.
|
|
1911
|
+
"@rolldown/binding-android-arm-eabi": "1.2.5",
|
|
1912
|
+
"@rolldown/binding-android-arm64": "1.2.5",
|
|
1913
|
+
"@rolldown/binding-darwin-arm64": "1.2.5",
|
|
1914
|
+
"@rolldown/binding-darwin-x64": "1.2.5",
|
|
1915
|
+
"@rolldown/binding-freebsd-x64": "1.2.5",
|
|
1916
|
+
"@rolldown/binding-linux-arm-gnueabihf": "1.2.5",
|
|
1917
|
+
"@rolldown/binding-linux-arm64-gnu": "1.2.5",
|
|
1918
|
+
"@rolldown/binding-linux-arm64-musl": "1.2.5",
|
|
1919
|
+
"@rolldown/binding-linux-ppc64-gnu": "1.2.5",
|
|
1920
|
+
"@rolldown/binding-linux-s390x-gnu": "1.2.5",
|
|
1921
|
+
"@rolldown/binding-linux-x64-gnu": "1.2.5",
|
|
1922
|
+
"@rolldown/binding-linux-x64-musl": "1.2.5",
|
|
1923
|
+
"@rolldown/binding-openharmony-arm64": "1.2.5",
|
|
1924
|
+
"@rolldown/binding-win32-arm64-msvc": "1.2.5",
|
|
1925
|
+
"@rolldown/binding-win32-x64-msvc": "1.2.5"
|
|
1653
1926
|
}
|
|
1654
1927
|
},
|
|
1655
1928
|
"node_modules/siginfo": {
|
|
@@ -1718,55 +1991,68 @@
|
|
|
1718
1991
|
}
|
|
1719
1992
|
},
|
|
1720
1993
|
"node_modules/tinyrainbow": {
|
|
1721
|
-
"version": "3.1.
|
|
1722
|
-
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.
|
|
1723
|
-
"integrity": "sha512-
|
|
1994
|
+
"version": "3.1.1",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-3.1.1.tgz",
|
|
1996
|
+
"integrity": "sha512-yau8yJdTt989Mm0Bd/236QnzEiPf2xLLTqUZRUJOo/3CB078LSwzei343DgtJVmfJKJE3TMINY1u42SQsP6mXw==",
|
|
1724
1997
|
"dev": true,
|
|
1725
1998
|
"license": "MIT",
|
|
1726
1999
|
"engines": {
|
|
1727
2000
|
"node": ">=14.0.0"
|
|
1728
2001
|
}
|
|
1729
2002
|
},
|
|
1730
|
-
"node_modules/tslib": {
|
|
1731
|
-
"version": "2.8.1",
|
|
1732
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1733
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1734
|
-
"dev": true,
|
|
1735
|
-
"license": "0BSD",
|
|
1736
|
-
"optional": true
|
|
1737
|
-
},
|
|
1738
2003
|
"node_modules/typescript": {
|
|
1739
|
-
"version": "
|
|
1740
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-
|
|
1741
|
-
"integrity": "sha512-
|
|
2004
|
+
"version": "7.0.2",
|
|
2005
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-7.0.2.tgz",
|
|
2006
|
+
"integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
|
|
1742
2007
|
"dev": true,
|
|
1743
2008
|
"license": "Apache-2.0",
|
|
1744
2009
|
"bin": {
|
|
1745
|
-
"tsc": "bin/tsc"
|
|
1746
|
-
"tsserver": "bin/tsserver"
|
|
2010
|
+
"tsc": "bin/tsc"
|
|
1747
2011
|
},
|
|
1748
2012
|
"engines": {
|
|
1749
|
-
"node": ">=
|
|
2013
|
+
"node": ">=16.20.0"
|
|
2014
|
+
},
|
|
2015
|
+
"optionalDependencies": {
|
|
2016
|
+
"@typescript/typescript-aix-ppc64": "7.0.2",
|
|
2017
|
+
"@typescript/typescript-darwin-arm64": "7.0.2",
|
|
2018
|
+
"@typescript/typescript-darwin-x64": "7.0.2",
|
|
2019
|
+
"@typescript/typescript-freebsd-arm64": "7.0.2",
|
|
2020
|
+
"@typescript/typescript-freebsd-x64": "7.0.2",
|
|
2021
|
+
"@typescript/typescript-linux-arm": "7.0.2",
|
|
2022
|
+
"@typescript/typescript-linux-arm64": "7.0.2",
|
|
2023
|
+
"@typescript/typescript-linux-loong64": "7.0.2",
|
|
2024
|
+
"@typescript/typescript-linux-mips64el": "7.0.2",
|
|
2025
|
+
"@typescript/typescript-linux-ppc64": "7.0.2",
|
|
2026
|
+
"@typescript/typescript-linux-riscv64": "7.0.2",
|
|
2027
|
+
"@typescript/typescript-linux-s390x": "7.0.2",
|
|
2028
|
+
"@typescript/typescript-linux-x64": "7.0.2",
|
|
2029
|
+
"@typescript/typescript-netbsd-arm64": "7.0.2",
|
|
2030
|
+
"@typescript/typescript-netbsd-x64": "7.0.2",
|
|
2031
|
+
"@typescript/typescript-openbsd-arm64": "7.0.2",
|
|
2032
|
+
"@typescript/typescript-openbsd-x64": "7.0.2",
|
|
2033
|
+
"@typescript/typescript-sunos-x64": "7.0.2",
|
|
2034
|
+
"@typescript/typescript-win32-arm64": "7.0.2",
|
|
2035
|
+
"@typescript/typescript-win32-x64": "7.0.2"
|
|
1750
2036
|
}
|
|
1751
2037
|
},
|
|
1752
2038
|
"node_modules/undici-types": {
|
|
1753
|
-
"version": "
|
|
1754
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-
|
|
1755
|
-
"integrity": "sha512-
|
|
2039
|
+
"version": "8.3.0",
|
|
2040
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.3.0.tgz",
|
|
2041
|
+
"integrity": "sha512-j375ScV60dom+YkPFIfTLcOiPxkN/buHz5GobjLhixFuANaNs3C9l4GmrWqejgXWJ7BbJcFYpTEUkS1Ge8bpZQ==",
|
|
1756
2042
|
"dev": true,
|
|
1757
2043
|
"license": "MIT"
|
|
1758
2044
|
},
|
|
1759
2045
|
"node_modules/vite": {
|
|
1760
|
-
"version": "8.
|
|
1761
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-8.
|
|
1762
|
-
"integrity": "sha512-
|
|
2046
|
+
"version": "8.2.2",
|
|
2047
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-8.2.2.tgz",
|
|
2048
|
+
"integrity": "sha512-cFKLV/PRgAUlIRm5WjMjJ86jrftzpqcgH+Us+DS8mI3CDNiH30Whrz8uHL3+MOLPAgqbMBAqWdAHAphOAM+z/Q==",
|
|
1763
2049
|
"dev": true,
|
|
1764
2050
|
"license": "MIT",
|
|
1765
2051
|
"dependencies": {
|
|
1766
|
-
"lightningcss": "^1.
|
|
1767
|
-
"picomatch": "^4.0.
|
|
1768
|
-
"postcss": "^8.5.
|
|
1769
|
-
"rolldown": "1.
|
|
2052
|
+
"lightningcss": "^1.33.0",
|
|
2053
|
+
"picomatch": "^4.0.5",
|
|
2054
|
+
"postcss": "^8.5.26",
|
|
2055
|
+
"rolldown": "~1.2.4",
|
|
1770
2056
|
"tinyglobby": "^0.2.17"
|
|
1771
2057
|
},
|
|
1772
2058
|
"bin": {
|
|
@@ -1783,7 +2069,7 @@
|
|
|
1783
2069
|
},
|
|
1784
2070
|
"peerDependencies": {
|
|
1785
2071
|
"@types/node": "^20.19.0 || >=22.12.0",
|
|
1786
|
-
"@vitejs/devtools": "^0.
|
|
2072
|
+
"@vitejs/devtools": "^0.4.0 || ^0.5.0",
|
|
1787
2073
|
"esbuild": "^0.27.0 || ^0.28.0",
|
|
1788
2074
|
"jiti": ">=1.21.0",
|
|
1789
2075
|
"less": "^4.0.0",
|
|
@@ -1835,19 +2121,19 @@
|
|
|
1835
2121
|
}
|
|
1836
2122
|
},
|
|
1837
2123
|
"node_modules/vitest": {
|
|
1838
|
-
"version": "4.1.
|
|
1839
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
1840
|
-
"integrity": "sha512-
|
|
2124
|
+
"version": "4.1.11",
|
|
2125
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.11.tgz",
|
|
2126
|
+
"integrity": "sha512-fhACrNXUidIbGSBr5FlbuBkO7VWC1ZyLl0DO4CU2DrQoAPxX84Ysxs+HeGQpii5lZWV1Q4gBZTTu49mF+A6Edw==",
|
|
1841
2127
|
"dev": true,
|
|
1842
2128
|
"license": "MIT",
|
|
1843
2129
|
"dependencies": {
|
|
1844
|
-
"@vitest/expect": "4.1.
|
|
1845
|
-
"@vitest/mocker": "4.1.
|
|
1846
|
-
"@vitest/pretty-format": "4.1.
|
|
1847
|
-
"@vitest/runner": "4.1.
|
|
1848
|
-
"@vitest/snapshot": "4.1.
|
|
1849
|
-
"@vitest/spy": "4.1.
|
|
1850
|
-
"@vitest/utils": "4.1.
|
|
2130
|
+
"@vitest/expect": "4.1.11",
|
|
2131
|
+
"@vitest/mocker": "4.1.11",
|
|
2132
|
+
"@vitest/pretty-format": "4.1.11",
|
|
2133
|
+
"@vitest/runner": "4.1.11",
|
|
2134
|
+
"@vitest/snapshot": "4.1.11",
|
|
2135
|
+
"@vitest/spy": "4.1.11",
|
|
2136
|
+
"@vitest/utils": "4.1.11",
|
|
1851
2137
|
"es-module-lexer": "^2.0.0",
|
|
1852
2138
|
"expect-type": "^1.3.0",
|
|
1853
2139
|
"magic-string": "^0.30.21",
|
|
@@ -1875,12 +2161,12 @@
|
|
|
1875
2161
|
"@edge-runtime/vm": "*",
|
|
1876
2162
|
"@opentelemetry/api": "^1.9.0",
|
|
1877
2163
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
1878
|
-
"@vitest/browser-playwright": "4.1.
|
|
1879
|
-
"@vitest/browser-preview": "4.1.
|
|
1880
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
1881
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
1882
|
-
"@vitest/coverage-v8": "4.1.
|
|
1883
|
-
"@vitest/ui": "4.1.
|
|
2164
|
+
"@vitest/browser-playwright": "4.1.11",
|
|
2165
|
+
"@vitest/browser-preview": "4.1.11",
|
|
2166
|
+
"@vitest/browser-webdriverio": "4.1.11",
|
|
2167
|
+
"@vitest/coverage-istanbul": "4.1.11",
|
|
2168
|
+
"@vitest/coverage-v8": "4.1.11",
|
|
2169
|
+
"@vitest/ui": "4.1.11",
|
|
1884
2170
|
"happy-dom": "*",
|
|
1885
2171
|
"jsdom": "*",
|
|
1886
2172
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|