@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
|
@@ -120,6 +120,10 @@ const error = () => {
|
|
|
120
120
|
case "invalid_key":
|
|
121
121
|
return `Invalid key in ${issue.origin}`;
|
|
122
122
|
case "invalid_union":
|
|
123
|
+
if (issue.options && Array.isArray(issue.options) && issue.options.length > 0) {
|
|
124
|
+
const opts = issue.options.map((o) => `'${o}'`).join(" | ");
|
|
125
|
+
return `Invalid discriminator value. Expected ${opts}`;
|
|
126
|
+
}
|
|
123
127
|
return "Invalid input";
|
|
124
128
|
case "invalid_element":
|
|
125
129
|
return `Invalid value in ${issue.origin}`;
|
|
@@ -94,6 +94,10 @@ const error = () => {
|
|
|
94
94
|
case "invalid_key":
|
|
95
95
|
return `Invalid key in ${issue.origin}`;
|
|
96
96
|
case "invalid_union":
|
|
97
|
+
if (issue.options && Array.isArray(issue.options) && issue.options.length > 0) {
|
|
98
|
+
const opts = issue.options.map((o) => `'${o}'`).join(" | ");
|
|
99
|
+
return `Invalid discriminator value. Expected ${opts}`;
|
|
100
|
+
}
|
|
97
101
|
return "Invalid input";
|
|
98
102
|
case "invalid_element":
|
|
99
103
|
return `Invalid value in ${issue.origin}`;
|
|
@@ -66,9 +66,27 @@ const error = () => {
|
|
|
66
66
|
template_literal: "entrée",
|
|
67
67
|
};
|
|
68
68
|
const TypeDictionary = {
|
|
69
|
-
|
|
69
|
+
string: "chaîne",
|
|
70
70
|
number: "nombre",
|
|
71
|
+
int: "entier",
|
|
72
|
+
boolean: "booléen",
|
|
73
|
+
bigint: "grand entier",
|
|
74
|
+
symbol: "symbole",
|
|
75
|
+
undefined: "indéfini",
|
|
76
|
+
null: "null",
|
|
77
|
+
never: "jamais",
|
|
78
|
+
void: "vide",
|
|
79
|
+
date: "date",
|
|
71
80
|
array: "tableau",
|
|
81
|
+
object: "objet",
|
|
82
|
+
tuple: "tuple",
|
|
83
|
+
record: "enregistrement",
|
|
84
|
+
map: "carte",
|
|
85
|
+
set: "ensemble",
|
|
86
|
+
file: "fichier",
|
|
87
|
+
nonoptional: "non-optionnel",
|
|
88
|
+
nan: "NaN",
|
|
89
|
+
function: "fonction",
|
|
72
90
|
};
|
|
73
91
|
return (issue) => {
|
|
74
92
|
switch (issue.code) {
|
|
@@ -89,16 +107,15 @@ const error = () => {
|
|
|
89
107
|
const adj = issue.inclusive ? "<=" : "<";
|
|
90
108
|
const sizing = getSizing(issue.origin);
|
|
91
109
|
if (sizing)
|
|
92
|
-
return `Trop grand : ${issue.origin ?? "valeur"} doit ${sizing.verb} ${adj}${issue.maximum.toString()} ${sizing.unit ?? "élément(s)"}`;
|
|
93
|
-
return `Trop grand : ${issue.origin ?? "valeur"} doit être ${adj}${issue.maximum.toString()}`;
|
|
110
|
+
return `Trop grand : ${TypeDictionary[issue.origin] ?? "valeur"} doit ${sizing.verb} ${adj}${issue.maximum.toString()} ${sizing.unit ?? "élément(s)"}`;
|
|
111
|
+
return `Trop grand : ${TypeDictionary[issue.origin] ?? "valeur"} doit être ${adj}${issue.maximum.toString()}`;
|
|
94
112
|
}
|
|
95
113
|
case "too_small": {
|
|
96
114
|
const adj = issue.inclusive ? ">=" : ">";
|
|
97
115
|
const sizing = getSizing(issue.origin);
|
|
98
|
-
if (sizing)
|
|
99
|
-
return `Trop petit : ${issue.origin} doit ${sizing.verb} ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
100
|
-
}
|
|
101
|
-
return `Trop petit : ${issue.origin} doit être ${adj}${issue.minimum.toString()}`;
|
|
116
|
+
if (sizing)
|
|
117
|
+
return `Trop petit : ${TypeDictionary[issue.origin] ?? "valeur"} doit ${sizing.verb} ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
118
|
+
return `Trop petit : ${TypeDictionary[issue.origin] ?? "valeur"} doit être ${adj}${issue.minimum.toString()}`;
|
|
102
119
|
}
|
|
103
120
|
case "invalid_format": {
|
|
104
121
|
const _issue = issue;
|
|
@@ -40,9 +40,27 @@ const error = () => {
|
|
|
40
40
|
template_literal: "entrée",
|
|
41
41
|
};
|
|
42
42
|
const TypeDictionary = {
|
|
43
|
-
|
|
43
|
+
string: "chaîne",
|
|
44
44
|
number: "nombre",
|
|
45
|
+
int: "entier",
|
|
46
|
+
boolean: "booléen",
|
|
47
|
+
bigint: "grand entier",
|
|
48
|
+
symbol: "symbole",
|
|
49
|
+
undefined: "indéfini",
|
|
50
|
+
null: "null",
|
|
51
|
+
never: "jamais",
|
|
52
|
+
void: "vide",
|
|
53
|
+
date: "date",
|
|
45
54
|
array: "tableau",
|
|
55
|
+
object: "objet",
|
|
56
|
+
tuple: "tuple",
|
|
57
|
+
record: "enregistrement",
|
|
58
|
+
map: "carte",
|
|
59
|
+
set: "ensemble",
|
|
60
|
+
file: "fichier",
|
|
61
|
+
nonoptional: "non-optionnel",
|
|
62
|
+
nan: "NaN",
|
|
63
|
+
function: "fonction",
|
|
46
64
|
};
|
|
47
65
|
return (issue) => {
|
|
48
66
|
switch (issue.code) {
|
|
@@ -63,16 +81,15 @@ const error = () => {
|
|
|
63
81
|
const adj = issue.inclusive ? "<=" : "<";
|
|
64
82
|
const sizing = getSizing(issue.origin);
|
|
65
83
|
if (sizing)
|
|
66
|
-
return `Trop grand : ${issue.origin ?? "valeur"} doit ${sizing.verb} ${adj}${issue.maximum.toString()} ${sizing.unit ?? "élément(s)"}`;
|
|
67
|
-
return `Trop grand : ${issue.origin ?? "valeur"} doit être ${adj}${issue.maximum.toString()}`;
|
|
84
|
+
return `Trop grand : ${TypeDictionary[issue.origin] ?? "valeur"} doit ${sizing.verb} ${adj}${issue.maximum.toString()} ${sizing.unit ?? "élément(s)"}`;
|
|
85
|
+
return `Trop grand : ${TypeDictionary[issue.origin] ?? "valeur"} doit être ${adj}${issue.maximum.toString()}`;
|
|
68
86
|
}
|
|
69
87
|
case "too_small": {
|
|
70
88
|
const adj = issue.inclusive ? ">=" : ">";
|
|
71
89
|
const sizing = getSizing(issue.origin);
|
|
72
|
-
if (sizing)
|
|
73
|
-
return `Trop petit : ${issue.origin} doit ${sizing.verb} ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
74
|
-
}
|
|
75
|
-
return `Trop petit : ${issue.origin} doit être ${adj}${issue.minimum.toString()}`;
|
|
90
|
+
if (sizing)
|
|
91
|
+
return `Trop petit : ${TypeDictionary[issue.origin] ?? "valeur"} doit ${sizing.verb} ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
92
|
+
return `Trop petit : ${TypeDictionary[issue.origin] ?? "valeur"} doit être ${adj}${issue.minimum.toString()}`;
|
|
76
93
|
}
|
|
77
94
|
case "invalid_format": {
|
|
78
95
|
const _issue = issue;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
+
exports.default = default_1;
|
|
27
|
+
const util = __importStar(require("../core/util.cjs"));
|
|
28
|
+
const error = () => {
|
|
29
|
+
const Sizable = {
|
|
30
|
+
string: { unit: "znakova", verb: "imati" },
|
|
31
|
+
file: { unit: "bajtova", verb: "imati" },
|
|
32
|
+
array: { unit: "stavki", verb: "imati" },
|
|
33
|
+
set: { unit: "stavki", verb: "imati" },
|
|
34
|
+
};
|
|
35
|
+
function getSizing(origin) {
|
|
36
|
+
return Sizable[origin] ?? null;
|
|
37
|
+
}
|
|
38
|
+
const FormatDictionary = {
|
|
39
|
+
regex: "unos",
|
|
40
|
+
email: "email adresa",
|
|
41
|
+
url: "URL",
|
|
42
|
+
emoji: "emoji",
|
|
43
|
+
uuid: "UUID",
|
|
44
|
+
uuidv4: "UUIDv4",
|
|
45
|
+
uuidv6: "UUIDv6",
|
|
46
|
+
nanoid: "nanoid",
|
|
47
|
+
guid: "GUID",
|
|
48
|
+
cuid: "cuid",
|
|
49
|
+
cuid2: "cuid2",
|
|
50
|
+
ulid: "ULID",
|
|
51
|
+
xid: "XID",
|
|
52
|
+
ksuid: "KSUID",
|
|
53
|
+
datetime: "ISO datum i vrijeme",
|
|
54
|
+
date: "ISO datum",
|
|
55
|
+
time: "ISO vrijeme",
|
|
56
|
+
duration: "ISO trajanje",
|
|
57
|
+
ipv4: "IPv4 adresa",
|
|
58
|
+
ipv6: "IPv6 adresa",
|
|
59
|
+
cidrv4: "IPv4 raspon",
|
|
60
|
+
cidrv6: "IPv6 raspon",
|
|
61
|
+
base64: "base64 kodirani tekst",
|
|
62
|
+
base64url: "base64url kodirani tekst",
|
|
63
|
+
json_string: "JSON tekst",
|
|
64
|
+
e164: "E.164 broj",
|
|
65
|
+
jwt: "JWT",
|
|
66
|
+
template_literal: "unos",
|
|
67
|
+
};
|
|
68
|
+
const TypeDictionary = {
|
|
69
|
+
nan: "NaN",
|
|
70
|
+
string: "tekst",
|
|
71
|
+
number: "broj",
|
|
72
|
+
boolean: "boolean",
|
|
73
|
+
array: "niz",
|
|
74
|
+
object: "objekt",
|
|
75
|
+
set: "skup",
|
|
76
|
+
file: "datoteka",
|
|
77
|
+
date: "datum",
|
|
78
|
+
bigint: "bigint",
|
|
79
|
+
symbol: "simbol",
|
|
80
|
+
undefined: "undefined",
|
|
81
|
+
null: "null",
|
|
82
|
+
function: "funkcija",
|
|
83
|
+
map: "mapa",
|
|
84
|
+
};
|
|
85
|
+
return (issue) => {
|
|
86
|
+
switch (issue.code) {
|
|
87
|
+
case "invalid_type": {
|
|
88
|
+
const expected = TypeDictionary[issue.expected] ?? issue.expected;
|
|
89
|
+
const receivedType = util.parsedType(issue.input);
|
|
90
|
+
const received = TypeDictionary[receivedType] ?? receivedType;
|
|
91
|
+
if (/^[A-Z]/.test(issue.expected)) {
|
|
92
|
+
return `Neispravan unos: očekuje se instanceof ${issue.expected}, a primljeno je ${received}`;
|
|
93
|
+
}
|
|
94
|
+
return `Neispravan unos: očekuje se ${expected}, a primljeno je ${received}`;
|
|
95
|
+
}
|
|
96
|
+
case "invalid_value":
|
|
97
|
+
if (issue.values.length === 1)
|
|
98
|
+
return `Neispravna vrijednost: očekivano ${util.stringifyPrimitive(issue.values[0])}`;
|
|
99
|
+
return `Neispravna opcija: očekivano jedno od ${util.joinValues(issue.values, "|")}`;
|
|
100
|
+
case "too_big": {
|
|
101
|
+
const adj = issue.inclusive ? "<=" : "<";
|
|
102
|
+
const sizing = getSizing(issue.origin);
|
|
103
|
+
const origin = TypeDictionary[issue.origin] ?? issue.origin;
|
|
104
|
+
if (sizing)
|
|
105
|
+
return `Preveliko: očekivano da ${origin ?? "vrijednost"} ima ${adj}${issue.maximum.toString()} ${sizing.unit ?? "elemenata"}`;
|
|
106
|
+
return `Preveliko: očekivano da ${origin ?? "vrijednost"} bude ${adj}${issue.maximum.toString()}`;
|
|
107
|
+
}
|
|
108
|
+
case "too_small": {
|
|
109
|
+
const adj = issue.inclusive ? ">=" : ">";
|
|
110
|
+
const sizing = getSizing(issue.origin);
|
|
111
|
+
const origin = TypeDictionary[issue.origin] ?? issue.origin;
|
|
112
|
+
if (sizing) {
|
|
113
|
+
return `Premalo: očekivano da ${origin} ima ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
114
|
+
}
|
|
115
|
+
return `Premalo: očekivano da ${origin} bude ${adj}${issue.minimum.toString()}`;
|
|
116
|
+
}
|
|
117
|
+
case "invalid_format": {
|
|
118
|
+
const _issue = issue;
|
|
119
|
+
if (_issue.format === "starts_with")
|
|
120
|
+
return `Neispravan tekst: mora započinjati s "${_issue.prefix}"`;
|
|
121
|
+
if (_issue.format === "ends_with")
|
|
122
|
+
return `Neispravan tekst: mora završavati s "${_issue.suffix}"`;
|
|
123
|
+
if (_issue.format === "includes")
|
|
124
|
+
return `Neispravan tekst: mora sadržavati "${_issue.includes}"`;
|
|
125
|
+
if (_issue.format === "regex")
|
|
126
|
+
return `Neispravan tekst: mora odgovarati uzorku ${_issue.pattern}`;
|
|
127
|
+
return `Neispravna ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
128
|
+
}
|
|
129
|
+
case "not_multiple_of":
|
|
130
|
+
return `Neispravan broj: mora biti višekratnik od ${issue.divisor}`;
|
|
131
|
+
case "unrecognized_keys":
|
|
132
|
+
return `Neprepoznat${issue.keys.length > 1 ? "i ključevi" : " ključ"}: ${util.joinValues(issue.keys, ", ")}`;
|
|
133
|
+
case "invalid_key":
|
|
134
|
+
return `Neispravan ključ u ${TypeDictionary[issue.origin] ?? issue.origin}`;
|
|
135
|
+
case "invalid_union":
|
|
136
|
+
return "Neispravan unos";
|
|
137
|
+
case "invalid_element":
|
|
138
|
+
return `Neispravna vrijednost u ${TypeDictionary[issue.origin] ?? issue.origin}`;
|
|
139
|
+
default:
|
|
140
|
+
return `Neispravan unos`;
|
|
141
|
+
}
|
|
142
|
+
};
|
|
143
|
+
};
|
|
144
|
+
function default_1() {
|
|
145
|
+
return {
|
|
146
|
+
localeError: error(),
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
module.exports = exports.default;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import * as util from "../core/util.js";
|
|
2
|
+
const error = () => {
|
|
3
|
+
const Sizable = {
|
|
4
|
+
string: { unit: "znakova", verb: "imati" },
|
|
5
|
+
file: { unit: "bajtova", verb: "imati" },
|
|
6
|
+
array: { unit: "stavki", verb: "imati" },
|
|
7
|
+
set: { unit: "stavki", verb: "imati" },
|
|
8
|
+
};
|
|
9
|
+
function getSizing(origin) {
|
|
10
|
+
return Sizable[origin] ?? null;
|
|
11
|
+
}
|
|
12
|
+
const FormatDictionary = {
|
|
13
|
+
regex: "unos",
|
|
14
|
+
email: "email adresa",
|
|
15
|
+
url: "URL",
|
|
16
|
+
emoji: "emoji",
|
|
17
|
+
uuid: "UUID",
|
|
18
|
+
uuidv4: "UUIDv4",
|
|
19
|
+
uuidv6: "UUIDv6",
|
|
20
|
+
nanoid: "nanoid",
|
|
21
|
+
guid: "GUID",
|
|
22
|
+
cuid: "cuid",
|
|
23
|
+
cuid2: "cuid2",
|
|
24
|
+
ulid: "ULID",
|
|
25
|
+
xid: "XID",
|
|
26
|
+
ksuid: "KSUID",
|
|
27
|
+
datetime: "ISO datum i vrijeme",
|
|
28
|
+
date: "ISO datum",
|
|
29
|
+
time: "ISO vrijeme",
|
|
30
|
+
duration: "ISO trajanje",
|
|
31
|
+
ipv4: "IPv4 adresa",
|
|
32
|
+
ipv6: "IPv6 adresa",
|
|
33
|
+
cidrv4: "IPv4 raspon",
|
|
34
|
+
cidrv6: "IPv6 raspon",
|
|
35
|
+
base64: "base64 kodirani tekst",
|
|
36
|
+
base64url: "base64url kodirani tekst",
|
|
37
|
+
json_string: "JSON tekst",
|
|
38
|
+
e164: "E.164 broj",
|
|
39
|
+
jwt: "JWT",
|
|
40
|
+
template_literal: "unos",
|
|
41
|
+
};
|
|
42
|
+
const TypeDictionary = {
|
|
43
|
+
nan: "NaN",
|
|
44
|
+
string: "tekst",
|
|
45
|
+
number: "broj",
|
|
46
|
+
boolean: "boolean",
|
|
47
|
+
array: "niz",
|
|
48
|
+
object: "objekt",
|
|
49
|
+
set: "skup",
|
|
50
|
+
file: "datoteka",
|
|
51
|
+
date: "datum",
|
|
52
|
+
bigint: "bigint",
|
|
53
|
+
symbol: "simbol",
|
|
54
|
+
undefined: "undefined",
|
|
55
|
+
null: "null",
|
|
56
|
+
function: "funkcija",
|
|
57
|
+
map: "mapa",
|
|
58
|
+
};
|
|
59
|
+
return (issue) => {
|
|
60
|
+
switch (issue.code) {
|
|
61
|
+
case "invalid_type": {
|
|
62
|
+
const expected = TypeDictionary[issue.expected] ?? issue.expected;
|
|
63
|
+
const receivedType = util.parsedType(issue.input);
|
|
64
|
+
const received = TypeDictionary[receivedType] ?? receivedType;
|
|
65
|
+
if (/^[A-Z]/.test(issue.expected)) {
|
|
66
|
+
return `Neispravan unos: očekuje se instanceof ${issue.expected}, a primljeno je ${received}`;
|
|
67
|
+
}
|
|
68
|
+
return `Neispravan unos: očekuje se ${expected}, a primljeno je ${received}`;
|
|
69
|
+
}
|
|
70
|
+
case "invalid_value":
|
|
71
|
+
if (issue.values.length === 1)
|
|
72
|
+
return `Neispravna vrijednost: očekivano ${util.stringifyPrimitive(issue.values[0])}`;
|
|
73
|
+
return `Neispravna opcija: očekivano jedno od ${util.joinValues(issue.values, "|")}`;
|
|
74
|
+
case "too_big": {
|
|
75
|
+
const adj = issue.inclusive ? "<=" : "<";
|
|
76
|
+
const sizing = getSizing(issue.origin);
|
|
77
|
+
const origin = TypeDictionary[issue.origin] ?? issue.origin;
|
|
78
|
+
if (sizing)
|
|
79
|
+
return `Preveliko: očekivano da ${origin ?? "vrijednost"} ima ${adj}${issue.maximum.toString()} ${sizing.unit ?? "elemenata"}`;
|
|
80
|
+
return `Preveliko: očekivano da ${origin ?? "vrijednost"} bude ${adj}${issue.maximum.toString()}`;
|
|
81
|
+
}
|
|
82
|
+
case "too_small": {
|
|
83
|
+
const adj = issue.inclusive ? ">=" : ">";
|
|
84
|
+
const sizing = getSizing(issue.origin);
|
|
85
|
+
const origin = TypeDictionary[issue.origin] ?? issue.origin;
|
|
86
|
+
if (sizing) {
|
|
87
|
+
return `Premalo: očekivano da ${origin} ima ${adj}${issue.minimum.toString()} ${sizing.unit}`;
|
|
88
|
+
}
|
|
89
|
+
return `Premalo: očekivano da ${origin} bude ${adj}${issue.minimum.toString()}`;
|
|
90
|
+
}
|
|
91
|
+
case "invalid_format": {
|
|
92
|
+
const _issue = issue;
|
|
93
|
+
if (_issue.format === "starts_with")
|
|
94
|
+
return `Neispravan tekst: mora započinjati s "${_issue.prefix}"`;
|
|
95
|
+
if (_issue.format === "ends_with")
|
|
96
|
+
return `Neispravan tekst: mora završavati s "${_issue.suffix}"`;
|
|
97
|
+
if (_issue.format === "includes")
|
|
98
|
+
return `Neispravan tekst: mora sadržavati "${_issue.includes}"`;
|
|
99
|
+
if (_issue.format === "regex")
|
|
100
|
+
return `Neispravan tekst: mora odgovarati uzorku ${_issue.pattern}`;
|
|
101
|
+
return `Neispravna ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
102
|
+
}
|
|
103
|
+
case "not_multiple_of":
|
|
104
|
+
return `Neispravan broj: mora biti višekratnik od ${issue.divisor}`;
|
|
105
|
+
case "unrecognized_keys":
|
|
106
|
+
return `Neprepoznat${issue.keys.length > 1 ? "i ključevi" : " ključ"}: ${util.joinValues(issue.keys, ", ")}`;
|
|
107
|
+
case "invalid_key":
|
|
108
|
+
return `Neispravan ključ u ${TypeDictionary[issue.origin] ?? issue.origin}`;
|
|
109
|
+
case "invalid_union":
|
|
110
|
+
return "Neispravan unos";
|
|
111
|
+
case "invalid_element":
|
|
112
|
+
return `Neispravna vrijednost u ${TypeDictionary[issue.origin] ?? issue.origin}`;
|
|
113
|
+
default:
|
|
114
|
+
return `Neispravan unos`;
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
export default function () {
|
|
119
|
+
return {
|
|
120
|
+
localeError: error(),
|
|
121
|
+
};
|
|
122
|
+
}
|
|
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.zhCN = exports.vi = exports.uz = exports.ur = exports.uk = exports.ua = exports.tr = exports.th = exports.ta = exports.sv = exports.sl = exports.ru = exports.ro = exports.pt = exports.pl = exports.ps = exports.ota = exports.no = exports.nl = exports.ms = exports.mk = exports.lt = exports.ko = exports.km = exports.kh = exports.ka = exports.ja = exports.it = exports.is = exports.id = exports.hy = exports.hu = exports.hr = exports.he = exports.frCA = exports.fr = exports.fi = exports.fa = exports.es = exports.eo = exports.en = exports.el = exports.de = exports.da = exports.cs = exports.ca = exports.bg = exports.be = exports.az = exports.ar = void 0;
|
|
7
|
+
exports.yo = exports.zhTW = void 0;
|
|
7
8
|
var ar_js_1 = require("./ar.cjs");
|
|
8
9
|
Object.defineProperty(exports, "ar", { enumerable: true, get: function () { return __importDefault(ar_js_1).default; } });
|
|
9
10
|
var az_js_1 = require("./az.cjs");
|
|
@@ -20,6 +21,8 @@ var da_js_1 = require("./da.cjs");
|
|
|
20
21
|
Object.defineProperty(exports, "da", { enumerable: true, get: function () { return __importDefault(da_js_1).default; } });
|
|
21
22
|
var de_js_1 = require("./de.cjs");
|
|
22
23
|
Object.defineProperty(exports, "de", { enumerable: true, get: function () { return __importDefault(de_js_1).default; } });
|
|
24
|
+
var el_js_1 = require("./el.cjs");
|
|
25
|
+
Object.defineProperty(exports, "el", { enumerable: true, get: function () { return __importDefault(el_js_1).default; } });
|
|
23
26
|
var en_js_1 = require("./en.cjs");
|
|
24
27
|
Object.defineProperty(exports, "en", { enumerable: true, get: function () { return __importDefault(en_js_1).default; } });
|
|
25
28
|
var eo_js_1 = require("./eo.cjs");
|
|
@@ -36,6 +39,8 @@ var fr_CA_js_1 = require("./fr-CA.cjs");
|
|
|
36
39
|
Object.defineProperty(exports, "frCA", { enumerable: true, get: function () { return __importDefault(fr_CA_js_1).default; } });
|
|
37
40
|
var he_js_1 = require("./he.cjs");
|
|
38
41
|
Object.defineProperty(exports, "he", { enumerable: true, get: function () { return __importDefault(he_js_1).default; } });
|
|
42
|
+
var hr_js_1 = require("./hr.cjs");
|
|
43
|
+
Object.defineProperty(exports, "hr", { enumerable: true, get: function () { return __importDefault(hr_js_1).default; } });
|
|
39
44
|
var hu_js_1 = require("./hu.cjs");
|
|
40
45
|
Object.defineProperty(exports, "hu", { enumerable: true, get: function () { return __importDefault(hu_js_1).default; } });
|
|
41
46
|
var hy_js_1 = require("./hy.cjs");
|
|
@@ -74,6 +79,8 @@ var pl_js_1 = require("./pl.cjs");
|
|
|
74
79
|
Object.defineProperty(exports, "pl", { enumerable: true, get: function () { return __importDefault(pl_js_1).default; } });
|
|
75
80
|
var pt_js_1 = require("./pt.cjs");
|
|
76
81
|
Object.defineProperty(exports, "pt", { enumerable: true, get: function () { return __importDefault(pt_js_1).default; } });
|
|
82
|
+
var ro_js_1 = require("./ro.cjs");
|
|
83
|
+
Object.defineProperty(exports, "ro", { enumerable: true, get: function () { return __importDefault(ro_js_1).default; } });
|
|
77
84
|
var ru_js_1 = require("./ru.cjs");
|
|
78
85
|
Object.defineProperty(exports, "ru", { enumerable: true, get: function () { return __importDefault(ru_js_1).default; } });
|
|
79
86
|
var sl_js_1 = require("./sl.cjs");
|
|
@@ -6,6 +6,7 @@ export { default as ca } from "./ca.cjs";
|
|
|
6
6
|
export { default as cs } from "./cs.cjs";
|
|
7
7
|
export { default as da } from "./da.cjs";
|
|
8
8
|
export { default as de } from "./de.cjs";
|
|
9
|
+
export { default as el } from "./el.cjs";
|
|
9
10
|
export { default as en } from "./en.cjs";
|
|
10
11
|
export { default as eo } from "./eo.cjs";
|
|
11
12
|
export { default as es } from "./es.cjs";
|
|
@@ -14,6 +15,7 @@ export { default as fi } from "./fi.cjs";
|
|
|
14
15
|
export { default as fr } from "./fr.cjs";
|
|
15
16
|
export { default as frCA } from "./fr-CA.cjs";
|
|
16
17
|
export { default as he } from "./he.cjs";
|
|
18
|
+
export { default as hr } from "./hr.cjs";
|
|
17
19
|
export { default as hu } from "./hu.cjs";
|
|
18
20
|
export { default as hy } from "./hy.cjs";
|
|
19
21
|
export { default as id } from "./id.cjs";
|
|
@@ -33,6 +35,7 @@ export { default as ota } from "./ota.cjs";
|
|
|
33
35
|
export { default as ps } from "./ps.cjs";
|
|
34
36
|
export { default as pl } from "./pl.cjs";
|
|
35
37
|
export { default as pt } from "./pt.cjs";
|
|
38
|
+
export { default as ro } from "./ro.cjs";
|
|
36
39
|
export { default as ru } from "./ru.cjs";
|
|
37
40
|
export { default as sl } from "./sl.cjs";
|
|
38
41
|
export { default as sv } from "./sv.cjs";
|
|
@@ -6,6 +6,7 @@ export { default as ca } from "./ca.js";
|
|
|
6
6
|
export { default as cs } from "./cs.js";
|
|
7
7
|
export { default as da } from "./da.js";
|
|
8
8
|
export { default as de } from "./de.js";
|
|
9
|
+
export { default as el } from "./el.js";
|
|
9
10
|
export { default as en } from "./en.js";
|
|
10
11
|
export { default as eo } from "./eo.js";
|
|
11
12
|
export { default as es } from "./es.js";
|
|
@@ -14,6 +15,7 @@ export { default as fi } from "./fi.js";
|
|
|
14
15
|
export { default as fr } from "./fr.js";
|
|
15
16
|
export { default as frCA } from "./fr-CA.js";
|
|
16
17
|
export { default as he } from "./he.js";
|
|
18
|
+
export { default as hr } from "./hr.js";
|
|
17
19
|
export { default as hu } from "./hu.js";
|
|
18
20
|
export { default as hy } from "./hy.js";
|
|
19
21
|
export { default as id } from "./id.js";
|
|
@@ -33,6 +35,7 @@ export { default as ota } from "./ota.js";
|
|
|
33
35
|
export { default as ps } from "./ps.js";
|
|
34
36
|
export { default as pl } from "./pl.js";
|
|
35
37
|
export { default as pt } from "./pt.js";
|
|
38
|
+
export { default as ro } from "./ro.js";
|
|
36
39
|
export { default as ru } from "./ru.js";
|
|
37
40
|
export { default as sl } from "./sl.js";
|
|
38
41
|
export { default as sv } from "./sv.js";
|
|
@@ -6,6 +6,7 @@ export { default as ca } from "./ca.js";
|
|
|
6
6
|
export { default as cs } from "./cs.js";
|
|
7
7
|
export { default as da } from "./da.js";
|
|
8
8
|
export { default as de } from "./de.js";
|
|
9
|
+
export { default as el } from "./el.js";
|
|
9
10
|
export { default as en } from "./en.js";
|
|
10
11
|
export { default as eo } from "./eo.js";
|
|
11
12
|
export { default as es } from "./es.js";
|
|
@@ -14,6 +15,7 @@ export { default as fi } from "./fi.js";
|
|
|
14
15
|
export { default as fr } from "./fr.js";
|
|
15
16
|
export { default as frCA } from "./fr-CA.js";
|
|
16
17
|
export { default as he } from "./he.js";
|
|
18
|
+
export { default as hr } from "./hr.js";
|
|
17
19
|
export { default as hu } from "./hu.js";
|
|
18
20
|
export { default as hy } from "./hy.js";
|
|
19
21
|
export { default as id } from "./id.js";
|
|
@@ -33,6 +35,7 @@ export { default as ota } from "./ota.js";
|
|
|
33
35
|
export { default as ps } from "./ps.js";
|
|
34
36
|
export { default as pl } from "./pl.js";
|
|
35
37
|
export { default as pt } from "./pt.js";
|
|
38
|
+
export { default as ro } from "./ro.js";
|
|
36
39
|
export { default as ru } from "./ru.js";
|
|
37
40
|
export { default as sl } from "./sl.js";
|
|
38
41
|
export { default as sv } from "./sv.js";
|
|
@@ -110,7 +110,7 @@ const error = () => {
|
|
|
110
110
|
return `Stringa non valida: deve includere "${_issue.includes}"`;
|
|
111
111
|
if (_issue.format === "regex")
|
|
112
112
|
return `Stringa non valida: deve corrispondere al pattern ${_issue.pattern}`;
|
|
113
|
-
return `
|
|
113
|
+
return `Input non valido: ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
114
114
|
}
|
|
115
115
|
case "not_multiple_of":
|
|
116
116
|
return `Numero non valido: deve essere un multiplo di ${issue.divisor}`;
|
|
@@ -84,7 +84,7 @@ const error = () => {
|
|
|
84
84
|
return `Stringa non valida: deve includere "${_issue.includes}"`;
|
|
85
85
|
if (_issue.format === "regex")
|
|
86
86
|
return `Stringa non valida: deve corrispondere al pattern ${_issue.pattern}`;
|
|
87
|
-
return `
|
|
87
|
+
return `Input non valido: ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
88
88
|
}
|
|
89
89
|
case "not_multiple_of":
|
|
90
90
|
return `Numero non valido: deve essere un multiplo di ${issue.divisor}`;
|
|
@@ -58,9 +58,9 @@ const error = () => {
|
|
|
58
58
|
ipv6: "IPv6 მისამართი",
|
|
59
59
|
cidrv4: "IPv4 დიაპაზონი",
|
|
60
60
|
cidrv6: "IPv6 დიაპაზონი",
|
|
61
|
-
base64: "base64-კოდირებული
|
|
62
|
-
base64url: "base64url-კოდირებული
|
|
63
|
-
json_string: "JSON
|
|
61
|
+
base64: "base64-კოდირებული ველი",
|
|
62
|
+
base64url: "base64url-კოდირებული ველი",
|
|
63
|
+
json_string: "JSON ველი",
|
|
64
64
|
e164: "E.164 ნომერი",
|
|
65
65
|
jwt: "JWT",
|
|
66
66
|
template_literal: "შეყვანა",
|
|
@@ -68,7 +68,7 @@ const error = () => {
|
|
|
68
68
|
const TypeDictionary = {
|
|
69
69
|
nan: "NaN",
|
|
70
70
|
number: "რიცხვი",
|
|
71
|
-
string: "
|
|
71
|
+
string: "ველი",
|
|
72
72
|
boolean: "ბულეანი",
|
|
73
73
|
function: "ფუნქცია",
|
|
74
74
|
array: "მასივი",
|
|
@@ -106,14 +106,14 @@ const error = () => {
|
|
|
106
106
|
case "invalid_format": {
|
|
107
107
|
const _issue = issue;
|
|
108
108
|
if (_issue.format === "starts_with") {
|
|
109
|
-
return `არასწორი
|
|
109
|
+
return `არასწორი ველი: უნდა იწყებოდეს "${_issue.prefix}"-ით`;
|
|
110
110
|
}
|
|
111
111
|
if (_issue.format === "ends_with")
|
|
112
|
-
return `არასწორი
|
|
112
|
+
return `არასწორი ველი: უნდა მთავრდებოდეს "${_issue.suffix}"-ით`;
|
|
113
113
|
if (_issue.format === "includes")
|
|
114
|
-
return `არასწორი
|
|
114
|
+
return `არასწორი ველი: უნდა შეიცავდეს "${_issue.includes}"-ს`;
|
|
115
115
|
if (_issue.format === "regex")
|
|
116
|
-
return `არასწორი
|
|
116
|
+
return `არასწორი ველი: უნდა შეესაბამებოდეს შაბლონს ${_issue.pattern}`;
|
|
117
117
|
return `არასწორი ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
118
118
|
}
|
|
119
119
|
case "not_multiple_of":
|
|
@@ -32,9 +32,9 @@ const error = () => {
|
|
|
32
32
|
ipv6: "IPv6 მისამართი",
|
|
33
33
|
cidrv4: "IPv4 დიაპაზონი",
|
|
34
34
|
cidrv6: "IPv6 დიაპაზონი",
|
|
35
|
-
base64: "base64-კოდირებული
|
|
36
|
-
base64url: "base64url-კოდირებული
|
|
37
|
-
json_string: "JSON
|
|
35
|
+
base64: "base64-კოდირებული ველი",
|
|
36
|
+
base64url: "base64url-კოდირებული ველი",
|
|
37
|
+
json_string: "JSON ველი",
|
|
38
38
|
e164: "E.164 ნომერი",
|
|
39
39
|
jwt: "JWT",
|
|
40
40
|
template_literal: "შეყვანა",
|
|
@@ -42,7 +42,7 @@ const error = () => {
|
|
|
42
42
|
const TypeDictionary = {
|
|
43
43
|
nan: "NaN",
|
|
44
44
|
number: "რიცხვი",
|
|
45
|
-
string: "
|
|
45
|
+
string: "ველი",
|
|
46
46
|
boolean: "ბულეანი",
|
|
47
47
|
function: "ფუნქცია",
|
|
48
48
|
array: "მასივი",
|
|
@@ -80,14 +80,14 @@ const error = () => {
|
|
|
80
80
|
case "invalid_format": {
|
|
81
81
|
const _issue = issue;
|
|
82
82
|
if (_issue.format === "starts_with") {
|
|
83
|
-
return `არასწორი
|
|
83
|
+
return `არასწორი ველი: უნდა იწყებოდეს "${_issue.prefix}"-ით`;
|
|
84
84
|
}
|
|
85
85
|
if (_issue.format === "ends_with")
|
|
86
|
-
return `არასწორი
|
|
86
|
+
return `არასწორი ველი: უნდა მთავრდებოდეს "${_issue.suffix}"-ით`;
|
|
87
87
|
if (_issue.format === "includes")
|
|
88
|
-
return `არასწორი
|
|
88
|
+
return `არასწორი ველი: უნდა შეიცავდეს "${_issue.includes}"-ს`;
|
|
89
89
|
if (_issue.format === "regex")
|
|
90
|
-
return `არასწორი
|
|
90
|
+
return `არასწორი ველი: უნდა შეესაბამებოდეს შაბლონს ${_issue.pattern}`;
|
|
91
91
|
return `არასწორი ${FormatDictionary[_issue.format] ?? issue.format}`;
|
|
92
92
|
}
|
|
93
93
|
case "not_multiple_of":
|