@skillcap/gdh 3.2.1 → 3.2.3
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/INSTALL-BUNDLE.json +1 -1
- package/RELEASE-SPAN-UPDATE-CONTRACTS.json +134 -0
- package/node_modules/@clack/core/CHANGELOG.md +8 -0
- package/node_modules/@clack/core/dist/index.d.mts +18 -4
- package/node_modules/@clack/core/dist/index.mjs +16 -10
- package/node_modules/@clack/core/dist/index.mjs.map +1 -1
- package/node_modules/@clack/core/package.json +5 -2
- package/node_modules/@clack/prompts/CHANGELOG.md +15 -0
- package/node_modules/@clack/prompts/README.md +107 -2
- package/node_modules/@clack/prompts/dist/index.d.mts +16 -11
- package/node_modules/@clack/prompts/dist/index.mjs +114 -107
- package/node_modules/@clack/prompts/dist/index.mjs.map +1 -1
- package/node_modules/@clack/prompts/package.json +7 -4
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.js +1 -1
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-settings-patch.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-settings-patch.js +4 -2
- package/node_modules/@gdh/adapters/dist/claude-settings-patch.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.js +1 -1
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/deferred-actions-advisory.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/deferred-actions-advisory.js +1 -1
- package/node_modules/@gdh/adapters/dist/deferred-actions-advisory.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/durable-backup.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/durable-backup.js +3 -5
- package/node_modules/@gdh/adapters/dist/durable-backup.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.d.ts +11 -37
- package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.js +18 -90
- package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/inventory-sweep.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/inventory-sweep.js +1 -3
- package/node_modules/@gdh/adapters/dist/inventory-sweep.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/managed-surfaces.d.ts +32 -0
- package/node_modules/@gdh/adapters/dist/managed-surfaces.d.ts.map +1 -0
- package/node_modules/@gdh/adapters/dist/managed-surfaces.js +66 -0
- package/node_modules/@gdh/adapters/dist/managed-surfaces.js.map +1 -0
- package/node_modules/@gdh/adapters/dist/process-orchestration.d.ts +1 -1
- package/node_modules/@gdh/adapters/dist/process-orchestration.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/process-orchestration.js +3 -2
- package/node_modules/@gdh/adapters/dist/process-orchestration.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/self-update-mechanics.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/self-update-mechanics.js +11 -23
- package/node_modules/@gdh/adapters/dist/self-update-mechanics.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.js +2 -8
- package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/template-assets.js.map +1 -1
- package/node_modules/@gdh/adapters/package.json +7 -8
- package/node_modules/@gdh/authoring/dist/authoring-state-store.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/authoring-state-store.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/cache.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/cache.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/diagnostics-broker-contract.d.ts +2 -2
- package/node_modules/@gdh/authoring/dist/diagnostics-broker-contract.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/diagnostics-broker-contract.js +2 -2
- package/node_modules/@gdh/authoring/dist/diagnostics-broker-contract.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/diagnostics-broker.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/diagnostics-broker.js +15 -12
- package/node_modules/@gdh/authoring/dist/diagnostics-broker.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-broker-snapshot.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-broker-snapshot.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-client.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-client.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-constants.d.ts +17 -0
- package/node_modules/@gdh/authoring/dist/lsp-constants.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/lsp-constants.js +17 -0
- package/node_modules/@gdh/authoring/dist/lsp-constants.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/lsp-warmup.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp-warmup.js +2 -4
- package/node_modules/@gdh/authoring/dist/lsp-warmup.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp.js +30 -64
- package/node_modules/@gdh/authoring/dist/lsp.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/prepare.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/prepare.js +1 -3
- package/node_modules/@gdh/authoring/dist/prepare.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/project.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/project.js +4 -13
- package/node_modules/@gdh/authoring/dist/project.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/report.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/report.js +2 -11
- package/node_modules/@gdh/authoring/dist/report.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/scene-resource.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/scene-resource.js.map +1 -1
- package/node_modules/@gdh/authoring/dist/tcp-port.d.ts +2 -0
- package/node_modules/@gdh/authoring/dist/tcp-port.d.ts.map +1 -0
- package/node_modules/@gdh/authoring/dist/tcp-port.js +23 -0
- package/node_modules/@gdh/authoring/dist/tcp-port.js.map +1 -0
- package/node_modules/@gdh/authoring/dist/warmup.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/warmup.js.map +1 -1
- package/node_modules/@gdh/authoring/package.json +2 -2
- package/node_modules/@gdh/cli/dist/args.d.ts +44 -0
- package/node_modules/@gdh/cli/dist/args.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/args.js +124 -0
- package/node_modules/@gdh/cli/dist/args.js.map +1 -0
- package/node_modules/@gdh/cli/dist/bridge-session.d.ts +1 -1
- package/node_modules/@gdh/cli/dist/bridge-session.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/bridge-session.js +9 -8
- package/node_modules/@gdh/cli/dist/bridge-session.js.map +1 -1
- package/node_modules/@gdh/cli/dist/index.d.ts +4 -52
- package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/index.js +8 -197
- package/node_modules/@gdh/cli/dist/index.js.map +1 -1
- package/node_modules/@gdh/cli/dist/io.d.ts +10 -0
- package/node_modules/@gdh/cli/dist/io.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/io.js +26 -0
- package/node_modules/@gdh/cli/dist/io.js.map +1 -0
- package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts +3 -0
- package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/mcp-cleanup.js +47 -0
- package/node_modules/@gdh/cli/dist/mcp-cleanup.js.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.d.ts +1 -1
- package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.js +23 -30
- package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
- package/node_modules/@gdh/cli/dist/self-update.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/self-update.js +13 -20
- package/node_modules/@gdh/cli/dist/self-update.js.map +1 -1
- package/node_modules/@gdh/cli/dist/setup.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/setup.js.map +1 -1
- package/node_modules/@gdh/cli/dist/status-command.d.ts +3 -0
- package/node_modules/@gdh/cli/dist/status-command.d.ts.map +1 -0
- package/node_modules/@gdh/cli/dist/status-command.js +44 -0
- package/node_modules/@gdh/cli/dist/status-command.js.map +1 -0
- package/node_modules/@gdh/cli/dist/update-banner.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/update-banner.js +1 -1
- package/node_modules/@gdh/cli/dist/update-banner.js.map +1 -1
- package/node_modules/@gdh/cli/package.json +11 -11
- package/node_modules/@gdh/core/dist/dev-mode.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/dev-mode.js.map +1 -1
- package/node_modules/@gdh/core/dist/editor-operation-runner.d.ts +3 -0
- package/node_modules/@gdh/core/dist/editor-operation-runner.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/editor-operation-runner.js +682 -0
- package/node_modules/@gdh/core/dist/editor-operation-runner.js.map +1 -0
- package/node_modules/@gdh/core/dist/git-root.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/git-root.js +4 -1
- package/node_modules/@gdh/core/dist/git-root.js.map +1 -1
- package/node_modules/@gdh/core/dist/godot-docs-version.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/godot-docs-version.js.map +1 -1
- package/node_modules/@gdh/core/dist/godot-stderr-fatality.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/godot-stderr-fatality.js +1 -2
- package/node_modules/@gdh/core/dist/godot-stderr-fatality.js.map +1 -1
- package/node_modules/@gdh/core/dist/index.d.ts +10 -5
- package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/index.js +15 -5
- package/node_modules/@gdh/core/dist/index.js.map +1 -1
- package/node_modules/@gdh/core/dist/managed-gitignore.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/managed-gitignore.js +4 -14
- package/node_modules/@gdh/core/dist/managed-gitignore.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s2c2_to_s2c3_rules_schema_v2_to_v3.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s2c2_to_s2c3_rules_schema_v2_to_v3.js +2 -2
- package/node_modules/@gdh/core/dist/migrations/entries/s2c2_to_s2c3_rules_schema_v2_to_v3.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s3c21_to_s3c22_canonical_hook_paths.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s3c21_to_s3c22_canonical_hook_paths.js +6 -14
- package/node_modules/@gdh/core/dist/migrations/entries/s3c21_to_s3c22_canonical_hook_paths.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.js +7 -23
- package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/envelopes/envelope-output-validator.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/envelopes/envelope-output-validator.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/envelopes/index.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/envelopes/index.js +1 -2
- package/node_modules/@gdh/core/dist/migrations/envelopes/index.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/envelopes/types.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/golden-harness.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/golden-harness.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/probes.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/probes.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.d.ts +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.js +3 -6
- package/node_modules/@gdh/core/dist/migrations/registry.js.map +1 -1
- package/node_modules/@gdh/core/dist/official-docs.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/process-termination.d.ts +29 -0
- package/node_modules/@gdh/core/dist/process-termination.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/process-termination.js +125 -0
- package/node_modules/@gdh/core/dist/process-termination.js.map +1 -0
- package/node_modules/@gdh/core/dist/release-span-preview.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/release-span-preview.js +1 -1
- package/node_modules/@gdh/core/dist/release-span-preview.js.map +1 -1
- package/node_modules/@gdh/core/dist/release-span-update-contract.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/release-span-update-contract.js +5 -10
- package/node_modules/@gdh/core/dist/release-span-update-contract.js.map +1 -1
- package/node_modules/@gdh/core/dist/state/codex-retrust-reminder.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/state/codex-retrust-reminder.js.map +1 -1
- package/node_modules/@gdh/core/dist/state/migration-state.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/state/migration-state.js +3 -8
- package/node_modules/@gdh/core/dist/state/migration-state.js.map +1 -1
- package/node_modules/@gdh/core/dist/state/migration-trace.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/state/migration-trace.js +3 -8
- package/node_modules/@gdh/core/dist/state/migration-trace.js.map +1 -1
- package/node_modules/@gdh/core/dist/state/render-inventory.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/state/render-inventory.js.map +1 -1
- package/node_modules/@gdh/core/dist/update-cache.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/update-cache.js.map +1 -1
- package/node_modules/@gdh/core/dist/update-probe.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/update-probe.js +1 -3
- package/node_modules/@gdh/core/dist/update-probe.js.map +1 -1
- package/node_modules/@gdh/core/package.json +1 -1
- package/node_modules/@gdh/docs/dist/agent-contract.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/agent-contract.js +2 -4
- package/node_modules/@gdh/docs/dist/agent-contract.js.map +1 -1
- package/node_modules/@gdh/docs/dist/files.d.ts +1 -1
- package/node_modules/@gdh/docs/dist/files.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/guidance.js +1 -1
- package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
- package/node_modules/@gdh/docs/dist/index.d.ts +4 -4
- package/node_modules/@gdh/docs/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/index.js +3 -3
- package/node_modules/@gdh/docs/dist/index.js.map +1 -1
- package/node_modules/@gdh/docs/dist/official-docs.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/official-docs.js +16 -5
- package/node_modules/@gdh/docs/dist/official-docs.js.map +1 -1
- package/node_modules/@gdh/docs/dist/query.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/query.js +8 -3
- package/node_modules/@gdh/docs/dist/query.js.map +1 -1
- package/node_modules/@gdh/docs/dist/recovery-hints.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/recovery-hints.js +0 -1
- package/node_modules/@gdh/docs/dist/recovery-hints.js.map +1 -1
- package/node_modules/@gdh/docs/dist/template-assets.js.map +1 -1
- package/node_modules/@gdh/docs/package.json +2 -2
- package/node_modules/@gdh/editor/dist/index.d.ts +1 -3
- package/node_modules/@gdh/editor/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/editor/dist/index.js +46 -683
- package/node_modules/@gdh/editor/dist/index.js.map +1 -1
- package/node_modules/@gdh/editor/package.json +2 -2
- package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts +8 -1
- package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts.map +1 -1
- package/node_modules/@gdh/mcp/dist/bridge-tools.js +81 -2
- package/node_modules/@gdh/mcp/dist/bridge-tools.js.map +1 -1
- package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/mcp/dist/index.js +10 -77
- package/node_modules/@gdh/mcp/dist/index.js.map +1 -1
- package/node_modules/@gdh/mcp/package.json +8 -10
- package/node_modules/@gdh/observability/dist/guidance-audit.d.ts.map +1 -1
- package/node_modules/@gdh/observability/dist/guidance-audit.js +11 -21
- package/node_modules/@gdh/observability/dist/guidance-audit.js.map +1 -1
- package/node_modules/@gdh/observability/dist/index.d.ts +2 -2
- package/node_modules/@gdh/observability/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/observability/dist/index.js +1 -1
- package/node_modules/@gdh/observability/dist/index.js.map +1 -1
- package/node_modules/@gdh/observability/dist/runtime-bundles.d.ts.map +1 -1
- package/node_modules/@gdh/observability/dist/runtime-bundles.js +3 -10
- package/node_modules/@gdh/observability/dist/runtime-bundles.js.map +1 -1
- package/node_modules/@gdh/observability/dist/runtime-corpus.d.ts.map +1 -1
- package/node_modules/@gdh/observability/dist/runtime-corpus.js +1 -1
- package/node_modules/@gdh/observability/dist/runtime-corpus.js.map +1 -1
- package/node_modules/@gdh/observability/package.json +3 -2
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts +2 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.js +8 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts +2 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker.js +71 -21
- package/node_modules/@gdh/runtime/dist/bridge-broker.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-surface.d.ts +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-surface.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-surface.js +2 -2
- package/node_modules/@gdh/runtime/dist/bridge-surface.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/docker-provider.d.ts +1 -1
- package/node_modules/@gdh/runtime/dist/docker-provider.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/docker-provider.js +5 -16
- package/node_modules/@gdh/runtime/dist/docker-provider.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/index.d.ts +1 -1
- package/node_modules/@gdh/runtime/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/index.js +65 -18
- package/node_modules/@gdh/runtime/dist/index.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/knowledge-surface.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/knowledge-surface.js +21 -10
- package/node_modules/@gdh/runtime/dist/knowledge-surface.js.map +1 -1
- package/node_modules/@gdh/runtime/package.json +2 -3
- package/node_modules/@gdh/scan/dist/detect-existing-onboarding.d.ts.map +1 -1
- package/node_modules/@gdh/scan/dist/detect-existing-onboarding.js +1 -5
- package/node_modules/@gdh/scan/dist/detect-existing-onboarding.js.map +1 -1
- package/node_modules/@gdh/scan/dist/index.d.ts +3 -3
- package/node_modules/@gdh/scan/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/scan/dist/index.js +3 -3
- package/node_modules/@gdh/scan/dist/index.js.map +1 -1
- package/node_modules/@gdh/scan/dist/inventory-cache.js +1 -1
- package/node_modules/@gdh/scan/dist/inventory-cache.js.map +1 -1
- package/node_modules/@gdh/scan/dist/onboard.d.ts +1 -2
- package/node_modules/@gdh/scan/dist/onboard.d.ts.map +1 -1
- package/node_modules/@gdh/scan/dist/onboard.js +4 -5
- package/node_modules/@gdh/scan/dist/onboard.js.map +1 -1
- package/node_modules/@gdh/scan/dist/scan.d.ts.map +1 -1
- package/node_modules/@gdh/scan/dist/scan.js +4 -2
- package/node_modules/@gdh/scan/dist/scan.js.map +1 -1
- package/node_modules/@gdh/scan/package.json +3 -3
- package/node_modules/@gdh/verify/dist/corpus.d.ts.map +1 -1
- package/node_modules/@gdh/verify/dist/corpus.js +7 -6
- package/node_modules/@gdh/verify/dist/corpus.js.map +1 -1
- package/node_modules/@gdh/verify/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/verify/dist/index.js +0 -1
- package/node_modules/@gdh/verify/dist/index.js.map +1 -1
- package/node_modules/@gdh/verify/dist/readiness.d.ts.map +1 -1
- package/node_modules/@gdh/verify/dist/readiness.js.map +1 -1
- package/node_modules/@gdh/verify/dist/scenarios.d.ts +1 -1
- package/node_modules/@gdh/verify/dist/scenarios.d.ts.map +1 -1
- package/node_modules/@gdh/verify/dist/scenarios.js +14 -11
- package/node_modules/@gdh/verify/dist/scenarios.js.map +1 -1
- package/node_modules/@gdh/verify/package.json +6 -7
- package/node_modules/@hono/node-server/dist/index.js +22 -0
- package/node_modules/@hono/node-server/dist/index.mjs +22 -0
- package/node_modules/@hono/node-server/dist/listener.js +22 -0
- package/node_modules/@hono/node-server/dist/listener.mjs +22 -0
- package/node_modules/@hono/node-server/dist/request.js +11 -0
- package/node_modules/@hono/node-server/dist/request.mjs +11 -0
- package/node_modules/@hono/node-server/dist/response.js +11 -0
- package/node_modules/@hono/node-server/dist/response.mjs +11 -0
- package/node_modules/@hono/node-server/dist/server.js +22 -0
- package/node_modules/@hono/node-server/dist/server.mjs +22 -0
- package/node_modules/@hono/node-server/dist/utils.d.mts +2 -2
- package/node_modules/@hono/node-server/dist/utils.d.ts +2 -2
- package/node_modules/@hono/node-server/dist/vercel.js +22 -0
- package/node_modules/@hono/node-server/dist/vercel.mjs +22 -0
- package/node_modules/@hono/node-server/package.json +1 -1
- package/node_modules/ajv/README.md +1 -1
- package/node_modules/ajv/dist/core.js +1 -1
- package/node_modules/ajv/dist/core.js.map +1 -1
- package/node_modules/ajv/lib/core.ts +1 -1
- package/node_modules/ajv/package.json +2 -3
- package/node_modules/eventsource-parser/LICENSE +1 -1
- package/node_modules/eventsource-parser/dist/index.cjs +104 -44
- package/node_modules/eventsource-parser/dist/index.cjs.map +1 -1
- package/node_modules/eventsource-parser/dist/index.d.cts +23 -21
- package/node_modules/eventsource-parser/dist/index.d.ts +23 -21
- package/node_modules/eventsource-parser/dist/index.js +104 -44
- package/node_modules/eventsource-parser/dist/index.js.map +1 -1
- package/node_modules/eventsource-parser/dist/stream.d.cts +22 -19
- package/node_modules/eventsource-parser/dist/stream.d.ts +22 -19
- package/node_modules/eventsource-parser/package.json +54 -77
- package/node_modules/eventsource-parser/src/parse.ts +270 -107
- package/node_modules/express-rate-limit/dist/index.cjs +51 -10
- package/node_modules/express-rate-limit/dist/index.d.cts +31 -1
- package/node_modules/express-rate-limit/dist/index.d.mts +31 -1
- package/node_modules/express-rate-limit/dist/index.d.ts +31 -1
- package/node_modules/express-rate-limit/dist/index.mjs +51 -10
- package/node_modules/express-rate-limit/package.json +3 -2
- package/node_modules/express-rate-limit/readme.md +3 -0
- package/node_modules/fast-string-truncated-width/dist/index.js +36 -96
- package/node_modules/fast-string-truncated-width/dist/types.d.ts +0 -3
- package/node_modules/fast-string-truncated-width/dist/utils.d.ts +3 -3
- package/node_modules/fast-string-truncated-width/dist/utils.js +14 -9
- package/node_modules/fast-string-truncated-width/package.json +1 -1
- package/node_modules/fast-string-truncated-width/readme.md +2 -3
- package/node_modules/fast-string-width/package.json +2 -2
- package/node_modules/fast-string-width/readme.md +0 -3
- package/node_modules/fast-uri/.github/workflows/ci.yml +12 -7
- package/node_modules/fast-uri/.github/workflows/lock-threads.yml +19 -0
- package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +1 -1
- package/node_modules/fast-uri/LICENSE +1 -3
- package/node_modules/fast-uri/README.md +13 -4
- package/node_modules/fast-uri/index.js +90 -24
- package/node_modules/fast-uri/lib/utils.js +129 -22
- package/node_modules/fast-uri/package.json +3 -4
- package/node_modules/fast-wrap-ansi/lib/main.js +4 -1
- package/node_modules/fast-wrap-ansi/lib/main.js.map +1 -1
- package/node_modules/fast-wrap-ansi/package.json +2 -2
- package/node_modules/get-intrinsic/CHANGELOG.md +0 -7
- package/node_modules/get-intrinsic/index.js +13 -8
- package/node_modules/get-intrinsic/package.json +4 -7
- package/node_modules/hasown/CHANGELOG.md +11 -0
- package/node_modules/hasown/eslint.config.mjs +6 -0
- package/node_modules/hasown/index.d.ts +1 -0
- package/node_modules/hasown/package.json +14 -14
- package/node_modules/hono/dist/adapter/aws-lambda/handler.js +9 -2
- package/node_modules/hono/dist/cjs/adapter/aws-lambda/handler.js +9 -2
- package/node_modules/hono/dist/cjs/helper/ssg/ssg.js +2 -0
- package/node_modules/hono/dist/cjs/jsx/base.js +7 -1
- package/node_modules/hono/dist/cjs/jsx/dom/render.js +22 -9
- package/node_modules/hono/dist/cjs/jsx/jsx-runtime.js +3 -0
- package/node_modules/hono/dist/cjs/jsx/utils.js +155 -5
- package/node_modules/hono/dist/cjs/middleware/body-limit/index.js +21 -30
- package/node_modules/hono/dist/cjs/middleware/cache/index.js +11 -3
- package/node_modules/hono/dist/cjs/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/cjs/middleware/method-override/index.js +1 -1
- package/node_modules/hono/dist/cjs/middleware/trailing-slash/index.js +2 -2
- package/node_modules/hono/dist/cjs/utils/jwt/jws.js +1 -1
- package/node_modules/hono/dist/cjs/utils/jwt/jwt.js +12 -6
- package/node_modules/hono/dist/helper/ssg/ssg.js +2 -0
- package/node_modules/hono/dist/jsx/base.js +13 -2
- package/node_modules/hono/dist/jsx/dom/render.js +22 -9
- package/node_modules/hono/dist/jsx/jsx-runtime.js +4 -1
- package/node_modules/hono/dist/jsx/utils.js +153 -5
- package/node_modules/hono/dist/middleware/body-limit/index.js +21 -30
- package/node_modules/hono/dist/middleware/cache/index.js +11 -3
- package/node_modules/hono/dist/middleware/cors/index.js +2 -5
- package/node_modules/hono/dist/middleware/method-override/index.js +1 -1
- package/node_modules/hono/dist/middleware/trailing-slash/index.js +2 -2
- package/node_modules/hono/dist/tsconfig.build.tsbuildinfo +1 -1
- package/node_modules/hono/dist/types/jsx/utils.d.ts +3 -1
- package/node_modules/hono/dist/types/middleware/cache/index.d.ts +2 -0
- package/node_modules/hono/dist/types/middleware/cors/index.d.ts +1 -1
- package/node_modules/hono/dist/types/middleware/trailing-slash/index.d.ts +16 -0
- package/node_modules/hono/dist/types/types.d.ts +116 -116
- package/node_modules/hono/dist/utils/jwt/jws.js +1 -1
- package/node_modules/hono/dist/utils/jwt/jwt.js +12 -6
- package/node_modules/hono/package.json +1 -1
- package/node_modules/ip-address/README.md +249 -76
- package/node_modules/ip-address/dist/address-error.d.ts +0 -1
- package/node_modules/ip-address/dist/address-error.js.map +1 -1
- package/node_modules/ip-address/dist/common.d.ts +6 -1
- package/node_modules/ip-address/dist/common.js +21 -0
- package/node_modules/ip-address/dist/common.js.map +1 -1
- package/node_modules/ip-address/dist/ip-address.d.ts +0 -1
- package/node_modules/ip-address/dist/ip-address.js.map +1 -1
- package/node_modules/ip-address/dist/ipv4.d.ts +115 -57
- package/node_modules/ip-address/dist/ipv4.js +193 -68
- package/node_modules/ip-address/dist/ipv4.js.map +1 -1
- package/node_modules/ip-address/dist/ipv6.d.ts +172 -111
- package/node_modules/ip-address/dist/ipv6.js +345 -131
- package/node_modules/ip-address/dist/ipv6.js.map +1 -1
- package/node_modules/ip-address/dist/v4/constants.d.ts +0 -1
- package/node_modules/ip-address/dist/v4/constants.js.map +1 -1
- package/node_modules/ip-address/dist/v6/constants.d.ts +0 -1
- package/node_modules/ip-address/dist/v6/constants.js +5 -0
- package/node_modules/ip-address/dist/v6/constants.js.map +1 -1
- package/node_modules/ip-address/dist/v6/helpers.d.ts +1 -1
- package/node_modules/ip-address/dist/v6/helpers.js +12 -3
- package/node_modules/ip-address/dist/v6/helpers.js.map +1 -1
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -1
- package/node_modules/ip-address/dist/v6/regular-expressions.js.map +1 -1
- package/node_modules/ip-address/package.json +45 -35
- package/node_modules/jose/dist/webapi/jwks/remote.js +1 -1
- package/node_modules/jose/dist/webapi/lib/pbes2kw.js +3 -0
- package/node_modules/jose/package.json +1 -1
- package/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +5 -3
- package/node_modules/yaml/browser/dist/nodes/Alias.js +2 -0
- package/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +11 -8
- package/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +2 -1
- package/node_modules/yaml/dist/compose/resolve-flow-scalar.js +5 -3
- package/node_modules/yaml/dist/nodes/Alias.js +2 -0
- package/node_modules/yaml/dist/nodes/Scalar.d.ts +5 -1
- package/node_modules/yaml/dist/schema/yaml-1.1/merge.js +10 -7
- package/node_modules/yaml/dist/stringify/stringifyNumber.js +2 -1
- package/node_modules/yaml/package.json +1 -1
- package/node_modules/zod/README.md +1 -18
- package/node_modules/zod/locales/package.json +2 -1
- package/node_modules/zod/mini/package.json +2 -1
- package/node_modules/zod/package.json +1 -1
- package/node_modules/zod/src/v4/classic/errors.ts +2 -2
- package/node_modules/zod/src/v4/classic/external.ts +1 -0
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +39 -23
- package/node_modules/zod/src/v4/classic/parse.ts +6 -6
- package/node_modules/zod/src/v4/classic/schemas.ts +414 -151
- package/node_modules/zod/src/v4/core/api.ts +31 -6
- package/node_modules/zod/src/v4/core/checks.ts +1 -1
- package/node_modules/zod/src/v4/core/core.ts +17 -2
- package/node_modules/zod/src/v4/core/errors.ts +31 -24
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +17 -18
- package/node_modules/zod/src/v4/core/parse.ts +7 -7
- package/node_modules/zod/src/v4/core/regexes.ts +8 -1
- package/node_modules/zod/src/v4/core/schemas.ts +263 -71
- package/node_modules/zod/src/v4/core/to-json-schema.ts +10 -1
- package/node_modules/zod/src/v4/core/util.ts +52 -35
- package/node_modules/zod/src/v4/core/versions.ts +2 -2
- package/node_modules/zod/src/v4/locales/el.ts +121 -0
- package/node_modules/zod/src/v4/locales/en.ts +4 -0
- package/node_modules/zod/src/v4/locales/fr.ts +24 -8
- package/node_modules/zod/src/v4/locales/hr.ts +131 -0
- package/node_modules/zod/src/v4/locales/index.ts +3 -0
- package/node_modules/zod/src/v4/locales/it.ts +1 -1
- package/node_modules/zod/src/v4/locales/ka.ts +8 -8
- package/node_modules/zod/src/v4/locales/ro.ts +129 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/mini/external.ts +1 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +56 -25
- package/node_modules/zod/v3/package.json +2 -1
- package/node_modules/zod/v4/classic/errors.js +2 -2
- package/node_modules/zod/v4/classic/external.d.cts +1 -0
- package/node_modules/zod/v4/classic/external.d.ts +1 -0
- package/node_modules/zod/v4/classic/from-json-schema.cjs +31 -16
- package/node_modules/zod/v4/classic/from-json-schema.js +31 -16
- package/node_modules/zod/v4/classic/package.json +2 -1
- package/node_modules/zod/v4/classic/schemas.cjs +358 -119
- package/node_modules/zod/v4/classic/schemas.d.cts +42 -14
- package/node_modules/zod/v4/classic/schemas.d.ts +42 -14
- package/node_modules/zod/v4/classic/schemas.js +356 -118
- package/node_modules/zod/v4/core/api.cjs +7 -2
- package/node_modules/zod/v4/core/api.d.cts +26 -5
- package/node_modules/zod/v4/core/api.d.ts +26 -5
- package/node_modules/zod/v4/core/api.js +7 -2
- package/node_modules/zod/v4/core/checks.d.cts +1 -1
- package/node_modules/zod/v4/core/checks.d.ts +1 -1
- package/node_modules/zod/v4/core/core.cjs +3 -1
- package/node_modules/zod/v4/core/core.js +4 -2
- package/node_modules/zod/v4/core/errors.cjs +26 -23
- package/node_modules/zod/v4/core/errors.d.cts +1 -0
- package/node_modules/zod/v4/core/errors.d.ts +1 -0
- package/node_modules/zod/v4/core/errors.js +26 -23
- package/node_modules/zod/v4/core/json-schema-processors.cjs +16 -20
- package/node_modules/zod/v4/core/json-schema-processors.js +16 -20
- package/node_modules/zod/v4/core/package.json +2 -1
- package/node_modules/zod/v4/core/parse.cjs +7 -7
- package/node_modules/zod/v4/core/parse.js +7 -7
- package/node_modules/zod/v4/core/regexes.cjs +9 -3
- package/node_modules/zod/v4/core/regexes.d.cts +6 -0
- package/node_modules/zod/v4/core/regexes.d.ts +6 -0
- package/node_modules/zod/v4/core/regexes.js +7 -1
- package/node_modules/zod/v4/core/schemas.cjs +211 -65
- package/node_modules/zod/v4/core/schemas.d.cts +39 -1
- package/node_modules/zod/v4/core/schemas.d.ts +39 -1
- package/node_modules/zod/v4/core/schemas.js +210 -64
- package/node_modules/zod/v4/core/to-json-schema.cjs +12 -1
- package/node_modules/zod/v4/core/to-json-schema.js +12 -1
- package/node_modules/zod/v4/core/util.cjs +54 -30
- package/node_modules/zod/v4/core/util.d.cts +1 -0
- package/node_modules/zod/v4/core/util.d.ts +1 -0
- package/node_modules/zod/v4/core/util.js +55 -32
- package/node_modules/zod/v4/core/versions.cjs +2 -2
- package/node_modules/zod/v4/core/versions.d.cts +1 -1
- package/node_modules/zod/v4/core/versions.d.ts +1 -1
- package/node_modules/zod/v4/core/versions.js +2 -2
- package/node_modules/zod/v4/locales/el.cjs +136 -0
- package/node_modules/zod/v4/locales/el.d.cts +5 -0
- package/node_modules/zod/v4/locales/el.d.ts +4 -0
- package/node_modules/zod/v4/locales/el.js +109 -0
- package/node_modules/zod/v4/locales/en.cjs +4 -0
- package/node_modules/zod/v4/locales/en.js +4 -0
- package/node_modules/zod/v4/locales/fr.cjs +24 -7
- package/node_modules/zod/v4/locales/fr.js +24 -7
- package/node_modules/zod/v4/locales/hr.cjs +149 -0
- package/node_modules/zod/v4/locales/hr.d.cts +5 -0
- package/node_modules/zod/v4/locales/hr.d.ts +4 -0
- package/node_modules/zod/v4/locales/hr.js +122 -0
- package/node_modules/zod/v4/locales/index.cjs +8 -1
- package/node_modules/zod/v4/locales/index.d.cts +3 -0
- package/node_modules/zod/v4/locales/index.d.ts +3 -0
- package/node_modules/zod/v4/locales/index.js +3 -0
- package/node_modules/zod/v4/locales/it.cjs +1 -1
- package/node_modules/zod/v4/locales/it.js +1 -1
- package/node_modules/zod/v4/locales/ka.cjs +8 -8
- package/node_modules/zod/v4/locales/ka.js +8 -8
- package/node_modules/zod/v4/locales/package.json +2 -1
- package/node_modules/zod/v4/locales/ro.cjs +146 -0
- package/node_modules/zod/v4/locales/ro.d.cts +5 -0
- package/node_modules/zod/v4/locales/ro.d.ts +4 -0
- package/node_modules/zod/v4/locales/ro.js +119 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/mini/external.d.cts +1 -0
- package/node_modules/zod/v4/mini/external.d.ts +1 -0
- package/node_modules/zod/v4/mini/package.json +2 -1
- package/node_modules/zod/v4/mini/schemas.cjs +41 -4
- package/node_modules/zod/v4/mini/schemas.d.cts +28 -10
- package/node_modules/zod/v4/mini/schemas.d.ts +28 -10
- package/node_modules/zod/v4/mini/schemas.js +40 -4
- package/node_modules/zod/v4/package.json +2 -1
- package/node_modules/zod/v4-mini/package.json +2 -1
- package/package.json +12 -12
- package/node_modules/async-function/.eslintrc +0 -16
- package/node_modules/async-function/.github/FUNDING.yml +0 -12
- package/node_modules/async-function/.nycrc +0 -9
- package/node_modules/async-function/CHANGELOG.md +0 -16
- package/node_modules/async-function/LICENSE +0 -21
- package/node_modules/async-function/README.md +0 -51
- package/node_modules/async-function/index.d.mts +0 -3
- package/node_modules/async-function/index.d.ts +0 -13
- package/node_modules/async-function/index.js +0 -8
- package/node_modules/async-function/index.mjs +0 -4
- package/node_modules/async-function/legacy.js +0 -18
- package/node_modules/async-function/package.json +0 -86
- package/node_modules/async-function/require.mjs +0 -5
- package/node_modules/async-function/tsconfig.json +0 -9
- package/node_modules/async-generator-function/.eslintrc +0 -26
- package/node_modules/async-generator-function/.github/FUNDING.yml +0 -12
- package/node_modules/async-generator-function/.nycrc +0 -9
- package/node_modules/async-generator-function/CHANGELOG.md +0 -15
- package/node_modules/async-generator-function/LICENSE +0 -21
- package/node_modules/async-generator-function/README.md +0 -52
- package/node_modules/async-generator-function/index.d.mts +0 -3
- package/node_modules/async-generator-function/index.d.ts +0 -22
- package/node_modules/async-generator-function/index.js +0 -8
- package/node_modules/async-generator-function/index.mjs +0 -4
- package/node_modules/async-generator-function/legacy.js +0 -18
- package/node_modules/async-generator-function/package.json +0 -87
- package/node_modules/async-generator-function/require.mjs +0 -5
- package/node_modules/async-generator-function/tsconfig.json +0 -9
- package/node_modules/fast-uri/.github/.stale.yml +0 -21
- package/node_modules/fast-uri/.github/tests_checker.yml +0 -8
- package/node_modules/generator-function/.eslintrc +0 -16
- package/node_modules/generator-function/.github/FUNDING.yml +0 -12
- package/node_modules/generator-function/.nycrc +0 -9
- package/node_modules/generator-function/CHANGELOG.md +0 -27
- package/node_modules/generator-function/LICENSE.md +0 -7
- package/node_modules/generator-function/README.md +0 -51
- package/node_modules/generator-function/index.d.mts +0 -3
- package/node_modules/generator-function/index.d.ts +0 -3
- package/node_modules/generator-function/index.js +0 -8
- package/node_modules/generator-function/index.mjs +0 -4
- package/node_modules/generator-function/legacy.js +0 -18
- package/node_modules/generator-function/package.json +0 -88
- package/node_modules/generator-function/require.mjs +0 -5
- package/node_modules/generator-function/tsconfig.json +0 -9
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
- package/node_modules/ip-address/dist/common.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
- package/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
- package/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
- package/node_modules/ip-address/src/address-error.ts +0 -11
- package/node_modules/ip-address/src/common.ts +0 -55
- package/node_modules/ip-address/src/ip-address.ts +0 -7
- package/node_modules/ip-address/src/ipv4.ts +0 -394
- package/node_modules/ip-address/src/ipv6.ts +0 -1212
- package/node_modules/ip-address/src/v4/constants.ts +0 -7
- package/node_modules/ip-address/src/v6/constants.ts +0 -79
- package/node_modules/ip-address/src/v6/helpers.ts +0 -48
- package/node_modules/ip-address/src/v6/regular-expressions.ts +0 -94
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/.npmignore +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/LICENSE +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/README.md +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/index.js +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/mode.js +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/package.json +0 -0
- /package/node_modules/{cross-spawn/node_modules/isexe → isexe}/windows.js +0 -0
- /package/node_modules/{cross-spawn/node_modules/which → which}/LICENSE +0 -0
- /package/node_modules/{cross-spawn/node_modules/which → which}/README.md +0 -0
- /package/node_modules/{cross-spawn/node_modules/which → which}/bin/node-which +0 -0
- /package/node_modules/{cross-spawn/node_modules/which → which}/package.json +0 -0
- /package/node_modules/{cross-spawn/node_modules/which → which}/which.js +0 -0
|
@@ -20,7 +20,6 @@ interface TeredoProperties {
|
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Represents an IPv6 address
|
|
23
|
-
* @class Address6
|
|
24
23
|
* @param {string} address - An IPv6 address string
|
|
25
24
|
* @param {number} [groups=8] - How many octets to parse
|
|
26
25
|
* @example
|
|
@@ -41,12 +40,19 @@ export declare class Address6 {
|
|
|
41
40
|
subnetMask: number;
|
|
42
41
|
v4: boolean;
|
|
43
42
|
zone: string;
|
|
43
|
+
private _binaryZeroPad?;
|
|
44
44
|
constructor(address: string, optionalGroups?: number);
|
|
45
|
+
/**
|
|
46
|
+
* Returns true if the given string is a valid IPv6 address (with optional
|
|
47
|
+
* CIDR subnet and zone identifier), false otherwise. Host bits in the
|
|
48
|
+
* subnet portion are allowed (e.g. `2001:db8::1/32` is valid); for strict
|
|
49
|
+
* network-address validation compare `correctForm()` to
|
|
50
|
+
* `startAddress().correctForm()`, or use `networkForm()`.
|
|
51
|
+
*/
|
|
45
52
|
static isValid(address: string): boolean;
|
|
46
53
|
/**
|
|
47
|
-
* Convert a BigInt to a v6 address object
|
|
48
|
-
*
|
|
49
|
-
* @static
|
|
54
|
+
* Convert a BigInt to a v6 address object. The value must be in the
|
|
55
|
+
* range `[0, 2**128 - 1]`; otherwise `AddressError` is thrown.
|
|
50
56
|
* @param {bigint} bigInt - a BigInt to convert
|
|
51
57
|
* @returns {Address6}
|
|
52
58
|
* @example
|
|
@@ -56,10 +62,10 @@ export declare class Address6 {
|
|
|
56
62
|
*/
|
|
57
63
|
static fromBigInt(bigInt: bigint): Address6;
|
|
58
64
|
/**
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
*
|
|
65
|
+
* Parse a URL (with optional bracketed host and port) into an address and
|
|
66
|
+
* port. Returns either `{ address, port }` on success or
|
|
67
|
+
* `{ error, address: null, port: null }` if the URL could not be parsed.
|
|
68
|
+
* Ports are returned as numbers (or `null` if absent or out of range).
|
|
63
69
|
* @example
|
|
64
70
|
* var addressAndPort = Address6.fromURL('http://[ffff::]:8080/foo/');
|
|
65
71
|
* addressAndPort.address.correctForm(); // 'ffff::'
|
|
@@ -74,10 +80,43 @@ export declare class Address6 {
|
|
|
74
80
|
port: number | null;
|
|
75
81
|
error?: undefined;
|
|
76
82
|
};
|
|
83
|
+
/**
|
|
84
|
+
* Construct an `Address6` from an address and a hex subnet mask given as
|
|
85
|
+
* separate strings (e.g. as returned by Node's `os.networkInterfaces()`).
|
|
86
|
+
* Throws `AddressError` if the mask is non-contiguous (e.g.
|
|
87
|
+
* `ffff::ffff`).
|
|
88
|
+
* @example
|
|
89
|
+
* var address = Address6.fromAddressAndMask('fe80::1', 'ffff:ffff:ffff:ffff::');
|
|
90
|
+
* address.subnetMask; // 64
|
|
91
|
+
*/
|
|
92
|
+
static fromAddressAndMask(address: string, mask: string): Address6;
|
|
93
|
+
/**
|
|
94
|
+
* Construct an `Address6` from an address and a Cisco-style wildcard mask
|
|
95
|
+
* given as separate strings (e.g. `::ffff:ffff:ffff:ffff` for a `/64`).
|
|
96
|
+
* The wildcard mask is the bitwise inverse of the subnet mask. Throws
|
|
97
|
+
* `AddressError` if the mask is non-contiguous.
|
|
98
|
+
* @example
|
|
99
|
+
* var address = Address6.fromAddressAndWildcardMask('fe80::1', '::ffff:ffff:ffff:ffff');
|
|
100
|
+
* address.subnetMask; // 64
|
|
101
|
+
*/
|
|
102
|
+
static fromAddressAndWildcardMask(address: string, wildcardMask: string): Address6;
|
|
103
|
+
/**
|
|
104
|
+
* Construct an `Address6` from a wildcard pattern with trailing `*`
|
|
105
|
+
* groups. The number of trailing wildcards determines the prefix
|
|
106
|
+
* length: each `*` represents 16 bits. `::` is expanded to zero groups
|
|
107
|
+
* (not wildcards) before evaluating trailing wildcards.
|
|
108
|
+
*
|
|
109
|
+
* Only trailing whole-group wildcards are supported. Partial-group
|
|
110
|
+
* wildcards (e.g. `2001:db8::0*`) and interior wildcards (e.g.
|
|
111
|
+
* `*::1`) throw `AddressError`.
|
|
112
|
+
* @example
|
|
113
|
+
* Address6.fromWildcard('2001:db8:*:*:*:*:*:*').subnet; // '/32'
|
|
114
|
+
* Address6.fromWildcard('2001:db8::*').subnet; // '/112'
|
|
115
|
+
* Address6.fromWildcard('*:*:*:*:*:*:*:*').subnet; // '/0'
|
|
116
|
+
*/
|
|
117
|
+
static fromWildcard(input: string): Address6;
|
|
77
118
|
/**
|
|
78
119
|
* Create an IPv6-mapped address given an IPv4 address
|
|
79
|
-
* @memberof Address6
|
|
80
|
-
* @static
|
|
81
120
|
* @param {string} address - An IPv4 address string
|
|
82
121
|
* @returns {Address6}
|
|
83
122
|
* @example
|
|
@@ -88,8 +127,6 @@ export declare class Address6 {
|
|
|
88
127
|
static fromAddress4(address: string): Address6;
|
|
89
128
|
/**
|
|
90
129
|
* Return an address from ip6.arpa form
|
|
91
|
-
* @memberof Address6
|
|
92
|
-
* @static
|
|
93
130
|
* @param {string} arpaFormAddress - an 'ip6.arpa' form address
|
|
94
131
|
* @returns {Adress6}
|
|
95
132
|
* @example
|
|
@@ -99,135 +136,126 @@ export declare class Address6 {
|
|
|
99
136
|
static fromArpa(arpaFormAddress: string): Address6;
|
|
100
137
|
/**
|
|
101
138
|
* Return the Microsoft UNC transcription of the address
|
|
102
|
-
* @memberof Address6
|
|
103
|
-
* @instance
|
|
104
139
|
* @returns {String} the Microsoft UNC transcription of the address
|
|
105
140
|
*/
|
|
106
141
|
microsoftTranscription(): string;
|
|
107
142
|
/**
|
|
108
143
|
* Return the first n bits of the address, defaulting to the subnet mask
|
|
109
|
-
* @memberof Address6
|
|
110
|
-
* @instance
|
|
111
144
|
* @param {number} [mask=subnet] - the number of bits to mask
|
|
112
145
|
* @returns {String} the first n bits of the address as a string
|
|
113
146
|
*/
|
|
114
147
|
mask(mask?: number): string;
|
|
115
148
|
/**
|
|
116
149
|
* Return the number of possible subnets of a given size in the address
|
|
117
|
-
* @memberof Address6
|
|
118
|
-
* @instance
|
|
119
150
|
* @param {number} [subnetSize=128] - the subnet size
|
|
120
151
|
* @returns {String}
|
|
121
152
|
*/
|
|
122
153
|
possibleSubnets(subnetSize?: number): string;
|
|
123
154
|
/**
|
|
124
155
|
* Helper function getting start address.
|
|
125
|
-
* @memberof Address6
|
|
126
|
-
* @instance
|
|
127
156
|
* @returns {bigint}
|
|
128
157
|
*/
|
|
129
158
|
_startAddress(): bigint;
|
|
130
159
|
/**
|
|
131
160
|
* The first address in the range given by this address' subnet
|
|
132
161
|
* Often referred to as the Network Address.
|
|
133
|
-
* @memberof Address6
|
|
134
|
-
* @instance
|
|
135
162
|
* @returns {Address6}
|
|
136
163
|
*/
|
|
137
164
|
startAddress(): Address6;
|
|
138
165
|
/**
|
|
139
166
|
* The first host address in the range given by this address's subnet ie
|
|
140
167
|
* the first address after the Network Address
|
|
141
|
-
* @memberof Address6
|
|
142
|
-
* @instance
|
|
143
168
|
* @returns {Address6}
|
|
144
169
|
*/
|
|
145
170
|
startAddressExclusive(): Address6;
|
|
146
171
|
/**
|
|
147
172
|
* Helper function getting end address.
|
|
148
|
-
* @memberof Address6
|
|
149
|
-
* @instance
|
|
150
173
|
* @returns {bigint}
|
|
151
174
|
*/
|
|
152
175
|
_endAddress(): bigint;
|
|
153
176
|
/**
|
|
154
177
|
* The last address in the range given by this address' subnet
|
|
155
178
|
* Often referred to as the Broadcast
|
|
156
|
-
* @memberof Address6
|
|
157
|
-
* @instance
|
|
158
179
|
* @returns {Address6}
|
|
159
180
|
*/
|
|
160
181
|
endAddress(): Address6;
|
|
161
182
|
/**
|
|
162
183
|
* The last host address in the range given by this address's subnet ie
|
|
163
184
|
* the last address prior to the Broadcast Address
|
|
164
|
-
* @memberof Address6
|
|
165
|
-
* @instance
|
|
166
185
|
* @returns {Address6}
|
|
167
186
|
*/
|
|
168
187
|
endAddressExclusive(): Address6;
|
|
169
188
|
/**
|
|
170
|
-
*
|
|
171
|
-
*
|
|
172
|
-
* @
|
|
189
|
+
* The hex form of the subnet mask, e.g. `ffff:ffff:ffff:ffff::` for a
|
|
190
|
+
* `/64`. Returns an `Address6`; call `.correctForm()` for the string.
|
|
191
|
+
* @returns {Address6}
|
|
192
|
+
*/
|
|
193
|
+
subnetMaskAddress(): Address6;
|
|
194
|
+
/**
|
|
195
|
+
* The Cisco-style wildcard mask, e.g. `::ffff:ffff:ffff:ffff` for a
|
|
196
|
+
* `/64`. This is the bitwise inverse of `subnetMaskAddress()`. Returns
|
|
197
|
+
* an `Address6`; call `.correctForm()` for the string.
|
|
198
|
+
* @returns {Address6}
|
|
199
|
+
*/
|
|
200
|
+
wildcardMask(): Address6;
|
|
201
|
+
/**
|
|
202
|
+
* The network address in CIDR string form, e.g. `2001:db8::/32` for
|
|
203
|
+
* `2001:db8::1/32`. For an address with no explicit subnet the prefix
|
|
204
|
+
* is `/128`, e.g. `networkForm()` on `2001:db8::1` returns
|
|
205
|
+
* `2001:db8::1/128`.
|
|
206
|
+
* @returns {string}
|
|
207
|
+
*/
|
|
208
|
+
networkForm(): string;
|
|
209
|
+
/**
|
|
210
|
+
* Return the scope of the address. The 4-bit scope field
|
|
211
|
+
* ([RFC 4291 §2.7](https://datatracker.ietf.org/doc/html/rfc4291#section-2.7))
|
|
212
|
+
* is only defined for multicast addresses; for unicast addresses the scope
|
|
213
|
+
* is derived from the address type per
|
|
214
|
+
* [RFC 4007 §6](https://datatracker.ietf.org/doc/html/rfc4007#section-6).
|
|
173
215
|
* @returns {String}
|
|
174
216
|
*/
|
|
175
217
|
getScope(): string;
|
|
176
218
|
/**
|
|
177
219
|
* Return the type of the address
|
|
178
|
-
* @memberof Address6
|
|
179
|
-
* @instance
|
|
180
220
|
* @returns {String}
|
|
181
221
|
*/
|
|
182
222
|
getType(): string;
|
|
183
223
|
/**
|
|
184
224
|
* Return the bits in the given range as a BigInt
|
|
185
|
-
* @memberof Address6
|
|
186
|
-
* @instance
|
|
187
225
|
* @returns {bigint}
|
|
188
226
|
*/
|
|
189
227
|
getBits(start: number, end: number): bigint;
|
|
190
228
|
/**
|
|
191
229
|
* Return the bits in the given range as a base-2 string
|
|
192
|
-
* @memberof Address6
|
|
193
|
-
* @instance
|
|
194
230
|
* @returns {String}
|
|
195
231
|
*/
|
|
196
232
|
getBitsBase2(start: number, end: number): string;
|
|
197
233
|
/**
|
|
198
234
|
* Return the bits in the given range as a base-16 string
|
|
199
|
-
* @memberof Address6
|
|
200
|
-
* @instance
|
|
201
235
|
* @returns {String}
|
|
202
236
|
*/
|
|
203
237
|
getBitsBase16(start: number, end: number): string;
|
|
204
238
|
/**
|
|
205
239
|
* Return the bits that are set past the subnet mask length
|
|
206
|
-
* @memberof Address6
|
|
207
|
-
* @instance
|
|
208
240
|
* @returns {String}
|
|
209
241
|
*/
|
|
210
242
|
getBitsPastSubnet(): string;
|
|
211
243
|
/**
|
|
212
244
|
* Return the reversed ip6.arpa form of the address
|
|
213
|
-
* @memberof Address6
|
|
214
245
|
* @param {Object} options
|
|
215
246
|
* @param {boolean} options.omitSuffix - omit the "ip6.arpa" suffix
|
|
216
|
-
* @instance
|
|
217
247
|
* @returns {String}
|
|
218
248
|
*/
|
|
219
249
|
reverseForm(options?: common.ReverseFormOptions): string;
|
|
220
250
|
/**
|
|
221
|
-
*
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
|
-
*
|
|
251
|
+
* Returns the address in correct form, per
|
|
252
|
+
* [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952): leading zeros
|
|
253
|
+
* stripped, the longest run of zero groups collapsed to `::`, and hex digits
|
|
254
|
+
* lowercased (e.g. `2001:db8::1`). This is the recommended form for display.
|
|
225
255
|
*/
|
|
226
256
|
correctForm(): string;
|
|
227
257
|
/**
|
|
228
258
|
* Return a zero-padded base-2 string representation of the address
|
|
229
|
-
* @memberof Address6
|
|
230
|
-
* @instance
|
|
231
259
|
* @returns {String}
|
|
232
260
|
* @example
|
|
233
261
|
* var address = new Address6('2001:4860:4001:803::1011');
|
|
@@ -236,33 +264,40 @@ export declare class Address6 {
|
|
|
236
264
|
* // 0000000000000000000000000000000000000000000000000001000000010001'
|
|
237
265
|
*/
|
|
238
266
|
binaryZeroPad(): string;
|
|
267
|
+
/**
|
|
268
|
+
* Parses a v4-in-v6 string (e.g. `::ffff:192.168.0.1`) by extracting the
|
|
269
|
+
* trailing IPv4 address into `this.address4` / `this.parsedAddress4` and
|
|
270
|
+
* returning the address with the v4 portion converted to two v6 groups.
|
|
271
|
+
* Used internally by `parse()`.
|
|
272
|
+
*/
|
|
239
273
|
parse4in6(address: string): string;
|
|
274
|
+
/**
|
|
275
|
+
* Parses an IPv6 address string into its 8 hexadecimal groups (expanding
|
|
276
|
+
* any `::` elision and any trailing v4-in-v6 portion) and stores the result
|
|
277
|
+
* on `this.parsedAddress`. Called automatically by the constructor; you
|
|
278
|
+
* typically don't need to call it directly. Throws `AddressError` if the
|
|
279
|
+
* input is malformed.
|
|
280
|
+
*/
|
|
240
281
|
parse(address: string): string[];
|
|
241
282
|
/**
|
|
242
|
-
*
|
|
243
|
-
*
|
|
244
|
-
*
|
|
245
|
-
*
|
|
283
|
+
* Returns the canonical (fully expanded) form of the address: all 8 groups,
|
|
284
|
+
* each padded to 4 hex digits, with no `::` collapsing
|
|
285
|
+
* (e.g. `2001:0db8:0000:0000:0000:0000:0000:0001`). Useful for sorting and
|
|
286
|
+
* byte-exact comparison.
|
|
246
287
|
*/
|
|
247
288
|
canonicalForm(): string;
|
|
248
289
|
/**
|
|
249
290
|
* Return the decimal form of the address
|
|
250
|
-
* @memberof Address6
|
|
251
|
-
* @instance
|
|
252
291
|
* @returns {String}
|
|
253
292
|
*/
|
|
254
293
|
decimal(): string;
|
|
255
294
|
/**
|
|
256
295
|
* Return the address as a BigInt
|
|
257
|
-
* @memberof Address6
|
|
258
|
-
* @instance
|
|
259
296
|
* @returns {bigint}
|
|
260
297
|
*/
|
|
261
298
|
bigInt(): bigint;
|
|
262
299
|
/**
|
|
263
300
|
* Return the last two groups of this address as an IPv4 address string
|
|
264
|
-
* @memberof Address6
|
|
265
|
-
* @instance
|
|
266
301
|
* @returns {Address4}
|
|
267
302
|
* @example
|
|
268
303
|
* var address = new Address6('2001:4860:4001::1825:bf11');
|
|
@@ -271,129 +306,160 @@ export declare class Address6 {
|
|
|
271
306
|
to4(): Address4;
|
|
272
307
|
/**
|
|
273
308
|
* Return the v4-in-v6 form of the address
|
|
274
|
-
* @memberof Address6
|
|
275
|
-
* @instance
|
|
276
309
|
* @returns {String}
|
|
277
310
|
*/
|
|
278
311
|
to4in6(): string;
|
|
279
312
|
/**
|
|
280
|
-
*
|
|
281
|
-
*
|
|
282
|
-
*
|
|
283
|
-
*
|
|
313
|
+
* Decodes the Teredo tunneling fields embedded in this address. Returns the
|
|
314
|
+
* Teredo prefix, server IPv4, client IPv4, raw flag bits, cone-NAT flag,
|
|
315
|
+
* UDP port, and Microsoft-format flag breakdown (reserved, universal/local,
|
|
316
|
+
* group/individual, nonce). Only meaningful for addresses in `2001::/32`.
|
|
284
317
|
*/
|
|
285
318
|
inspectTeredo(): TeredoProperties;
|
|
286
319
|
/**
|
|
287
|
-
*
|
|
288
|
-
*
|
|
289
|
-
*
|
|
290
|
-
* @returns {Object}
|
|
320
|
+
* Decodes the 6to4 tunneling fields embedded in this address. Returns the
|
|
321
|
+
* 6to4 prefix and the embedded IPv4 gateway address. Only meaningful for
|
|
322
|
+
* addresses in `2002::/16`.
|
|
291
323
|
*/
|
|
292
324
|
inspect6to4(): SixToFourProperties;
|
|
293
325
|
/**
|
|
294
326
|
* Return a v6 6to4 address from a v6 v4inv6 address
|
|
295
|
-
* @memberof Address6
|
|
296
|
-
* @instance
|
|
297
327
|
* @returns {Address6}
|
|
298
328
|
*/
|
|
299
329
|
to6to4(): Address6 | null;
|
|
300
330
|
/**
|
|
301
|
-
*
|
|
302
|
-
*
|
|
303
|
-
*
|
|
331
|
+
* Embed an IPv4 address into a NAT64 IPv6 address using the encoding
|
|
332
|
+
* defined by [RFC 6052](https://datatracker.ietf.org/doc/html/rfc6052).
|
|
333
|
+
* The default prefix is the well-known prefix `64:ff9b::/96`. The prefix
|
|
334
|
+
* length must be one of 32, 40, 48, 56, 64, or 96; for prefixes shorter
|
|
335
|
+
* than /64 the IPv4 octets are split around the reserved bits 64–71.
|
|
336
|
+
* @example
|
|
337
|
+
* Address6.fromAddress4Nat64('192.0.2.33').correctForm(); // '64:ff9b::c000:221'
|
|
338
|
+
* Address6.fromAddress4Nat64('192.0.2.33', '2001:db8::/32').correctForm(); // '2001:db8:c000:221::'
|
|
339
|
+
*/
|
|
340
|
+
static fromAddress4Nat64(address: string, prefix?: string): Address6;
|
|
341
|
+
/**
|
|
342
|
+
* Extract the embedded IPv4 address from a NAT64 IPv6 address using the
|
|
343
|
+
* encoding defined by [RFC 6052](https://datatracker.ietf.org/doc/html/rfc6052).
|
|
344
|
+
* The default prefix is the well-known prefix `64:ff9b::/96`. Returns
|
|
345
|
+
* `null` if this address is not contained within the given prefix.
|
|
346
|
+
* @example
|
|
347
|
+
* new Address6('64:ff9b::c000:221').toAddress4Nat64()!.correctForm(); // '192.0.2.33'
|
|
348
|
+
*/
|
|
349
|
+
toAddress4Nat64(prefix?: string): Address4 | null;
|
|
350
|
+
/**
|
|
351
|
+
* Return a byte array.
|
|
352
|
+
*
|
|
353
|
+
* To get a Node.js `Buffer`, wrap the result: `Buffer.from(address.toByteArray())`.
|
|
304
354
|
* @returns {Array}
|
|
305
355
|
*/
|
|
306
356
|
toByteArray(): number[];
|
|
307
357
|
/**
|
|
308
|
-
* Return an unsigned byte array
|
|
309
|
-
*
|
|
310
|
-
*
|
|
358
|
+
* Return an unsigned byte array.
|
|
359
|
+
*
|
|
360
|
+
* To get a Node.js `Buffer`, wrap the result: `Buffer.from(address.toUnsignedByteArray())`.
|
|
311
361
|
* @returns {Array}
|
|
312
362
|
*/
|
|
313
363
|
toUnsignedByteArray(): number[];
|
|
314
364
|
/**
|
|
315
|
-
* Convert a byte array to an Address6 object
|
|
316
|
-
*
|
|
317
|
-
*
|
|
365
|
+
* Convert a byte array to an Address6 object.
|
|
366
|
+
*
|
|
367
|
+
* To convert from a Node.js `Buffer`, spread it: `Address6.fromByteArray([...buf])`.
|
|
318
368
|
* @returns {Address6}
|
|
319
369
|
*/
|
|
320
370
|
static fromByteArray(bytes: Array<any>): Address6;
|
|
321
371
|
/**
|
|
322
|
-
* Convert an unsigned byte array to an Address6 object
|
|
323
|
-
*
|
|
324
|
-
*
|
|
372
|
+
* Convert an unsigned byte array to an Address6 object.
|
|
373
|
+
*
|
|
374
|
+
* To convert from a Node.js `Buffer`, spread it: `Address6.fromUnsignedByteArray([...buf])`.
|
|
325
375
|
* @returns {Address6}
|
|
326
376
|
*/
|
|
327
377
|
static fromUnsignedByteArray(bytes: Array<any>): Address6;
|
|
328
378
|
/**
|
|
329
379
|
* Returns true if the given address is in the subnet of the current address
|
|
330
|
-
* @memberof Address6
|
|
331
|
-
* @instance
|
|
332
380
|
* @returns {boolean}
|
|
333
381
|
*/
|
|
334
382
|
isInSubnet: typeof common.isInSubnet;
|
|
335
383
|
/**
|
|
336
384
|
* Returns true if the address is correct, false otherwise
|
|
337
|
-
* @memberof Address6
|
|
338
|
-
* @instance
|
|
339
385
|
* @returns {boolean}
|
|
340
386
|
*/
|
|
341
387
|
isCorrect: (this: Address4 | Address6) => boolean;
|
|
342
388
|
/**
|
|
343
389
|
* Returns true if the address is in the canonical form, false otherwise
|
|
344
|
-
* @memberof Address6
|
|
345
|
-
* @instance
|
|
346
390
|
* @returns {boolean}
|
|
347
391
|
*/
|
|
348
392
|
isCanonical(): boolean;
|
|
349
393
|
/**
|
|
350
394
|
* Returns true if the address is a link local address, false otherwise
|
|
351
|
-
* @memberof Address6
|
|
352
|
-
* @instance
|
|
353
395
|
* @returns {boolean}
|
|
354
396
|
*/
|
|
355
397
|
isLinkLocal(): boolean;
|
|
356
398
|
/**
|
|
357
399
|
* Returns true if the address is a multicast address, false otherwise
|
|
358
|
-
* @memberof Address6
|
|
359
|
-
* @instance
|
|
360
400
|
* @returns {boolean}
|
|
361
401
|
*/
|
|
362
402
|
isMulticast(): boolean;
|
|
363
403
|
/**
|
|
364
|
-
* Returns true if the address
|
|
365
|
-
*
|
|
366
|
-
*
|
|
404
|
+
* Returns true if the address was written in v4-in-v6 dotted-quad notation
|
|
405
|
+
* (e.g. `::ffff:127.0.0.1`), false otherwise. This is a notation-level flag
|
|
406
|
+
* and does not reflect whether the address bits lie in the IPv4-mapped
|
|
407
|
+
* (`::ffff:0:0/96`) subnet — for that, see {@link isMapped4}.
|
|
367
408
|
* @returns {boolean}
|
|
368
409
|
*/
|
|
369
410
|
is4(): boolean;
|
|
411
|
+
/**
|
|
412
|
+
* Returns true if the address is an IPv4-mapped IPv6 address in
|
|
413
|
+
* `::ffff:0:0/96` ([RFC 4291 §2.5.5.2](https://datatracker.ietf.org/doc/html/rfc4291#section-2.5.5.2)),
|
|
414
|
+
* false otherwise. Unlike {@link is4}, this checks the underlying address
|
|
415
|
+
* bits rather than the textual notation, so `::ffff:127.0.0.1` and
|
|
416
|
+
* `::ffff:7f00:1` both return true.
|
|
417
|
+
* @returns {boolean}
|
|
418
|
+
*/
|
|
419
|
+
isMapped4(): boolean;
|
|
370
420
|
/**
|
|
371
421
|
* Returns true if the address is a Teredo address, false otherwise
|
|
372
|
-
* @memberof Address6
|
|
373
|
-
* @instance
|
|
374
422
|
* @returns {boolean}
|
|
375
423
|
*/
|
|
376
424
|
isTeredo(): boolean;
|
|
377
425
|
/**
|
|
378
426
|
* Returns true if the address is a 6to4 address, false otherwise
|
|
379
|
-
* @memberof Address6
|
|
380
|
-
* @instance
|
|
381
427
|
* @returns {boolean}
|
|
382
428
|
*/
|
|
383
429
|
is6to4(): boolean;
|
|
384
430
|
/**
|
|
385
431
|
* Returns true if the address is a loopback address, false otherwise
|
|
386
|
-
* @memberof Address6
|
|
387
|
-
* @instance
|
|
388
432
|
* @returns {boolean}
|
|
389
433
|
*/
|
|
390
434
|
isLoopback(): boolean;
|
|
391
435
|
/**
|
|
392
|
-
*
|
|
436
|
+
* Returns true if the address is a Unique Local Address in `fc00::/7` ([RFC 4193](https://datatracker.ietf.org/doc/html/rfc4193)). ULAs are the IPv6 equivalent of IPv4 [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918) private addresses.
|
|
437
|
+
* @returns {boolean}
|
|
438
|
+
*/
|
|
439
|
+
isULA(): boolean;
|
|
440
|
+
/**
|
|
441
|
+
* Returns true if the address is the unspecified address `::`.
|
|
442
|
+
* @returns {boolean}
|
|
443
|
+
*/
|
|
444
|
+
isUnspecified(): boolean;
|
|
445
|
+
/**
|
|
446
|
+
* Returns true if the address is in the documentation prefix `2001:db8::/32` ([RFC 3849](https://datatracker.ietf.org/doc/html/rfc3849)).
|
|
447
|
+
* @returns {boolean}
|
|
448
|
+
*/
|
|
449
|
+
isDocumentation(): boolean;
|
|
450
|
+
/**
|
|
451
|
+
* Returns the address as an HTTP URL with the host bracketed, e.g.
|
|
452
|
+
* `http://[2001:db8::1]/`. If `optionalPort` is provided it is appended,
|
|
453
|
+
* e.g. `http://[2001:db8::1]:8080/`.
|
|
393
454
|
*/
|
|
394
455
|
href(optionalPort?: number | string): string;
|
|
395
456
|
/**
|
|
396
|
-
*
|
|
457
|
+
* Returns an HTML `<a>` element whose `href` encodes the address in a URL
|
|
458
|
+
* hash fragment (default prefix `/#address=`). Useful for linking between
|
|
459
|
+
* pages of an address-inspector UI.
|
|
460
|
+
* @param options.className - CSS class for the rendered `<a>` element
|
|
461
|
+
* @param options.prefix - hash prefix prepended to the address (default `/#address=`)
|
|
462
|
+
* @param options.v4 - when true, render the address in v4-in-v6 form
|
|
397
463
|
*/
|
|
398
464
|
link(options?: {
|
|
399
465
|
className?: string;
|
|
@@ -408,8 +474,6 @@ export declare class Address6 {
|
|
|
408
474
|
/**
|
|
409
475
|
* Generate a regular expression string that can be used to find or validate
|
|
410
476
|
* all variations of this address
|
|
411
|
-
* @memberof Address6
|
|
412
|
-
* @instance
|
|
413
477
|
* @param {boolean} substringSearch
|
|
414
478
|
* @returns {string}
|
|
415
479
|
*/
|
|
@@ -417,12 +481,9 @@ export declare class Address6 {
|
|
|
417
481
|
/**
|
|
418
482
|
* Generate a regular expression that can be used to find or validate all
|
|
419
483
|
* variations of this address.
|
|
420
|
-
* @memberof Address6
|
|
421
|
-
* @instance
|
|
422
484
|
* @param {boolean} substringSearch
|
|
423
485
|
* @returns {RegExp}
|
|
424
486
|
*/
|
|
425
487
|
regularExpression(this: Address6, substringSearch?: boolean): RegExp;
|
|
426
488
|
}
|
|
427
489
|
export {};
|
|
428
|
-
//# sourceMappingURL=ipv6.d.ts.map
|