@blamejs/blamejs-shop 0.4.56 → 0.4.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/lib/affiliates.js +35 -4
- package/lib/api-keys.js +17 -2
- package/lib/asset-manifest.json +1 -1
- package/lib/backorder.js +21 -4
- package/lib/click-and-collect.js +11 -2
- package/lib/credit-limits.js +132 -84
- package/lib/vendor/MANIFEST.json +426 -366
- package/lib/vendor/blamejs/.github/codeql/codeql-config.yml +25 -0
- package/lib/vendor/blamejs/.github/workflows/actions-lint.yml +3 -3
- package/lib/vendor/blamejs/.github/workflows/cflite_batch.yml +1 -1
- package/lib/vendor/blamejs/.github/workflows/cflite_pr.yml +1 -1
- package/lib/vendor/blamejs/.github/workflows/ci.yml +13 -13
- package/lib/vendor/blamejs/.github/workflows/codeql.yml +8 -7
- package/lib/vendor/blamejs/.github/workflows/npm-publish.yml +2 -2
- package/lib/vendor/blamejs/.github/workflows/release-container.yml +4 -4
- package/lib/vendor/blamejs/.github/workflows/scorecard.yml +1 -1
- package/lib/vendor/blamejs/.github/workflows/sha-to-tag-verify.yml +1 -1
- package/lib/vendor/blamejs/CHANGELOG.md +2 -0
- package/lib/vendor/blamejs/api-snapshot.json +1381 -4
- package/lib/vendor/blamejs/eslint.config.mjs +1 -0
- package/lib/vendor/blamejs/examples/wiki/lib/source-comment-block-validator.js +4 -1
- package/lib/vendor/blamejs/examples/wiki/lib/symbol-index.js +5 -2
- package/lib/vendor/blamejs/examples/wiki/routes/pages.js +4 -1
- package/lib/vendor/blamejs/fuzz/guard-text.fuzz.js +20 -0
- package/lib/vendor/blamejs/index.js +2 -0
- package/lib/vendor/blamejs/lib/a2a-tasks.js +7 -23
- package/lib/vendor/blamejs/lib/acme.js +6 -5
- package/lib/vendor/blamejs/lib/agent-event-bus.js +5 -4
- package/lib/vendor/blamejs/lib/agent-idempotency.js +2 -5
- package/lib/vendor/blamejs/lib/agent-orchestrator.js +2 -5
- package/lib/vendor/blamejs/lib/agent-saga.js +3 -5
- package/lib/vendor/blamejs/lib/agent-tenant.js +2 -5
- package/lib/vendor/blamejs/lib/ai-adverse-decision.js +2 -15
- package/lib/vendor/blamejs/lib/ai-capability.js +1 -6
- package/lib/vendor/blamejs/lib/ai-dp.js +1 -5
- package/lib/vendor/blamejs/lib/ai-input.js +2 -2
- package/lib/vendor/blamejs/lib/ai-pref.js +3 -8
- package/lib/vendor/blamejs/lib/ai-quota.js +3 -14
- package/lib/vendor/blamejs/lib/api-key.js +37 -28
- package/lib/vendor/blamejs/lib/archive-adapters.js +2 -4
- package/lib/vendor/blamejs/lib/archive-entry-policy.js +32 -0
- package/lib/vendor/blamejs/lib/archive-read.js +5 -17
- package/lib/vendor/blamejs/lib/archive-tar-read.js +5 -16
- package/lib/vendor/blamejs/lib/archive.js +2 -10
- package/lib/vendor/blamejs/lib/arg-parser.js +7 -6
- package/lib/vendor/blamejs/lib/asyncapi-traits.js +2 -6
- package/lib/vendor/blamejs/lib/atomic-file.js +108 -31
- package/lib/vendor/blamejs/lib/audit-chain.js +133 -53
- package/lib/vendor/blamejs/lib/audit-daily-review.js +24 -14
- package/lib/vendor/blamejs/lib/audit-emit.js +82 -0
- package/lib/vendor/blamejs/lib/audit-sign.js +257 -0
- package/lib/vendor/blamejs/lib/audit.js +84 -0
- package/lib/vendor/blamejs/lib/auth/access-lock.js +5 -27
- package/lib/vendor/blamejs/lib/auth/dpop.js +23 -35
- package/lib/vendor/blamejs/lib/auth/fido-mds3.js +9 -15
- package/lib/vendor/blamejs/lib/auth/jwt-external.js +26 -8
- package/lib/vendor/blamejs/lib/auth/jwt.js +13 -15
- package/lib/vendor/blamejs/lib/auth/lockout.js +6 -25
- package/lib/vendor/blamejs/lib/auth/oauth.js +67 -45
- package/lib/vendor/blamejs/lib/auth/oid4vci.js +55 -32
- package/lib/vendor/blamejs/lib/auth/oid4vp.js +3 -2
- package/lib/vendor/blamejs/lib/auth/openid-federation.js +6 -6
- package/lib/vendor/blamejs/lib/auth/passkey.js +3 -3
- package/lib/vendor/blamejs/lib/auth/password.js +7 -1
- package/lib/vendor/blamejs/lib/auth/saml.js +37 -27
- package/lib/vendor/blamejs/lib/auth/sd-jwt-vc-holder.js +2 -14
- package/lib/vendor/blamejs/lib/auth/sd-jwt-vc-issuer.js +2 -14
- package/lib/vendor/blamejs/lib/auth/sd-jwt-vc.js +1 -1
- package/lib/vendor/blamejs/lib/auth/status-list.js +7 -7
- package/lib/vendor/blamejs/lib/auth/step-up.js +6 -12
- package/lib/vendor/blamejs/lib/auth-bot-challenge.js +6 -37
- package/lib/vendor/blamejs/lib/backup/bundle.js +11 -18
- package/lib/vendor/blamejs/lib/backup/index.js +14 -47
- package/lib/vendor/blamejs/lib/bounded-map.js +112 -1
- package/lib/vendor/blamejs/lib/breach-deadline.js +1 -11
- package/lib/vendor/blamejs/lib/cache.js +7 -18
- package/lib/vendor/blamejs/lib/cbor.js +2 -1
- package/lib/vendor/blamejs/lib/cdn-cache-control.js +8 -9
- package/lib/vendor/blamejs/lib/cert.js +3 -10
- package/lib/vendor/blamejs/lib/chain-writer.js +162 -47
- package/lib/vendor/blamejs/lib/cli.js +5 -1
- package/lib/vendor/blamejs/lib/client-hints.js +7 -9
- package/lib/vendor/blamejs/lib/cloud-events.js +40 -31
- package/lib/vendor/blamejs/lib/cluster-storage.js +2 -38
- package/lib/vendor/blamejs/lib/cms-codec.js +2 -1
- package/lib/vendor/blamejs/lib/codepoint-class.js +67 -1
- package/lib/vendor/blamejs/lib/compliance-ai-act-logging.js +1 -6
- package/lib/vendor/blamejs/lib/compliance-ai-act-transparency.js +2 -4
- package/lib/vendor/blamejs/lib/compliance-eaa.js +1 -11
- package/lib/vendor/blamejs/lib/compliance-sanctions-fetcher.js +21 -28
- package/lib/vendor/blamejs/lib/compliance-sanctions.js +2 -14
- package/lib/vendor/blamejs/lib/compliance.js +2 -9
- package/lib/vendor/blamejs/lib/config-drift.js +2 -12
- package/lib/vendor/blamejs/lib/content-digest.js +10 -8
- package/lib/vendor/blamejs/lib/cookies.js +5 -11
- package/lib/vendor/blamejs/lib/cose.js +19 -11
- package/lib/vendor/blamejs/lib/cra-report.js +1 -11
- package/lib/vendor/blamejs/lib/crypto-field.js +5 -10
- package/lib/vendor/blamejs/lib/crypto.js +120 -3
- package/lib/vendor/blamejs/lib/csp.js +235 -3
- package/lib/vendor/blamejs/lib/daemon.js +42 -41
- package/lib/vendor/blamejs/lib/data-act.js +19 -9
- package/lib/vendor/blamejs/lib/db-query.js +6 -40
- package/lib/vendor/blamejs/lib/db.js +34 -12
- package/lib/vendor/blamejs/lib/dbsc.js +5 -6
- package/lib/vendor/blamejs/lib/ddl-change-control.js +18 -14
- package/lib/vendor/blamejs/lib/deprecate.js +4 -5
- package/lib/vendor/blamejs/lib/did.js +6 -2
- package/lib/vendor/blamejs/lib/dsr.js +8 -12
- package/lib/vendor/blamejs/lib/external-db-migrate.js +21 -22
- package/lib/vendor/blamejs/lib/external-db.js +14 -26
- package/lib/vendor/blamejs/lib/fda-21cfr11.js +12 -8
- package/lib/vendor/blamejs/lib/fdx.js +22 -18
- package/lib/vendor/blamejs/lib/file-upload.js +80 -66
- package/lib/vendor/blamejs/lib/flag-evaluation-context.js +5 -8
- package/lib/vendor/blamejs/lib/framework-error.js +12 -0
- package/lib/vendor/blamejs/lib/framework-schema.js +19 -0
- package/lib/vendor/blamejs/lib/fsm.js +7 -12
- package/lib/vendor/blamejs/lib/gate-contract.js +869 -38
- package/lib/vendor/blamejs/lib/gdpr-ropa.js +4 -13
- package/lib/vendor/blamejs/lib/graphql-federation.js +1 -1
- package/lib/vendor/blamejs/lib/guard-agent-registry.js +2 -1
- package/lib/vendor/blamejs/lib/guard-all.js +1 -0
- package/lib/vendor/blamejs/lib/guard-archive.js +9 -30
- package/lib/vendor/blamejs/lib/guard-auth.js +23 -80
- package/lib/vendor/blamejs/lib/guard-cidr.js +20 -96
- package/lib/vendor/blamejs/lib/guard-csv.js +135 -196
- package/lib/vendor/blamejs/lib/guard-domain.js +23 -106
- package/lib/vendor/blamejs/lib/guard-dsn.js +16 -13
- package/lib/vendor/blamejs/lib/guard-email.js +46 -53
- package/lib/vendor/blamejs/lib/guard-envelope.js +1 -1
- package/lib/vendor/blamejs/lib/guard-event-bus-topic.js +2 -1
- package/lib/vendor/blamejs/lib/guard-filename.js +12 -60
- package/lib/vendor/blamejs/lib/guard-graphql.js +28 -75
- package/lib/vendor/blamejs/lib/guard-html-wcag.js +15 -2
- package/lib/vendor/blamejs/lib/guard-html.js +65 -117
- package/lib/vendor/blamejs/lib/guard-idempotency-key.js +2 -1
- package/lib/vendor/blamejs/lib/guard-image.js +280 -77
- package/lib/vendor/blamejs/lib/guard-imap-command.js +8 -9
- package/lib/vendor/blamejs/lib/guard-json.js +87 -103
- package/lib/vendor/blamejs/lib/guard-jsonpath.js +20 -88
- package/lib/vendor/blamejs/lib/guard-jwt.js +32 -114
- package/lib/vendor/blamejs/lib/guard-list-id.js +2 -7
- package/lib/vendor/blamejs/lib/guard-list-unsubscribe.js +2 -7
- package/lib/vendor/blamejs/lib/guard-mail-compose.js +5 -6
- package/lib/vendor/blamejs/lib/guard-mail-move.js +2 -1
- package/lib/vendor/blamejs/lib/guard-mail-query.js +5 -3
- package/lib/vendor/blamejs/lib/guard-mail-sieve.js +6 -7
- package/lib/vendor/blamejs/lib/guard-managesieve-command.js +5 -4
- package/lib/vendor/blamejs/lib/guard-markdown.js +76 -110
- package/lib/vendor/blamejs/lib/guard-message-id.js +5 -6
- package/lib/vendor/blamejs/lib/guard-mime.js +20 -99
- package/lib/vendor/blamejs/lib/guard-oauth.js +19 -73
- package/lib/vendor/blamejs/lib/guard-pdf.js +65 -72
- package/lib/vendor/blamejs/lib/guard-pop3-command.js +12 -13
- package/lib/vendor/blamejs/lib/guard-posture-chain.js +2 -1
- package/lib/vendor/blamejs/lib/guard-regex.js +24 -99
- package/lib/vendor/blamejs/lib/guard-saga-config.js +2 -1
- package/lib/vendor/blamejs/lib/guard-shell.js +22 -87
- package/lib/vendor/blamejs/lib/guard-smtp-command.js +8 -11
- package/lib/vendor/blamejs/lib/guard-sql.js +15 -13
- package/lib/vendor/blamejs/lib/guard-stream-args.js +2 -1
- package/lib/vendor/blamejs/lib/guard-svg.js +95 -140
- package/lib/vendor/blamejs/lib/guard-template.js +23 -80
- package/lib/vendor/blamejs/lib/guard-tenant-id.js +2 -1
- package/lib/vendor/blamejs/lib/guard-text.js +592 -0
- package/lib/vendor/blamejs/lib/guard-time.js +27 -95
- package/lib/vendor/blamejs/lib/guard-uuid.js +21 -93
- package/lib/vendor/blamejs/lib/guard-xml.js +76 -106
- package/lib/vendor/blamejs/lib/guard-yaml.js +24 -60
- package/lib/vendor/blamejs/lib/http-client-cache.js +5 -12
- package/lib/vendor/blamejs/lib/http-client-cookie-jar.js +2 -4
- package/lib/vendor/blamejs/lib/http-client.js +8 -21
- package/lib/vendor/blamejs/lib/http-message-signature.js +3 -2
- package/lib/vendor/blamejs/lib/i18n-messageformat.js +5 -7
- package/lib/vendor/blamejs/lib/i18n.js +83 -26
- package/lib/vendor/blamejs/lib/inbox.js +8 -8
- package/lib/vendor/blamejs/lib/incident-report.js +3 -21
- package/lib/vendor/blamejs/lib/ip-utils.js +49 -6
- package/lib/vendor/blamejs/lib/jobs.js +3 -2
- package/lib/vendor/blamejs/lib/keychain.js +6 -18
- package/lib/vendor/blamejs/lib/legal-hold.js +6 -15
- package/lib/vendor/blamejs/lib/log-stream-cloudwatch.js +44 -112
- package/lib/vendor/blamejs/lib/log-stream-otlp-grpc.js +17 -14
- package/lib/vendor/blamejs/lib/log-stream-otlp.js +16 -80
- package/lib/vendor/blamejs/lib/log-stream-webhook.js +20 -92
- package/lib/vendor/blamejs/lib/mail-arc-sign.js +8 -3
- package/lib/vendor/blamejs/lib/mail-arf.js +3 -2
- package/lib/vendor/blamejs/lib/mail-auth.js +40 -66
- package/lib/vendor/blamejs/lib/mail-bimi.js +19 -39
- package/lib/vendor/blamejs/lib/mail-crypto-pgp.js +3 -2
- package/lib/vendor/blamejs/lib/mail-dav.js +8 -35
- package/lib/vendor/blamejs/lib/mail-deploy.js +6 -9
- package/lib/vendor/blamejs/lib/mail-dkim.js +19 -38
- package/lib/vendor/blamejs/lib/mail-greylist.js +15 -26
- package/lib/vendor/blamejs/lib/mail-helo.js +2 -3
- package/lib/vendor/blamejs/lib/mail-journal.js +2 -1
- package/lib/vendor/blamejs/lib/mail-mdn.js +4 -3
- package/lib/vendor/blamejs/lib/mail-rbl.js +5 -8
- package/lib/vendor/blamejs/lib/mail-scan.js +2 -2
- package/lib/vendor/blamejs/lib/mail-send-deliver.js +33 -20
- package/lib/vendor/blamejs/lib/mail-server-imap.js +32 -87
- package/lib/vendor/blamejs/lib/mail-server-jmap.js +35 -51
- package/lib/vendor/blamejs/lib/mail-server-managesieve.js +29 -83
- package/lib/vendor/blamejs/lib/mail-server-mx.js +33 -74
- package/lib/vendor/blamejs/lib/mail-server-net.js +177 -0
- package/lib/vendor/blamejs/lib/mail-server-pop3.js +30 -83
- package/lib/vendor/blamejs/lib/mail-server-rate-limit.js +30 -6
- package/lib/vendor/blamejs/lib/mail-server-submission.js +34 -73
- package/lib/vendor/blamejs/lib/mail-server-tls.js +89 -0
- package/lib/vendor/blamejs/lib/mail-spam-score.js +7 -8
- package/lib/vendor/blamejs/lib/mail-store.js +3 -2
- package/lib/vendor/blamejs/lib/mail.js +6 -11
- package/lib/vendor/blamejs/lib/markup-escape.js +31 -0
- package/lib/vendor/blamejs/lib/markup-tokenizer.js +54 -0
- package/lib/vendor/blamejs/lib/mcp-tool-registry.js +26 -23
- package/lib/vendor/blamejs/lib/mcp.js +1 -1
- package/lib/vendor/blamejs/lib/mdoc.js +11 -12
- package/lib/vendor/blamejs/lib/metrics.js +32 -30
- package/lib/vendor/blamejs/lib/middleware/age-gate.js +3 -23
- package/lib/vendor/blamejs/lib/middleware/api-encrypt.js +11 -22
- package/lib/vendor/blamejs/lib/middleware/assetlinks.js +2 -7
- package/lib/vendor/blamejs/lib/middleware/bearer-auth.js +2 -1
- package/lib/vendor/blamejs/lib/middleware/body-parser.js +31 -48
- package/lib/vendor/blamejs/lib/middleware/bot-disclose.js +7 -10
- package/lib/vendor/blamejs/lib/middleware/bot-guard.js +2 -10
- package/lib/vendor/blamejs/lib/middleware/csrf-protect.js +13 -2
- package/lib/vendor/blamejs/lib/middleware/daily-byte-quota.js +6 -26
- package/lib/vendor/blamejs/lib/middleware/deny-response.js +19 -1
- package/lib/vendor/blamejs/lib/middleware/fetch-metadata.js +7 -0
- package/lib/vendor/blamejs/lib/middleware/idempotency-key.js +4 -20
- package/lib/vendor/blamejs/lib/middleware/rate-limit.js +20 -28
- package/lib/vendor/blamejs/lib/middleware/scim-server.js +3 -2
- package/lib/vendor/blamejs/lib/middleware/security-headers.js +9 -1
- package/lib/vendor/blamejs/lib/middleware/security-txt.js +2 -6
- package/lib/vendor/blamejs/lib/middleware/tus-upload.js +12 -27
- package/lib/vendor/blamejs/lib/middleware/web-app-manifest.js +2 -7
- package/lib/vendor/blamejs/lib/migrations.js +4 -13
- package/lib/vendor/blamejs/lib/mime-parse.js +34 -17
- package/lib/vendor/blamejs/lib/module-loader.js +44 -0
- package/lib/vendor/blamejs/lib/money.js +105 -0
- package/lib/vendor/blamejs/lib/mtls-ca.js +116 -36
- package/lib/vendor/blamejs/lib/network-byte-quota.js +4 -18
- package/lib/vendor/blamejs/lib/network-dane.js +8 -6
- package/lib/vendor/blamejs/lib/network-dns-resolver.js +97 -6
- package/lib/vendor/blamejs/lib/network-dnssec.js +16 -16
- package/lib/vendor/blamejs/lib/network-heartbeat.js +3 -2
- package/lib/vendor/blamejs/lib/network-smtp-policy.js +29 -41
- package/lib/vendor/blamejs/lib/network-tls.js +40 -42
- package/lib/vendor/blamejs/lib/nis2-report.js +1 -11
- package/lib/vendor/blamejs/lib/nonce-store.js +81 -3
- package/lib/vendor/blamejs/lib/numeric-bounds.js +22 -8
- package/lib/vendor/blamejs/lib/object-store/azure-blob-bucket-ops.js +2 -6
- package/lib/vendor/blamejs/lib/object-store/azure-blob.js +5 -45
- package/lib/vendor/blamejs/lib/object-store/gcs.js +8 -71
- package/lib/vendor/blamejs/lib/object-store/http-put.js +1 -5
- package/lib/vendor/blamejs/lib/object-store/http-request.js +128 -0
- package/lib/vendor/blamejs/lib/object-store/sigv4-bucket-ops.js +2 -1
- package/lib/vendor/blamejs/lib/object-store/sigv4.js +9 -77
- package/lib/vendor/blamejs/lib/observability-otlp-exporter.js +9 -25
- package/lib/vendor/blamejs/lib/observability.js +95 -0
- package/lib/vendor/blamejs/lib/openapi-paths-builder.js +7 -3
- package/lib/vendor/blamejs/lib/otel-export.js +7 -10
- package/lib/vendor/blamejs/lib/outbox.js +43 -37
- package/lib/vendor/blamejs/lib/pagination.js +11 -15
- package/lib/vendor/blamejs/lib/parsers/safe-env.js +5 -4
- package/lib/vendor/blamejs/lib/parsers/safe-ini.js +10 -4
- package/lib/vendor/blamejs/lib/parsers/safe-toml.js +11 -9
- package/lib/vendor/blamejs/lib/parsers/safe-xml.js +2 -2
- package/lib/vendor/blamejs/lib/parsers/safe-yaml.js +7 -6
- package/lib/vendor/blamejs/lib/pick.js +63 -5
- package/lib/vendor/blamejs/lib/pipl-cn.js +69 -59
- package/lib/vendor/blamejs/lib/privacy-pass.js +8 -6
- package/lib/vendor/blamejs/lib/problem-details.js +2 -5
- package/lib/vendor/blamejs/lib/pubsub.js +4 -8
- package/lib/vendor/blamejs/lib/redact.js +2 -1
- package/lib/vendor/blamejs/lib/render.js +4 -2
- package/lib/vendor/blamejs/lib/request-helpers.js +133 -6
- package/lib/vendor/blamejs/lib/restore.js +5 -22
- package/lib/vendor/blamejs/lib/retention.js +3 -5
- package/lib/vendor/blamejs/lib/safe-async.js +457 -0
- package/lib/vendor/blamejs/lib/safe-buffer.js +137 -6
- package/lib/vendor/blamejs/lib/safe-decompress.js +2 -1
- package/lib/vendor/blamejs/lib/safe-dns.js +2 -1
- package/lib/vendor/blamejs/lib/safe-ical.js +12 -26
- package/lib/vendor/blamejs/lib/safe-json.js +7 -8
- package/lib/vendor/blamejs/lib/safe-jsonpath.js +6 -5
- package/lib/vendor/blamejs/lib/safe-mime.js +25 -29
- package/lib/vendor/blamejs/lib/safe-redirect.js +2 -5
- package/lib/vendor/blamejs/lib/safe-schema.js +7 -6
- package/lib/vendor/blamejs/lib/safe-sql.js +126 -0
- package/lib/vendor/blamejs/lib/safe-vcard.js +12 -26
- package/lib/vendor/blamejs/lib/sandbox-worker.js +9 -2
- package/lib/vendor/blamejs/lib/sandbox.js +3 -2
- package/lib/vendor/blamejs/lib/scheduler.js +5 -12
- package/lib/vendor/blamejs/lib/sec-cyber.js +82 -37
- package/lib/vendor/blamejs/lib/seeders.js +4 -11
- package/lib/vendor/blamejs/lib/self-update.js +92 -69
- package/lib/vendor/blamejs/lib/session-device-binding.js +112 -66
- package/lib/vendor/blamejs/lib/session.js +194 -6
- package/lib/vendor/blamejs/lib/sql.js +225 -78
- package/lib/vendor/blamejs/lib/sse.js +6 -10
- package/lib/vendor/blamejs/lib/static.js +136 -98
- package/lib/vendor/blamejs/lib/storage.js +4 -2
- package/lib/vendor/blamejs/lib/structured-fields.js +275 -16
- package/lib/vendor/blamejs/lib/tenant-quota.js +2 -20
- package/lib/vendor/blamejs/lib/tsa.js +11 -15
- package/lib/vendor/blamejs/lib/validate-opts.js +154 -8
- package/lib/vendor/blamejs/lib/vault/seal-pem-file.js +30 -48
- package/lib/vendor/blamejs/lib/vault-aad.js +3 -2
- package/lib/vendor/blamejs/lib/vc.js +2 -7
- package/lib/vendor/blamejs/lib/vex.js +35 -13
- package/lib/vendor/blamejs/lib/web-push-vapid.js +23 -20
- package/lib/vendor/blamejs/lib/webhook-dispatcher.js +706 -0
- package/lib/vendor/blamejs/lib/webhook.js +43 -18
- package/lib/vendor/blamejs/lib/websocket-channels.js +9 -7
- package/lib/vendor/blamejs/lib/websocket.js +7 -3
- package/lib/vendor/blamejs/lib/worm.js +2 -3
- package/lib/vendor/blamejs/lib/ws-client.js +8 -10
- package/lib/vendor/blamejs/package.json +1 -1
- package/lib/vendor/blamejs/release-notes/v0.15.13.json +81 -0
- package/lib/vendor/blamejs/scripts/check-changelog-extract.js +1 -1
- package/lib/vendor/blamejs/test/00-primitives.js +136 -7
- package/lib/vendor/blamejs/test/10-state.js +9 -3
- package/lib/vendor/blamejs/test/30-chain.js +40 -0
- package/lib/vendor/blamejs/test/helpers/check.js +18 -0
- package/lib/vendor/blamejs/test/helpers/db.js +4 -0
- package/lib/vendor/blamejs/test/helpers/index.js +1 -0
- package/lib/vendor/blamejs/test/integration/audit-chain-external-db.test.js +2 -1
- package/lib/vendor/blamejs/test/integration/audit-stack-postgres.test.js +2 -1
- package/lib/vendor/blamejs/test/integration/data-layer-mysql.test.js +8 -1
- package/lib/vendor/blamejs/test/integration/data-layer-pg.test.js +1 -1
- package/lib/vendor/blamejs/test/integration/framework-schema-mysql.test.js +2 -1
- package/lib/vendor/blamejs/test/integration/webhook-dispatcher-pg.test.js +269 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/atomic-file-fd-read.test.js +149 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-framework-namespaces.test.js +51 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-sign-anchor.test.js +88 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-use-store.test.js +55 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/backup-object-store-adapter.test.js +2 -2
- package/lib/vendor/blamejs/test/layer-0-primitives/bot-guard.test.js +1 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/bounded-map.test.js +129 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/chain-writer-multichain.test.js +107 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/cli-api-key.test.js +12 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/codebase-patterns.test.js +2788 -3214
- package/lib/vendor/blamejs/test/layer-0-primitives/codepoint-class.test.js +78 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/crypto-base64url.test.js +63 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/crypto-hash-stream.test.js +2 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/csp-builder.test.js +50 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/csp-nonce.test.js +1 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/daemon.test.js +2 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/defineguard-resolve-opts.test.js +76 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/flag.test.js +9 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/gate-contract-content-gate.test.js +290 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-csv.test.js +84 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-email.test.js +78 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-filename.test.js +23 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-gate-disposition-coverage.test.js +93 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-html.test.js +60 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-image.test.js +184 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-imap-command.test.js +0 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-json.test.js +54 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-managesieve-command.test.js +10 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-markdown.test.js +45 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-pdf.test.js +101 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-pop3-command.test.js +18 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-svg.test.js +76 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-text.test.js +365 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-xml.test.js +35 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-yaml.test.js +36 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/i18n.test.js +20 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/inbox.test.js +15 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/ip-utils.test.js +83 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-arf.test.js +10 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-auth.test.js +39 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-dkim.test.js +36 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-greylist.test.js +17 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-server-tls.test.js +39 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-store.test.js +17 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mime-parse.test.js +106 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/money.test.js +17 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mtls-ca-revocation.test.js +98 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/nonce-store-release.test.js +77 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/observability.test.js +48 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/rate-limit-memory-getorinsert.test.js +100 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/request-helpers.test.js +88 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/safe-async-loops.test.js +278 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/safe-buffer-linear-scans.test.js +37 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/safe-jsonpath.test.js +14 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/sandbox.test.js +19 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/security-headers.test.js +1 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/self-update.test.js +2 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/session-device-binding.test.js +18 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/session-extensions.test.js +1 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/session-valid-from.test.js +73 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/sql.test.js +100 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/structured-fields.test.js +80 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/validate-opts-shape.test.js +235 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/webhook-dispatcher.test.js +374 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/webhook.test.js +75 -8
- package/lib/vendor/blamejs/test/layer-5-integration/guard-host-integration.test.js +3 -3
- package/package.json +1 -1
package/lib/vendor/MANIFEST.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"_about": "blamejs.shop vendors a single framework — blamejs — which itself bundles every server-side crypto/identity dependency. The transitive packages blamejs ships are surfaced in its own MANIFEST.json at lib/vendor/blamejs/lib/vendor/MANIFEST.json — Trivy / Grype rely on that nested data for CVE attribution.",
|
|
4
4
|
"packages": {
|
|
5
5
|
"blamejs": {
|
|
6
|
-
"version": "0.15.
|
|
7
|
-
"tag": "v0.15.
|
|
6
|
+
"version": "0.15.13",
|
|
7
|
+
"tag": "v0.15.13",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "blamejs contributors",
|
|
10
10
|
"source": "https://github.com/blamejs/blamejs",
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
".github/ISSUE_TEMPLATE/config.yml": "lib/vendor/blamejs/.github/ISSUE_TEMPLATE/config.yml",
|
|
22
22
|
".github/ISSUE_TEMPLATE/feature_request.md": "lib/vendor/blamejs/.github/ISSUE_TEMPLATE/feature_request.md",
|
|
23
23
|
".github/PULL_REQUEST_TEMPLATE.md": "lib/vendor/blamejs/.github/PULL_REQUEST_TEMPLATE.md",
|
|
24
|
+
".github/codeql/codeql-config.yml": "lib/vendor/blamejs/.github/codeql/codeql-config.yml",
|
|
24
25
|
".github/dependabot.yml": "lib/vendor/blamejs/.github/dependabot.yml",
|
|
25
26
|
".github/workflows/actions-lint.yml": "lib/vendor/blamejs/.github/workflows/actions-lint.yml",
|
|
26
27
|
".github/workflows/cflite_batch.yml": "lib/vendor/blamejs/.github/workflows/cflite_batch.yml",
|
|
@@ -199,6 +200,7 @@
|
|
|
199
200
|
"fuzz/guard-svg_seed_corpus/01-basic.svg": "lib/vendor/blamejs/fuzz/guard-svg_seed_corpus/01-basic.svg",
|
|
200
201
|
"fuzz/guard-svg_seed_corpus/02-script.svg": "lib/vendor/blamejs/fuzz/guard-svg_seed_corpus/02-script.svg",
|
|
201
202
|
"fuzz/guard-tenant-id.fuzz.js": "lib/vendor/blamejs/fuzz/guard-tenant-id.fuzz.js",
|
|
203
|
+
"fuzz/guard-text.fuzz.js": "lib/vendor/blamejs/fuzz/guard-text.fuzz.js",
|
|
202
204
|
"fuzz/guard-trace-context.fuzz.js": "lib/vendor/blamejs/fuzz/guard-trace-context.fuzz.js",
|
|
203
205
|
"fuzz/guard-xml.fuzz.js": "lib/vendor/blamejs/fuzz/guard-xml.fuzz.js",
|
|
204
206
|
"fuzz/guard-xml_seed_corpus/01-basic.xml": "lib/vendor/blamejs/fuzz/guard-xml_seed_corpus/01-basic.xml",
|
|
@@ -279,6 +281,7 @@
|
|
|
279
281
|
"lib/app-shutdown.js": "lib/vendor/blamejs/lib/app-shutdown.js",
|
|
280
282
|
"lib/app.js": "lib/vendor/blamejs/lib/app.js",
|
|
281
283
|
"lib/archive-adapters.js": "lib/vendor/blamejs/lib/archive-adapters.js",
|
|
284
|
+
"lib/archive-entry-policy.js": "lib/vendor/blamejs/lib/archive-entry-policy.js",
|
|
282
285
|
"lib/archive-gz.js": "lib/vendor/blamejs/lib/archive-gz.js",
|
|
283
286
|
"lib/archive-read.js": "lib/vendor/blamejs/lib/archive-read.js",
|
|
284
287
|
"lib/archive-tar-read.js": "lib/vendor/blamejs/lib/archive-tar-read.js",
|
|
@@ -294,6 +297,7 @@
|
|
|
294
297
|
"lib/atomic-file.js": "lib/vendor/blamejs/lib/atomic-file.js",
|
|
295
298
|
"lib/audit-chain.js": "lib/vendor/blamejs/lib/audit-chain.js",
|
|
296
299
|
"lib/audit-daily-review.js": "lib/vendor/blamejs/lib/audit-daily-review.js",
|
|
300
|
+
"lib/audit-emit.js": "lib/vendor/blamejs/lib/audit-emit.js",
|
|
297
301
|
"lib/audit-sign.js": "lib/vendor/blamejs/lib/audit-sign.js",
|
|
298
302
|
"lib/audit-tools.js": "lib/vendor/blamejs/lib/audit-tools.js",
|
|
299
303
|
"lib/audit.js": "lib/vendor/blamejs/lib/audit.js",
|
|
@@ -488,6 +492,7 @@
|
|
|
488
492
|
"lib/guard-svg.js": "lib/vendor/blamejs/lib/guard-svg.js",
|
|
489
493
|
"lib/guard-template.js": "lib/vendor/blamejs/lib/guard-template.js",
|
|
490
494
|
"lib/guard-tenant-id.js": "lib/vendor/blamejs/lib/guard-tenant-id.js",
|
|
495
|
+
"lib/guard-text.js": "lib/vendor/blamejs/lib/guard-text.js",
|
|
491
496
|
"lib/guard-time.js": "lib/vendor/blamejs/lib/guard-time.js",
|
|
492
497
|
"lib/guard-trace-context.js": "lib/vendor/blamejs/lib/guard-trace-context.js",
|
|
493
498
|
"lib/guard-uuid.js": "lib/vendor/blamejs/lib/guard-uuid.js",
|
|
@@ -558,6 +563,7 @@
|
|
|
558
563
|
"lib/mail-server-jmap.js": "lib/vendor/blamejs/lib/mail-server-jmap.js",
|
|
559
564
|
"lib/mail-server-managesieve.js": "lib/vendor/blamejs/lib/mail-server-managesieve.js",
|
|
560
565
|
"lib/mail-server-mx.js": "lib/vendor/blamejs/lib/mail-server-mx.js",
|
|
566
|
+
"lib/mail-server-net.js": "lib/vendor/blamejs/lib/mail-server-net.js",
|
|
561
567
|
"lib/mail-server-pop3.js": "lib/vendor/blamejs/lib/mail-server-pop3.js",
|
|
562
568
|
"lib/mail-server-rate-limit.js": "lib/vendor/blamejs/lib/mail-server-rate-limit.js",
|
|
563
569
|
"lib/mail-server-registry.js": "lib/vendor/blamejs/lib/mail-server-registry.js",
|
|
@@ -570,6 +576,8 @@
|
|
|
570
576
|
"lib/mail-store.js": "lib/vendor/blamejs/lib/mail-store.js",
|
|
571
577
|
"lib/mail-unsubscribe.js": "lib/vendor/blamejs/lib/mail-unsubscribe.js",
|
|
572
578
|
"lib/mail.js": "lib/vendor/blamejs/lib/mail.js",
|
|
579
|
+
"lib/markup-escape.js": "lib/vendor/blamejs/lib/markup-escape.js",
|
|
580
|
+
"lib/markup-tokenizer.js": "lib/vendor/blamejs/lib/markup-tokenizer.js",
|
|
573
581
|
"lib/mcp-tool-registry.js": "lib/vendor/blamejs/lib/mcp-tool-registry.js",
|
|
574
582
|
"lib/mcp.js": "lib/vendor/blamejs/lib/mcp.js",
|
|
575
583
|
"lib/mdoc.js": "lib/vendor/blamejs/lib/mdoc.js",
|
|
@@ -633,6 +641,7 @@
|
|
|
633
641
|
"lib/migration-files.js": "lib/vendor/blamejs/lib/migration-files.js",
|
|
634
642
|
"lib/migrations.js": "lib/vendor/blamejs/lib/migrations.js",
|
|
635
643
|
"lib/mime-parse.js": "lib/vendor/blamejs/lib/mime-parse.js",
|
|
644
|
+
"lib/module-loader.js": "lib/vendor/blamejs/lib/module-loader.js",
|
|
636
645
|
"lib/money.js": "lib/vendor/blamejs/lib/money.js",
|
|
637
646
|
"lib/mtls-ca.js": "lib/vendor/blamejs/lib/mtls-ca.js",
|
|
638
647
|
"lib/mtls-engine-default.js": "lib/vendor/blamejs/lib/mtls-engine-default.js",
|
|
@@ -797,6 +806,7 @@
|
|
|
797
806
|
"lib/vex.js": "lib/vendor/blamejs/lib/vex.js",
|
|
798
807
|
"lib/watcher.js": "lib/vendor/blamejs/lib/watcher.js",
|
|
799
808
|
"lib/web-push-vapid.js": "lib/vendor/blamejs/lib/web-push-vapid.js",
|
|
809
|
+
"lib/webhook-dispatcher.js": "lib/vendor/blamejs/lib/webhook-dispatcher.js",
|
|
800
810
|
"lib/webhook.js": "lib/vendor/blamejs/lib/webhook.js",
|
|
801
811
|
"lib/websocket-channels.js": "lib/vendor/blamejs/lib/websocket-channels.js",
|
|
802
812
|
"lib/websocket.js": "lib/vendor/blamejs/lib/websocket.js",
|
|
@@ -822,6 +832,7 @@
|
|
|
822
832
|
"release-notes/v0.15.10.json": "lib/vendor/blamejs/release-notes/v0.15.10.json",
|
|
823
833
|
"release-notes/v0.15.11.json": "lib/vendor/blamejs/release-notes/v0.15.11.json",
|
|
824
834
|
"release-notes/v0.15.12.json": "lib/vendor/blamejs/release-notes/v0.15.12.json",
|
|
835
|
+
"release-notes/v0.15.13.json": "lib/vendor/blamejs/release-notes/v0.15.13.json",
|
|
825
836
|
"release-notes/v0.15.2.json": "lib/vendor/blamejs/release-notes/v0.15.2.json",
|
|
826
837
|
"release-notes/v0.15.3.json": "lib/vendor/blamejs/release-notes/v0.15.3.json",
|
|
827
838
|
"release-notes/v0.15.4.json": "lib/vendor/blamejs/release-notes/v0.15.4.json",
|
|
@@ -930,6 +941,7 @@
|
|
|
930
941
|
"test/integration/sql-fts5-catalog-sqlite.test.js": "lib/vendor/blamejs/test/integration/sql-fts5-catalog-sqlite.test.js",
|
|
931
942
|
"test/integration/ssrf-guard.test.js": "lib/vendor/blamejs/test/integration/ssrf-guard.test.js",
|
|
932
943
|
"test/integration/tls-classical-downgrade-audit.test.js": "lib/vendor/blamejs/test/integration/tls-classical-downgrade-audit.test.js",
|
|
944
|
+
"test/integration/webhook-dispatcher-pg.test.js": "lib/vendor/blamejs/test/integration/webhook-dispatcher-pg.test.js",
|
|
933
945
|
"test/integration/websocket-permessage-deflate.test.js": "lib/vendor/blamejs/test/integration/websocket-permessage-deflate.test.js",
|
|
934
946
|
"test/integration/ws-client-roundtrip.test.js": "lib/vendor/blamejs/test/integration/ws-client-roundtrip.test.js",
|
|
935
947
|
"test/layer-0-primitives/a2a-tasks.test.js": "lib/vendor/blamejs/test/layer-0-primitives/a2a-tasks.test.js",
|
|
@@ -975,6 +987,7 @@
|
|
|
975
987
|
"test/layer-0-primitives/asyncapi.test.js": "lib/vendor/blamejs/test/layer-0-primitives/asyncapi.test.js",
|
|
976
988
|
"test/layer-0-primitives/atomic-file-conflict-path.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-conflict-path.test.js",
|
|
977
989
|
"test/layer-0-primitives/atomic-file-exclusive-temp.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-exclusive-temp.test.js",
|
|
990
|
+
"test/layer-0-primitives/atomic-file-fd-read.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-fd-read.test.js",
|
|
978
991
|
"test/layer-0-primitives/atomic-file-rename-retry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-rename-retry.test.js",
|
|
979
992
|
"test/layer-0-primitives/attach-user-bearer-scheme.test.js": "lib/vendor/blamejs/test/layer-0-primitives/attach-user-bearer-scheme.test.js",
|
|
980
993
|
"test/layer-0-primitives/audit-checkpoint-false-rollback.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-checkpoint-false-rollback.test.js",
|
|
@@ -985,6 +998,7 @@
|
|
|
985
998
|
"test/layer-0-primitives/audit-query-self-log.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-query-self-log.test.js",
|
|
986
999
|
"test/layer-0-primitives/audit-safeemit-redacts-secrets.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-safeemit-redacts-secrets.test.js",
|
|
987
1000
|
"test/layer-0-primitives/audit-segregation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-segregation.test.js",
|
|
1001
|
+
"test/layer-0-primitives/audit-sign-anchor.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-sign-anchor.test.js",
|
|
988
1002
|
"test/layer-0-primitives/audit-sign-ml-dsa-65.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-sign-ml-dsa-65.test.js",
|
|
989
1003
|
"test/layer-0-primitives/audit-signing-key-rotation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-signing-key-rotation.test.js",
|
|
990
1004
|
"test/layer-0-primitives/audit-tools-dual-control.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-tools-dual-control.test.js",
|
|
@@ -1032,6 +1046,7 @@
|
|
|
1032
1046
|
"test/layer-0-primitives/cbor.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cbor.test.js",
|
|
1033
1047
|
"test/layer-0-primitives/cdn-cache-control.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cdn-cache-control.test.js",
|
|
1034
1048
|
"test/layer-0-primitives/cert.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cert.test.js",
|
|
1049
|
+
"test/layer-0-primitives/chain-writer-multichain.test.js": "lib/vendor/blamejs/test/layer-0-primitives/chain-writer-multichain.test.js",
|
|
1035
1050
|
"test/layer-0-primitives/clear-site-data.test.js": "lib/vendor/blamejs/test/layer-0-primitives/clear-site-data.test.js",
|
|
1036
1051
|
"test/layer-0-primitives/cli-api-key.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cli-api-key.test.js",
|
|
1037
1052
|
"test/layer-0-primitives/cli-audit-verify-chain.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cli-audit-verify-chain.test.js",
|
|
@@ -1052,6 +1067,7 @@
|
|
|
1052
1067
|
"test/layer-0-primitives/cluster-vault-rotation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cluster-vault-rotation.test.js",
|
|
1053
1068
|
"test/layer-0-primitives/cms-codec.test.js": "lib/vendor/blamejs/test/layer-0-primitives/cms-codec.test.js",
|
|
1054
1069
|
"test/layer-0-primitives/codebase-patterns.test.js": "lib/vendor/blamejs/test/layer-0-primitives/codebase-patterns.test.js",
|
|
1070
|
+
"test/layer-0-primitives/codepoint-class.test.js": "lib/vendor/blamejs/test/layer-0-primitives/codepoint-class.test.js",
|
|
1055
1071
|
"test/layer-0-primitives/compliance-ai-act.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance-ai-act.test.js",
|
|
1056
1072
|
"test/layer-0-primitives/compliance-cascade.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance-cascade.test.js",
|
|
1057
1073
|
"test/layer-0-primitives/compliance-eaa.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance-eaa.test.js",
|
|
@@ -1118,6 +1134,7 @@
|
|
|
1118
1134
|
"test/layer-0-primitives/declare-row-policy.test.js": "lib/vendor/blamejs/test/layer-0-primitives/declare-row-policy.test.js",
|
|
1119
1135
|
"test/layer-0-primitives/declare-view.test.js": "lib/vendor/blamejs/test/layer-0-primitives/declare-view.test.js",
|
|
1120
1136
|
"test/layer-0-primitives/defineguard-default-gate-posture-caps.test.js": "lib/vendor/blamejs/test/layer-0-primitives/defineguard-default-gate-posture-caps.test.js",
|
|
1137
|
+
"test/layer-0-primitives/defineguard-resolve-opts.test.js": "lib/vendor/blamejs/test/layer-0-primitives/defineguard-resolve-opts.test.js",
|
|
1121
1138
|
"test/layer-0-primitives/deny-response.test.js": "lib/vendor/blamejs/test/layer-0-primitives/deny-response.test.js",
|
|
1122
1139
|
"test/layer-0-primitives/did.test.js": "lib/vendor/blamejs/test/layer-0-primitives/did.test.js",
|
|
1123
1140
|
"test/layer-0-primitives/dns-dnssec-algorithm.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dns-dnssec-algorithm.test.js",
|
|
@@ -1151,6 +1168,7 @@
|
|
|
1151
1168
|
"test/layer-0-primitives/flag.test.js": "lib/vendor/blamejs/test/layer-0-primitives/flag.test.js",
|
|
1152
1169
|
"test/layer-0-primitives/forensic-snapshot.test.js": "lib/vendor/blamejs/test/layer-0-primitives/forensic-snapshot.test.js",
|
|
1153
1170
|
"test/layer-0-primitives/fsm.test.js": "lib/vendor/blamejs/test/layer-0-primitives/fsm.test.js",
|
|
1171
|
+
"test/layer-0-primitives/gate-contract-content-gate.test.js": "lib/vendor/blamejs/test/layer-0-primitives/gate-contract-content-gate.test.js",
|
|
1154
1172
|
"test/layer-0-primitives/gcs-bucket-ops.test.js": "lib/vendor/blamejs/test/layer-0-primitives/gcs-bucket-ops.test.js",
|
|
1155
1173
|
"test/layer-0-primitives/gdpr-ropa.test.js": "lib/vendor/blamejs/test/layer-0-primitives/gdpr-ropa.test.js",
|
|
1156
1174
|
"test/layer-0-primitives/graphql-federation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/graphql-federation.test.js",
|
|
@@ -1164,9 +1182,11 @@
|
|
|
1164
1182
|
"test/layer-0-primitives/guard-event-bus-payload.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-event-bus-payload.test.js",
|
|
1165
1183
|
"test/layer-0-primitives/guard-event-bus-topic.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-event-bus-topic.test.js",
|
|
1166
1184
|
"test/layer-0-primitives/guard-filename.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-filename.test.js",
|
|
1185
|
+
"test/layer-0-primitives/guard-gate-disposition-coverage.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-gate-disposition-coverage.test.js",
|
|
1167
1186
|
"test/layer-0-primitives/guard-html-wcag.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-html-wcag.test.js",
|
|
1168
1187
|
"test/layer-0-primitives/guard-html.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-html.test.js",
|
|
1169
1188
|
"test/layer-0-primitives/guard-idempotency-key.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-idempotency-key.test.js",
|
|
1189
|
+
"test/layer-0-primitives/guard-image.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-image.test.js",
|
|
1170
1190
|
"test/layer-0-primitives/guard-imap-command.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-imap-command.test.js",
|
|
1171
1191
|
"test/layer-0-primitives/guard-jmap.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-jmap.test.js",
|
|
1172
1192
|
"test/layer-0-primitives/guard-json.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-json.test.js",
|
|
@@ -1180,6 +1200,7 @@
|
|
|
1180
1200
|
"test/layer-0-primitives/guard-managesieve-command.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-managesieve-command.test.js",
|
|
1181
1201
|
"test/layer-0-primitives/guard-markdown.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-markdown.test.js",
|
|
1182
1202
|
"test/layer-0-primitives/guard-message-id.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-message-id.test.js",
|
|
1203
|
+
"test/layer-0-primitives/guard-pdf.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-pdf.test.js",
|
|
1183
1204
|
"test/layer-0-primitives/guard-pop3-command.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-pop3-command.test.js",
|
|
1184
1205
|
"test/layer-0-primitives/guard-posture-chain.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-posture-chain.test.js",
|
|
1185
1206
|
"test/layer-0-primitives/guard-saga-config.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-saga-config.test.js",
|
|
@@ -1188,6 +1209,7 @@
|
|
|
1188
1209
|
"test/layer-0-primitives/guard-stream-args.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-stream-args.test.js",
|
|
1189
1210
|
"test/layer-0-primitives/guard-svg.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-svg.test.js",
|
|
1190
1211
|
"test/layer-0-primitives/guard-tenant-id.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-tenant-id.test.js",
|
|
1212
|
+
"test/layer-0-primitives/guard-text.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-text.test.js",
|
|
1191
1213
|
"test/layer-0-primitives/guard-trace-context.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-trace-context.test.js",
|
|
1192
1214
|
"test/layer-0-primitives/guard-xml.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-xml.test.js",
|
|
1193
1215
|
"test/layer-0-primitives/guard-yaml.test.js": "lib/vendor/blamejs/test/layer-0-primitives/guard-yaml.test.js",
|
|
@@ -1205,6 +1227,7 @@
|
|
|
1205
1227
|
"test/layer-0-primitives/importmap-integrity.test.js": "lib/vendor/blamejs/test/layer-0-primitives/importmap-integrity.test.js",
|
|
1206
1228
|
"test/layer-0-primitives/inbox.test.js": "lib/vendor/blamejs/test/layer-0-primitives/inbox.test.js",
|
|
1207
1229
|
"test/layer-0-primitives/incident-report.test.js": "lib/vendor/blamejs/test/layer-0-primitives/incident-report.test.js",
|
|
1230
|
+
"test/layer-0-primitives/ip-utils.test.js": "lib/vendor/blamejs/test/layer-0-primitives/ip-utils.test.js",
|
|
1208
1231
|
"test/layer-0-primitives/jose-jwe-experimental.test.js": "lib/vendor/blamejs/test/layer-0-primitives/jose-jwe-experimental.test.js",
|
|
1209
1232
|
"test/layer-0-primitives/json-api.test.js": "lib/vendor/blamejs/test/layer-0-primitives/json-api.test.js",
|
|
1210
1233
|
"test/layer-0-primitives/json-merge-patch.test.js": "lib/vendor/blamejs/test/layer-0-primitives/json-merge-patch.test.js",
|
|
@@ -1267,8 +1290,10 @@
|
|
|
1267
1290
|
"test/layer-0-primitives/metrics-shadow-registry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/metrics-shadow-registry.test.js",
|
|
1268
1291
|
"test/layer-0-primitives/metrics-snapshot.test.js": "lib/vendor/blamejs/test/layer-0-primitives/metrics-snapshot.test.js",
|
|
1269
1292
|
"test/layer-0-primitives/middleware-compose-pipeline.test.js": "lib/vendor/blamejs/test/layer-0-primitives/middleware-compose-pipeline.test.js",
|
|
1293
|
+
"test/layer-0-primitives/mime-parse.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mime-parse.test.js",
|
|
1270
1294
|
"test/layer-0-primitives/money.test.js": "lib/vendor/blamejs/test/layer-0-primitives/money.test.js",
|
|
1271
1295
|
"test/layer-0-primitives/mtls-ca-paths.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mtls-ca-paths.test.js",
|
|
1296
|
+
"test/layer-0-primitives/mtls-ca-revocation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mtls-ca-revocation.test.js",
|
|
1272
1297
|
"test/layer-0-primitives/nel.test.js": "lib/vendor/blamejs/test/layer-0-primitives/nel.test.js",
|
|
1273
1298
|
"test/layer-0-primitives/network-allowlist.test.js": "lib/vendor/blamejs/test/layer-0-primitives/network-allowlist.test.js",
|
|
1274
1299
|
"test/layer-0-primitives/network-byte-quota.test.js": "lib/vendor/blamejs/test/layer-0-primitives/network-byte-quota.test.js",
|
|
@@ -1283,6 +1308,7 @@
|
|
|
1283
1308
|
"test/layer-0-primitives/nis2-report.test.js": "lib/vendor/blamejs/test/layer-0-primitives/nis2-report.test.js",
|
|
1284
1309
|
"test/layer-0-primitives/nist-crosswalk.test.js": "lib/vendor/blamejs/test/layer-0-primitives/nist-crosswalk.test.js",
|
|
1285
1310
|
"test/layer-0-primitives/no-cache.test.js": "lib/vendor/blamejs/test/layer-0-primitives/no-cache.test.js",
|
|
1311
|
+
"test/layer-0-primitives/nonce-store-release.test.js": "lib/vendor/blamejs/test/layer-0-primitives/nonce-store-release.test.js",
|
|
1286
1312
|
"test/layer-0-primitives/notify.test.js": "lib/vendor/blamejs/test/layer-0-primitives/notify.test.js",
|
|
1287
1313
|
"test/layer-0-primitives/numeric-bounds.test.js": "lib/vendor/blamejs/test/layer-0-primitives/numeric-bounds.test.js",
|
|
1288
1314
|
"test/layer-0-primitives/oauth-callback.test.js": "lib/vendor/blamejs/test/layer-0-primitives/oauth-callback.test.js",
|
|
@@ -1317,6 +1343,7 @@
|
|
|
1317
1343
|
"test/layer-0-primitives/queue-priority-rate-progress.test.js": "lib/vendor/blamejs/test/layer-0-primitives/queue-priority-rate-progress.test.js",
|
|
1318
1344
|
"test/layer-0-primitives/queue-sqs.test.js": "lib/vendor/blamejs/test/layer-0-primitives/queue-sqs.test.js",
|
|
1319
1345
|
"test/layer-0-primitives/rate-limit-cluster.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-cluster.test.js",
|
|
1346
|
+
"test/layer-0-primitives/rate-limit-memory-getorinsert.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-memory-getorinsert.test.js",
|
|
1320
1347
|
"test/layer-0-primitives/rate-limit-registry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-registry.test.js",
|
|
1321
1348
|
"test/layer-0-primitives/redact-dlp.test.js": "lib/vendor/blamejs/test/layer-0-primitives/redact-dlp.test.js",
|
|
1322
1349
|
"test/layer-0-primitives/redis-client.test.js": "lib/vendor/blamejs/test/layer-0-primitives/redis-client.test.js",
|
|
@@ -1371,6 +1398,7 @@
|
|
|
1371
1398
|
"test/layer-0-primitives/server-timing.test.js": "lib/vendor/blamejs/test/layer-0-primitives/server-timing.test.js",
|
|
1372
1399
|
"test/layer-0-primitives/session-device-binding.test.js": "lib/vendor/blamejs/test/layer-0-primitives/session-device-binding.test.js",
|
|
1373
1400
|
"test/layer-0-primitives/session-extensions.test.js": "lib/vendor/blamejs/test/layer-0-primitives/session-extensions.test.js",
|
|
1401
|
+
"test/layer-0-primitives/session-valid-from.test.js": "lib/vendor/blamejs/test/layer-0-primitives/session-valid-from.test.js",
|
|
1374
1402
|
"test/layer-0-primitives/shape-match.test.js": "lib/vendor/blamejs/test/layer-0-primitives/shape-match.test.js",
|
|
1375
1403
|
"test/layer-0-primitives/sigv4-bucket-ops.test.js": "lib/vendor/blamejs/test/layer-0-primitives/sigv4-bucket-ops.test.js",
|
|
1376
1404
|
"test/layer-0-primitives/sigv4-multipart-sse.test.js": "lib/vendor/blamejs/test/layer-0-primitives/sigv4-multipart-sse.test.js",
|
|
@@ -1407,6 +1435,7 @@
|
|
|
1407
1435
|
"test/layer-0-primitives/uri-template.test.js": "lib/vendor/blamejs/test/layer-0-primitives/uri-template.test.js",
|
|
1408
1436
|
"test/layer-0-primitives/uuid.test.js": "lib/vendor/blamejs/test/layer-0-primitives/uuid.test.js",
|
|
1409
1437
|
"test/layer-0-primitives/validate-opts-port.test.js": "lib/vendor/blamejs/test/layer-0-primitives/validate-opts-port.test.js",
|
|
1438
|
+
"test/layer-0-primitives/validate-opts-shape.test.js": "lib/vendor/blamejs/test/layer-0-primitives/validate-opts-shape.test.js",
|
|
1410
1439
|
"test/layer-0-primitives/vault-aad.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-aad.test.js",
|
|
1411
1440
|
"test/layer-0-primitives/vault-rotate-aad.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-rotate-aad.test.js",
|
|
1412
1441
|
"test/layer-0-primitives/vault-seal-pem-file.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-seal-pem-file.test.js",
|
|
@@ -1416,6 +1445,7 @@
|
|
|
1416
1445
|
"test/layer-0-primitives/vex.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vex.test.js",
|
|
1417
1446
|
"test/layer-0-primitives/watcher.test.js": "lib/vendor/blamejs/test/layer-0-primitives/watcher.test.js",
|
|
1418
1447
|
"test/layer-0-primitives/web-push-vapid.test.js": "lib/vendor/blamejs/test/layer-0-primitives/web-push-vapid.test.js",
|
|
1448
|
+
"test/layer-0-primitives/webhook-dispatcher.test.js": "lib/vendor/blamejs/test/layer-0-primitives/webhook-dispatcher.test.js",
|
|
1419
1449
|
"test/layer-0-primitives/webhook.test.js": "lib/vendor/blamejs/test/layer-0-primitives/webhook.test.js",
|
|
1420
1450
|
"test/layer-0-primitives/websocket-channels.test.js": "lib/vendor/blamejs/test/layer-0-primitives/websocket-channels.test.js",
|
|
1421
1451
|
"test/layer-0-primitives/websocket-extension-header.test.js": "lib/vendor/blamejs/test/layer-0-primitives/websocket-extension-header.test.js",
|
|
@@ -1431,7 +1461,7 @@
|
|
|
1431
1461
|
"test/smoke.js": "lib/vendor/blamejs/test/smoke.js"
|
|
1432
1462
|
},
|
|
1433
1463
|
"bundler": "shallow git clone of release tag from github.com/blamejs/blamejs",
|
|
1434
|
-
"bundledAt": "2026-06-
|
|
1464
|
+
"bundledAt": "2026-06-19",
|
|
1435
1465
|
"hashes": {
|
|
1436
1466
|
".clusterfuzzlite/Dockerfile": "sha256:c0f51f4c7d592caea19fdcb658778fe3beda648bb95c3e8809622e1209a18cf1",
|
|
1437
1467
|
".clusterfuzzlite/build.sh": "sha256:b9f5a627272c65f6569fa20dcbb32c383ca3a1183ce2562d481408a2fbaf9881",
|
|
@@ -1444,16 +1474,17 @@
|
|
|
1444
1474
|
".github/ISSUE_TEMPLATE/config.yml": "sha256:d858a7bd0ade2177f4b21b268ab3995d6df98bd129c5c3b61f206593884aac23",
|
|
1445
1475
|
".github/ISSUE_TEMPLATE/feature_request.md": "sha256:97d28b8dbbdd40018ca3ff3c43a1beaab1fe3ed906de0e9e3653b27c7e615266",
|
|
1446
1476
|
".github/PULL_REQUEST_TEMPLATE.md": "sha256:943ded5b67dccff1cda27ee5c4cf1377e5185ec9130b01fa6085789042955640",
|
|
1477
|
+
".github/codeql/codeql-config.yml": "sha256:f1c7fb934ebfefcc1096ba2a4b79b1451e4a0435ac7bd5e31a375649a34c1980",
|
|
1447
1478
|
".github/dependabot.yml": "sha256:cbd6f3458d494ca70d3c760e2c43a2f86addeb618143cd490c708a0db2b2dda0",
|
|
1448
|
-
".github/workflows/actions-lint.yml": "sha256:
|
|
1449
|
-
".github/workflows/cflite_batch.yml": "sha256:
|
|
1450
|
-
".github/workflows/cflite_pr.yml": "sha256:
|
|
1451
|
-
".github/workflows/ci.yml": "sha256:
|
|
1452
|
-
".github/workflows/codeql.yml": "sha256:
|
|
1453
|
-
".github/workflows/npm-publish.yml": "sha256:
|
|
1454
|
-
".github/workflows/release-container.yml": "sha256:
|
|
1455
|
-
".github/workflows/scorecard.yml": "sha256:
|
|
1456
|
-
".github/workflows/sha-to-tag-verify.yml": "sha256:
|
|
1479
|
+
".github/workflows/actions-lint.yml": "sha256:4645422e39b087eef80db9d27d04cc907ff0c45e957631d51484061ea0feca2f",
|
|
1480
|
+
".github/workflows/cflite_batch.yml": "sha256:dc9117537e7350781b4cf2d3c05120f43810cd226642ecb2a02fac5813ba61c6",
|
|
1481
|
+
".github/workflows/cflite_pr.yml": "sha256:d18ec0c50915b4a20006463946e577484e8a0248250d1bde16805465818d76b8",
|
|
1482
|
+
".github/workflows/ci.yml": "sha256:02cffa1ca54f29e7f4326dc6ee98a72631aa5cb3cfc146149ce83a208465f35e",
|
|
1483
|
+
".github/workflows/codeql.yml": "sha256:e990dcab0c70133bc1316eb035babb0cb8d9d948aff1a361c90fcf802a8d0339",
|
|
1484
|
+
".github/workflows/npm-publish.yml": "sha256:c8478fb59b2945605007d76b7a585a3f5592896d9a8402bac09b10fdf0dcfa68",
|
|
1485
|
+
".github/workflows/release-container.yml": "sha256:7de9005f5ecbdf1ac30a577bc986a417ea56415fc73503ab75d3c96908d64bed",
|
|
1486
|
+
".github/workflows/scorecard.yml": "sha256:0395433ffddc1abbac5dad5f8251ddddb6a9ac2c03f65cb2b8d7f84253825004",
|
|
1487
|
+
".github/workflows/sha-to-tag-verify.yml": "sha256:6ed546bdb518514c79a69aa9afe87c92903a8663afb57d4d07b5e81fbda8b844",
|
|
1457
1488
|
".github/zizmor.yml": "sha256:fe08e66c5763dfb4edf1ea33e715f04e514b1baceb3a242241d8a60793db51d2",
|
|
1458
1489
|
".gitignore": "sha256:00cb03f17beef7fde174953481f2a973715c98c17d5f361b3d18cfc4d59a1a7c",
|
|
1459
1490
|
".gitleaks.toml": "sha256:e97869021bc744236bd882a2af070eebbbc95d211336c60bf179f6521d6ed96b",
|
|
@@ -1461,7 +1492,7 @@
|
|
|
1461
1492
|
".npmrc": "sha256:66f104e7d07c496d2d0409988225e8c0e4ceb8d247dbcac3be75b2128d20ce66",
|
|
1462
1493
|
".pinact.yaml": "sha256:0213ffda55961dc49b64c0a5dfa3c0567419633b1499d57eaf7c8d842d7da6c7",
|
|
1463
1494
|
"ARCHITECTURE.md": "sha256:9b1c8d2b1b7a41838eb348b0a008e4b4369718fd72bfe2974b37155f7536d35b",
|
|
1464
|
-
"CHANGELOG.md": "sha256:
|
|
1495
|
+
"CHANGELOG.md": "sha256:0e85c60cd1d06c33e9dc1b5e0c55a3807acf8170a55073adbadd96512d65ed4c",
|
|
1465
1496
|
"CODE_OF_CONDUCT.md": "sha256:148a281960fff7c2fe6554dab66da572c72245ddeb00b0d14811558397bff386",
|
|
1466
1497
|
"CONTRIBUTING.md": "sha256:bb4dbdbc8598da31dbce653a8ed322e08ff46560173f2eb67a4d684653948332",
|
|
1467
1498
|
"GOVERNANCE.md": "sha256:906df6afb1f552b27b9acb50f7f96c47b917a2f1021cd4e987dbf4ee0e0a821b",
|
|
@@ -1471,7 +1502,7 @@
|
|
|
1471
1502
|
"NOTICE": "sha256:f487fa47a11aca0f89e2615cdd3c713e9842abf7a30d8d328eeeae1c864aa774",
|
|
1472
1503
|
"README.md": "sha256:3ddcc197b003da0b02db8bdd1aef1e943c94f7eab613c633d6a45bb11d0a80e9",
|
|
1473
1504
|
"SECURITY.md": "sha256:23f7ee4a44f21e433ed1d3c6f414575eb3e30f66a328422973a1109a276c537b",
|
|
1474
|
-
"api-snapshot.json": "sha256:
|
|
1505
|
+
"api-snapshot.json": "sha256:898f818560dbde0247cce351cd1751c64c58e4b64951b954f3774c0ceab11d7e",
|
|
1475
1506
|
"assets/BlameJS_Logo.png": "sha256:3c65699753c771b48ef9ac7f45bb40815ec19a23afcdd0cd30ef4601bbbe293e",
|
|
1476
1507
|
"assets/BlameJS_Logo.svg": "sha256:dda44f3fb1343d5de9db6b1fcdb75fc649c57e7a99a8e8239fcf852e3841e1a8",
|
|
1477
1508
|
"bench/README.md": "sha256:74202f2507fd840bfc1ac6c681975d9273cf36cca6e0f72655f138337304033c",
|
|
@@ -1506,7 +1537,7 @@
|
|
|
1506
1537
|
"docker/toxiproxy/toxiproxy.json": "sha256:c41762fe482a6a7bad50d0f160dca75c66d78258b9f60b9914731bf81a85ca2a",
|
|
1507
1538
|
"docs/cis-postgres-crosswalk.md": "sha256:3a0ce55df3701e7d2a0909f35a7048ab5b20e58a5811d8724ce41e635a86dcf7",
|
|
1508
1539
|
"docs/cis-sqlite-equivalent.md": "sha256:a6ae52d6936b52604b584d290b4fe40011987c475d8ce7eb29168122b5232d14",
|
|
1509
|
-
"eslint.config.mjs": "sha256:
|
|
1540
|
+
"eslint.config.mjs": "sha256:532a857418bf2cf0b709e0227414b2ec6f73de450d2a6e27904924fd43d08a2d",
|
|
1510
1541
|
"examples/wiki/Caddyfile": "sha256:6428e568e2c30c5cc014822725df6998b5eb102c92e0bf7f556ab39532c96690",
|
|
1511
1542
|
"examples/wiki/DEPLOY.md": "sha256:a6d7a3b0edc37ccf767146816137aa03b09bef66051e89f7e062aa379e6d0bf3",
|
|
1512
1543
|
"examples/wiki/Dockerfile": "sha256:5f9589f2327ba1e3b47782bb5c0e41a4d001f8c0d4d59c90cad15c2318209a8f",
|
|
@@ -1526,9 +1557,9 @@
|
|
|
1526
1557
|
"examples/wiki/lib/opts-resolver.js": "sha256:d5a7f1153e265a267b899515a42726afad6ecd8921f22fe5f3d17e9b81783c05",
|
|
1527
1558
|
"examples/wiki/lib/page-generator.js": "sha256:056cf57ad85ff89f3708e5eec54ceda40ff7fccd7ee074d9553ed74788f4eceb",
|
|
1528
1559
|
"examples/wiki/lib/section.js": "sha256:373d86c66fbd20ad086c3929fffca5da1fd1fb4ca43bc969c43bc5f826f67eb9",
|
|
1529
|
-
"examples/wiki/lib/source-comment-block-validator.js": "sha256:
|
|
1560
|
+
"examples/wiki/lib/source-comment-block-validator.js": "sha256:96df385db028c4d9c3e9157a878ff340dfbf38d35a229317494c70313792d135",
|
|
1530
1561
|
"examples/wiki/lib/source-doc-parser.js": "sha256:ef3dd07420e8b8e6ac8f3eedc0764b06953acb67ebb8c53bba967fceb450abd0",
|
|
1531
|
-
"examples/wiki/lib/symbol-index.js": "sha256:
|
|
1562
|
+
"examples/wiki/lib/symbol-index.js": "sha256:a7e097050a3ac863cde55d1e4cb14de110e6ed5b136c3c8e535d52730a31da13",
|
|
1532
1563
|
"examples/wiki/migrations/0001-pages-schema.js": "sha256:2760bf17df257d9e8c96ef5740ec258782c0bf316e6ae6f9409d63c3efe0d28b",
|
|
1533
1564
|
"examples/wiki/package.json": "sha256:8efb9ee3012107f9631ce23e7846ff2b10cadf643ec449e7940de496728aaedb",
|
|
1534
1565
|
"examples/wiki/public/img/blamejs-logo.png": "sha256:3c65699753c771b48ef9ac7f45bb40815ec19a23afcdd0cd30ef4601bbbe293e",
|
|
@@ -1540,7 +1571,7 @@
|
|
|
1540
1571
|
"examples/wiki/public/wiki.css": "sha256:6315a13b5cbbfe75b5a071f47e9892042b4c6451b95b1636a5f637ccec6fd317",
|
|
1541
1572
|
"examples/wiki/routes/admin.js": "sha256:fa92b7d2ff4524a108afe86617eb811d8e5e23930f9ce5e623b9b8e1118bace5",
|
|
1542
1573
|
"examples/wiki/routes/integration.js": "sha256:c0e27b32557062d3ee7f89e7cf0a359743245cede02f3ae26b047ff4f126126e",
|
|
1543
|
-
"examples/wiki/routes/pages.js": "sha256:
|
|
1574
|
+
"examples/wiki/routes/pages.js": "sha256:3f3afa7a57cd8229f9db361737d1269d3fd9006763a15d834a146ddf537b97aa",
|
|
1544
1575
|
"examples/wiki/scripts/backfill-module-metadata.js": "sha256:2417636c0e55fa9dcd7a63a79404936b4974b19c488e90b53603b8fda235837b",
|
|
1545
1576
|
"examples/wiki/seeders/prod/0001-default-pages.js": "sha256:e435490715cb1b620816aca0e3f256dbfffd3316a133b5b2bb62bde76e9e4f05",
|
|
1546
1577
|
"examples/wiki/seeders/prod/pages/_index.js": "sha256:fb4d2ebe288f9928fa2a63006946eabcd4f7144b29b36c3ecaca6cd4b9e16e12",
|
|
@@ -1622,6 +1653,7 @@
|
|
|
1622
1653
|
"fuzz/guard-svg_seed_corpus/01-basic.svg": "sha256:b4ec1c28a0edadbe44997627292e3d58e36431ad4cb88da00b24aa26e8a48fb0",
|
|
1623
1654
|
"fuzz/guard-svg_seed_corpus/02-script.svg": "sha256:8593d4e21daf49f9b0b00728ab7d5e7db6543e6cfeabdac05fe5d3120aa974f0",
|
|
1624
1655
|
"fuzz/guard-tenant-id.fuzz.js": "sha256:d5edddfdf31d9351339dd4e018a271e28dee45cbb7c5de006b591cc0cfb332ee",
|
|
1656
|
+
"fuzz/guard-text.fuzz.js": "sha256:78245ca65f2047c776f39986f8c1e404e446dda50d3885017116f2809be7b356",
|
|
1625
1657
|
"fuzz/guard-trace-context.fuzz.js": "sha256:fcc2b6783f0d67b6f67eed65bd78f7944cf6e6b9c26d64775b28acb9318284bb",
|
|
1626
1658
|
"fuzz/guard-xml.fuzz.js": "sha256:758647ad17d9da66df0ac76a913c42d67cd29dbe699b1dee9837c9a3f9ce991a",
|
|
1627
1659
|
"fuzz/guard-xml_seed_corpus/01-basic.xml": "sha256:841649df9a119725274ce9b147df8e4c637f22e4476e5a62cecf6150eab2c5c3",
|
|
@@ -1667,273 +1699,276 @@
|
|
|
1667
1699
|
"fuzz/safe-url_seed_corpus/05-ipv6.txt": "sha256:b210575d6e9f91b70d1616c89a38bf81e66e4356dcf204a3d40f1932961d01cc",
|
|
1668
1700
|
"fuzz/safe-url_seed_corpus/06-idn.txt": "sha256:9f163641afe7046491b09f95684e30aac38b3cbf243afb115c556ae4fc0339f0",
|
|
1669
1701
|
"fuzz/safe-vcard.fuzz.js": "sha256:20ef167055ea75b6138bc6dc9d8cbdcf108d92be2792571a0162b849671354bd",
|
|
1670
|
-
"index.js": "sha256:
|
|
1702
|
+
"index.js": "sha256:cd98188922f65a4b98440f9aef0a2a475c1b04a9c30c4142aeffcad0f698b733",
|
|
1671
1703
|
"keys/release-pqc-pub.json": "sha256:38fb7f580ccc06c5682c5c3f12b43441d4fdd3e79cf57afb8b3dab3a73af290d",
|
|
1672
1704
|
"lib/_test/crypto-fixtures.js": "sha256:91470fc813e41eeed06dee1e8fbb92d179af77eb01109c1256f7330cb2fc0980",
|
|
1673
|
-
"lib/a2a-tasks.js": "sha256:
|
|
1705
|
+
"lib/a2a-tasks.js": "sha256:fbf9aa2b1283d1933fd68b9b93bb989273333e72251d0afa07fdb11991313f89",
|
|
1674
1706
|
"lib/a2a.js": "sha256:2d11b818fb32fac0bfb25e92720d22a46840b9b209ecc5d76c2254496b037cca",
|
|
1675
|
-
"lib/acme.js": "sha256:
|
|
1707
|
+
"lib/acme.js": "sha256:22939f9dca7dbe99e475bba10bdfc057b553b3ba05798e14fbf724ae0d52eb3d",
|
|
1676
1708
|
"lib/agent-audit.js": "sha256:e75baecca3146dfda7070704b0a2c25ffb0aca4f58119c9b50975f1c2f141b22",
|
|
1677
1709
|
"lib/agent-envelope-mac.js": "sha256:2909c3d7a090c444478f122c657a66046f021afd75caf218e7ff7de09871be61",
|
|
1678
|
-
"lib/agent-event-bus.js": "sha256:
|
|
1679
|
-
"lib/agent-idempotency.js": "sha256:
|
|
1680
|
-
"lib/agent-orchestrator.js": "sha256:
|
|
1710
|
+
"lib/agent-event-bus.js": "sha256:d23b38ae2aa05bb5ec728c3e04fe5487d89a0bc57490d7a041e49ea0daabd857",
|
|
1711
|
+
"lib/agent-idempotency.js": "sha256:06c84a53b2eb0ad95b7e475adccdcf3789568bd88fab4605fcfe747091a69e4f",
|
|
1712
|
+
"lib/agent-orchestrator.js": "sha256:517f672eefbfc430cabf06f3162ab5fd2212996d17366909d9eff7aa514363b2",
|
|
1681
1713
|
"lib/agent-posture-chain.js": "sha256:2e09b38742194b5823d174315c6ae2dd89857d9e662286f37c46c14627243b1a",
|
|
1682
|
-
"lib/agent-saga.js": "sha256:
|
|
1714
|
+
"lib/agent-saga.js": "sha256:1a239892fe534d16e5567b731730bebc073057fe7d3bae63e0c49d989648c501",
|
|
1683
1715
|
"lib/agent-snapshot.js": "sha256:f1fa070d47791331cbb5ca2f6f92b100822453457da5218e476314de69a29421",
|
|
1684
1716
|
"lib/agent-stream.js": "sha256:8e519cba5505ad8e89bfe827483c16fe577ad39742e17f8f01d30b430a4bbf0b",
|
|
1685
|
-
"lib/agent-tenant.js": "sha256:
|
|
1717
|
+
"lib/agent-tenant.js": "sha256:811d483e210b6dabf98aff873d63600cc1971e04b15259077fec81f9b84445e5",
|
|
1686
1718
|
"lib/agent-trace.js": "sha256:46b90274a48c7602789991dea990f967172e324eb1e71877ac0842f06cfe75bf",
|
|
1687
|
-
"lib/ai-adverse-decision.js": "sha256:
|
|
1719
|
+
"lib/ai-adverse-decision.js": "sha256:145e0f8789332b39a8c06ac93cfd63f317b043937a6bd395cd40c0d3baf3ed25",
|
|
1688
1720
|
"lib/ai-aedt-bias-audit.js": "sha256:bdb2363fb37c9c04529f408db0ccf5079f41f65d63b8e86018f0804a9fde0066",
|
|
1689
|
-
"lib/ai-capability.js": "sha256:
|
|
1721
|
+
"lib/ai-capability.js": "sha256:4e625db5a0eec3f07746df094168ab38319436c8de8961fec816a46853f1beab",
|
|
1690
1722
|
"lib/ai-content-detect.js": "sha256:85bd43091cb39ff75780ce60a278557b33443cceb4d0fb7f0fd72bbeb6ebc5eb",
|
|
1691
1723
|
"lib/ai-disclosure.js": "sha256:f707210f667d86425feb44f7a0d7d1b3d1e902b660aa66d4c8f229d192a35fb3",
|
|
1692
|
-
"lib/ai-dp.js": "sha256:
|
|
1724
|
+
"lib/ai-dp.js": "sha256:711bc1405ea15e9071d469f25b0d441197dbe70449316239ebb04a30e7e7d270",
|
|
1693
1725
|
"lib/ai-frontier-protocol.js": "sha256:b5738e05e23542c622c8798fc27e2817ef3e383140e3eabc8eddea4108c995b1",
|
|
1694
|
-
"lib/ai-input.js": "sha256:
|
|
1726
|
+
"lib/ai-input.js": "sha256:e128d2ae87095799d3c7c1bce72f0bb12eb722022c3aec36bca2f1dd0e83ec96",
|
|
1695
1727
|
"lib/ai-model-manifest.js": "sha256:b3f3b56215d36083e4d68cc310f65ef36ef54ccb32f33009003ede8179fee47d",
|
|
1696
1728
|
"lib/ai-output.js": "sha256:2aef321caf49d14a1c7dd3bc9a65b4a652e768d34d55c4142a4a2c45c4ef2327",
|
|
1697
|
-
"lib/ai-pref.js": "sha256:
|
|
1729
|
+
"lib/ai-pref.js": "sha256:ae8776a68aae4d6e7284323d0a978f0cadd29a0b0e45facd1ade2c26c261292c",
|
|
1698
1730
|
"lib/ai-prompt.js": "sha256:822ed52771874956aaae453b4e674c95f95a93be126d105db007b8360383dfb2",
|
|
1699
|
-
"lib/ai-quota.js": "sha256:
|
|
1700
|
-
"lib/api-key.js": "sha256:
|
|
1731
|
+
"lib/ai-quota.js": "sha256:e7ff0fe6c5dae2925e2320a1df7be046052ce9f34597c662e72eb9c226034c56",
|
|
1732
|
+
"lib/api-key.js": "sha256:6ee664481b53ac1bc99a8a4bac67d887b11089e889048d559a1bcfda112302ae",
|
|
1701
1733
|
"lib/api-snapshot.js": "sha256:3f7bece5c57553ed46e818e4cb4ab46540e8974097443bce857645bc3a1686b6",
|
|
1702
1734
|
"lib/app-shutdown.js": "sha256:292052ef59864f7bfe04aa44616a46e4de01d3f55e4b908ea2b3eaff0f6724cd",
|
|
1703
1735
|
"lib/app.js": "sha256:a3633c332d36dc6ffa6bd9aa4ff25361aaf9a78a2b1e70ca7dd8f379787191e6",
|
|
1704
|
-
"lib/archive-adapters.js": "sha256:
|
|
1736
|
+
"lib/archive-adapters.js": "sha256:05d9205294fd642eb9bcac6ffe5f518ca3baf5428cb72713bc220f42748f3f2d",
|
|
1737
|
+
"lib/archive-entry-policy.js": "sha256:0dff89f8a2bdedc971fd3db2fcee9925c646b5c3d20f86936606e2f54d436f71",
|
|
1705
1738
|
"lib/archive-gz.js": "sha256:18af2eab4098555abe82ad76851541ebb601f34d75ee9368a57dbd8933676a64",
|
|
1706
|
-
"lib/archive-read.js": "sha256:
|
|
1707
|
-
"lib/archive-tar-read.js": "sha256:
|
|
1739
|
+
"lib/archive-read.js": "sha256:c0a973348a2163eacecfca9542c5b9d0c7aa73c9d384b7dcdb0e20972832198a",
|
|
1740
|
+
"lib/archive-tar-read.js": "sha256:9ac6a8745ddeb58ad5c99c53894315b80aaa4f56b898cbfaa63f49b6ab4afc03",
|
|
1708
1741
|
"lib/archive-tar.js": "sha256:2723c58ca3dd715a15082cba958e2a4fb335356de3f3405faf23f72026f79c4d",
|
|
1709
1742
|
"lib/archive-wrap.js": "sha256:57e075cdf386b0eea63bdbfeb856ca82931d3b6d410dfde2c6dfc595c2dbb56a",
|
|
1710
|
-
"lib/archive.js": "sha256:
|
|
1711
|
-
"lib/arg-parser.js": "sha256:
|
|
1743
|
+
"lib/archive.js": "sha256:842c07a8cfc542dc883d09d0c553d4b010a0b43afdc74dc79daf0ad6a5a5f38d",
|
|
1744
|
+
"lib/arg-parser.js": "sha256:3e5cc51bfe22152cefbae0c646d2c90a7e62cc76930d75468a82a8ec6a3e4b67",
|
|
1712
1745
|
"lib/argon2-builtin.js": "sha256:9cf301aa88c321051804bdb957cb50b53fd8c800e0f403c0d21b61011e03f314",
|
|
1713
1746
|
"lib/asn1-der.js": "sha256:392bc5c8d325ab64ee329c4806990c2f5d59503637d51c8400c45ece6e117b2e",
|
|
1714
1747
|
"lib/asyncapi-bindings.js": "sha256:2f6f3d7ea836d0483e40f08b8202d78bae54bdc3d76b5faf57d918e699ebeac8",
|
|
1715
|
-
"lib/asyncapi-traits.js": "sha256:
|
|
1748
|
+
"lib/asyncapi-traits.js": "sha256:82ec58b77f0a65ef1b5e8b67ee9555e9cb984de769c3393fe5c6d4d0640546f0",
|
|
1716
1749
|
"lib/asyncapi.js": "sha256:c26da54ab6760da0043178abb85960e857b6e8f77f31dc3ced8db95760e25a00",
|
|
1717
|
-
"lib/atomic-file.js": "sha256:
|
|
1718
|
-
"lib/audit-chain.js": "sha256:
|
|
1719
|
-
"lib/audit-daily-review.js": "sha256:
|
|
1720
|
-
"lib/audit-
|
|
1750
|
+
"lib/atomic-file.js": "sha256:a0a635a859a91a428a5b9fb0a26b3ff7d088bd8ba4b4e7c69f7b6ae52e381186",
|
|
1751
|
+
"lib/audit-chain.js": "sha256:c110337f56ade213e54f75eb13052fa125097ddc347c3b004d349194c048a097",
|
|
1752
|
+
"lib/audit-daily-review.js": "sha256:e0ce8e365bb26e39851d22022c49a4c22f905f8b9494686aa2201e90710d8fe9",
|
|
1753
|
+
"lib/audit-emit.js": "sha256:1171699027269e154fd247141a549e65bcdb566e52ed00b993c7dfb9a293ba0f",
|
|
1754
|
+
"lib/audit-sign.js": "sha256:82a5fe1ac4f0b7aa3d45ae80acf29c5e38069588dc6f758b4a009aeb6c9e8855",
|
|
1721
1755
|
"lib/audit-tools.js": "sha256:b870b4f988b6dfb604ec1e81d51a6cc8713ca6ff0204a894106641a0c2cb01f6",
|
|
1722
|
-
"lib/audit.js": "sha256:
|
|
1723
|
-
"lib/auth-bot-challenge.js": "sha256:
|
|
1756
|
+
"lib/audit.js": "sha256:1c339f2a695f587b56e8dae1db1f8d05e36660e915742d11ff32cba36221db64",
|
|
1757
|
+
"lib/auth-bot-challenge.js": "sha256:bf7bfd8faa6c9102ba5751b76aa3f579bdff4acb432c6bcedf2818faba0cea3c",
|
|
1724
1758
|
"lib/auth-header.js": "sha256:5cc83773b69e1641d6b50929f1d6183b9532dbbff3ba53e479ac1e1056b5d01d",
|
|
1725
1759
|
"lib/auth/aal.js": "sha256:085846a97f30310f3687837dc64368c231497bfbc9ed6e9a2cb7fdcc06ccc302",
|
|
1726
|
-
"lib/auth/access-lock.js": "sha256:
|
|
1760
|
+
"lib/auth/access-lock.js": "sha256:5acbba605ffbb503301ddb01a421751718e57d5a492feccce3720200598e0671",
|
|
1727
1761
|
"lib/auth/acr-vocabulary.js": "sha256:8a032dadbb806fe5a3ea57146a0e61bb7876eb9e2f925bc58647c0c087afbc33",
|
|
1728
1762
|
"lib/auth/ato-kill-switch.js": "sha256:aac3cf32e2e5023fdff2a643c15e168c0e9f9b1bb147d31965c008fd8eb1d79b",
|
|
1729
1763
|
"lib/auth/auth-time-tracker.js": "sha256:c8d545491ef8275fd271ece280c3325f0b455ba87fc3ea9989330bbf8ae4c7eb",
|
|
1730
1764
|
"lib/auth/bot-challenge.js": "sha256:544cc9060a68170e97ae2039d1220982f525e94eb6606837123f78143e545114",
|
|
1731
1765
|
"lib/auth/ciba.js": "sha256:cc031a5de93632d830791c406330261fb6d5d9a8ac92adaa5f97a4844a1170bb",
|
|
1732
|
-
"lib/auth/dpop.js": "sha256:
|
|
1766
|
+
"lib/auth/dpop.js": "sha256:f7a02303c657137a3f97be3848cfa2defcaf7f41088d528342e3f6a97681cc61",
|
|
1733
1767
|
"lib/auth/elevation-grant.js": "sha256:cf1c498359073a29d0192f390fe767731025d7cd65c5272298ae06ee10e307e7",
|
|
1734
1768
|
"lib/auth/fal.js": "sha256:aabf6d8095dd41dcda8a2efdb48e00e95bffe70c78991c93fbef827816918692",
|
|
1735
|
-
"lib/auth/fido-mds3.js": "sha256:
|
|
1769
|
+
"lib/auth/fido-mds3.js": "sha256:2099c0408a3283ba268ba2df2b32276c553792fd2f8266f07294642f6a92c5b9",
|
|
1736
1770
|
"lib/auth/jar.js": "sha256:f333f25a87b8c60f5f19c51d68aefba8ae8ed304e0f54a957560475359e11f7f",
|
|
1737
|
-
"lib/auth/jwt-external.js": "sha256:
|
|
1738
|
-
"lib/auth/jwt.js": "sha256:
|
|
1739
|
-
"lib/auth/lockout.js": "sha256:
|
|
1740
|
-
"lib/auth/oauth.js": "sha256:
|
|
1741
|
-
"lib/auth/oid4vci.js": "sha256:
|
|
1742
|
-
"lib/auth/oid4vp.js": "sha256:
|
|
1743
|
-
"lib/auth/openid-federation.js": "sha256:
|
|
1744
|
-
"lib/auth/passkey.js": "sha256:
|
|
1745
|
-
"lib/auth/password.js": "sha256:
|
|
1746
|
-
"lib/auth/saml.js": "sha256:
|
|
1771
|
+
"lib/auth/jwt-external.js": "sha256:4b0073de3b72e3215534613781f16892736b4433f7c9b4fd9f5968a106bb777d",
|
|
1772
|
+
"lib/auth/jwt.js": "sha256:bc0827ab2a3af1cafcb8f8b600568907dc3675ebedd55e59a899d0032b8d32ba",
|
|
1773
|
+
"lib/auth/lockout.js": "sha256:3c18e58ac792cef6e0b7564fe13686b1ff2d4273d17127a1996ba9feea026566",
|
|
1774
|
+
"lib/auth/oauth.js": "sha256:251dc0123bff9dab04c4e0692184b9ef69daabdfe4bf5d4c31812ceb9972a8db",
|
|
1775
|
+
"lib/auth/oid4vci.js": "sha256:8f3f5ae5722ef00d7c5885eb49084820e6b8409aa564a52b0c48b1d334d3e49c",
|
|
1776
|
+
"lib/auth/oid4vp.js": "sha256:96aee801f9e47491c8eb47f50f21d395aacabbf948cafe2477f876051ac1ef3d",
|
|
1777
|
+
"lib/auth/openid-federation.js": "sha256:2644424c3802382c2922dd018d6674790263d77bf0e7b6c80502d8e1e6535e4f",
|
|
1778
|
+
"lib/auth/passkey.js": "sha256:3c7a7120f9c1757010ebe86d033884d9ee812cedbf5f1782607ff1380bc9b5f3",
|
|
1779
|
+
"lib/auth/password.js": "sha256:2fb964eea4cb37f84692ba716fdd43c8127f278869553e0f1f152b691700f6f5",
|
|
1780
|
+
"lib/auth/saml.js": "sha256:1afa016c0b147a06d9ce7fddb71cfe345a22357d9b3926c849e108e051fe0bdd",
|
|
1747
1781
|
"lib/auth/sd-jwt-vc-disclosure.js": "sha256:bc1eff5def71d2eedb6f17c8bede650050af9d790145e8697871c75ddc8431ae",
|
|
1748
|
-
"lib/auth/sd-jwt-vc-holder.js": "sha256:
|
|
1749
|
-
"lib/auth/sd-jwt-vc-issuer.js": "sha256:
|
|
1750
|
-
"lib/auth/sd-jwt-vc.js": "sha256:
|
|
1751
|
-
"lib/auth/status-list.js": "sha256:
|
|
1782
|
+
"lib/auth/sd-jwt-vc-holder.js": "sha256:9d22b691e6a698aa2240c3ac611bc91e5b8d6acaa4b8fa03e28077ddb5fd56df",
|
|
1783
|
+
"lib/auth/sd-jwt-vc-issuer.js": "sha256:8cbfd25af7df5db7e7f61d004059530c46cc18fd1afbcebbe94f8f81f503c413",
|
|
1784
|
+
"lib/auth/sd-jwt-vc.js": "sha256:980de447f1ca62b91464a76f27054ed70591790fc1611b58648beb273bc46319",
|
|
1785
|
+
"lib/auth/status-list.js": "sha256:3c14140081c873401864233e16936912e9963f9e83577087eebf2ae17d27185f",
|
|
1752
1786
|
"lib/auth/step-up-policy.js": "sha256:dca5810bd13d1e4d279b9d34b3e777cf2455c938502b25b41c773e513d90b379",
|
|
1753
|
-
"lib/auth/step-up.js": "sha256:
|
|
1754
|
-
"lib/backup/bundle.js": "sha256:
|
|
1787
|
+
"lib/auth/step-up.js": "sha256:dd731f985d263a0882695082f6ee22245923e3c0f30c4f1252fee57535f10911",
|
|
1788
|
+
"lib/backup/bundle.js": "sha256:b8b18fe4a1d1ec63cea337546766a38e4fe4a8264d0e3d3ec4947e1084cd6821",
|
|
1755
1789
|
"lib/backup/crypto.js": "sha256:528aaf94f0d785e33a7814d82717062c5c567b1e9cc97ba0f74563387e035a72",
|
|
1756
|
-
"lib/backup/index.js": "sha256:
|
|
1790
|
+
"lib/backup/index.js": "sha256:cc8831406b7f61e6477329a5042caa586289001466ebfcb120495b8904613b14",
|
|
1757
1791
|
"lib/backup/manifest.js": "sha256:fcaa03a9304511cc0739c63fee56a4d878be82b525e7204b0f09b81bf7bd6d7e",
|
|
1758
1792
|
"lib/base32.js": "sha256:9e3f7c0262b0d442d5c92eef15a8a15dad60b034fe3c7c0a16cfdd5c307c3782",
|
|
1759
1793
|
"lib/boot-gates.js": "sha256:ff6ee110476002445093de97b3654cec6f2465039242cea5df8756429f8e9e67",
|
|
1760
|
-
"lib/bounded-map.js": "sha256:
|
|
1761
|
-
"lib/breach-deadline.js": "sha256:
|
|
1794
|
+
"lib/bounded-map.js": "sha256:bc7365632665aeb4ca6b256e14cbde25b6002a9992e00211c8df3d54572cf4ca",
|
|
1795
|
+
"lib/breach-deadline.js": "sha256:157fb91e61b21a6534d508ba79d181d4773417fc6ca3877642d1f7d230137ac3",
|
|
1762
1796
|
"lib/break-glass.js": "sha256:6d5de5ba5c93d8c2cd2e4cbe15e6067eb0a0a7881d817d95dc3786079b71b141",
|
|
1763
1797
|
"lib/budr.js": "sha256:5572da1872d12fafc312c5c9c75553ce6be69283c067f9648d4e1cc01c09208d",
|
|
1764
1798
|
"lib/bundler.js": "sha256:7643dc2ff49757eff457174ac5851a6d34319e7aa79cfe67ea2e974e2cd1c944",
|
|
1765
1799
|
"lib/cache-redis.js": "sha256:661ba39417085682cee1e5524685c9cb1e1277c6f1cef9ca4ae808e457d5499e",
|
|
1766
1800
|
"lib/cache-status.js": "sha256:f82bf22698c9b4fa10b7dc581fd39b83709267f105195908eee29612a14df15d",
|
|
1767
|
-
"lib/cache.js": "sha256:
|
|
1801
|
+
"lib/cache.js": "sha256:e38929b261a6c9ea2dd822f39f2669c2ee5bbc6729517ced49471227d1d5ddb9",
|
|
1768
1802
|
"lib/calendar.js": "sha256:08896ec0e8e07e7da3a94c18046cba9ea082e5a5af16ab459604862f70fd11ef",
|
|
1769
1803
|
"lib/canonical-json.js": "sha256:3546e2a4b7692c4f8c77602e8804a8aaebff29b2183329588578c1d6f0df3eee",
|
|
1770
|
-
"lib/cbor.js": "sha256:
|
|
1771
|
-
"lib/cdn-cache-control.js": "sha256:
|
|
1772
|
-
"lib/cert.js": "sha256:
|
|
1773
|
-
"lib/chain-writer.js": "sha256:
|
|
1804
|
+
"lib/cbor.js": "sha256:96d37ffa16f81d9bc81aa7192778d8d94fa7aa3ce53ea4e15ec30180f98b163a",
|
|
1805
|
+
"lib/cdn-cache-control.js": "sha256:48021e1b32197b8fc77a9b8b8209f609489bd6630525f31ac8b84b32f452df12",
|
|
1806
|
+
"lib/cert.js": "sha256:3971322153e236097a0b6454331ade15507fcf1432bcd95409017fed73981595",
|
|
1807
|
+
"lib/chain-writer.js": "sha256:e067e2ecf1088a0fb334f512b95025685bff9a3fc648b3522d20f33ad0e613a2",
|
|
1774
1808
|
"lib/circuit-breaker.js": "sha256:54244401ef17e588341176cece113b39f42c55ac3cfefe8f46b5172835b26f8c",
|
|
1775
1809
|
"lib/cli-helpers.js": "sha256:ab292718a0076b66c32fc4a19a8150c25030cb7cff4bef9363612c29cb66f119",
|
|
1776
|
-
"lib/cli.js": "sha256:
|
|
1777
|
-
"lib/client-hints.js": "sha256:
|
|
1778
|
-
"lib/cloud-events.js": "sha256:
|
|
1810
|
+
"lib/cli.js": "sha256:1fc22ab0d855b9ae5337fd5e5d5acaa5651772417f1cbdf24aea51d578348316",
|
|
1811
|
+
"lib/client-hints.js": "sha256:fc571db42faa28fc2d36db24754ce486e2b0161c32e0a580095ece8dcd1c3de1",
|
|
1812
|
+
"lib/cloud-events.js": "sha256:bf3864734ea2720b455310ea9465a31443ed1685dc3275de2bd095dd8eef7e80",
|
|
1779
1813
|
"lib/cluster-provider-db.js": "sha256:d480a0afe22b5a083b4bfbdcf337d08a3a4a79307f35fb819c4e9a75f03bd02e",
|
|
1780
|
-
"lib/cluster-storage.js": "sha256:
|
|
1814
|
+
"lib/cluster-storage.js": "sha256:c7d51da928c8912fe12d1bbce3e81b15c0b528c8bbda491469e87e21cb460d45",
|
|
1781
1815
|
"lib/cluster.js": "sha256:7a9263639fcccf72dd528e9ab5fd4b2ae893bf16ea0ab2b57b4b4dd45c336fbe",
|
|
1782
|
-
"lib/cms-codec.js": "sha256:
|
|
1783
|
-
"lib/codepoint-class.js": "sha256:
|
|
1784
|
-
"lib/compliance-ai-act-logging.js": "sha256:
|
|
1816
|
+
"lib/cms-codec.js": "sha256:fcc9583c18e7262033e972940a4d6a3ef5a2c0ab93b744b6dcef551250cff56b",
|
|
1817
|
+
"lib/codepoint-class.js": "sha256:bfa8fa578af8a43796e044fd001f129a60fc8540d28903b12a6b3fcfaff3aede",
|
|
1818
|
+
"lib/compliance-ai-act-logging.js": "sha256:acf27602fcee00315e8245942e9a7247f35b75320c2d80d7263ec48ac5da02fa",
|
|
1785
1819
|
"lib/compliance-ai-act-prohibited.js": "sha256:c4d0f404274441c065f93400034edf28daf6c56a9cfdaf25158488e490547c80",
|
|
1786
1820
|
"lib/compliance-ai-act-risk.js": "sha256:cf30214a34b0bbcb66a5e7c9fbfb0c8f4b33fb52786ed2be0d5f9ad58943bfa4",
|
|
1787
|
-
"lib/compliance-ai-act-transparency.js": "sha256:
|
|
1821
|
+
"lib/compliance-ai-act-transparency.js": "sha256:1987ba74cf2457b8f3db8a968d8044aaf3271bb93e9eb03ef884329692badc87",
|
|
1788
1822
|
"lib/compliance-ai-act.js": "sha256:704e08821a0816c87bddcfc17d6d128098dce8f4cf3a1ce46af725aeac322642",
|
|
1789
|
-
"lib/compliance-eaa.js": "sha256:
|
|
1823
|
+
"lib/compliance-eaa.js": "sha256:c956b1021fc2f7dfd4bafc8e14cc647ce8e7e101219db24ab6c3b7db5cef8d0a",
|
|
1790
1824
|
"lib/compliance-sanctions-aliases.js": "sha256:9c22ca858f84ca73363205cc70d89675c3df9bef03bb9f3d321cd3aaacd9ff84",
|
|
1791
|
-
"lib/compliance-sanctions-fetcher.js": "sha256:
|
|
1825
|
+
"lib/compliance-sanctions-fetcher.js": "sha256:1808b4852ced7894d1ba2998526366b52ef8a27489b80b9a915283cff0a11307",
|
|
1792
1826
|
"lib/compliance-sanctions-fuzzy.js": "sha256:ec6f76fc40a245ff40a36f59a4d81ac8f20c16c2dbf9462e5c78bb58cbe36ba4",
|
|
1793
|
-
"lib/compliance-sanctions.js": "sha256:
|
|
1794
|
-
"lib/compliance.js": "sha256:
|
|
1795
|
-
"lib/config-drift.js": "sha256:
|
|
1827
|
+
"lib/compliance-sanctions.js": "sha256:c323357730d8b25976f1cee0446c74397fbfa5558750991d0b7fab22aafd4c5c",
|
|
1828
|
+
"lib/compliance.js": "sha256:c88274227739732e2e938254ca6b512da88e76ccc92da4657eda2b570e913ee0",
|
|
1829
|
+
"lib/config-drift.js": "sha256:9797fdd78d9c96815876a133451c6ac939f0e6170b7727893657bbc94711a212",
|
|
1796
1830
|
"lib/config.js": "sha256:07e20539293e9e365690addc902bc623e213c5ece972dc5b72199b375a17e66d",
|
|
1797
1831
|
"lib/consent.js": "sha256:7a101c997ad040a2845648670b866425935c3cda96a48dc678723ca2cd20f76d",
|
|
1798
1832
|
"lib/constants.js": "sha256:b64ae02d0ad14def9b572d446aab267f67c458de7e9073c6701786159a6e7960",
|
|
1799
1833
|
"lib/content-credentials.js": "sha256:e53ef8ee646e3dde46e950ce2c9e4a7a8e4c2571a5d4132b582ab0fce450e25e",
|
|
1800
|
-
"lib/content-digest.js": "sha256:
|
|
1801
|
-
"lib/cookies.js": "sha256:
|
|
1802
|
-
"lib/cose.js": "sha256:
|
|
1803
|
-
"lib/cra-report.js": "sha256:
|
|
1834
|
+
"lib/content-digest.js": "sha256:87ad0b1f8573ec7e4688d5d0ee62df15265fb0a775af4b6fcaafa27364f6f468",
|
|
1835
|
+
"lib/cookies.js": "sha256:2a0bc2898327dcf992a3a1b4ac6f0810b48caf6e8a1800ab06f266aed410f38c",
|
|
1836
|
+
"lib/cose.js": "sha256:d7fb7c3b42165ae6db87460a67c73c28248adc9950754c70ba5123887c6babec",
|
|
1837
|
+
"lib/cra-report.js": "sha256:77e6c28bcb00273d652bd9578ca45fccb56d83ef47a18d4cac80929e17d59dff",
|
|
1804
1838
|
"lib/crdt.js": "sha256:66389cd4aa692b0b6c23404ab3ad1e33de97aebbb4c2c94beb66c09420244fea",
|
|
1805
1839
|
"lib/credential-hash.js": "sha256:9f4bf10f3ee86f03fba90e32778d99e0f9eb5966b826cbd1dc83e6c55000400e",
|
|
1806
|
-
"lib/crypto-field.js": "sha256:
|
|
1840
|
+
"lib/crypto-field.js": "sha256:adf98cdd6677b41c8d268c5860a568130f9befdc89b104b3b1e0e7f8e48840f3",
|
|
1807
1841
|
"lib/crypto-hpke-pq.js": "sha256:f086e23f4f80de9d0713826890bf8bafc0a8ddfa53fe7e87f5a0fed8ffa35caf",
|
|
1808
1842
|
"lib/crypto-hpke.js": "sha256:e9fb595fc16206237edeb738bfe4b037eeee91de9558e09ffe41e0f1e37558a7",
|
|
1809
1843
|
"lib/crypto-oprf.js": "sha256:5c98b56ba2322d3c3f40ac5c849370d927b76a535f19f76448469f349ac2b408",
|
|
1810
1844
|
"lib/crypto-xwing.js": "sha256:e724e5ea88bdb193f6c601c126230765454618eb2bf91dbf62939be510922a39",
|
|
1811
|
-
"lib/crypto.js": "sha256:
|
|
1812
|
-
"lib/csp.js": "sha256:
|
|
1845
|
+
"lib/crypto.js": "sha256:fe0aed0abc000e91799b705af16a72a33296a3193e2f280c0b76bc50c7aa9d22",
|
|
1846
|
+
"lib/csp.js": "sha256:850af9912e196fa0fc2232b8cfaab7fff24e5e2aaa5ace41d01b888b689b5ea6",
|
|
1813
1847
|
"lib/csv.js": "sha256:eca5d01409e72f5f73c5a954f3019826ed5da06f72103a5117016aeb0654f17c",
|
|
1814
1848
|
"lib/cwt.js": "sha256:1c39f6ea999ecdb2cb119933b497af9cbfd512aeaa73261076f12018f0393e80",
|
|
1815
|
-
"lib/daemon.js": "sha256:
|
|
1849
|
+
"lib/daemon.js": "sha256:6789937eec81de67c504788205be1bc80f730f6e691ba0617b9931ddff6a7980",
|
|
1816
1850
|
"lib/dark-patterns.js": "sha256:e54cc6fb591748b937627560ccdfd84da0e84974da5189e15b911e00b3c7e51b",
|
|
1817
|
-
"lib/data-act.js": "sha256:
|
|
1851
|
+
"lib/data-act.js": "sha256:a5551f233466abeee7894033914f3682f6980b29e849530b8d8847102754cee0",
|
|
1818
1852
|
"lib/db-collection.js": "sha256:cb7aa1f7cf6b7f6bd86829cc54fc27999e97422370283b258e54e4c05c6f0388",
|
|
1819
1853
|
"lib/db-declare-row-policy.js": "sha256:aea911d30d8d4108f2f83fd7d91c5f5a3c5be3f1ecec18be4674d7f1f8b39666",
|
|
1820
1854
|
"lib/db-declare-view.js": "sha256:82371eb03f635877f6541850edb617905722c3bcf60f592f28b2d57d44a50bff",
|
|
1821
1855
|
"lib/db-file-lifecycle.js": "sha256:e251def432535110987713b3e15422bd33887c5a67aeb9f0f5cad251ac359660",
|
|
1822
|
-
"lib/db-query.js": "sha256:
|
|
1856
|
+
"lib/db-query.js": "sha256:d0484ed0afe57bc0a015ab9fffaeb6335e804dc90333d13e708d5971cb5e6ca6",
|
|
1823
1857
|
"lib/db-role-context.js": "sha256:fa97dd17a8de1278a76a01d7979c3c847295c5efe1f14ab90701ca0e98f9bd3b",
|
|
1824
1858
|
"lib/db-schema.js": "sha256:5aaef5f61f16dc0913225cb3f134e9ef6d05bf917d15ea35360c8cfbb81de1cd",
|
|
1825
|
-
"lib/db.js": "sha256:
|
|
1826
|
-
"lib/dbsc.js": "sha256:
|
|
1827
|
-
"lib/ddl-change-control.js": "sha256:
|
|
1828
|
-
"lib/deprecate.js": "sha256:
|
|
1859
|
+
"lib/db.js": "sha256:17f96fcf3364372b00b9b06cb76977e0832b972be2a478df7866f09dbed8ad42",
|
|
1860
|
+
"lib/dbsc.js": "sha256:403ae5ef5fe57397ad36326223197fd379d72d100c22f89bc637e291fd42b850",
|
|
1861
|
+
"lib/ddl-change-control.js": "sha256:75265cda0b214a878786c2bded05769b29ddb566b122524311d94490877e18ec",
|
|
1862
|
+
"lib/deprecate.js": "sha256:59b442098bbb113464c92097929adfdc1bd4a5050ad9d8fc2e9f76eff3fc8f87",
|
|
1829
1863
|
"lib/dev.js": "sha256:e7f3d5db1575ff0e3b93f5af9ea0378d0d8de9dc42be401c9ac16fb40af00506",
|
|
1830
|
-
"lib/did.js": "sha256:
|
|
1864
|
+
"lib/did.js": "sha256:3e918866689e33db52cc737015b7e6a5fd2832a4a41635c32efa6c74981ab20c",
|
|
1831
1865
|
"lib/dora.js": "sha256:21f1cfc8f4fc0a3c95023459e406ff5624cbfd4dba79025fa81a211a01cbf9d1",
|
|
1832
1866
|
"lib/dr-runbook.js": "sha256:b11c0f229f1a410ca4268456eefb14a1c0eca16a5d972bd883f97840896dedf0",
|
|
1833
1867
|
"lib/dsa.js": "sha256:f056992797b0bc9ab1b83423a440773e68dcc874173f349d8b3ea72826354f40",
|
|
1834
|
-
"lib/dsr.js": "sha256:
|
|
1868
|
+
"lib/dsr.js": "sha256:8e73f11eff0dffef70029576740ec048af201135c797b44c12bc54d4786ff212",
|
|
1835
1869
|
"lib/dual-control.js": "sha256:7b0bc61722be7df45d2ae161ed2a2ec7e33ac5f118175f29b4c58fec364b54e3",
|
|
1836
1870
|
"lib/early-hints.js": "sha256:c50ffcf15192bc37a51d0a76d451da01583f288aefbbf9cb57423f05944031da",
|
|
1837
1871
|
"lib/eat.js": "sha256:0722585997ec1ef73fb1473a94933dab7177e812cd085b0f25418e7f2bad3caf",
|
|
1838
1872
|
"lib/error-page.js": "sha256:4ed2e8a118b35d3dc76a072b233713ae1fdaedb54334df68ad081e19f765cb88",
|
|
1839
1873
|
"lib/events.js": "sha256:b5f0034fda33285f571b9b247db50bff08f632762d9bf69b83784b435eeea75c",
|
|
1840
|
-
"lib/external-db-migrate.js": "sha256:
|
|
1841
|
-
"lib/external-db.js": "sha256:
|
|
1874
|
+
"lib/external-db-migrate.js": "sha256:990014016e71a818672b3f2c32eaa2ff6815553feb52efafb88ec765df9a570a",
|
|
1875
|
+
"lib/external-db.js": "sha256:5d6759f0d0e73bb7ea1f9180aa2efe5bd157f693d137dab2fe136c870c380bba",
|
|
1842
1876
|
"lib/fapi2.js": "sha256:6ae4679931675a629fa3f9e9efba71172fe69251dec2dd5d8c995cfb9dcad8f7",
|
|
1843
|
-
"lib/fda-21cfr11.js": "sha256:
|
|
1844
|
-
"lib/fdx.js": "sha256:
|
|
1877
|
+
"lib/fda-21cfr11.js": "sha256:633fa95b1626137473243e5282abfc04a8694f4d30a25c3c916dd2ff10f4e884",
|
|
1878
|
+
"lib/fdx.js": "sha256:67a29b140b6d07a767da31d6b55d1db0c2219cdaa780531fdec0fec63a5c551c",
|
|
1845
1879
|
"lib/fedcm.js": "sha256:4b0f1e3d8e762353a28b2d42e00678c120d6e8ad574ecb9d94d4aa8dead0f7f7",
|
|
1846
1880
|
"lib/file-type.js": "sha256:158d798f8204cc96038b4fda2a215bb4ba79232476e31195f15d4fee8f790a00",
|
|
1847
|
-
"lib/file-upload.js": "sha256:
|
|
1881
|
+
"lib/file-upload.js": "sha256:436b763fd928f286fb7faba8e2e9373cd37dcf677cb19e12afee61f00413e420",
|
|
1848
1882
|
"lib/flag-cache.js": "sha256:7bf41923bb42df59a41df37f7baa5b8b67172ba9ca71eeab47841dd0e4c9b64f",
|
|
1849
|
-
"lib/flag-evaluation-context.js": "sha256:
|
|
1883
|
+
"lib/flag-evaluation-context.js": "sha256:fa8846a9a97a9d773dc08dd0da664d1d6d3fead4e12dc9982b33fa45b59d47a8",
|
|
1850
1884
|
"lib/flag-providers.js": "sha256:a46916b493adeb1fd05ef91de48b54dd73b29f6de1802815ce6c530f9a14263f",
|
|
1851
1885
|
"lib/flag-targeting.js": "sha256:c2b5096e04dcaa98435c66cfa6b1aae02d0da708ca7e96f810627ef38e669309",
|
|
1852
1886
|
"lib/flag.js": "sha256:3eab2c7e2f86fdf0a099d4ba287ec69486ee985c5496077ce79167979f6fccaf",
|
|
1853
1887
|
"lib/forms.js": "sha256:ffe0cbff94588efc021038164f44eef87909a6588e84df6cddbfa994975b33d5",
|
|
1854
|
-
"lib/framework-error.js": "sha256:
|
|
1888
|
+
"lib/framework-error.js": "sha256:9c21ac8888e07653c69a8ff4dcdd871c54d7a3c49dbff3253e5a04da4856e394",
|
|
1855
1889
|
"lib/framework-files.js": "sha256:689fb8e65ef70633c8ab40f874346fd5f818bdc182690f362545667bf9b5e607",
|
|
1856
|
-
"lib/framework-schema.js": "sha256:
|
|
1890
|
+
"lib/framework-schema.js": "sha256:5d515f0b5ba47f851ffa6d458d69268205aedd7d09a343f52dd943055f3df56c",
|
|
1857
1891
|
"lib/framework-sha1-hibp.js": "sha256:07f0e4032c988e3543872ab03a0898e3d1c0791b02a2089686da9d0032b5ffeb",
|
|
1858
|
-
"lib/fsm.js": "sha256:
|
|
1859
|
-
"lib/gate-contract.js": "sha256:
|
|
1860
|
-
"lib/gdpr-ropa.js": "sha256:
|
|
1861
|
-
"lib/graphql-federation.js": "sha256:
|
|
1862
|
-
"lib/guard-agent-registry.js": "sha256:
|
|
1863
|
-
"lib/guard-all.js": "sha256:
|
|
1864
|
-
"lib/guard-archive.js": "sha256:
|
|
1865
|
-
"lib/guard-auth.js": "sha256:
|
|
1866
|
-
"lib/guard-cidr.js": "sha256:
|
|
1867
|
-
"lib/guard-csv.js": "sha256:
|
|
1868
|
-
"lib/guard-domain.js": "sha256:
|
|
1869
|
-
"lib/guard-dsn.js": "sha256:
|
|
1870
|
-
"lib/guard-email.js": "sha256:
|
|
1871
|
-
"lib/guard-envelope.js": "sha256:
|
|
1892
|
+
"lib/fsm.js": "sha256:6b5df56768a9ecf432f1bb44083a0ec7d4bec9a29bc156dbaa020263d172eaa6",
|
|
1893
|
+
"lib/gate-contract.js": "sha256:00f1619f28b909e5fc6f3bfbbf37fed5f4df7456c9ab04fb03a0266d8cef8eaf",
|
|
1894
|
+
"lib/gdpr-ropa.js": "sha256:2f8f345d793fae9e565b40d194cd109ff7c2cea9e9b5b08e421271d3bda5cdff",
|
|
1895
|
+
"lib/graphql-federation.js": "sha256:186c40f96d7f3c7c4dc78dbc2fe3115d6981137f80d8f719ba54cb73244c55d0",
|
|
1896
|
+
"lib/guard-agent-registry.js": "sha256:ea4330c2b2af5975ec01b5e704827e5ba1abbcf23b39425c9e15e241ee20d713",
|
|
1897
|
+
"lib/guard-all.js": "sha256:5c458aa0eecc3bdd2363fe2c8a4bdf5d6584257e5d7a135f202cbc8e4704b1e7",
|
|
1898
|
+
"lib/guard-archive.js": "sha256:f63eafbbb4a6e823b084ea2c5f866c4cc1e01b0ae4cce024b131c7c246179028",
|
|
1899
|
+
"lib/guard-auth.js": "sha256:8ff28e6c552bc47102c34b1ec7673f5d55aa9304c020fcdd11d0b165fb3a6d42",
|
|
1900
|
+
"lib/guard-cidr.js": "sha256:166bdbab16b008638084f40806d7d9d72283be7230f4e5e20a7c5fed62b66b91",
|
|
1901
|
+
"lib/guard-csv.js": "sha256:556e0071e51b372dee3f7dd8797bd62bfa8a23a46b5ba099ec6159521e149ef9",
|
|
1902
|
+
"lib/guard-domain.js": "sha256:6b76e3f362b1fb99229c1c06da2ab87a1b7596cf3d0da48cbce5668748671754",
|
|
1903
|
+
"lib/guard-dsn.js": "sha256:748ac60d6da1f33ff7a43b3b1b6ae1026dd4c10634e480213d91d2bd390c5e0a",
|
|
1904
|
+
"lib/guard-email.js": "sha256:04765070c5921f0abd8b1c19ff9d3a4957ef97a85dab2f9887c741b08c17d611",
|
|
1905
|
+
"lib/guard-envelope.js": "sha256:b642d4b6987f0d2dd4c6bbce87630106c7a3fdcbb8285481f7d36f89af41c1be",
|
|
1872
1906
|
"lib/guard-event-bus-payload.js": "sha256:f86fa1a384ce9358a337d5c75adfa43ca4c625b5b4f67a42cf37539db3c112a5",
|
|
1873
|
-
"lib/guard-event-bus-topic.js": "sha256:
|
|
1874
|
-
"lib/guard-filename.js": "sha256:
|
|
1875
|
-
"lib/guard-graphql.js": "sha256:
|
|
1907
|
+
"lib/guard-event-bus-topic.js": "sha256:4315fd3fe08e193c68d8253527dd75fd97b67a848b611c0409aacb47e6920587",
|
|
1908
|
+
"lib/guard-filename.js": "sha256:328385959e2d03eb221eb9b5ce6a2fc7789eeb3bfdc0c5610ad4554d33c4286f",
|
|
1909
|
+
"lib/guard-graphql.js": "sha256:0d00b00dd2671c4ef222d7906853950be04da31b0cad0fcc84930e1123590917",
|
|
1876
1910
|
"lib/guard-html-wcag-aria.js": "sha256:140bb16091a7c96793c35c470a41cad6449a1a5db5bb5608a8fcf5e7a32d0d1b",
|
|
1877
1911
|
"lib/guard-html-wcag-forms.js": "sha256:ea44ac236c533bb1a713a4930ba2434bd8da3e64578582035c4974283dc215fb",
|
|
1878
1912
|
"lib/guard-html-wcag-tables.js": "sha256:9f8fd3dfd25a2261fe6eb7d3cd8f4cb92eafa0081d6b88039d55e4fa3e59244b",
|
|
1879
1913
|
"lib/guard-html-wcag-tagwalk.js": "sha256:6f2603ab811d2a22b7c48b7a11ac791471ede9494843cb0b300b220ab54ae328",
|
|
1880
|
-
"lib/guard-html-wcag.js": "sha256:
|
|
1881
|
-
"lib/guard-html.js": "sha256:
|
|
1882
|
-
"lib/guard-idempotency-key.js": "sha256:
|
|
1883
|
-
"lib/guard-image.js": "sha256:
|
|
1884
|
-
"lib/guard-imap-command.js": "sha256:
|
|
1914
|
+
"lib/guard-html-wcag.js": "sha256:e625f2641e23621999d5a92f59cdb5b98fee721e8ed7e67fcd754a8fe086b444",
|
|
1915
|
+
"lib/guard-html.js": "sha256:8f8b5351893076b5e6e9280fc229a630c775505545525e8649943b047eabbbbd",
|
|
1916
|
+
"lib/guard-idempotency-key.js": "sha256:8bf75488939df3bdee06757e6a43d53421c1823b7d656d5b9a536537c59db381",
|
|
1917
|
+
"lib/guard-image.js": "sha256:34a94ff6d3c19f359992c54bcd34f879bcae8f8e0c2479133ab9dbe9e42bd98e",
|
|
1918
|
+
"lib/guard-imap-command.js": "sha256:b8f56b60483292802bf1074c740f184d7a3b84cc45f8b536a75dbda98016333b",
|
|
1885
1919
|
"lib/guard-jmap.js": "sha256:d48f7ce4babbe37c184fe16a0d16727986f7293daeb1adedc60744e7165c3e80",
|
|
1886
|
-
"lib/guard-json.js": "sha256:
|
|
1887
|
-
"lib/guard-jsonpath.js": "sha256:
|
|
1888
|
-
"lib/guard-jwt.js": "sha256:
|
|
1889
|
-
"lib/guard-list-id.js": "sha256:
|
|
1890
|
-
"lib/guard-list-unsubscribe.js": "sha256:
|
|
1891
|
-
"lib/guard-mail-compose.js": "sha256:
|
|
1892
|
-
"lib/guard-mail-move.js": "sha256:
|
|
1893
|
-
"lib/guard-mail-query.js": "sha256:
|
|
1920
|
+
"lib/guard-json.js": "sha256:7e1dcb162e7312ae6b0ee1fdbb4f7f36b903998abcf67d6d831043ac6ad28e5d",
|
|
1921
|
+
"lib/guard-jsonpath.js": "sha256:b06c6250d9d824f8dd1db695657afd4b15f2db22e87f26067da1f3caeabdd4f3",
|
|
1922
|
+
"lib/guard-jwt.js": "sha256:5348c509f57822d29ece205826da25959f09dcc5f2491b8c48a950fe01649724",
|
|
1923
|
+
"lib/guard-list-id.js": "sha256:c4f201c50d99fe3ab2cd75db9fee4f1bd32b2f1129720d18746a59a00215f503",
|
|
1924
|
+
"lib/guard-list-unsubscribe.js": "sha256:4c839812b872bbf98444242875c3305105d1442075b2b2a21bf4aabf720d7772",
|
|
1925
|
+
"lib/guard-mail-compose.js": "sha256:5abe96c9df302209727d88c64ff83b4c9ad8aa7a2e4f7592c605d32601f46c14",
|
|
1926
|
+
"lib/guard-mail-move.js": "sha256:cdeae44176fc932f0e157b7b3434f8c17a1240e22318d37d1c18d6812648159e",
|
|
1927
|
+
"lib/guard-mail-query.js": "sha256:4f84e982f3282bb77e8e645d276e450df464cac21ae1514eeaa046c14087a213",
|
|
1894
1928
|
"lib/guard-mail-reply.js": "sha256:a24929c794f110c33bdff045b36778e8df41af22356c36ec54ffb07e864526ef",
|
|
1895
|
-
"lib/guard-mail-sieve.js": "sha256:
|
|
1896
|
-
"lib/guard-managesieve-command.js": "sha256:
|
|
1897
|
-
"lib/guard-markdown.js": "sha256:
|
|
1898
|
-
"lib/guard-message-id.js": "sha256:
|
|
1899
|
-
"lib/guard-mime.js": "sha256:
|
|
1900
|
-
"lib/guard-oauth.js": "sha256:
|
|
1901
|
-
"lib/guard-pdf.js": "sha256:
|
|
1902
|
-
"lib/guard-pop3-command.js": "sha256:
|
|
1903
|
-
"lib/guard-posture-chain.js": "sha256:
|
|
1904
|
-
"lib/guard-regex.js": "sha256:
|
|
1905
|
-
"lib/guard-saga-config.js": "sha256:
|
|
1906
|
-
"lib/guard-shell.js": "sha256:
|
|
1907
|
-
"lib/guard-smtp-command.js": "sha256:
|
|
1929
|
+
"lib/guard-mail-sieve.js": "sha256:d4ec474b1e770aec97abade69f1755ec624a92b792f8a20a734ae90818b906f6",
|
|
1930
|
+
"lib/guard-managesieve-command.js": "sha256:6fd52f9f6b65264be6065ac65a735b0f343d1247c428e71b91cd01efa7ef900d",
|
|
1931
|
+
"lib/guard-markdown.js": "sha256:ff537e8842bd155a47182a5dfa077cff5e9ccb258840485e8eaafd5628c68b2e",
|
|
1932
|
+
"lib/guard-message-id.js": "sha256:718a1bb8314f434daf45904e7250da33fb7cb11e980dd7aa65a3791d284aeeb9",
|
|
1933
|
+
"lib/guard-mime.js": "sha256:14a1a006019875e63cde49aa58927ad3fc5940743e5caa3611df71a06a8187ab",
|
|
1934
|
+
"lib/guard-oauth.js": "sha256:ddebe8ce55c423b76a505dca3d190af89bb552bf22729fd7e5cfe7c662ac6895",
|
|
1935
|
+
"lib/guard-pdf.js": "sha256:7a739adea96a1d6624858232e9b5991071aee5a25253914bbcc1f51b70e06710",
|
|
1936
|
+
"lib/guard-pop3-command.js": "sha256:3d07da30a631e4ee9d58154bcfcdd4befaf167c5a4bbe5292c6275796358beae",
|
|
1937
|
+
"lib/guard-posture-chain.js": "sha256:acf47bba9c1e5ad743965a509ff97c067f6fa157fbd08fc57b63965adcc52411",
|
|
1938
|
+
"lib/guard-regex.js": "sha256:7cb10f144f71d76ca0d9606b9153a834cfc9caa0cb687b51780cd754cc529690",
|
|
1939
|
+
"lib/guard-saga-config.js": "sha256:b7e0031f95adea39cc4ac7a9c2487d62b49b833c058ea90e5962d6b0bcea82f3",
|
|
1940
|
+
"lib/guard-shell.js": "sha256:2f7948748cb4bac489e973573f4a7b728306eda4d9e308e5c9a40e23b17dcfb3",
|
|
1941
|
+
"lib/guard-smtp-command.js": "sha256:e02eef65bfc11a39b3f30cb6562014c7719ea555b5adad8617fb6c15ca7d3581",
|
|
1908
1942
|
"lib/guard-snapshot-envelope.js": "sha256:81e0823b023895f5c50bcd9753c87022d7737f9c50b5a7aa128c0962201f0dc2",
|
|
1909
|
-
"lib/guard-sql.js": "sha256:
|
|
1910
|
-
"lib/guard-stream-args.js": "sha256:
|
|
1911
|
-
"lib/guard-svg.js": "sha256:
|
|
1912
|
-
"lib/guard-template.js": "sha256:
|
|
1913
|
-
"lib/guard-tenant-id.js": "sha256:
|
|
1914
|
-
"lib/guard-
|
|
1943
|
+
"lib/guard-sql.js": "sha256:5f7c0322953e8bd32cbc2d2b6deb43ef270bc0902bbe7f7b50b497d29572600c",
|
|
1944
|
+
"lib/guard-stream-args.js": "sha256:88c2394b51f96688e4fc0e6a0ecaf98cf79df04a0186f15f8c55af8c9bb64139",
|
|
1945
|
+
"lib/guard-svg.js": "sha256:b2c1da042d6dfc20d3e595d1d946361705f1c202840d28055527b9fbfda9bb1f",
|
|
1946
|
+
"lib/guard-template.js": "sha256:86947b970281195e3617d0eecf596056ef4bf70080fee506a871a30bd42b64d7",
|
|
1947
|
+
"lib/guard-tenant-id.js": "sha256:e4db5d7a2cabc00918e5032c23449a0dc4a8d49d8d6c28277ca730a52f1a4807",
|
|
1948
|
+
"lib/guard-text.js": "sha256:8652a0c1268cf0ab9f3a7d5ad1ac2fcc885ab619e08155b7d8532e9f3d56c1cb",
|
|
1949
|
+
"lib/guard-time.js": "sha256:04e8e2956e0fa63475b443b15dbbf4af3c62db74555c22e8cdf7774a203e8167",
|
|
1915
1950
|
"lib/guard-trace-context.js": "sha256:635d5ef92b99ef28a61fd1c3781e3b2b8fac755749e7859f067b81184fc159f6",
|
|
1916
|
-
"lib/guard-uuid.js": "sha256:
|
|
1917
|
-
"lib/guard-xml.js": "sha256:
|
|
1918
|
-
"lib/guard-yaml.js": "sha256:
|
|
1951
|
+
"lib/guard-uuid.js": "sha256:408ca310810d5a0ab6734891175473ba96a0f6afbd7c1f9bd3322fbfffd16764",
|
|
1952
|
+
"lib/guard-xml.js": "sha256:64e1cc16fd5beb541cc6a3450a894c16c8dfcce19ed31b3eae15b749cfdff724",
|
|
1953
|
+
"lib/guard-yaml.js": "sha256:db0d7281ea001e4fa56adda8770c79c249e96efb84d9369b68add45e5730a26d",
|
|
1919
1954
|
"lib/hal.js": "sha256:87f524172a456ba95d20cac3a2f96f6a7964d9e8880423d5f83a085ec7224bb0",
|
|
1920
1955
|
"lib/handlers.js": "sha256:860d07682bc6199c5d06f2d91f4ba9ab26ff5e2d9a97c72af6a700505d0e44e2",
|
|
1921
1956
|
"lib/honeytoken.js": "sha256:288a69a6c22107d41185c88ec86ca1bf424b3c10d349d90d5fc5037749db0568",
|
|
1922
1957
|
"lib/html-balance.js": "sha256:325db4349ac4c968704e295f2c8cbec330c2d64908c89e9192ab443572c14910",
|
|
1923
|
-
"lib/http-client-cache.js": "sha256:
|
|
1924
|
-
"lib/http-client-cookie-jar.js": "sha256:
|
|
1925
|
-
"lib/http-client.js": "sha256:
|
|
1926
|
-
"lib/http-message-signature.js": "sha256:
|
|
1958
|
+
"lib/http-client-cache.js": "sha256:a4d41376c761d731427844e1aba76822ffb597e1d892b6df93d5ef807489ede3",
|
|
1959
|
+
"lib/http-client-cookie-jar.js": "sha256:bc685ba17e225b634aea5f80240a3a277c28ba447c1a3bf4511284891fc6a6ce",
|
|
1960
|
+
"lib/http-client.js": "sha256:80c2b2f9f0400a58b878f303afc94f62f0ef6f9a2875b5b1e59c6d0a39b30f59",
|
|
1961
|
+
"lib/http-message-signature.js": "sha256:45fbc4462af19f6237ba678aed38341c8702301220c79d61a05d08114aafcf63",
|
|
1927
1962
|
"lib/http2-teardown.js": "sha256:61d291c34e321e18b64d60a4c0253e638550fff7dc32568b980d3aa13bb178e2",
|
|
1928
|
-
"lib/i18n-messageformat.js": "sha256:
|
|
1929
|
-
"lib/i18n.js": "sha256:
|
|
1963
|
+
"lib/i18n-messageformat.js": "sha256:2c5012ac3fbc6f56191765bda090889ab58206d130cf05c81963d965744d63d6",
|
|
1964
|
+
"lib/i18n.js": "sha256:e2663046590798f2dde5cb73f14973ca509070841dff7c9697546e5dc0ec195a",
|
|
1930
1965
|
"lib/iab-mspa.js": "sha256:64d45d2f8b8373efe4daa0584f72b1a50940c9118aeb4f0925c38d3fdb3d64f3",
|
|
1931
1966
|
"lib/iab-tcf.js": "sha256:7a6294ae125b5919557887a492d0fee719ae465609b9c29b16a06637cc60e1ff",
|
|
1932
1967
|
"lib/importmap-integrity.js": "sha256:a75460fb8e9bfe238507a93ff196886f0880aff9044666fe034a18f8e2fe438b",
|
|
1933
|
-
"lib/inbox.js": "sha256:
|
|
1934
|
-
"lib/incident-report.js": "sha256:
|
|
1935
|
-
"lib/ip-utils.js": "sha256:
|
|
1936
|
-
"lib/jobs.js": "sha256:
|
|
1968
|
+
"lib/inbox.js": "sha256:dd603479a72420288f5aa65d4b50a147f02e135d8e2899a3ac7760cb2af56261",
|
|
1969
|
+
"lib/incident-report.js": "sha256:5e111595d6c6749af7ebe9ac2a1301ff074b1d814bec8454ec4ddaed9ff314ee",
|
|
1970
|
+
"lib/ip-utils.js": "sha256:cc7a40523a25f3732f8f9ce3b52d725a981ca831a973888abd059ef8e5dfa459",
|
|
1971
|
+
"lib/jobs.js": "sha256:f8e273bdd25b172cff189a8b5b56748828216fdb5d5f445634477c7b2686e7c2",
|
|
1937
1972
|
"lib/jose-jwe-experimental.js": "sha256:9be787cdb9c1d399e2509fffa01c637d192151a5cccb6b6a4afc4cb608c687b9",
|
|
1938
1973
|
"lib/json-merge-patch.js": "sha256:1b803dc4ae9861fb75a22af2fbe2626a17dfb6b29ca23aa4bac76dcfc4fd1e8b",
|
|
1939
1974
|
"lib/json-patch.js": "sha256:703f7efd2f79572897c48d31531a71a04884995e97a33871f7db33a650fb2533",
|
|
@@ -1943,70 +1978,73 @@
|
|
|
1943
1978
|
"lib/jsonapi.js": "sha256:0579684952b15bb699033f7ff186b655a75d45a01dc6ca9f769bd51f749c2f0c",
|
|
1944
1979
|
"lib/jtd.js": "sha256:643b29cc318f3a46899544437b963c3e973cf71c5587deeef6beb68dd4ea1bf9",
|
|
1945
1980
|
"lib/jwk.js": "sha256:1545b15542b4aded0cbe66a02f2eea90aca8ed0b78e8770ebe565e8d95822cf0",
|
|
1946
|
-
"lib/keychain.js": "sha256:
|
|
1981
|
+
"lib/keychain.js": "sha256:994ab4519ebbfa1c9232070383c4ea12a0335b8281f884bb39d9d4ab2c12070f",
|
|
1947
1982
|
"lib/lazy-require.js": "sha256:1ac3c23e6d59e7c2d5c58e9245703506d4a88244f214b37b972c30b2d947b60c",
|
|
1948
|
-
"lib/legal-hold.js": "sha256:
|
|
1983
|
+
"lib/legal-hold.js": "sha256:c31cf82fe65be24c986b435e4b9f476729f7541e07931481ec22b7e1e198df23",
|
|
1949
1984
|
"lib/link-header.js": "sha256:145387aeccc1eb6cfa63d42a7690c166673df5b0fc2dd77b69654d293f36a153",
|
|
1950
1985
|
"lib/local-db-thin.js": "sha256:387adb8396afbabe41d1b1fd8fc943162916b607c970843d0a0e79e7841403fc",
|
|
1951
|
-
"lib/log-stream-cloudwatch.js": "sha256:
|
|
1986
|
+
"lib/log-stream-cloudwatch.js": "sha256:d5482da93c4d3c30f8e94e4f5bcef20d6f200338c1fccf74eab4ab989348c206",
|
|
1952
1987
|
"lib/log-stream-local.js": "sha256:1b0926149cf08fb61f2dd55914c5442b1659d322fe6235e473f941e19483d37e",
|
|
1953
|
-
"lib/log-stream-otlp-grpc.js": "sha256:
|
|
1954
|
-
"lib/log-stream-otlp.js": "sha256:
|
|
1988
|
+
"lib/log-stream-otlp-grpc.js": "sha256:f330886b81cfa3299e12bae771e35bf3ee47c48e477853920d61805645c91da1",
|
|
1989
|
+
"lib/log-stream-otlp.js": "sha256:b2e58c6e15579fdaa4266142ef3167ab382009542f912be74b00729c53966ff1",
|
|
1955
1990
|
"lib/log-stream-syslog.js": "sha256:da9648a760c35a609a673419ead08b3f21daf72749ef6365f0c40256304e9bfc",
|
|
1956
|
-
"lib/log-stream-webhook.js": "sha256:
|
|
1991
|
+
"lib/log-stream-webhook.js": "sha256:b95b255310c5b00d18bc41d23d59b2a6b93a74228cf1e10b3eeb9025e0cc669e",
|
|
1957
1992
|
"lib/log-stream.js": "sha256:9ffda79044835670fba447876b617b1d5cef0592abf08b52167e2ae7b6bcdba7",
|
|
1958
1993
|
"lib/log.js": "sha256:9350c55d2a4e2934d163d777150b833772d185fbb620ecd11d6908119255b360",
|
|
1959
1994
|
"lib/lro.js": "sha256:da9baf47f27c422c32d51495b2896c887ec3ac283875712efcd7528fd396868b",
|
|
1960
1995
|
"lib/mail-agent.js": "sha256:8d2c17ac5b1039689eed9ee236a806d89ca48ccc546d7f3ad330a4bb4e475e7c",
|
|
1961
|
-
"lib/mail-arc-sign.js": "sha256:
|
|
1962
|
-
"lib/mail-arf.js": "sha256:
|
|
1963
|
-
"lib/mail-auth.js": "sha256:
|
|
1964
|
-
"lib/mail-bimi.js": "sha256:
|
|
1996
|
+
"lib/mail-arc-sign.js": "sha256:872f31e16321f8629e3af3cac31d3deb460804748b25a7fbb427164a2ad88f84",
|
|
1997
|
+
"lib/mail-arf.js": "sha256:fc051ce82e69c67ef6622395b51f809d1b0cd611b23751df9c2258f9717bb65b",
|
|
1998
|
+
"lib/mail-auth.js": "sha256:d16c3f644a258f34752aeada09ccb00f55341696e930a660572332a62aa03d70",
|
|
1999
|
+
"lib/mail-bimi.js": "sha256:82466568f1c66cf09bb38b9a8c8dce93156808689544ffc6d61ca204ac73e2e7",
|
|
1965
2000
|
"lib/mail-bounce.js": "sha256:62568978504fb7d3536d701755be22c6c45ea4028abf3691811034a6aa705632",
|
|
1966
|
-
"lib/mail-crypto-pgp.js": "sha256:
|
|
2001
|
+
"lib/mail-crypto-pgp.js": "sha256:045f1f3a2eea809e5f22fa00d7e8fe99f688b1356341cf7819ad2fe30729a4b6",
|
|
1967
2002
|
"lib/mail-crypto-smime.js": "sha256:edd1b7105c10e0604d0ec94e7b40acf3a8d746c849560f1f1a9be8e2122c9afd",
|
|
1968
2003
|
"lib/mail-crypto.js": "sha256:19d5f2a9fe6376d2ed6b0153a944dd1d05d8b893172bad173e2df9733c0dafd3",
|
|
1969
|
-
"lib/mail-dav.js": "sha256:
|
|
1970
|
-
"lib/mail-deploy.js": "sha256:
|
|
1971
|
-
"lib/mail-dkim.js": "sha256:
|
|
1972
|
-
"lib/mail-greylist.js": "sha256:
|
|
1973
|
-
"lib/mail-helo.js": "sha256:
|
|
1974
|
-
"lib/mail-journal.js": "sha256:
|
|
1975
|
-
"lib/mail-mdn.js": "sha256:
|
|
1976
|
-
"lib/mail-rbl.js": "sha256:
|
|
2004
|
+
"lib/mail-dav.js": "sha256:3bfe6d8c0fa1c0a5d56d78a07778de932828eeebd6e091d2f988ebeaabcf451a",
|
|
2005
|
+
"lib/mail-deploy.js": "sha256:92b192b2ed9deed467d18716bcfa25cef87edabf848033e480748e203470735f",
|
|
2006
|
+
"lib/mail-dkim.js": "sha256:f779d2c95009c45e849e45bb5657f7ecb1cda1daa6c4575350f8c664f0149cb0",
|
|
2007
|
+
"lib/mail-greylist.js": "sha256:432dc4e654b838ef00149f6d3b49afd44b07521278a80dd73767be10bd81e2f2",
|
|
2008
|
+
"lib/mail-helo.js": "sha256:c4f4dcf62c83aaef3047b146486c513107f8ec1d9a7e278a5da0dd6ed0ca4945",
|
|
2009
|
+
"lib/mail-journal.js": "sha256:abb9b0ef1fdfdd8585c0869cf2129a198acba20938b82466d7e50324332723b0",
|
|
2010
|
+
"lib/mail-mdn.js": "sha256:406323a5e898dfb5bc57236a9539c247f89dd5d8b1c1312258550a028de10536",
|
|
2011
|
+
"lib/mail-rbl.js": "sha256:6374ffd13ab00b14f82274b64020d1fd15e73e847537eabd0d8b23e221f1aa2c",
|
|
1977
2012
|
"lib/mail-require-tls.js": "sha256:1480690ff0f31fa3ab587c17c03fb396649b24cf684aedc6bd0b51e3092529c9",
|
|
1978
|
-
"lib/mail-scan.js": "sha256:
|
|
1979
|
-
"lib/mail-send-deliver.js": "sha256:
|
|
1980
|
-
"lib/mail-server-imap.js": "sha256:
|
|
1981
|
-
"lib/mail-server-jmap.js": "sha256:
|
|
1982
|
-
"lib/mail-server-managesieve.js": "sha256:
|
|
1983
|
-
"lib/mail-server-mx.js": "sha256:
|
|
1984
|
-
"lib/mail-server-
|
|
1985
|
-
"lib/mail-server-
|
|
2013
|
+
"lib/mail-scan.js": "sha256:f45dc45c6f08df902af124148a23d88f2fa217afd405af5f67929945a9eb2d4a",
|
|
2014
|
+
"lib/mail-send-deliver.js": "sha256:f3f05259abfdb70f6cb68992e94874cd5b6bca891b9e12588056003d34aab28c",
|
|
2015
|
+
"lib/mail-server-imap.js": "sha256:6ede51283422fac53070483beb33bcf42329fe87824a5154c697c70662b9813f",
|
|
2016
|
+
"lib/mail-server-jmap.js": "sha256:d92d1a06f17290ae5648bb80beb088f8e577d8b4e178a5a73c386779460cd918",
|
|
2017
|
+
"lib/mail-server-managesieve.js": "sha256:1e8ab81d79a3aacc364bc1b4bda1567584872674770b58f828eafd2867afa9de",
|
|
2018
|
+
"lib/mail-server-mx.js": "sha256:d7290ddd45f1770733f8bf04077cc123bdab58c255dee1ec7fe4dff24c4e99a5",
|
|
2019
|
+
"lib/mail-server-net.js": "sha256:c3b7ca780cd64bf50df033e767f22f439770764055307ad8fa0338e26c07491e",
|
|
2020
|
+
"lib/mail-server-pop3.js": "sha256:b3001f3c1be53aeec581d4c8313038fb58894433aeeca9cd6caa2b54a1368c84",
|
|
2021
|
+
"lib/mail-server-rate-limit.js": "sha256:e0c6c7314b068dcc94800a8223ebbba6339aebeae99cc1f16093e4ba44901db7",
|
|
1986
2022
|
"lib/mail-server-registry.js": "sha256:50db2e9f1d351fbbabbf44599e6e5e86a299374c0e7f2122d487984db74a1f90",
|
|
1987
|
-
"lib/mail-server-submission.js": "sha256:
|
|
1988
|
-
"lib/mail-server-tls.js": "sha256:
|
|
2023
|
+
"lib/mail-server-submission.js": "sha256:d037f7919e3b914bc3c714e54b88ec995259adc98a1bf18f36cf81d03b92d65d",
|
|
2024
|
+
"lib/mail-server-tls.js": "sha256:67f27a39a44e0e58bbd3ed2707afae9927fa15724124d67395539738340aba1a",
|
|
1989
2025
|
"lib/mail-sieve.js": "sha256:df395d76642213fff5149e38170f780a40f1cd06a0a6fdce201c20f6db170158",
|
|
1990
|
-
"lib/mail-spam-score.js": "sha256:
|
|
2026
|
+
"lib/mail-spam-score.js": "sha256:c0ad930884a179dd1eb25d1c514ad51919d952e29a0186f114185f8823870778",
|
|
1991
2027
|
"lib/mail-srs.js": "sha256:b047e1ff8836194ec563e4bc1db2cdf6d593590aecfc74ecbeec0c23c47de160",
|
|
1992
2028
|
"lib/mail-store-fts.js": "sha256:786668ce0c8611a5278ef07cabc8188372f778981191f7e6174e0a6d5f7a8c35",
|
|
1993
|
-
"lib/mail-store.js": "sha256:
|
|
2029
|
+
"lib/mail-store.js": "sha256:e7a5e591ae2d98f5a6b6ab6f04e0c4a0822f100b0d03a676d5e804a184be5a26",
|
|
1994
2030
|
"lib/mail-unsubscribe.js": "sha256:2944fd1103f00a202d704b0f3479f96c6aa3345be8cbafa2e0711ded111a3109",
|
|
1995
|
-
"lib/mail.js": "sha256:
|
|
1996
|
-
"lib/
|
|
1997
|
-
"lib/
|
|
1998
|
-
"lib/
|
|
1999
|
-
"lib/
|
|
2000
|
-
"lib/
|
|
2031
|
+
"lib/mail.js": "sha256:a3e6c104c7b34d0f8efe7337254ebaf90b15e52f5783961037d171f74f2241cf",
|
|
2032
|
+
"lib/markup-escape.js": "sha256:a76e8c77f30ae456caa53c33afeb2dd0b27f7b8799ac857beac86ea038f17d9a",
|
|
2033
|
+
"lib/markup-tokenizer.js": "sha256:2ac0ddaac6ea62033be6a3f1a749e043cee64f27de09072b6e06779662d88959",
|
|
2034
|
+
"lib/mcp-tool-registry.js": "sha256:df3480e6a0d29a9734bdb19d322f83bff5ebfdd756620f947cf593878dea8776",
|
|
2035
|
+
"lib/mcp.js": "sha256:94cdcc8284ecb109972bf634a7ac30c540fb18b7933110bd2ca0efb4658af368",
|
|
2036
|
+
"lib/mdoc.js": "sha256:745818e8a379912ee7563dc451218427b09c771d9a93ab5d8a8f737e67984b35",
|
|
2037
|
+
"lib/metrics.js": "sha256:e2578db8396ccafa86a260257f908663451d2bee0e3258941ab108293c975488",
|
|
2038
|
+
"lib/middleware/age-gate.js": "sha256:dc8c61a4d41f4a781220c9c97eb475fb2867f5ee444eb2756badcbc5b8411795",
|
|
2001
2039
|
"lib/middleware/ai-act-disclosure.js": "sha256:6fc62940d85813019b31c586fc86853570329a939565a6947f81052d50977c42",
|
|
2002
|
-
"lib/middleware/api-encrypt.js": "sha256:
|
|
2003
|
-
"lib/middleware/assetlinks.js": "sha256:
|
|
2040
|
+
"lib/middleware/api-encrypt.js": "sha256:7b208746debf05b15de9f5c6efc35afb1ffedac7d74c280d955356a0d65cf585",
|
|
2041
|
+
"lib/middleware/assetlinks.js": "sha256:bb36f8d53991668b4ae1557d0cab3ec8b479a16f9133c43f9adc07963c8b4750",
|
|
2004
2042
|
"lib/middleware/asyncapi-serve.js": "sha256:a0f0b62b264a5cd8a24e3cfddae722a84b5e2206729f77403906a1d1cfcd7c7b",
|
|
2005
2043
|
"lib/middleware/attach-user.js": "sha256:776424918bf302378da99a85ff20c91a42f8c9f528ab435cd7a06b95ec523d6d",
|
|
2006
|
-
"lib/middleware/bearer-auth.js": "sha256:
|
|
2007
|
-
"lib/middleware/body-parser.js": "sha256:
|
|
2008
|
-
"lib/middleware/bot-disclose.js": "sha256:
|
|
2009
|
-
"lib/middleware/bot-guard.js": "sha256:
|
|
2044
|
+
"lib/middleware/bearer-auth.js": "sha256:d0cb9d65a724a0badf9a5164397d12bf6a3afa9a2ae5e75922799b832741ee59",
|
|
2045
|
+
"lib/middleware/body-parser.js": "sha256:2df5d2c25b3d9beab36fa52dc6b5f0c89ca011f43e32c24805fe43bf735ea4eb",
|
|
2046
|
+
"lib/middleware/bot-disclose.js": "sha256:2b98da494ee51ba7c8efc0d5fccbf11ba335649e71726d83847116c340720bf0",
|
|
2047
|
+
"lib/middleware/bot-guard.js": "sha256:4d704a8bc4ded037b55ca13d4413fe863c381891d065c0402a52ea5a326ef00b",
|
|
2010
2048
|
"lib/middleware/clear-site-data.js": "sha256:6bd806673e0a12ac284bad04ab3dbce7ece25ab523e81ed057665acb593b5023",
|
|
2011
2049
|
"lib/middleware/compose-pipeline.js": "sha256:160719627523db40f35bfada8c9df670c93ffec042890698936497c2c0f20bdb",
|
|
2012
2050
|
"lib/middleware/compression.js": "sha256:0c51bab49458af588e8e74725e3d40b281940c4bd942a8ee47c756f999b9c7a6",
|
|
@@ -2014,26 +2052,26 @@
|
|
|
2014
2052
|
"lib/middleware/cors.js": "sha256:78f7b3278a6c65fc1d7d22c90f3d4e76b61848858181dfe3c2c811cdf6df65be",
|
|
2015
2053
|
"lib/middleware/csp-nonce.js": "sha256:d568d5c8c1e1176142614719ec6944b7e1a79e363e2101fb5be3b122797f3e3b",
|
|
2016
2054
|
"lib/middleware/csp-report.js": "sha256:7e74756f85654547e9e5275c9452200e8a446d053db873f9ba3f9bf2c8e81339",
|
|
2017
|
-
"lib/middleware/csrf-protect.js": "sha256:
|
|
2018
|
-
"lib/middleware/daily-byte-quota.js": "sha256:
|
|
2055
|
+
"lib/middleware/csrf-protect.js": "sha256:a4be1232d52f87549a6a33a74d21bd057e41638806984dd4a279e78444269dce",
|
|
2056
|
+
"lib/middleware/daily-byte-quota.js": "sha256:8ee4c2fb089b0782257a5e2365bbe18dfb7451b0fded5b3a404cdcb238dab27f",
|
|
2019
2057
|
"lib/middleware/db-role-for.js": "sha256:b9879c17dbf7fa3d299f402043592a133176a74ac1bcb49b0b717253d4ad1d3a",
|
|
2020
|
-
"lib/middleware/deny-response.js": "sha256:
|
|
2058
|
+
"lib/middleware/deny-response.js": "sha256:073d78a1b64f18a846ab0162c7797d88eda56f3de1b8239664464e3fde8aceea",
|
|
2021
2059
|
"lib/middleware/dpop.js": "sha256:4494b53af018669f79766511a3a94e68b378fb0c3ffb555a2d3e5de466a5588e",
|
|
2022
2060
|
"lib/middleware/error-handler.js": "sha256:7c0baf2e6b37f1c9330775396bc46a87943a253ceba540379db4785d305c396c",
|
|
2023
|
-
"lib/middleware/fetch-metadata.js": "sha256:
|
|
2061
|
+
"lib/middleware/fetch-metadata.js": "sha256:3a6b3ec64cc4a4f226ff97d9654896e3a84fc14571fe4569f521e7a1c2453f0f",
|
|
2024
2062
|
"lib/middleware/flag-context.js": "sha256:76fefb869244267f3b2bf24c4dd0b40fcba0988552b62d8b48208d116b85ee3f",
|
|
2025
2063
|
"lib/middleware/gpc.js": "sha256:6bfc817381582e060ecead9829f92d044dbc6902c86e383429827622044e9a8d",
|
|
2026
2064
|
"lib/middleware/headers.js": "sha256:d53abbe53b1981df5b934aad06dc4588729ce2024f014d2b4b0aa5ff0701cebd",
|
|
2027
2065
|
"lib/middleware/health.js": "sha256:d9e95a38cd18a1236b4787901f6145b258e9a63d98f98eb34e6200489673a4e3",
|
|
2028
2066
|
"lib/middleware/host-allowlist.js": "sha256:c5572e12b460c69dcc98664eb95a4c810f08c95e66ee8f24f860e08f70b8e3fa",
|
|
2029
|
-
"lib/middleware/idempotency-key.js": "sha256:
|
|
2067
|
+
"lib/middleware/idempotency-key.js": "sha256:58d8381cf13b0b6a0fb54aea7b917556f591f7ef22ade89f76759aaec2eb33f5",
|
|
2030
2068
|
"lib/middleware/index.js": "sha256:01643697e716ab912fab7f214d5d51eb1d70ca4363ad67fba5b912be2ccc0c16",
|
|
2031
2069
|
"lib/middleware/nel.js": "sha256:712165cd41a504493f797903b2cc0a1f360f7e2f03695163bd3d93219079f8e8",
|
|
2032
2070
|
"lib/middleware/network-allowlist.js": "sha256:935c39bab672845961d64d0288b8a7aed14455090d13abcb0a28ead4aa850215",
|
|
2033
2071
|
"lib/middleware/no-cache.js": "sha256:7ff93c1462595514dd1d9ac7676c683f076347640208998194843fa2d9adba85",
|
|
2034
2072
|
"lib/middleware/openapi-serve.js": "sha256:8fdef819a7b0330d81856e090fecad87ca0e8de269460ba8564dfaa6569d79b5",
|
|
2035
2073
|
"lib/middleware/protected-resource-metadata.js": "sha256:9c1d82fbe360eeed8ea812d441aba8fb88890954b4b0558e4e6e1d744f532856",
|
|
2036
|
-
"lib/middleware/rate-limit.js": "sha256:
|
|
2074
|
+
"lib/middleware/rate-limit.js": "sha256:748e7e01b0144e900028441103c7112b78b2bfaa4c69d72b1d4c95b85a735fbb",
|
|
2037
2075
|
"lib/middleware/request-id.js": "sha256:8e8b767e6c6f44f2857f2fef36e561146e70729c1bd5772f5fbadf534cd609a1",
|
|
2038
2076
|
"lib/middleware/request-log.js": "sha256:388a33778a4984dc27cdeb22e73fa95115af2aad587ae37de080bcf5d7f2b834",
|
|
2039
2077
|
"lib/middleware/require-aal.js": "sha256:85d5e53b6bce640df13b8faa96c5498cdab1b2f2ab26b96652ca5935e58eefcb",
|
|
@@ -2043,77 +2081,78 @@
|
|
|
2043
2081
|
"lib/middleware/require-methods.js": "sha256:3b1b7ee5844969e813a46f26e78ed116ccfa28d2c6a9b821bb5d8c998ae95ea9",
|
|
2044
2082
|
"lib/middleware/require-mtls.js": "sha256:f823a6d26af0969f28bced4ab166533dc6a5547df2f9120392d77acdbff3ba97",
|
|
2045
2083
|
"lib/middleware/require-step-up.js": "sha256:dd8967633dc9133e54b1c4965247c77be087d6d34c395746d319b3af8e81e2eb",
|
|
2046
|
-
"lib/middleware/scim-server.js": "sha256:
|
|
2047
|
-
"lib/middleware/security-headers.js": "sha256:
|
|
2048
|
-
"lib/middleware/security-txt.js": "sha256:
|
|
2084
|
+
"lib/middleware/scim-server.js": "sha256:c59cc739d2ec5cbbaa0fc8ede664295430b3f4953f5a026ed7e183b1f98334c9",
|
|
2085
|
+
"lib/middleware/security-headers.js": "sha256:4fd683f1b5c4f579b1670e750ff38f23d6f85391a8db5a6df11a284e1ca06163",
|
|
2086
|
+
"lib/middleware/security-txt.js": "sha256:3140d6537aa09a7052d83088840358949dd36393697fa2215f8f915d31aaa112",
|
|
2049
2087
|
"lib/middleware/span-http-server.js": "sha256:9fb94fa14c41b2969cce5bc9877ce49de3576d3991cfc7cc64ef2129fdec2cb6",
|
|
2050
2088
|
"lib/middleware/speculation-rules.js": "sha256:2cd5d20bbe28662017c7da94aef14dcb8b7fdc17190c4dbe0c5ee4fe289cbac6",
|
|
2051
2089
|
"lib/middleware/sse.js": "sha256:d0094cb33fced9bc748edd1f6d55fba6029ff3bff6da735d72ad5d10806f02f7",
|
|
2052
2090
|
"lib/middleware/trace-log-correlation.js": "sha256:f6a36bfcb666cee5434867b1841092793491491bb9da7bc92626dd93cfa7b0d0",
|
|
2053
2091
|
"lib/middleware/trace-propagate.js": "sha256:876b91a195ae17d6c8916884c10b3fcc54d12ae97d13927e501b58f77e0c306d",
|
|
2054
|
-
"lib/middleware/tus-upload.js": "sha256:
|
|
2055
|
-
"lib/middleware/web-app-manifest.js": "sha256:
|
|
2092
|
+
"lib/middleware/tus-upload.js": "sha256:6a5b9defcd3d7a817505f66aa77cb7a8f82c56e25d4ef10b512043ab654010ed",
|
|
2093
|
+
"lib/middleware/web-app-manifest.js": "sha256:b3d94aed2f916736e3e0d7fd588b06783492534e6abffa91e9b634e98290bc6f",
|
|
2056
2094
|
"lib/migration-files.js": "sha256:f3f23597b58e1d215cf676411e0b2ec96e968f4b0c238a72cd795f375239509b",
|
|
2057
|
-
"lib/migrations.js": "sha256:
|
|
2058
|
-
"lib/mime-parse.js": "sha256:
|
|
2059
|
-
"lib/
|
|
2060
|
-
"lib/
|
|
2095
|
+
"lib/migrations.js": "sha256:4c5614707b4d18a571d6b5f7aa6c0891850bf60150f7408dc1568041aef500f8",
|
|
2096
|
+
"lib/mime-parse.js": "sha256:f36fa6e1b5ffa3695699cdbc6bce5be168ac445331f602b8c8af3228c574a748",
|
|
2097
|
+
"lib/module-loader.js": "sha256:fcd2027815c17c66aa570bc4077a76689bf1cd7393b97553f1185c2c3f9043de",
|
|
2098
|
+
"lib/money.js": "sha256:ff06da75474a8329e6a6d1a2485874e93a693f8a08d2c849d2e4b1b8d06bbc80",
|
|
2099
|
+
"lib/mtls-ca.js": "sha256:0630fd5fa7927a1d6da09845046992b8c7a02cf7aa8b83eef62030ecc3616cb7",
|
|
2061
2100
|
"lib/mtls-engine-default.js": "sha256:bb2e47de5b8a6fa03f433c4c8ecc02fc7e7841f9eff97a36e7a4379880c81cd7",
|
|
2062
|
-
"lib/network-byte-quota.js": "sha256:
|
|
2063
|
-
"lib/network-dane.js": "sha256:
|
|
2064
|
-
"lib/network-dns-resolver.js": "sha256:
|
|
2101
|
+
"lib/network-byte-quota.js": "sha256:79eafbf602a10ced990d89cfd26bea3992e42b177407b8e512bd4790999d17e3",
|
|
2102
|
+
"lib/network-dane.js": "sha256:1f60a47618bd99a487d6c2faad423546896f753e33b516bdbc354138438d06f8",
|
|
2103
|
+
"lib/network-dns-resolver.js": "sha256:6ccad803d0b02bb5fac814f2b0ae6f7bd27785f4baabe0a74cabeef3c6cfcd11",
|
|
2065
2104
|
"lib/network-dns.js": "sha256:1b4f2b8993fedf0cd99d11e0a52bf7f476a5958447a8a9a46323c657589bc4b2",
|
|
2066
|
-
"lib/network-dnssec.js": "sha256:
|
|
2067
|
-
"lib/network-heartbeat.js": "sha256:
|
|
2105
|
+
"lib/network-dnssec.js": "sha256:a5e0640c109d1e45afad45cf85415f5ec39377f7496e7fd36e027260e0ae8489",
|
|
2106
|
+
"lib/network-heartbeat.js": "sha256:f14ec7fa4667cbb04477d91ae59d6253b6c9ccc43071bc558e737cc672f43975",
|
|
2068
2107
|
"lib/network-nts.js": "sha256:31ec97cc8a47ba11201c20d7ec8fa411df28489ea52db6098f1727380c08506e",
|
|
2069
2108
|
"lib/network-proxy.js": "sha256:64da517043d13897d994e0e9341e05f190bc8a14b973f5be6a1c051ddf14641b",
|
|
2070
|
-
"lib/network-smtp-policy.js": "sha256:
|
|
2071
|
-
"lib/network-tls.js": "sha256:
|
|
2109
|
+
"lib/network-smtp-policy.js": "sha256:d4a346d66847a941ead9859e8e0476409a323432b2851d0c6de03f2a44214c7d",
|
|
2110
|
+
"lib/network-tls.js": "sha256:c19704e92c14e068e3ee9319a7c6acffe7085a9d3faa9301bd36194ff09e1c00",
|
|
2072
2111
|
"lib/network-tsig.js": "sha256:42afd1d2f24eda02d3e259b8a80426f13cffaa15ca9108ebc7395ee4d55c227d",
|
|
2073
2112
|
"lib/network.js": "sha256:40cb01627bf45741cac22ef79f5985f69323e47732d54cf3ce28c06882830c25",
|
|
2074
|
-
"lib/nis2-report.js": "sha256:
|
|
2113
|
+
"lib/nis2-report.js": "sha256:5ce448d7e36aae8b7c80cb0bc70930268a9faed06c9c40deb46f58f67c256c71",
|
|
2075
2114
|
"lib/nist-crosswalk.js": "sha256:cfa71b67eb0506ac27bc211e36dd688d7ae3c2045fc0ab1f7af4940f219ffcab",
|
|
2076
|
-
"lib/nonce-store.js": "sha256:
|
|
2115
|
+
"lib/nonce-store.js": "sha256:3ed2b326d976d7c9253b9e3d8b5ff88473a52d879bdd3b8bd2fd6edf55f62e15",
|
|
2077
2116
|
"lib/notify.js": "sha256:8403472f90b244b2189345ed0cf5e953d8e7fb66d3da636391c4adb0df246d8b",
|
|
2078
2117
|
"lib/ntp-check.js": "sha256:f775d143173dc6c926e5ffdd7cbe0d8de113f3926fbc06ee83520288a1067a0b",
|
|
2079
|
-
"lib/numeric-bounds.js": "sha256:
|
|
2118
|
+
"lib/numeric-bounds.js": "sha256:243b00ea16a21938b5534dcedc605ca87e38f8bf7cc4a7afa541ac3d6548b8ed",
|
|
2080
2119
|
"lib/numeric-checks.js": "sha256:acc5af6141e942415476b43dfb92dcb8ae243d24d022b619f5e092d15fd6894e",
|
|
2081
|
-
"lib/object-store/azure-blob-bucket-ops.js": "sha256:
|
|
2082
|
-
"lib/object-store/azure-blob.js": "sha256:
|
|
2120
|
+
"lib/object-store/azure-blob-bucket-ops.js": "sha256:637a96d49747b406f80565d238c39ecb4276f56445ca434e52caa5934100f573",
|
|
2121
|
+
"lib/object-store/azure-blob.js": "sha256:a15fb2e8b7325fe3a49dbd2b5de3d300ff549764b42b066aa3e81672224ecab7",
|
|
2083
2122
|
"lib/object-store/gcs-bucket-ops.js": "sha256:da9aed4cd422a3c38557e47e1064b04af37e4d38a9fa9aa46413c6b7e0804a14",
|
|
2084
|
-
"lib/object-store/gcs.js": "sha256:
|
|
2085
|
-
"lib/object-store/http-put.js": "sha256:
|
|
2086
|
-
"lib/object-store/http-request.js": "sha256:
|
|
2123
|
+
"lib/object-store/gcs.js": "sha256:630f76ad8d23988d55e001fcb84e7ff49a7182cf9e7e7aee25a313e822e78d47",
|
|
2124
|
+
"lib/object-store/http-put.js": "sha256:7609a7119bdecc3d260300fc5b5e31e24bf7179365ad64d7347475f2403bb7e3",
|
|
2125
|
+
"lib/object-store/http-request.js": "sha256:ec6ffeee8e635d72212be4d125195d458313177005a8c97521426d0fcf02ef08",
|
|
2087
2126
|
"lib/object-store/index.js": "sha256:53d91d27e19a6a75e3b96fa9a01376dbd6e19dd215cca5b4a0c65a777dd1e42b",
|
|
2088
2127
|
"lib/object-store/local.js": "sha256:d220336c5c3b4c69b0821f7e5d67ee68d806e3e1300c565bb044bf07554d6757",
|
|
2089
|
-
"lib/object-store/sigv4-bucket-ops.js": "sha256:
|
|
2090
|
-
"lib/object-store/sigv4.js": "sha256:
|
|
2091
|
-
"lib/observability-otlp-exporter.js": "sha256:
|
|
2128
|
+
"lib/object-store/sigv4-bucket-ops.js": "sha256:d54ae720586b595f16d7dd856d0d599d1fa122137a5bdb2d398a7757efcd55cc",
|
|
2129
|
+
"lib/object-store/sigv4.js": "sha256:612e1d26802260123bdf39caaf6bb4111ce31b894b87f6aa12910652d8e693d9",
|
|
2130
|
+
"lib/observability-otlp-exporter.js": "sha256:5859d2d5128426a32227cda1a5504b6a7fade06991aa4564123256ce2f1e138b",
|
|
2092
2131
|
"lib/observability-tracer.js": "sha256:ab005ecba1ac73c776f038a3957637497fe71fe871cb6a8ec3dbd79339ec9e96",
|
|
2093
|
-
"lib/observability.js": "sha256:
|
|
2094
|
-
"lib/openapi-paths-builder.js": "sha256:
|
|
2132
|
+
"lib/observability.js": "sha256:9e8cd1beb9d7dea78fe54ea655c64f5fdc3914af4a10895073bdbb31d0f59293",
|
|
2133
|
+
"lib/openapi-paths-builder.js": "sha256:2802de0f5b696e705dbced31a912368e517a6a269aa7c4685140648c7d3b5ed0",
|
|
2095
2134
|
"lib/openapi-schema-walk.js": "sha256:8a46b681dce7887902f59a86adf3fc6226eeb903e5205228a7397f7fec036efe",
|
|
2096
2135
|
"lib/openapi-security.js": "sha256:091ca0f5ee89bda7474850eecb90be9501054f28390e9825139e1cad2bf997d7",
|
|
2097
2136
|
"lib/openapi-yaml.js": "sha256:25b03bcd1c3d0c336aa597eaf79879c840a6b87b729195c573620a47cadaa0b4",
|
|
2098
2137
|
"lib/openapi.js": "sha256:94280b4945d8ddbe7f7484e8b425789f6380264f0a7f3ed8c0d9dc1c179140b8",
|
|
2099
|
-
"lib/otel-export.js": "sha256:
|
|
2100
|
-
"lib/outbox.js": "sha256:
|
|
2101
|
-
"lib/pagination.js": "sha256:
|
|
2138
|
+
"lib/otel-export.js": "sha256:c2f33ee7584638b5b27e2c52223eef111e1486da056d4cc5ef19e2e8a0322d9d",
|
|
2139
|
+
"lib/outbox.js": "sha256:8078eb6b148cee8ad4bdbde764784085e6a259767cbe1a7354f8570dbb10bcdd",
|
|
2140
|
+
"lib/pagination.js": "sha256:0b5141bc978dd727707cf4006fc928282c1c88508c8a4dec5bc7c42585d2e303",
|
|
2102
2141
|
"lib/parsers/index.js": "sha256:abb1ac7e2aeb2d566d78c749b389fa75c278cc4bf60af3621c650a220a64fcaf",
|
|
2103
|
-
"lib/parsers/safe-env.js": "sha256:
|
|
2104
|
-
"lib/parsers/safe-ini.js": "sha256:
|
|
2105
|
-
"lib/parsers/safe-toml.js": "sha256:
|
|
2106
|
-
"lib/parsers/safe-xml.js": "sha256:
|
|
2107
|
-
"lib/parsers/safe-yaml.js": "sha256:
|
|
2142
|
+
"lib/parsers/safe-env.js": "sha256:c02273d9f0299e9409b234c1a7e550a4eb61001588292d71c0a7cce33dc562a4",
|
|
2143
|
+
"lib/parsers/safe-ini.js": "sha256:c0d675969b3b26aa520cf6924d0d58b7d795386e7ccc3416671a4f0226344797",
|
|
2144
|
+
"lib/parsers/safe-toml.js": "sha256:6042f3d25737f9f8c735d9284df2606517b79dd0b854bf7e6ba1e96afd294c13",
|
|
2145
|
+
"lib/parsers/safe-xml.js": "sha256:b8d5590488e85da82b5515e1e0dbc3a2fb02d56dc1eff3d6a40b2c57641833d4",
|
|
2146
|
+
"lib/parsers/safe-yaml.js": "sha256:4ea64458e898713ed4da1902a2f415612bcc96a197e063118fd8c7f13bbea720",
|
|
2108
2147
|
"lib/permissions.js": "sha256:86ecd3bbf80c65dacdf4a98101d421fa9d97a8632d11c34e578c9b23334b4e9d",
|
|
2109
|
-
"lib/pick.js": "sha256:
|
|
2110
|
-
"lib/pipl-cn.js": "sha256:
|
|
2148
|
+
"lib/pick.js": "sha256:944653b8fe5e4f5d32bc24ace79e4855f11d7f6fb2e0b766c2063f743d038340",
|
|
2149
|
+
"lib/pipl-cn.js": "sha256:78e6f9361723c75b61312f45da9fb6d9a5e5f3f8ea955a63874fd6972969b9fb",
|
|
2111
2150
|
"lib/pqc-agent.js": "sha256:47319cf87a43d93ded8e8b4e3e52d156c8d57b0053fe6ca53ed2b8b8d8259c40",
|
|
2112
2151
|
"lib/pqc-gate.js": "sha256:18a8c7bc9f01a5ce2a87f22474e4601ae0ad99d4264f0f7c5c85e5ca0c2c68c2",
|
|
2113
2152
|
"lib/pqc-software.js": "sha256:0945fa073cbf3683b6e524a868155eb966285d7409432cef6de85f7b1a9290e7",
|
|
2114
|
-
"lib/privacy-pass.js": "sha256:
|
|
2153
|
+
"lib/privacy-pass.js": "sha256:18114f2f5d853ff3a129245f3a4cdec187f2efc8abab814ee595fd811c56e80f",
|
|
2115
2154
|
"lib/privacy.js": "sha256:7d391638832c19320e5f8218266645e39df327288c2483ecb0d8353475251976",
|
|
2116
|
-
"lib/problem-details.js": "sha256:
|
|
2155
|
+
"lib/problem-details.js": "sha256:f508561299bf59177499237880ec6a346f526ddba1765f66910dae2831dae8cb",
|
|
2117
2156
|
"lib/process-spawn.js": "sha256:543e8278225a397ee8f02c66b45ea6ffb4f2145bcb8a2d6e90df9ab6552500c1",
|
|
2118
2157
|
"lib/promise-pool.js": "sha256:bd7c8474cb7f995857f5d52ec49bf9d44b56c9569453e5c2a26102d1bbb3967f",
|
|
2119
2158
|
"lib/protobuf-encoder.js": "sha256:0f437f2a228ef279000c8cf64cbb7252aa5cf4c5317c36509647108dac454e9d",
|
|
@@ -2121,87 +2160,87 @@
|
|
|
2121
2160
|
"lib/public-suffix.js": "sha256:5ecd362dfc232293721023a9d02e657896f1ec13d4855d31dbe08432085e4578",
|
|
2122
2161
|
"lib/pubsub-cluster.js": "sha256:9068e6819807fe75e5c4306bceb44eee82d877b19df20fb7d0b9ad445b1632bf",
|
|
2123
2162
|
"lib/pubsub-redis.js": "sha256:342bff39d7e27cb8a20dec8f4e0ec4ad2f3d014f2081a1236d68276e7f3ae803",
|
|
2124
|
-
"lib/pubsub.js": "sha256:
|
|
2163
|
+
"lib/pubsub.js": "sha256:c2b5394a64081c92ed61cdaa5c98a9a403c403fca64b0ff409e0ca29df7c9525",
|
|
2125
2164
|
"lib/queue-local.js": "sha256:e94144977ba721a042988f133bb4307e3198d17eefcc7461086a5b3ee8edcb97",
|
|
2126
2165
|
"lib/queue-redis.js": "sha256:c30d2c7201a7cc0519d39c675730c0b857f5dfa83c5fdd7235a6d3d51ee86996",
|
|
2127
2166
|
"lib/queue-sqs.js": "sha256:8283a4bdba2939d2be9d75c30d8bd3bbe44041419c208f3c7cb7df453aff7ec0",
|
|
2128
2167
|
"lib/queue.js": "sha256:e9bc41e04f2fd1bec7c11dcb2d0e1259c59d62cf39c789103d6ed7345891c604",
|
|
2129
|
-
"lib/redact.js": "sha256:
|
|
2168
|
+
"lib/redact.js": "sha256:023e7a5586b35243ee9aee79cba9d2c5b21bbbb203b58e0c8f1ad73e9e0acd36",
|
|
2130
2169
|
"lib/redis-client.js": "sha256:9f8168b11b81ce7b649b2e0658ceeb7134a257435b611f4917d36e1ed178a3e5",
|
|
2131
|
-
"lib/render.js": "sha256:
|
|
2132
|
-
"lib/request-helpers.js": "sha256:
|
|
2170
|
+
"lib/render.js": "sha256:1890c0cce371ea93c1820f70ea544dee25d8d9bd427fdfd6688d7cb17720ed8b",
|
|
2171
|
+
"lib/request-helpers.js": "sha256:d7952a58bb79307e0d83a15f129e38aff07fe477663fadb08613f3709d09f95d",
|
|
2133
2172
|
"lib/resource-access-lock.js": "sha256:87d2efdf2e1a3b8ee58f693c40718590d725d2fbd4b08a93be01aaa8917833f7",
|
|
2134
2173
|
"lib/restore-bundle.js": "sha256:ad3b5cf880a38724bb5aa1b1bb5bdf6995a856ff1e8bbb34097c2082d1ce18d5",
|
|
2135
2174
|
"lib/restore-rollback.js": "sha256:5de724d418a48f1c9c3332a2c6d20ab734f2c0cf76382f11a8e939a66f89d9f5",
|
|
2136
|
-
"lib/restore.js": "sha256:
|
|
2137
|
-
"lib/retention.js": "sha256:
|
|
2175
|
+
"lib/restore.js": "sha256:65fb6f647ce8b00bcf1f7772a42350b6cc97e32c62df3dbe65a5a618abbaabd4",
|
|
2176
|
+
"lib/retention.js": "sha256:4e8acdde582be296b55bcfbea069dbe9e5f4c3f5b8ac1923b778366d4c823ffd",
|
|
2138
2177
|
"lib/retry.js": "sha256:785a4e7bad551354b8b84d5c01092fcfde88b49bf8ff646557b28fbb3d25302e",
|
|
2139
2178
|
"lib/rfc3339.js": "sha256:b318c45be3834ccbcddfa5d4773d88c6a558cd184e21c15a4021d1b5693c55f6",
|
|
2140
2179
|
"lib/router.js": "sha256:88c2f3883e2f174a3a0970b2c36a0a01fe6be352a5087ee02924705da054dc6e",
|
|
2141
2180
|
"lib/safe-archive.js": "sha256:48a8c985ff590220d69341fb7251e7c477ea2c43c1bdab43c62e2dcb58c0a9d4",
|
|
2142
|
-
"lib/safe-async.js": "sha256:
|
|
2143
|
-
"lib/safe-buffer.js": "sha256:
|
|
2144
|
-
"lib/safe-decompress.js": "sha256:
|
|
2145
|
-
"lib/safe-dns.js": "sha256:
|
|
2146
|
-
"lib/safe-ical.js": "sha256:
|
|
2181
|
+
"lib/safe-async.js": "sha256:ac3daf8b5999a0be2c9650eaafef77d99162b42793e99e9d997cc8894f99d620",
|
|
2182
|
+
"lib/safe-buffer.js": "sha256:8fbfe6089a61e6060f590a7499c6b7fe3b475a5caaf69191d141b19e592d5698",
|
|
2183
|
+
"lib/safe-decompress.js": "sha256:9cd6f0bb8bbbf681e6f30b652ba8b4cfdcb26be79ba880b37b97c3b87fb092c2",
|
|
2184
|
+
"lib/safe-dns.js": "sha256:60fbf77f8dfcc0ac66a943ba94f960a4a4b724c78f07f9150779525d3d460001",
|
|
2185
|
+
"lib/safe-ical.js": "sha256:849c06a12d8c5b7bf2cb649b51bcda0ed0c2033138fa92fbfae5fd2c281fd173",
|
|
2147
2186
|
"lib/safe-icap.js": "sha256:e3ce5380979b119bc59eda973a7fe073bae294e402c9900cc6ca0aa872c04c38",
|
|
2148
|
-
"lib/safe-json.js": "sha256:
|
|
2149
|
-
"lib/safe-jsonpath.js": "sha256:
|
|
2150
|
-
"lib/safe-mime.js": "sha256:
|
|
2187
|
+
"lib/safe-json.js": "sha256:7242e70d3f295d13c130f63f6d1284211392857ca881c1a7f44faa2651146fd2",
|
|
2188
|
+
"lib/safe-jsonpath.js": "sha256:0d5a0191de5cba7564847d6419a63c9949fb310f6a77c5637d2ad7b8ca30623c",
|
|
2189
|
+
"lib/safe-mime.js": "sha256:885bf0b2932d5ad492ec981f21068e1f85bb6738383a140b27e33659b690931e",
|
|
2151
2190
|
"lib/safe-mount-info.js": "sha256:790d047481e0a2c04d3dd1f6f1645e2d6fada2f1dd1efde93ca647d2177ca7d4",
|
|
2152
2191
|
"lib/safe-path.js": "sha256:2e8f759d403fcf43cd6686ec2b7f71025fd99c077e15a0a14d179e788433db01",
|
|
2153
|
-
"lib/safe-redirect.js": "sha256:
|
|
2154
|
-
"lib/safe-schema.js": "sha256:
|
|
2192
|
+
"lib/safe-redirect.js": "sha256:fdbec66fbc6747f98f0f3145c7166fc5f980d520fa9d1cda063577aedec85052",
|
|
2193
|
+
"lib/safe-schema.js": "sha256:a5cfab85ced62a38417f3fa09ac6b7e52bdc7b6b1e16567192462c552ff7da58",
|
|
2155
2194
|
"lib/safe-sieve.js": "sha256:7b50abbae915d92cb6fafcd9519f2b1d4d23b43b48cca80d65cab56b3ccbc600",
|
|
2156
2195
|
"lib/safe-smtp.js": "sha256:887e24088859d8ec95a307956fc747c14f31141bed2fa08a0e473beb07141785",
|
|
2157
|
-
"lib/safe-sql.js": "sha256:
|
|
2196
|
+
"lib/safe-sql.js": "sha256:2d05221d5dce9ff5244b93aec082c9021dbaa090b8bed6e887131e3834da17b2",
|
|
2158
2197
|
"lib/safe-url.js": "sha256:36e3d2c72e7adc5c90cce7f80e469cf50451ccadd3791a1e3aa406754a4ce6e1",
|
|
2159
|
-
"lib/safe-vcard.js": "sha256:
|
|
2160
|
-
"lib/sandbox-worker.js": "sha256:
|
|
2161
|
-
"lib/sandbox.js": "sha256:
|
|
2162
|
-
"lib/scheduler.js": "sha256:
|
|
2198
|
+
"lib/safe-vcard.js": "sha256:2e60c6bfa9a37f7f993be20eaa6ca59469d1714ef03cc5ce6ca5c00cda8d884a",
|
|
2199
|
+
"lib/sandbox-worker.js": "sha256:eec7b9de72698e2ceaf8d9c9b7296b92e5725702252a28ec076c66efda327acf",
|
|
2200
|
+
"lib/sandbox.js": "sha256:df479e3dca6e6bff07ac44074f632406c187f1178c2c8c83e44512379f76f0ed",
|
|
2201
|
+
"lib/scheduler.js": "sha256:3dec5df84f86cd0648cf170ce24a1adb3a60465f4e32c0da55df479f08307a5e",
|
|
2163
2202
|
"lib/scitt.js": "sha256:c094cef31630aed5dc7adbf494701ab0a825c79a4e406277cbc757ce54bfec9f",
|
|
2164
2203
|
"lib/sd-notify.js": "sha256:2ef7395bbdab2ac4eb96083c57d401921c94278545f14427fc88cdd970bdb9eb",
|
|
2165
|
-
"lib/sec-cyber.js": "sha256:
|
|
2204
|
+
"lib/sec-cyber.js": "sha256:569cd22e4e3133a114188e6327d33f314c592d14721407df56266d294609f9d9",
|
|
2166
2205
|
"lib/security-assert.js": "sha256:4a98cec339c0b421534fc650c9500fe8a1b39f89181d651a58a13e2ff9a8ae0f",
|
|
2167
|
-
"lib/seeders.js": "sha256:
|
|
2206
|
+
"lib/seeders.js": "sha256:cf27cf0d88bf9b6d8ba34d65af983e11aa8949f00c6df984dfbb73a1553a7767",
|
|
2168
2207
|
"lib/self-update-standalone-verifier.js": "sha256:66a946cf9a1567a0ad6f288a4a919085e46e388c634fd6de341033df6ac56b94",
|
|
2169
|
-
"lib/self-update.js": "sha256:
|
|
2208
|
+
"lib/self-update.js": "sha256:4b2403f36d949ce632ef003e0eac29c245d6c5fc8c83ca3cd47069753b2c7af2",
|
|
2170
2209
|
"lib/server-timing.js": "sha256:74f2556480363c860a7c80a3f2bc1adb68fee53aa4335059069fae66a1eb627c",
|
|
2171
|
-
"lib/session-device-binding.js": "sha256:
|
|
2210
|
+
"lib/session-device-binding.js": "sha256:fa3ea628963f96fe2c233faecb6d1ec482508b121a861f9b4feb9ec0e7e4af62",
|
|
2172
2211
|
"lib/session-stores.js": "sha256:b79de919061a2bfeb090185bcc511919fb01d3e7a495fe0a7c711cf6cf65137b",
|
|
2173
|
-
"lib/session.js": "sha256:
|
|
2212
|
+
"lib/session.js": "sha256:2e42b7be5d20784689c7851cffd0a15d06b663fc66c6a762d2f8d5a6d62824af",
|
|
2174
2213
|
"lib/slug.js": "sha256:bcebb078559528e6bb50a6244633d425ffdd861bb7a708c2b201eae3b3c44b35",
|
|
2175
|
-
"lib/sql.js": "sha256:
|
|
2176
|
-
"lib/sse.js": "sha256:
|
|
2214
|
+
"lib/sql.js": "sha256:b159023073be7dc037c3711ae42bc37774c15cf3b401e4b716ef35bda98a05c4",
|
|
2215
|
+
"lib/sse.js": "sha256:5e4fca52ddb92ab1c13ad7434c6b13d5c4ef0f7fc3845b003f8c3603c1629dbf",
|
|
2177
2216
|
"lib/ssrf-guard.js": "sha256:65d3d1bf6841064cdf9b9e7ffb5a0a3ac9358e462943f5de09087640353dfac4",
|
|
2178
2217
|
"lib/standard-webhooks.js": "sha256:e604534d48202a41f2c9f6954a990731db80d0693794d3a80f371f843490ff57",
|
|
2179
|
-
"lib/static.js": "sha256:
|
|
2180
|
-
"lib/storage.js": "sha256:
|
|
2218
|
+
"lib/static.js": "sha256:2af360a46fe6d3ad85f785560dce109529159988bc9efe4ed377510ef1e2b44a",
|
|
2219
|
+
"lib/storage.js": "sha256:0f6d4acbcd6709e0117ae2a7d9f8cea250ea4f28da8d1acdc2bbd3dea46b2668",
|
|
2181
2220
|
"lib/stream-throttle.js": "sha256:abb1743b4b28c93a5c930a170b4fcc11ba45c5902193913512eab58675a09b2a",
|
|
2182
|
-
"lib/structured-fields.js": "sha256:
|
|
2221
|
+
"lib/structured-fields.js": "sha256:2d1d1fbe6e94ef84df3647ef4a0945622eb5418b183347e53eb10b5a7833d7ea",
|
|
2183
2222
|
"lib/subject.js": "sha256:6441706d7c78b722acf322387e19ca7ccf96ce717175af3ab0c34236fc8860fb",
|
|
2184
2223
|
"lib/tcpa-10dlc.js": "sha256:9bc84fb89e2673f21eacb57820287fc87d1607638a924f5d0961b93928abedb9",
|
|
2185
2224
|
"lib/template.js": "sha256:0f087134199bca5ed5d0bbc09811d49d9bda6e8277b1a921b597f8eb8d1a0f45",
|
|
2186
|
-
"lib/tenant-quota.js": "sha256:
|
|
2225
|
+
"lib/tenant-quota.js": "sha256:225eee4117051d5c18750c19a76867d4c62c3ebd87a2221457436df63cb65151",
|
|
2187
2226
|
"lib/test-harness.js": "sha256:0a23ef83f095ab8405ecbb3f8793ae1e21d9880e76d524ef0676fa805f05a40e",
|
|
2188
2227
|
"lib/testing.js": "sha256:12a03fe09ca1b048a9f6ef1b871533befa79efd9bb8bd037e154dbed75cb35a8",
|
|
2189
2228
|
"lib/time.js": "sha256:e20e65af3acdfcfd593b15e11d5cc11fa692f94520da98cfe7ef679a4cb57941",
|
|
2190
2229
|
"lib/tls-exporter.js": "sha256:b53bb42848b35f6b4ee6c4cbe72fd901c00921cd35a5fc6b0e827b0917e1ca72",
|
|
2191
2230
|
"lib/totp.js": "sha256:d51de46607945e674ac8c67266c49b940f7da8871ae237319ff3a9a8d8e82640",
|
|
2192
2231
|
"lib/tracing.js": "sha256:9cf50be329ce320ecd2064ee4112749e9b0258f60cef2d99ff487f152a2e1393",
|
|
2193
|
-
"lib/tsa.js": "sha256:
|
|
2232
|
+
"lib/tsa.js": "sha256:2c85f9fdf1dce94402e81af403bcb5397f1c71aa69d1a7ef478d301d4bb690a4",
|
|
2194
2233
|
"lib/uri-template.js": "sha256:9b7252fce4a8245ee1ad51b3ce4dadd42d08080ddded961dafad2330a1a6cd8d",
|
|
2195
2234
|
"lib/uuid.js": "sha256:5b4c2b1880a66a52adb529afce679888a033f17dd284c190419f7e496803d182",
|
|
2196
|
-
"lib/validate-opts.js": "sha256:
|
|
2197
|
-
"lib/vault-aad.js": "sha256:
|
|
2235
|
+
"lib/validate-opts.js": "sha256:259ab2788dc408608bd34ef9153d7453b3bfdf1065856bd7c55fe735d8b64e59",
|
|
2236
|
+
"lib/vault-aad.js": "sha256:22d3bc6cfa1b5e66d6e6ab3188edaf0a527b7222070e25582853cc002cb35e13",
|
|
2198
2237
|
"lib/vault/index.js": "sha256:47dc94fac353d6457f0456ce3ef1dfb225f10fcd2d1b479337b42f46a8bdbaa6",
|
|
2199
2238
|
"lib/vault/passphrase-ops.js": "sha256:094883b5c33a436b467d5e27a4ff6f6349256d9e1fe58d3d22ba02dd743c8925",
|
|
2200
2239
|
"lib/vault/passphrase-source.js": "sha256:33d869d7d3aa55dd96dda7b82be50253b844c2f5b2a546a3f67e5e2c483d9306",
|
|
2201
2240
|
"lib/vault/rotate.js": "sha256:1a21e3370f994155876c3d43c01cc9febfa22ed22a7c57b7d13ca5abf0f89239",
|
|
2202
|
-
"lib/vault/seal-pem-file.js": "sha256:
|
|
2241
|
+
"lib/vault/seal-pem-file.js": "sha256:99a23fb7c9415db5384009a74c78eff65039573a2eda99efbb7dadbdd56a1c79",
|
|
2203
2242
|
"lib/vault/wrap.js": "sha256:5d8d748c6eb603c018a9f5f5581f4d3270da34ea69dee6d6ef0e5199c727b800",
|
|
2204
|
-
"lib/vc.js": "sha256:
|
|
2243
|
+
"lib/vc.js": "sha256:d3563572dbe070b07c1b3c09e0f9943637c168c97d6242cd367ba8c5a40c234c",
|
|
2205
2244
|
"lib/vendor-data.js": "sha256:ddb77b33d89a2c5345deca98eacb45695d4c8a70014bc5df22c7393f52e11416",
|
|
2206
2245
|
"lib/vendor/.vendor-data-pubkey": "sha256:73a935b8c72f55d821c22ddb8188453bab324f80d229d033a0a1549819a1f096",
|
|
2207
2246
|
"lib/vendor/MANIFEST.json": "sha256:7529d8f1e5c34bd2beadd424ba7516df48041efa3876dcaeb3d6403a941cdd01",
|
|
@@ -2217,22 +2256,23 @@
|
|
|
2217
2256
|
"lib/vendor/public-suffix-list.data.js": "sha256:b4b6ae76fdacbfe07683c4ea62761326f42894c2ccf4359f253bbcab9826ed04",
|
|
2218
2257
|
"lib/vendor/simplewebauthn-server.cjs": "sha256:f359a782ac57e3ff56ac71083d17f5c082f88ab49d645fc2bede398b47adebdb",
|
|
2219
2258
|
"lib/vendor/vendor-data-pubkey.js": "sha256:a12afa34cd7472e2eaebad2fcd44714102d3edd0601e45769404124a513926d0",
|
|
2220
|
-
"lib/vex.js": "sha256:
|
|
2259
|
+
"lib/vex.js": "sha256:b45c1c9729dfc69f2140478d46eec91f47da94b5f440be36fa825cb733a718fc",
|
|
2221
2260
|
"lib/watcher.js": "sha256:8618da919affabbe4c4d33915647b3ee4b27e6ea091638f032d4bfead797baf8",
|
|
2222
|
-
"lib/web-push-vapid.js": "sha256:
|
|
2223
|
-
"lib/webhook.js": "sha256:
|
|
2224
|
-
"lib/
|
|
2225
|
-
"lib/websocket.js": "sha256:
|
|
2261
|
+
"lib/web-push-vapid.js": "sha256:54d7d4beb764681bc97dc338490fc2afc3996a032e080401830206814b8c97f0",
|
|
2262
|
+
"lib/webhook-dispatcher.js": "sha256:f879d127c0c9ba81ee43ee2b1f38c3fac99d8ff97df1555707beda48caad53f8",
|
|
2263
|
+
"lib/webhook.js": "sha256:4a6df5a8716dfcf0bb0dcec75841892369ba260aeff146bca16ef4e48cd0b20b",
|
|
2264
|
+
"lib/websocket-channels.js": "sha256:d8f39368acc3ff17d8aaa7f0ef5bb5e64b6b406154e314c21833dce0415aea14",
|
|
2265
|
+
"lib/websocket.js": "sha256:ebccfc58e4a60778e6c71610a2f029b3b5a192f3a669d7e1b6d4e93dbcf30904",
|
|
2226
2266
|
"lib/wiki-concepts.js": "sha256:54789790b950d926cbd0657dd51b32435c4988012b520819615df93673680de5",
|
|
2227
2267
|
"lib/worker-pool.js": "sha256:fc35b3c9f83a4c72be0981400f5294b566472bfe187df0500775e37dd71afa4c",
|
|
2228
|
-
"lib/worm.js": "sha256:
|
|
2229
|
-
"lib/ws-client.js": "sha256:
|
|
2268
|
+
"lib/worm.js": "sha256:560dd0b4751052cb4343ee169c6c6c02328f4142c3164d357f0607f07f8ca616",
|
|
2269
|
+
"lib/ws-client.js": "sha256:3440acb1093470e38c4ae9981aeb2587f18bfc550cd5b08ce354d7db8bb60837",
|
|
2230
2270
|
"lib/xml-c14n.js": "sha256:01a27d20df99ebd6eaefbff0aad933a2231049f65a54ae994236694d4146ce5d",
|
|
2231
2271
|
"oss-fuzz/projects/blamejs/Dockerfile": "sha256:277c9e93cf2e8746b0a6d09a0678b35cbe700e9c2373bdc1b2177ed2167b7359",
|
|
2232
2272
|
"oss-fuzz/projects/blamejs/README.md": "sha256:ae13b7bb79ed8d69b1b3276e5562807a0349fb6e6b7d11cf1f683aad1eafdb4b",
|
|
2233
2273
|
"oss-fuzz/projects/blamejs/build.sh": "sha256:0ced1cf21782c97be7f8d74faf5e27a308b60b2f858836fb5ca3b8c4e939a8f7",
|
|
2234
2274
|
"oss-fuzz/projects/blamejs/project.yaml": "sha256:59f2cb83aa622325a175b77416fe155be15b70a9c798bd1a78bba05763b1b03d",
|
|
2235
|
-
"package.json": "sha256:
|
|
2275
|
+
"package.json": "sha256:7cbbe05da84a2e4030c42587140757321e544a6bb307e48493456cb2fbd48e81",
|
|
2236
2276
|
"release-notes/v0.0.x.json": "sha256:7a49819f30068ee119000cad7010194882bb8bfaa12acbdab4dfc066efb7982f",
|
|
2237
2277
|
"release-notes/v0.1.x.json": "sha256:6742a8c17f947c5cb76f69dead7eea86b942d80621d914b774ba5488e09937e5",
|
|
2238
2278
|
"release-notes/v0.10.x.json": "sha256:fe498045daf88337bd3d987e5964aa42c99a50e1685b6f09e51f698b8687726f",
|
|
@@ -2245,6 +2285,7 @@
|
|
|
2245
2285
|
"release-notes/v0.15.10.json": "sha256:dfeda04aed22b18a35a6f8ed5200c7bce63bc58bb6af3fc9dcf7ed8fdd44a7a6",
|
|
2246
2286
|
"release-notes/v0.15.11.json": "sha256:757e31bd0d646dcdde65bf44ca0bd8e42c95238b0c70dff1314559208b4f7ac9",
|
|
2247
2287
|
"release-notes/v0.15.12.json": "sha256:7d3bec8c06680e4d583ecfae01e36bffb891d2fea7d1852c6016aea174d93794",
|
|
2288
|
+
"release-notes/v0.15.13.json": "sha256:afac0388fe6f6094f2d6bcc34c167bf41c5016cef001e9d32393c57cd5f0ea0c",
|
|
2248
2289
|
"release-notes/v0.15.2.json": "sha256:36e1423dda94ed4e55c660e0fae882019005d8de3ee5e3b6ac4f38ccf8e744a2",
|
|
2249
2290
|
"release-notes/v0.15.3.json": "sha256:19a0074c445545468ca3cc411b21ec8bdb27be2669ae1950347cc244f6aa348c",
|
|
2250
2291
|
"release-notes/v0.15.4.json": "sha256:6ac7fa0ef1728c27e71b2050d1b07a810f9b4b1440ccddbf28ad56e2f54d8585",
|
|
@@ -2264,7 +2305,7 @@
|
|
|
2264
2305
|
"scripts/build-vendored-sbom.js": "sha256:ed0d2cd219dc11808ba5e77353b9bbff163f087ef04708c760207ba95fffc12f",
|
|
2265
2306
|
"scripts/check-actions-currency.js": "sha256:cb2c81ae9c2c67518e15b3b8b185fe84e1e8e9feeaf251ed5a5c9da63d881b45",
|
|
2266
2307
|
"scripts/check-api-snapshot.js": "sha256:f3cf55b5eb43f28df9893c2b125f46ca246c00d1a1c95cfc624158603fe48cf0",
|
|
2267
|
-
"scripts/check-changelog-extract.js": "sha256:
|
|
2308
|
+
"scripts/check-changelog-extract.js": "sha256:ac1e74b090cb8b5e0b3fc9d65a1484ce184eca9ba9ccc512a61540d854bfc81d",
|
|
2268
2309
|
"scripts/check-pack-against-gitignore.js": "sha256:42cbd1e329ab7469984a30d6bc3e9b0af4defffced6dcf970c4f8cb7ad35da4c",
|
|
2269
2310
|
"scripts/check-services.js": "sha256:8c07b049fc899827c2d1ef2c136a3d0c3c43143b1546f28e44739ecec187f777",
|
|
2270
2311
|
"scripts/check-vendor-currency.js": "sha256:652482b3b228fe933946082646a6cac203a2bae7ba0c45fead11627bbd179c31",
|
|
@@ -2285,10 +2326,10 @@
|
|
|
2285
2326
|
"scripts/vendor-data-gen.js": "sha256:76b627bc6e19b4a122edfca6f514bcb8ca11af02902f0957e641f503337a8a0f",
|
|
2286
2327
|
"scripts/vendor-data-keygen.js": "sha256:94eaa4d8f832b4aac9ccbcb2a07e6b99cd35cf7b044e1412079cebdefc1f4c0e",
|
|
2287
2328
|
"scripts/vendor-update.sh": "sha256:c1c879ee620f064a06d776c1d330749b5128a35581352ef385fa8baf4a35f79a",
|
|
2288
|
-
"test/00-primitives.js": "sha256:
|
|
2289
|
-
"test/10-state.js": "sha256:
|
|
2329
|
+
"test/00-primitives.js": "sha256:b8e5401741a79827bedbbe23b7fa6a8438a597b84bfa37d9301e37ae2e24a692",
|
|
2330
|
+
"test/10-state.js": "sha256:7f286e00fda002ccf50ccc59d658b6dce9a4bccee304232984a932a2ceb31c49",
|
|
2290
2331
|
"test/20-db.js": "sha256:241ef6b7ef305d077aeafb22ee3bcc75b6b549a8fa9b1a6b5d6d5fba43b48d7d",
|
|
2291
|
-
"test/30-chain.js": "sha256:
|
|
2332
|
+
"test/30-chain.js": "sha256:5aec1fb27d1a87ac74fb3613192b0d6b9cb8bb1dbf5cefdd0fc04eceb9fc3d35",
|
|
2292
2333
|
"test/40-consumers.js": "sha256:b652384ea357532ecec289dcf2c624caf1b50b8ac1600b11f5ed08acba3e1992",
|
|
2293
2334
|
"test/50-integration.js": "sha256:a016825cc3d954f9e2c65c8f74e9fc23e180c470645adefc8b8b17c2229aedca",
|
|
2294
2335
|
"test/_helpers.js": "sha256:9769ddf6d7eb1c4ef7d461036ba47835ef5ef2a86d64704ffd85d49b3ccbaf20",
|
|
@@ -2299,37 +2340,37 @@
|
|
|
2299
2340
|
"test/helpers/_codebase-shingle-worker.js": "sha256:b5dc329d0cb9d9e0816ea1661757cb12cca144aaba79ac4cd615a6eccaee5013",
|
|
2300
2341
|
"test/helpers/_codebase-shingle.js": "sha256:5e8d0acfbde637ecc2a52dc1582c574b588a85a83806e640d9636964ed7dd7d2",
|
|
2301
2342
|
"test/helpers/_shape-match.js": "sha256:65f98e4bfcbd2cf81470b42866a39b5157e9df2ec4e8a34229a6370d28f5350a",
|
|
2302
|
-
"test/helpers/check.js": "sha256:
|
|
2343
|
+
"test/helpers/check.js": "sha256:6211666c8b8a37cd44c9a7b76ee15fb89785288311d8b9c3af04a217d96e9cd0",
|
|
2303
2344
|
"test/helpers/cluster.js": "sha256:fac35f3073da4f8fd3187f4c25b2993617d7dd6653cdd8db1d6af2891de77f5c",
|
|
2304
|
-
"test/helpers/db.js": "sha256:
|
|
2345
|
+
"test/helpers/db.js": "sha256:508d7f1624e6ae25ef29198c571a8784728ffa5705c6e52a7b243c39baef37f0",
|
|
2305
2346
|
"test/helpers/drivers.js": "sha256:0f396973f3c09bdd3067336c7da26cfda75b4c43111b9914398c4bfdc59bcce2",
|
|
2306
2347
|
"test/helpers/fs-watch.js": "sha256:0e7db1822c04baee676898dbaabeb46cffa410b95c2f498b61b2e8a98cd86744",
|
|
2307
2348
|
"test/helpers/http.js": "sha256:81c488ce25776bbd523984268336c603ef656acec7a6070dfd10ea0e7a93b621",
|
|
2308
|
-
"test/helpers/index.js": "sha256:
|
|
2349
|
+
"test/helpers/index.js": "sha256:dcc6e5c88484f3710ab182bfa9b8641b11eaa5be9676e04b68b95e2c24837cad",
|
|
2309
2350
|
"test/helpers/json-round-trip.js": "sha256:a1f72740b4cc251d7eed844a0e91cc0e974fed77680f742dcdb76f8d933310f5",
|
|
2310
2351
|
"test/helpers/mocks.js": "sha256:e43a550ee615529ad4a042d93528dccfd7eada8dfc1de140141b93555307e483",
|
|
2311
2352
|
"test/helpers/otel.js": "sha256:d9aa6ff4028ab07d024446bb0d74c5fd29d7f80e12515eabbe2060a1e261cce6",
|
|
2312
2353
|
"test/helpers/services.js": "sha256:c7244f4e2128c9ed4bf7384e31b66e535676c8ed3a5386707727184153663efb",
|
|
2313
2354
|
"test/helpers/wait.js": "sha256:a4a438ec85774d633481a01e63fc63b9fa6d43b1733a55c61d5f92630c5643f1",
|
|
2314
2355
|
"test/integration/audit-actor-binding-pg.test.js": "sha256:168bd915ebb80f30a648a5fc016fb1995dffa189552ff9074e181626672b2a0f",
|
|
2315
|
-
"test/integration/audit-chain-external-db.test.js": "sha256:
|
|
2356
|
+
"test/integration/audit-chain-external-db.test.js": "sha256:a3d2bad01c7cbfda1bd7cff217b51eee334f75b63a34c67012a909528af75afb",
|
|
2316
2357
|
"test/integration/audit-stack-mysql.test.js": "sha256:6156a1a7a66cb3ba49ca11ec4f488c52f68afacc96b37e8f4d325600afeffb6d",
|
|
2317
|
-
"test/integration/audit-stack-postgres.test.js": "sha256:
|
|
2358
|
+
"test/integration/audit-stack-postgres.test.js": "sha256:49dbe74615dd7b0a2291ff4b8e8623ee3005e1703550d2ce1bd446d0943d4ce7",
|
|
2318
2359
|
"test/integration/backup-restore-objectstore.test.js": "sha256:962539c7dbdca88653dcd78ab34190692d2b4ae3848eaca1df96c26c70bd3722",
|
|
2319
2360
|
"test/integration/cache.test.js": "sha256:c25e8289ce66ff8cb226f7fcf50969ddf580b512005a8926ae1458fc418ad645",
|
|
2320
2361
|
"test/integration/cluster-provider-mysql.test.js": "sha256:0240a43791cd3e87afdd68c70ab8269dce376507fec0063853f4d3d59832f2b0",
|
|
2321
2362
|
"test/integration/data-layer-cluster-mysql.test.js": "sha256:00074aa3042592095f7e5caecfbe67a59ceb7125e66ac0f3d36134930c350d58",
|
|
2322
2363
|
"test/integration/data-layer-cluster-pg.test.js": "sha256:22df279ed6a37ad5aef533b904e804f284d900dfd934653063607c27df12dc5a",
|
|
2323
2364
|
"test/integration/data-layer-mysql-privacy.test.js": "sha256:23efcac77789bf33a302dec9327ff6847f078c17f4c4a6edd3cfc807021241b6",
|
|
2324
|
-
"test/integration/data-layer-mysql.test.js": "sha256:
|
|
2325
|
-
"test/integration/data-layer-pg.test.js": "sha256:
|
|
2365
|
+
"test/integration/data-layer-mysql.test.js": "sha256:e5bf37d89fc1038c2b81cb560280f9a7c825d23ad37cdbb466001606085a50fb",
|
|
2366
|
+
"test/integration/data-layer-pg.test.js": "sha256:2e70ddba49e36beebf1a69258f040065db432ae0bd830ca2593f8e708b3edbc1",
|
|
2326
2367
|
"test/integration/data-layer-postgres.test.js": "sha256:9b3d4fc13e08b8f0467b1ab414654a4e9632d712d253a9db317f6ff242d42e57",
|
|
2327
2368
|
"test/integration/db-layer-mysql.test.js": "sha256:e1bf7fd92c787c41298ad62395950dc53bf2e9cd65edf1055a3e526e822c98d2",
|
|
2328
2369
|
"test/integration/db-layer-postgres.test.js": "sha256:cfcca6540004699adcaf2d11aca5a7dab36203a67a438ee527167d22231af63e",
|
|
2329
2370
|
"test/integration/distributed-scheduler-fencing-pg.test.js": "sha256:7f61080d79414749d64a576d2af3153e85032dd133e583292e9a8cdb70d2d075",
|
|
2330
2371
|
"test/integration/external-db-postgres.test.js": "sha256:bf339af851d42418d7e4e76b2c0585d12e41fcd5c2e061a269cc6febd07d5bfd",
|
|
2331
2372
|
"test/integration/federation-auth.test.js": "sha256:63b98fd11bc1c835cb0530a0fc85a3c473d7afd69b6f6160cd13e47e976ecbff",
|
|
2332
|
-
"test/integration/framework-schema-mysql.test.js": "sha256:
|
|
2373
|
+
"test/integration/framework-schema-mysql.test.js": "sha256:aade2c58eb5694d93533188cf38a27d52cc6749417f19a21e37f6d85dc447a00",
|
|
2333
2374
|
"test/integration/http-client.test.js": "sha256:fb667e279fa47dcdaca2ad24fa08d11ab4322a86283e19d9b1cc2b607bab29cc",
|
|
2334
2375
|
"test/integration/log-stream-cloudwatch.test.js": "sha256:c55b4434db449e4b39809c2d7af61f47af470164cf547c69f09a5de8a764d676",
|
|
2335
2376
|
"test/integration/log-stream.test.js": "sha256:9b69a9cc30be81f3353be15247f2d90bd06afa2cf970178598793b7d1fecdd81",
|
|
@@ -2353,6 +2394,7 @@
|
|
|
2353
2394
|
"test/integration/sql-fts5-catalog-sqlite.test.js": "sha256:ccd135d8416d73d4fabbb52f92559e961793b8ff84e438a69e92e9d7e47d29ab",
|
|
2354
2395
|
"test/integration/ssrf-guard.test.js": "sha256:6947c8a94a04272fb719f89fbf00011fe87016ed31bc0f955bbbae5de9f541e1",
|
|
2355
2396
|
"test/integration/tls-classical-downgrade-audit.test.js": "sha256:56f0f26478461f8a1247a7543c604d1e016717efa21ae9ab8cced5d216943a83",
|
|
2397
|
+
"test/integration/webhook-dispatcher-pg.test.js": "sha256:cbb03261eddc934c0867e7ee16420581edb0ede33302780c8da470f1ccd0efb5",
|
|
2356
2398
|
"test/integration/websocket-permessage-deflate.test.js": "sha256:b9e7bad744a2f7cee0c0bb77da9d88b846c15d24a5c3b7074ae5f56325b09a5b",
|
|
2357
2399
|
"test/integration/ws-client-roundtrip.test.js": "sha256:e6e9592dcc3962fffbc2ad399567befea6177fd48e31541a79f4cb630fcf7006",
|
|
2358
2400
|
"test/layer-0-primitives/a2a-tasks.test.js": "sha256:f4838918e575c6a0519fc0830a8449c5d95fa3ef070747369085bd0d66e833d0",
|
|
@@ -2398,21 +2440,23 @@
|
|
|
2398
2440
|
"test/layer-0-primitives/asyncapi.test.js": "sha256:835f999d8cb96d7d94b35d950d71bd1995af088ec6296e82256959972fb4d7fb",
|
|
2399
2441
|
"test/layer-0-primitives/atomic-file-conflict-path.test.js": "sha256:b1e95ff12e5f6871762cc23ed6b862b4cf18097b743e5d4f90abaa4e53601794",
|
|
2400
2442
|
"test/layer-0-primitives/atomic-file-exclusive-temp.test.js": "sha256:9a0a6193b8051caf1a5e34a7f0be6b12ec92abcadb26468384b0484c55984144",
|
|
2443
|
+
"test/layer-0-primitives/atomic-file-fd-read.test.js": "sha256:9e25ad5824bb122c1778d0f14cddd592398b761344dbdc22729db71d1d8a7175",
|
|
2401
2444
|
"test/layer-0-primitives/atomic-file-rename-retry.test.js": "sha256:4669ec79347c38427d4d2229a884d705c1deddb3a88e2b55376a3420ae0c7f4c",
|
|
2402
2445
|
"test/layer-0-primitives/attach-user-bearer-scheme.test.js": "sha256:ceaae361e8678ce81ca7cd3bdfb4b9ae2ae075f69d8e99685372f4a025dc4f92",
|
|
2403
2446
|
"test/layer-0-primitives/audit-checkpoint-false-rollback.test.js": "sha256:1b1d3136fe37f7bb1cd6de6350d312d9549d5a6b0e2a7ce9f0873dfe5361ad22",
|
|
2404
2447
|
"test/layer-0-primitives/audit-cve-defensive.test.js": "sha256:641406414b62a0927cd2500b95426b4ad6b72fb4f9baccd2c5d650a6e1e65782",
|
|
2405
2448
|
"test/layer-0-primitives/audit-daily-review.test.js": "sha256:732e1c83adf5c2f264a731b288baf58852d7f7a06bbbcc6304a3708261f3f1a5",
|
|
2406
2449
|
"test/layer-0-primitives/audit-export-cadf.test.js": "sha256:79b141afa6c20bf82220a47e426d2bc4b4c93d0e78375513ee30419da33c0d43",
|
|
2407
|
-
"test/layer-0-primitives/audit-framework-namespaces.test.js": "sha256:
|
|
2450
|
+
"test/layer-0-primitives/audit-framework-namespaces.test.js": "sha256:db6d073abc1a0244d78c9c1dcaa20659e1bcdd7a9be286f55fe93d5eadab30d8",
|
|
2408
2451
|
"test/layer-0-primitives/audit-query-self-log.test.js": "sha256:492cc143438a9c71bdc5acb80d7eec907b97d0b18a74c87f937fef26ac773c95",
|
|
2409
2452
|
"test/layer-0-primitives/audit-safeemit-redacts-secrets.test.js": "sha256:309141ce27382cbec88bd961264ef66b023e0e520f6d24ba9b989f3a181d77d5",
|
|
2410
2453
|
"test/layer-0-primitives/audit-segregation.test.js": "sha256:5cdf27c04b952eb6c8f134c2a941a5c147a8f79fe76edb5db1c1fce5b362f95f",
|
|
2454
|
+
"test/layer-0-primitives/audit-sign-anchor.test.js": "sha256:60ac855169701a7bbe4fd14bb2316e63032f2d0be09da3585ee09f8eefcdb230",
|
|
2411
2455
|
"test/layer-0-primitives/audit-sign-ml-dsa-65.test.js": "sha256:350c88e296460dbd488481a68e873f4ea4a0ffe89d2f8a4f68724dbcab31337d",
|
|
2412
2456
|
"test/layer-0-primitives/audit-signing-key-rotation.test.js": "sha256:3d353d8e0d0155071187a3a9017f35a289765681221d9d739bb73c041b44e3f8",
|
|
2413
2457
|
"test/layer-0-primitives/audit-tools-dual-control.test.js": "sha256:d93a469a2cb9b2e31f1e28b850ca831c32154223f198626216b0e0db134c37a5",
|
|
2414
2458
|
"test/layer-0-primitives/audit-tools-return-bytes.test.js": "sha256:5e62ebcc1dc0bae2d3a5d977bfef772542fc41bc1a7529eee0ad4ac259e8add8",
|
|
2415
|
-
"test/layer-0-primitives/audit-use-store.test.js": "sha256:
|
|
2459
|
+
"test/layer-0-primitives/audit-use-store.test.js": "sha256:72c2393026f2a544a83d78c8dafc3fa26ebf7126cc49d0379a4830cfd7f74c5d",
|
|
2416
2460
|
"test/layer-0-primitives/audit-verifybundle-tamper.test.js": "sha256:4caa6d187b9291d626602244bf172238325b17da84f406bd5a57bb51f829fcdf",
|
|
2417
2461
|
"test/layer-0-primitives/auth-bot-challenge-verifier.test.js": "sha256:082c610cce567f6fb76f030741ace572f770f600d7aa20a35d19b45f8b908ac2",
|
|
2418
2462
|
"test/layer-0-primitives/auth-bot-challenge.test.js": "sha256:957abf6bce2e615b45e54c705ded318890271e37dd728d943424eca42af71ab2",
|
|
@@ -2427,7 +2471,7 @@
|
|
|
2427
2471
|
"test/layer-0-primitives/backup-find-bundles.test.js": "sha256:bf34b6a1b92415187a537813d9ca83a0a934999012610f7d403867f2f4a82c98",
|
|
2428
2472
|
"test/layer-0-primitives/backup-key-rotation.test.js": "sha256:61c789bf78c00723356b5b61f5853bbcb0b930f0c07ea2a30d9d60c23055f612",
|
|
2429
2473
|
"test/layer-0-primitives/backup-manifest-signature.test.js": "sha256:779c59419ec893ca7b713ce6f32bb19113fcdd097a8426c67dbb62777f0dd0f9",
|
|
2430
|
-
"test/layer-0-primitives/backup-object-store-adapter.test.js": "sha256:
|
|
2474
|
+
"test/layer-0-primitives/backup-object-store-adapter.test.js": "sha256:15683a337c2fa883c0be198019846198df63e19a063b16170e33bdad16d395c3",
|
|
2431
2475
|
"test/layer-0-primitives/backup-residency-posture.test.js": "sha256:cd9a03fae204f58930780737fe50e38f936f95fb4b2a89733af48af5fd7eaf97",
|
|
2432
2476
|
"test/layer-0-primitives/backup-rewrap-all.test.js": "sha256:bd70e4fbf0b8b4ffdd56546a4ede4ff84f2ec870d93c995db704829ef599ebb7",
|
|
2433
2477
|
"test/layer-0-primitives/backup-rewrap-bundle.test.js": "sha256:1f10810b8413ec461f167813abf6fa26acb01b60ac0d814c20327cf632d9d9f9",
|
|
@@ -2441,8 +2485,8 @@
|
|
|
2441
2485
|
"test/layer-0-primitives/body-parser-error-redaction.test.js": "sha256:ea6fa8c2df77cf47d2616bdfd69eb4de27d6e40e7dade99ba663567b4788dccc",
|
|
2442
2486
|
"test/layer-0-primitives/body-parser-smuggling.test.js": "sha256:6b4e076b5d63fe073a01719c45f7ccf2507c5f550c45c0c654526bab3c11b646",
|
|
2443
2487
|
"test/layer-0-primitives/boot-gates.test.js": "sha256:5374aa402ce494f0f14a2bd6cb485acdd04403834cdc16435cad959f5236e09c",
|
|
2444
|
-
"test/layer-0-primitives/bot-guard.test.js": "sha256:
|
|
2445
|
-
"test/layer-0-primitives/bounded-map.test.js": "sha256:
|
|
2488
|
+
"test/layer-0-primitives/bot-guard.test.js": "sha256:9bad975cfe8bbb5c1603c774cd79ff8b8726b2c905514f9cfb5d7044d9dbfcb2",
|
|
2489
|
+
"test/layer-0-primitives/bounded-map.test.js": "sha256:ed4f8e744f6b8bd52295feb2dc4dd9cc7a7c67855595d5064ec62f4eda548ce8",
|
|
2446
2490
|
"test/layer-0-primitives/breach-deadline.test.js": "sha256:8e630d46bc65c5ee7960ec473c5fdd591173bf0a09206ae2bc6c4a0ddc88e5c4",
|
|
2447
2491
|
"test/layer-0-primitives/break-glass.test.js": "sha256:36b4f5c5689eb0d94189a074eabcd2928caf88acbf5b994317516eccbe774155",
|
|
2448
2492
|
"test/layer-0-primitives/budr.test.js": "sha256:4523567996cafcdd78c79b55d98a5a39eaaee5d6efe0720cbc7999e1ed3f5acb",
|
|
@@ -2455,8 +2499,9 @@
|
|
|
2455
2499
|
"test/layer-0-primitives/cbor.test.js": "sha256:89a16c02cca4e2cdb1664684adc30cee49dae75142308d4844a9397509f99ae8",
|
|
2456
2500
|
"test/layer-0-primitives/cdn-cache-control.test.js": "sha256:25cbc2647ea4df15d24814b33141fe3f13aaa1a019b049eb3e3737228eb9d493",
|
|
2457
2501
|
"test/layer-0-primitives/cert.test.js": "sha256:a96976ab27310bb061fef43d091300541b33d90a070d6e8861a29ab3369965f4",
|
|
2502
|
+
"test/layer-0-primitives/chain-writer-multichain.test.js": "sha256:0b5b0b46dd93a6c4e562ed2e54248b34ab3d8a2dbe773874817d5fa7d93841f7",
|
|
2458
2503
|
"test/layer-0-primitives/clear-site-data.test.js": "sha256:a09b4102d539ac4faa4cdd9d6a819ff9ab2d1d653759a90afd58cc30c4e2b014",
|
|
2459
|
-
"test/layer-0-primitives/cli-api-key.test.js": "sha256:
|
|
2504
|
+
"test/layer-0-primitives/cli-api-key.test.js": "sha256:42cdf225829fb90018bbe34cd96d5527d45c05093503ed243e59aafeea09677f",
|
|
2460
2505
|
"test/layer-0-primitives/cli-audit-verify-chain.test.js": "sha256:52d18ab08f5a65458ca72c66ef2c4067f84d329153b21bbb1417e2bfe600f071",
|
|
2461
2506
|
"test/layer-0-primitives/cli-backup.test.js": "sha256:9d1174edd4b337436e47850049c68d36e351273f3bcbb2d3e490cd8423357b33",
|
|
2462
2507
|
"test/layer-0-primitives/cli-config-drift.test.js": "sha256:58064ac123cb0a35c10203a737f3e761f8ead3957a81f40fb451466532633fa6",
|
|
@@ -2474,7 +2519,8 @@
|
|
|
2474
2519
|
"test/layer-0-primitives/cluster-storage.test.js": "sha256:5627e621dff001e236b668e04336eb39c9fe08a4a7d45a640e6e7fccce37a022",
|
|
2475
2520
|
"test/layer-0-primitives/cluster-vault-rotation.test.js": "sha256:3514e9e71d6c39e805248f58ad2f41528d091e196c0f3766a032675677161b2d",
|
|
2476
2521
|
"test/layer-0-primitives/cms-codec.test.js": "sha256:7e46078ed82be5b69d22c48f22dba37ea5015371c2a8cf5f94fb1a792fb7bb78",
|
|
2477
|
-
"test/layer-0-primitives/codebase-patterns.test.js": "sha256:
|
|
2522
|
+
"test/layer-0-primitives/codebase-patterns.test.js": "sha256:9ff9298625176e7567826121f709f2e6bf47b3409e682fc4a18c5eb73e66c445",
|
|
2523
|
+
"test/layer-0-primitives/codepoint-class.test.js": "sha256:19764d50264a98cb8fb28575dd82ff7a97e857922c42d9efe886e13d5063e0c5",
|
|
2478
2524
|
"test/layer-0-primitives/compliance-ai-act.test.js": "sha256:5ee4ad05d12233cb3c5457ef10a727833710bbc1ce1318838f9f9ef5d2cb8d4b",
|
|
2479
2525
|
"test/layer-0-primitives/compliance-cascade.test.js": "sha256:ee02cf14541a837a9d7977c6ea6bf7f9210bed293925d93c976e31f270aebec4",
|
|
2480
2526
|
"test/layer-0-primitives/compliance-eaa.test.js": "sha256:8afb3fa66f3f9452592995e77f5e0644d8c82de2321c551c6f5be6002b2c27a4",
|
|
@@ -2491,7 +2537,7 @@
|
|
|
2491
2537
|
"test/layer-0-primitives/cra-report.test.js": "sha256:204a32da15ed26acb0f6b43b2bf33128cea954885acf29828445f30dfa4fadbe",
|
|
2492
2538
|
"test/layer-0-primitives/crdt.test.js": "sha256:b9259d8ba12e5e8feb2f982c8357ec7b0254f0f5276754af7e807c427bbe49b0",
|
|
2493
2539
|
"test/layer-0-primitives/credential-hash.test.js": "sha256:cab340489726da55b986f7d92f1e0784da45917387179524e6ce914b125669f8",
|
|
2494
|
-
"test/layer-0-primitives/crypto-base64url.test.js": "sha256:
|
|
2540
|
+
"test/layer-0-primitives/crypto-base64url.test.js": "sha256:2e3168b1f16ad4d85209312c6f1c742df1369b6fc96515034dba847391ff30a8",
|
|
2495
2541
|
"test/layer-0-primitives/crypto-envelope.test.js": "sha256:e9ea0ed1b3d8e9bf0a026901d64ce999541fa53215d405a501b267b841c588fe",
|
|
2496
2542
|
"test/layer-0-primitives/crypto-field-aad-downgrade.test.js": "sha256:176ec0bcd8d21a0cca1554733509be83b699866eec3931dcdb61db399fc96cdf",
|
|
2497
2543
|
"test/layer-0-primitives/crypto-field-derived-hash.test.js": "sha256:3d8e29b5fa44fe20f27c1b3678253dac0a16b3af7ec5c1c97a88b38c7a5c7839",
|
|
@@ -2500,7 +2546,7 @@
|
|
|
2500
2546
|
"test/layer-0-primitives/crypto-field-unseal-rate-cap.test.js": "sha256:4d89d181aa7f6238f83a018392bae1d5b2d0f925133da8c7481b017a82424405",
|
|
2501
2547
|
"test/layer-0-primitives/crypto-field-upgrade-dialect.test.js": "sha256:ed39153493e4c1e63a5b4e8e82b142e14074b6482aab0fc5d660eb1ba37f323d",
|
|
2502
2548
|
"test/layer-0-primitives/crypto-hash-files-parallel.test.js": "sha256:87019e3cfd476b6736236afd9ad875f418345df81da9222311ee1918e195caf2",
|
|
2503
|
-
"test/layer-0-primitives/crypto-hash-stream.test.js": "sha256:
|
|
2549
|
+
"test/layer-0-primitives/crypto-hash-stream.test.js": "sha256:d167eca86619ddec66a23c60ee6b6c9ec4d0a9a6dddbf48038b0395369d3031e",
|
|
2504
2550
|
"test/layer-0-primitives/crypto-hpke-pq.test.js": "sha256:2f2911337e7d07dcd654db502b9152832d42b351971c46939b8bd8845f748c9e",
|
|
2505
2551
|
"test/layer-0-primitives/crypto-hpke.test.js": "sha256:337f1d6cc6b6c607b4017ca7dc65d0671c3d96b4793fe831aae6135ca5d4dad6",
|
|
2506
2552
|
"test/layer-0-primitives/crypto-interop-oracles.test.js": "sha256:1ade1ccd969dbc2f03414d96fcd225c3dc47d79cece941381aa74bbdb789eb95",
|
|
@@ -2510,13 +2556,13 @@
|
|
|
2510
2556
|
"test/layer-0-primitives/crypto-random-int.test.js": "sha256:1fc301c60a2cc2ae273ddcfe576437d469254172be1d4a7665d1500e645a5c2d",
|
|
2511
2557
|
"test/layer-0-primitives/crypto-self-test.test.js": "sha256:4af3bd72841079b6f60d85161491cb85f42878b90cf6680a9382312a3fbf6018",
|
|
2512
2558
|
"test/layer-0-primitives/crypto-xwing.test.js": "sha256:d6b3e7627c33390c9764a344f2896a687a7bf7051116eb920471e67b4f63c512",
|
|
2513
|
-
"test/layer-0-primitives/csp-builder.test.js": "sha256:
|
|
2514
|
-
"test/layer-0-primitives/csp-nonce.test.js": "sha256:
|
|
2559
|
+
"test/layer-0-primitives/csp-builder.test.js": "sha256:669825eb1cc3bfe7c4321990c80413438382b2bc9bf9b31b6e86fc790d687a12",
|
|
2560
|
+
"test/layer-0-primitives/csp-nonce.test.js": "sha256:5243603cd6d837867386ea073556d4b4b235e0dd56ae8ce12965df91c4fb540b",
|
|
2515
2561
|
"test/layer-0-primitives/csp-report.test.js": "sha256:8bb2e54a31fd4317a6a39a4dc3358147a0102dbfa58b71d85a5743008289a2ff",
|
|
2516
2562
|
"test/layer-0-primitives/csrf-protect.test.js": "sha256:15e23866aa551af069e06d49cd40b514131584a28a45ad9dca8ac8837137f4ca",
|
|
2517
2563
|
"test/layer-0-primitives/csv.test.js": "sha256:6a9ed5a3fc6fd315261ad0bf7788047de5323fe09c36bb52d6e599a761b18085",
|
|
2518
2564
|
"test/layer-0-primitives/cwt.test.js": "sha256:1e642b69cbd6a5b33b7755df3a17d5cecfb96e071560e4b384437ce05ab25e4d",
|
|
2519
|
-
"test/layer-0-primitives/daemon.test.js": "sha256:
|
|
2565
|
+
"test/layer-0-primitives/daemon.test.js": "sha256:a118c7a6d738115ea4590ef1d639e4c06f139732bcaf8545d649452dfdb3979e",
|
|
2520
2566
|
"test/layer-0-primitives/daily-byte-quota.test.js": "sha256:e2bb1e47ceb1ba559cd8db93d7bb676dd014c435b71f0d2d91871ff2d50ec7fb",
|
|
2521
2567
|
"test/layer-0-primitives/dane.test.js": "sha256:59d01acff1a81f0d691ecb28920f5c22e30ef416bf84a52c853c1a00e64cf783",
|
|
2522
2568
|
"test/layer-0-primitives/dark-patterns.test.js": "sha256:ed42e18923529538af882a0daee52fda31b877680d5c4806eecbc71baf1e7278",
|
|
@@ -2541,6 +2587,7 @@
|
|
|
2541
2587
|
"test/layer-0-primitives/declare-row-policy.test.js": "sha256:e263a6a3b3ba9ba6c551dad41200f3559d4ef8c9093618d91f4569e35393fcd8",
|
|
2542
2588
|
"test/layer-0-primitives/declare-view.test.js": "sha256:43bf4ec78c6ad4dd003ad2c29fb2607f6b63a26dc1207641ae13bf43c35b52f7",
|
|
2543
2589
|
"test/layer-0-primitives/defineguard-default-gate-posture-caps.test.js": "sha256:60714e90af6bbdc2a18084406a56da0476b1f474984296108eb864a70b905aca",
|
|
2590
|
+
"test/layer-0-primitives/defineguard-resolve-opts.test.js": "sha256:9a48ff0777feaca789f434947296449610a1f6ad8d5abe729ac92e897391adce",
|
|
2544
2591
|
"test/layer-0-primitives/deny-response.test.js": "sha256:603a8694cbc557e9023d824c54976fef535f2028c39c4155ac180f7ffb35686c",
|
|
2545
2592
|
"test/layer-0-primitives/did.test.js": "sha256:41e59ef91bd3431475d29beae8f3de7f8b916e50b3971d0b51809f4f76006813",
|
|
2546
2593
|
"test/layer-0-primitives/dns-dnssec-algorithm.test.js": "sha256:76d70de09aff234ca0151237fcdb24e3043317340ed3227693b56f9d81d9a120",
|
|
@@ -2571,28 +2618,31 @@
|
|
|
2571
2618
|
"test/layer-0-primitives/fido-mds3.test.js": "sha256:89c82fea3ce8371d264d90d5cd1028ef54ed89c0ce510393d8b7e4240d232e3f",
|
|
2572
2619
|
"test/layer-0-primitives/file-type.test.js": "sha256:ba6bb725857cbf7b165f4391e3aa126c9fc4286c5afb92d1964ff1d0dfd2b57c",
|
|
2573
2620
|
"test/layer-0-primitives/file-upload-content-safety-skip-audit.test.js": "sha256:ad13f7f84a33899b4f4e66b74c896f606e070bfe5df769b0acd109cfb7ab38c7",
|
|
2574
|
-
"test/layer-0-primitives/flag.test.js": "sha256:
|
|
2621
|
+
"test/layer-0-primitives/flag.test.js": "sha256:8b58826342b8c28d90e11e4cfe1a7e266c2296615a90558221cad12e9f6ecb4e",
|
|
2575
2622
|
"test/layer-0-primitives/forensic-snapshot.test.js": "sha256:629a8af1ccd0396e2b30f8e46d76fe19eab9f33c156c0db78e3e76649e21030c",
|
|
2576
2623
|
"test/layer-0-primitives/fsm.test.js": "sha256:36c0bc9e34052a02dd7cbb9f3a2f313fd0ab67dab0fb60e5088db67bc7862395",
|
|
2624
|
+
"test/layer-0-primitives/gate-contract-content-gate.test.js": "sha256:d9f8b94231efb0e02a94b7934bf58a3f8e343829ce11346b7302e69e13efd551",
|
|
2577
2625
|
"test/layer-0-primitives/gcs-bucket-ops.test.js": "sha256:2261e3ac2d66d48e4e436d2f43f9f48f45822930824fa48888f0fc9cfabcf908",
|
|
2578
2626
|
"test/layer-0-primitives/gdpr-ropa.test.js": "sha256:ebed2f001ddc79e42a9cd0ee5319536662dcb4c601b3eb65077161ab81e243a4",
|
|
2579
2627
|
"test/layer-0-primitives/graphql-federation.test.js": "sha256:19f8fafc22a0624269c14793c0c5ac2e4d7d762cf587bb85934d5d5a63bff060",
|
|
2580
2628
|
"test/layer-0-primitives/guard-agent-registry.test.js": "sha256:d432339273cde552cde8101ac1b32df44c36e7dd9381a328669f63884ac9016b",
|
|
2581
2629
|
"test/layer-0-primitives/guard-all.test.js": "sha256:fdd9a746ecfa6e29f0e5f727fbd66c5ab2e29a263ef0d8c2c1d62fc430cdd59f",
|
|
2582
2630
|
"test/layer-0-primitives/guard-archive.test.js": "sha256:f8c6be677cc69e5b782bb27e4891bcb18fc91d6890ce694ca06cc63c4d374b16",
|
|
2583
|
-
"test/layer-0-primitives/guard-csv.test.js": "sha256:
|
|
2631
|
+
"test/layer-0-primitives/guard-csv.test.js": "sha256:3190a244a12c4f3a7ebbf5f42e0c03b9a8ebd271ad992de3ad7bbef4cb1e9b7b",
|
|
2584
2632
|
"test/layer-0-primitives/guard-dsn.test.js": "sha256:879a5ef02cd49ea5fc696d248b521b0667a8f656bc9b04938ca4a8cc28dc3d07",
|
|
2585
|
-
"test/layer-0-primitives/guard-email.test.js": "sha256:
|
|
2633
|
+
"test/layer-0-primitives/guard-email.test.js": "sha256:9912e6e76abd07d2c65a2c37e0236cd8ae3e82f89035282507ad906b37255a64",
|
|
2586
2634
|
"test/layer-0-primitives/guard-envelope.test.js": "sha256:17e67045992d981b7eac36760b2eca1d5ac8b35a0a94f389da7cff2466e3a848",
|
|
2587
2635
|
"test/layer-0-primitives/guard-event-bus-payload.test.js": "sha256:87830c4f9d0673ad8fcff9cb32f6b2862a166c4ba5a4b7f9d58505ea62801a7c",
|
|
2588
2636
|
"test/layer-0-primitives/guard-event-bus-topic.test.js": "sha256:538e6d338541b724fc5bedb7f2fd33fae12777d292c771bb5d70720e30bf9156",
|
|
2589
|
-
"test/layer-0-primitives/guard-filename.test.js": "sha256:
|
|
2637
|
+
"test/layer-0-primitives/guard-filename.test.js": "sha256:6718194054554e246e171e1c23a970dfc5e618fa3bd6a79a8925289fd339fd06",
|
|
2638
|
+
"test/layer-0-primitives/guard-gate-disposition-coverage.test.js": "sha256:e4e3a971fe2659593bb76aebed6d65ddea937eda558191085c1ad31fb1c5eaf3",
|
|
2590
2639
|
"test/layer-0-primitives/guard-html-wcag.test.js": "sha256:11deaf7b28ed574731fb2d6a922dd2ca78c7f1c5e41635c0bed7ff0697c0f0f9",
|
|
2591
|
-
"test/layer-0-primitives/guard-html.test.js": "sha256:
|
|
2640
|
+
"test/layer-0-primitives/guard-html.test.js": "sha256:42455597895c834f63a6983635a03c8d7d0b247a0cb5f41c65bb26cccbdf4e9d",
|
|
2592
2641
|
"test/layer-0-primitives/guard-idempotency-key.test.js": "sha256:18b233de627ea68cc289cb2fcd6ad5ca18db3bf911581747fd293e1bd3ee8789",
|
|
2593
|
-
"test/layer-0-primitives/guard-
|
|
2642
|
+
"test/layer-0-primitives/guard-image.test.js": "sha256:0f45eae95851d2e9f5b8338d2a99dddabb59b60e1be69ac9ec5d0e4d7cd21428",
|
|
2643
|
+
"test/layer-0-primitives/guard-imap-command.test.js": "sha256:63f8a5770d432c9cf8d92a15d54769554d36acc1169f2173bdfda6421c1cd94c",
|
|
2594
2644
|
"test/layer-0-primitives/guard-jmap.test.js": "sha256:3ee17be169522b97aaac2f749e3286deb6602dd6a278f356925feb6f31c36742",
|
|
2595
|
-
"test/layer-0-primitives/guard-json.test.js": "sha256:
|
|
2645
|
+
"test/layer-0-primitives/guard-json.test.js": "sha256:fb6f85c099ee1cf82df09b65822c639e8a311f7bb103430d3edb4990d0641bac",
|
|
2596
2646
|
"test/layer-0-primitives/guard-list-id.test.js": "sha256:883bc38b995fc16685fd1d09b5381ff505e5930a951f790ba8dcbf609006d1e8",
|
|
2597
2647
|
"test/layer-0-primitives/guard-list-unsubscribe.test.js": "sha256:ebbc29bd567ec3a83dd8a05ab1f8ca4d494a42646e385dc2715c06e2398f0a42",
|
|
2598
2648
|
"test/layer-0-primitives/guard-mail-compose.test.js": "sha256:a338e9f08cf8cd3c96eccd0c88ddb1cd310ff20911776148e619f8e1e95a4a89",
|
|
@@ -2600,20 +2650,22 @@
|
|
|
2600
2650
|
"test/layer-0-primitives/guard-mail-query.test.js": "sha256:6a2b6bc33e1c87e4fc3d55a1e19f099a10baad46cae03a125da2de56971c52ff",
|
|
2601
2651
|
"test/layer-0-primitives/guard-mail-reply.test.js": "sha256:db41461ffff3ccd4e5fdff9cb4c99717c6570cc4122622b3ae311faa7a8ab37c",
|
|
2602
2652
|
"test/layer-0-primitives/guard-mail-sieve.test.js": "sha256:4463b59c3ac9f73b7eaf445632222355c8f3d91098a2463b088c6b173aabeefc",
|
|
2603
|
-
"test/layer-0-primitives/guard-managesieve-command.test.js": "sha256:
|
|
2604
|
-
"test/layer-0-primitives/guard-markdown.test.js": "sha256:
|
|
2653
|
+
"test/layer-0-primitives/guard-managesieve-command.test.js": "sha256:3bf9c94bddd22515acff3da99bc82bb78c39e31502d75d50951b3e22bca58742",
|
|
2654
|
+
"test/layer-0-primitives/guard-markdown.test.js": "sha256:cbcbab833c672482adeba9339db0234e080968d7adeab8c9ae1aa0a5943ef921",
|
|
2605
2655
|
"test/layer-0-primitives/guard-message-id.test.js": "sha256:5afb184de987964a2375dc9064eb680986868e3c4925b6a5f321eb6d3a797081",
|
|
2606
|
-
"test/layer-0-primitives/guard-
|
|
2656
|
+
"test/layer-0-primitives/guard-pdf.test.js": "sha256:f4b35feaf6fd27048aaf2e691dc66a236201d8e0a3bf15a47ab9518424ea9e21",
|
|
2657
|
+
"test/layer-0-primitives/guard-pop3-command.test.js": "sha256:908a20873b116ebe255da55aa872f3547812baae20d05b42640d75f3ec19ca33",
|
|
2607
2658
|
"test/layer-0-primitives/guard-posture-chain.test.js": "sha256:3130cdd9983c0227f9b3f895e79b69ee821d910d797cbbc0f86f89c74631a7a1",
|
|
2608
2659
|
"test/layer-0-primitives/guard-saga-config.test.js": "sha256:ddebe7fde0f6d17eb199093dc80f8b6a9409371c9c8abd3b3a50991120534752",
|
|
2609
2660
|
"test/layer-0-primitives/guard-smtp-command.test.js": "sha256:bc9619e3893fb35b6b9286b142ad1a97c9f439821e03efeaf85cc59a0cdee457",
|
|
2610
2661
|
"test/layer-0-primitives/guard-snapshot-envelope.test.js": "sha256:6d3f73a2b183116ab00b3dcb491d9cd383b61fd131dac87cba3524ccca2f9a75",
|
|
2611
2662
|
"test/layer-0-primitives/guard-stream-args.test.js": "sha256:eb4585ef678613b00fd25aaf9b938f7afb8d30df3cb4acccd857076615052e48",
|
|
2612
|
-
"test/layer-0-primitives/guard-svg.test.js": "sha256:
|
|
2663
|
+
"test/layer-0-primitives/guard-svg.test.js": "sha256:0c896dbc9a4d450f1a0095d2dd31c33be9e41804ac32e07612d98593341cb0f3",
|
|
2613
2664
|
"test/layer-0-primitives/guard-tenant-id.test.js": "sha256:004f670c46934ba9f957d2d57a35c5586b80d0812c1a386d1a82d5a9aa5d82b9",
|
|
2665
|
+
"test/layer-0-primitives/guard-text.test.js": "sha256:fc78a50d70e63cf8617c648ad6d7a1d9947a396128deb046169b1bbf88fe62e0",
|
|
2614
2666
|
"test/layer-0-primitives/guard-trace-context.test.js": "sha256:2e7e8fe5d707b11dba333763f000f9bdfbded2a43fccacddcb36fea4e29c0241",
|
|
2615
|
-
"test/layer-0-primitives/guard-xml.test.js": "sha256:
|
|
2616
|
-
"test/layer-0-primitives/guard-yaml.test.js": "sha256:
|
|
2667
|
+
"test/layer-0-primitives/guard-xml.test.js": "sha256:ebce300938ea0a159d25ff48cd5d3591d2de6c453f269505b9a3c2cd8a890ef7",
|
|
2668
|
+
"test/layer-0-primitives/guard-yaml.test.js": "sha256:83129fc9479dc414d605e708d43fce5faf9932ae04be932453b757a6e0ad6513",
|
|
2617
2669
|
"test/layer-0-primitives/hal.test.js": "sha256:d161f3b264fea1c25e94a0a1911a00b81b1f521a9c3fbf2ea6d42a6ff98bbf85",
|
|
2618
2670
|
"test/layer-0-primitives/honeytoken.test.js": "sha256:1c08e06b5d3de067e06df9a2c67f13b2bd7bcf4a6aabbb00ca916fa6d1c8990d",
|
|
2619
2671
|
"test/layer-0-primitives/html-balance.test.js": "sha256:edc4c833f7b80020244a658a955035f6c43c1ff85bc9b91f507cfc2b6c911c97",
|
|
@@ -2621,13 +2673,14 @@
|
|
|
2621
2673
|
"test/layer-0-primitives/http-client-stream.test.js": "sha256:5bbec3d1e358219909c541c4209318a3ad9f6adbe0e2e4912ebd5e8d1797139c",
|
|
2622
2674
|
"test/layer-0-primitives/http-message-signature.test.js": "sha256:7326f6266f4594813a2e07ca92d590c3b44325e77791213b2508b45826139e72",
|
|
2623
2675
|
"test/layer-0-primitives/i18n-messageformat.test.js": "sha256:bdb8f3f47d07e3a6cbd6d8cbba97e6eda68ef56cad9d6655baca5bc0f8a64a39",
|
|
2624
|
-
"test/layer-0-primitives/i18n.test.js": "sha256:
|
|
2676
|
+
"test/layer-0-primitives/i18n.test.js": "sha256:d96d7e1aec02f404777ed727eaa389330108cd72a1d225f4dc9bc38527a4ab60",
|
|
2625
2677
|
"test/layer-0-primitives/iab-mspa.test.js": "sha256:5a30581e101783b430eb5b912e8f82b57d3b46c5f9ca50e52173577fc7de7d8a",
|
|
2626
2678
|
"test/layer-0-primitives/iab-tcf.test.js": "sha256:34e5f9b2740c0b96e3f84d003fbbf55a4d366f3d08f6baedca0109573eead9b6",
|
|
2627
2679
|
"test/layer-0-primitives/idempotency-key.test.js": "sha256:0214b68cbb3f50a0c7cbc7fcb92b1edf86a714dd6040c3a1a2be34b31eb9c631",
|
|
2628
2680
|
"test/layer-0-primitives/importmap-integrity.test.js": "sha256:0810409d6ed03417ca744b94b7d276e51aea0d05f4bd03ae50090b5a71be6788",
|
|
2629
|
-
"test/layer-0-primitives/inbox.test.js": "sha256:
|
|
2681
|
+
"test/layer-0-primitives/inbox.test.js": "sha256:d0865782d10cb9a72bbf39223c5499d5b1ec50967173e2dfe3cd1bf88b279d8c",
|
|
2630
2682
|
"test/layer-0-primitives/incident-report.test.js": "sha256:c13f4cb6b73c54d7edb7ee5b0cb259d2bd757f17f523e4c12ea4ad755dd6c7d0",
|
|
2683
|
+
"test/layer-0-primitives/ip-utils.test.js": "sha256:0ca865e21be6a8815a5c0dd772497b3e0ab4cedd67e7dbabf9518c82af789132",
|
|
2631
2684
|
"test/layer-0-primitives/jose-jwe-experimental.test.js": "sha256:fabd155817296fbac7cea4ccaaf5e1740471fe97b431fe46e13e6a30d13784ef",
|
|
2632
2685
|
"test/layer-0-primitives/json-api.test.js": "sha256:6b15309702e1309c6141a84988e784b5a88a228ee99a7e6cbb92fdae756b4192",
|
|
2633
2686
|
"test/layer-0-primitives/json-merge-patch.test.js": "sha256:32c69a307cb7fe0e78154d62f91ad7a885275608a8c959f68fbbb5b5bc67c999",
|
|
@@ -2647,8 +2700,8 @@
|
|
|
2647
2700
|
"test/layer-0-primitives/log-stream-otlp.test.js": "sha256:11ac86b07f2eecfd3326a17003061f2f1b89706f04626041e2c8087d99b30266",
|
|
2648
2701
|
"test/layer-0-primitives/lro.test.js": "sha256:134407dc88a84450d69e15c23ff9d47617466f23a436b3d61339e6836e0c42ce",
|
|
2649
2702
|
"test/layer-0-primitives/mail-agent.test.js": "sha256:51725784bab6849cb02f1e94e0ba97c2b8e7e101780a26ae7ec19f9d894640ef",
|
|
2650
|
-
"test/layer-0-primitives/mail-arf.test.js": "sha256:
|
|
2651
|
-
"test/layer-0-primitives/mail-auth.test.js": "sha256:
|
|
2703
|
+
"test/layer-0-primitives/mail-arf.test.js": "sha256:2279aebee547903a8c1415c9fc1c9c194757b3917e869bfddb43dd0375e68a93",
|
|
2704
|
+
"test/layer-0-primitives/mail-auth.test.js": "sha256:a337b4be74cb4759f381c8333061780743de199553efbb7b1380f6354336339e",
|
|
2652
2705
|
"test/layer-0-primitives/mail-bimi.test.js": "sha256:3e12e211e1f75f07d1ba43ada69c9adcd205902194f983d8ae24293b1acd1cd5",
|
|
2653
2706
|
"test/layer-0-primitives/mail-bounce.test.js": "sha256:d4ef09adc71e1c9e336a9fc5b059e6b264d9abcd0c032023bfa7b15a9173a4b7",
|
|
2654
2707
|
"test/layer-0-primitives/mail-canspam.test.js": "sha256:c21dec043c9984d191af0b1f3425e85953b559ec6dfdf281a5f746f7121eb281",
|
|
@@ -2658,9 +2711,9 @@
|
|
|
2658
2711
|
"test/layer-0-primitives/mail-dav.test.js": "sha256:5b4dcb1b9d8942f0cc2235a99487b076cf4f984933c609d737bb40471ae7333c",
|
|
2659
2712
|
"test/layer-0-primitives/mail-deploy-tlsrpt.test.js": "sha256:3063225653b0cc3a6c8653b6e6ebd1e4ffbb3939b51d21f710d718426a3eeaa4",
|
|
2660
2713
|
"test/layer-0-primitives/mail-deploy.test.js": "sha256:b3e85993397ada25ee86b43403a9307f4e8c0b87e9252967e944bd9c733baaf7",
|
|
2661
|
-
"test/layer-0-primitives/mail-dkim.test.js": "sha256:
|
|
2714
|
+
"test/layer-0-primitives/mail-dkim.test.js": "sha256:9fdb6d8eb445621ad177d86ec0dd22425ee3a0c9870c20f5b3e3efb00fb5786e",
|
|
2662
2715
|
"test/layer-0-primitives/mail-feedback-id.test.js": "sha256:f4890df9aa9650680abe99dacb5072b0e4b207be178d1be0e6e139c697185329",
|
|
2663
|
-
"test/layer-0-primitives/mail-greylist.test.js": "sha256:
|
|
2716
|
+
"test/layer-0-primitives/mail-greylist.test.js": "sha256:ef3e1618a2bea628a09405ad8751e63a1de47e92aeb2d1b421702fd4eae5e768",
|
|
2664
2717
|
"test/layer-0-primitives/mail-helo.test.js": "sha256:5b06bd53db5aff44ee97d0108cd67d10b931562df33ef289f616957e7184eac1",
|
|
2665
2718
|
"test/layer-0-primitives/mail-journal.test.js": "sha256:7f70807727835c49e4bfdcabcad7a7c01982c6d391ce473bd80e78f2d09f545a",
|
|
2666
2719
|
"test/layer-0-primitives/mail-mdn.test.js": "sha256:4e24d8ba7ee777593024b2bb564995f4dd19f863ef1effdd05a4c593f2ac405f",
|
|
@@ -2676,12 +2729,12 @@
|
|
|
2676
2729
|
"test/layer-0-primitives/mail-server-rate-limit.test.js": "sha256:7028ac8b6287e319c7a705c1e979a437278b94238067c91e4ed48d641a6d9ae0",
|
|
2677
2730
|
"test/layer-0-primitives/mail-server-registry.test.js": "sha256:63e5d7f413d9f879cf13e514f4fe17c188464926a2247417d8beb55c0ece371f",
|
|
2678
2731
|
"test/layer-0-primitives/mail-server-submission.test.js": "sha256:480169fdab974aad5820723676afa3ae4b46b40d5332124f78bebc72ab169385",
|
|
2679
|
-
"test/layer-0-primitives/mail-server-tls.test.js": "sha256:
|
|
2732
|
+
"test/layer-0-primitives/mail-server-tls.test.js": "sha256:3f1b4f85b5512a968537d636fdef66fc727c240969e2d74a8ff01db6ed704b93",
|
|
2680
2733
|
"test/layer-0-primitives/mail-sieve.test.js": "sha256:c10de1d226d7444b0af13c4e7a8eee3a8f3ca2127484d35bfa9ef8923f607d44",
|
|
2681
2734
|
"test/layer-0-primitives/mail-spam-score.test.js": "sha256:a459f75e34d442ad0ddd55a36f453fcd1a229b606aef76c9ce8c79a113aa86db",
|
|
2682
2735
|
"test/layer-0-primitives/mail-srs.test.js": "sha256:61e0323300977c88d282b3b262d7a8ddaee9c83319e5265e506bdb6ace1a401c",
|
|
2683
2736
|
"test/layer-0-primitives/mail-store-fts.test.js": "sha256:c7ada51ce8e9f7cedff77804183a99ac29a2155962b1511c7ccd3b05604360ed",
|
|
2684
|
-
"test/layer-0-primitives/mail-store.test.js": "sha256:
|
|
2737
|
+
"test/layer-0-primitives/mail-store.test.js": "sha256:fb0d36035a32fc59c60f578c8bb249f9b3911823d47891a040981f868a92db5d",
|
|
2685
2738
|
"test/layer-0-primitives/mail-unsubscribe.test.js": "sha256:ffe070b31ae59b1f3cb1582b56f494501dc97a493e89111573a8383fabf1a269",
|
|
2686
2739
|
"test/layer-0-primitives/mail.test.js": "sha256:ef0dafe19c60852542f7cc523dfb0c92347261c43d706eeed58db9934d9f5c50",
|
|
2687
2740
|
"test/layer-0-primitives/mcp-tool-registry.test.js": "sha256:4d9a9a367489d93afcc8e0bca3442e0aefc683e40ddd29e6e2cddbe3a3b8732f",
|
|
@@ -2690,8 +2743,10 @@
|
|
|
2690
2743
|
"test/layer-0-primitives/metrics-shadow-registry.test.js": "sha256:8ea834fd6b549c18976b535660a53aafccb1c6f0b7762086e8dbbc7ab8d832b6",
|
|
2691
2744
|
"test/layer-0-primitives/metrics-snapshot.test.js": "sha256:aa405be22acb6680b062d1de1aa7ce00029e414218a0e4e521e10a14b2254851",
|
|
2692
2745
|
"test/layer-0-primitives/middleware-compose-pipeline.test.js": "sha256:9e3d6ff40d9b1087e3bd71601f92798bf1bf3e9e748c0b98a7c43d2b210c894a",
|
|
2693
|
-
"test/layer-0-primitives/
|
|
2746
|
+
"test/layer-0-primitives/mime-parse.test.js": "sha256:73ccfea7d08b0c3b5fb899215806d4f430c02bf63e21835024a4cdcfc4254b31",
|
|
2747
|
+
"test/layer-0-primitives/money.test.js": "sha256:c357f8b1cd0c51cf5dc1450449338f41a1bddebbd59f27b3c26b882d13309e8d",
|
|
2694
2748
|
"test/layer-0-primitives/mtls-ca-paths.test.js": "sha256:71518f55b516c202021f62e720af710aa98c86be8aca33bda1decac6afa1218b",
|
|
2749
|
+
"test/layer-0-primitives/mtls-ca-revocation.test.js": "sha256:27e3e909cd2fc0b6dfb8276a2a182c3bf948dccc65f601c670204a324d792e36",
|
|
2695
2750
|
"test/layer-0-primitives/nel.test.js": "sha256:1b074316a1172d23da880ee6c9fa99b5548ae28322ea43a7f91adbdb260375ca",
|
|
2696
2751
|
"test/layer-0-primitives/network-allowlist.test.js": "sha256:0db982370f356c8d756efd4f36c8c36b1ac2d6c06e31061af2b99ae8b226945b",
|
|
2697
2752
|
"test/layer-0-primitives/network-byte-quota.test.js": "sha256:c53f6a7435472bd02debbd3c2679254bef2dc6bec8a0c0bf5f9c53c956a313e6",
|
|
@@ -2706,12 +2761,13 @@
|
|
|
2706
2761
|
"test/layer-0-primitives/nis2-report.test.js": "sha256:f7c604b7cc65e6a0f66d238524b5030d606f7df69938873ff90e94ddd46b908a",
|
|
2707
2762
|
"test/layer-0-primitives/nist-crosswalk.test.js": "sha256:ea8741fec9831d57a907d33ad08822ccdb71942c20482affbef8a68f3d82b1a7",
|
|
2708
2763
|
"test/layer-0-primitives/no-cache.test.js": "sha256:b80e5ae1ad53cbf552423c3b16653c6d011d773f2056fa156e4436fc4f014e9b",
|
|
2764
|
+
"test/layer-0-primitives/nonce-store-release.test.js": "sha256:65b7c7027a29b6ac398f0b7d00b52c4e143e65c3ba73208c681758366a549645",
|
|
2709
2765
|
"test/layer-0-primitives/notify.test.js": "sha256:8a7cf548e567cdcf0e6cc6d731c5e2e6fcc364e8838ef411999c324234da3917",
|
|
2710
2766
|
"test/layer-0-primitives/numeric-bounds.test.js": "sha256:4935cb433e72b15dff77cebef4c580128695c38ae619de6f7b9dd10868cdbbb7",
|
|
2711
2767
|
"test/layer-0-primitives/oauth-callback.test.js": "sha256:757b15b235c9ce2608571c8ff8a79e547858aeaccf3e515d66dae315cb582d5b",
|
|
2712
2768
|
"test/layer-0-primitives/object-store-versioned-delete.test.js": "sha256:755a6b0914dc2f51f3d2d3a57ae3c5e013ee071e2edcfc717b7ee153c2ddc061",
|
|
2713
2769
|
"test/layer-0-primitives/observability-tracing.test.js": "sha256:0912c59a2b52ca139a61a06a5f0f57bcd952b0da503656efe6c0e0a3135765f4",
|
|
2714
|
-
"test/layer-0-primitives/observability.test.js": "sha256:
|
|
2770
|
+
"test/layer-0-primitives/observability.test.js": "sha256:29e0e41b05a358b53053dd696e48dd17827d903e6eb59dad08a183ac932376a5",
|
|
2715
2771
|
"test/layer-0-primitives/openapi.test.js": "sha256:2e552cbb27b70ac28688632364defc9d063b3b26ff45788012e656bce8ba31e3",
|
|
2716
2772
|
"test/layer-0-primitives/otel-export.test.js": "sha256:78c0103b69f04270b35f1d4f14471c4aa085bdad0b55667e2f182f94c2a3f7b6",
|
|
2717
2773
|
"test/layer-0-primitives/otlp-attr-redaction.test.js": "sha256:1285109e41bd7d225b1ee78f7f5df8f4604c2d35dc1c0410e7c9795cff7db3d7",
|
|
@@ -2740,10 +2796,11 @@
|
|
|
2740
2796
|
"test/layer-0-primitives/queue-priority-rate-progress.test.js": "sha256:c87fea0add1545f2ba39209445346bff9c81916ad1d3bc7c02d73348fb938d80",
|
|
2741
2797
|
"test/layer-0-primitives/queue-sqs.test.js": "sha256:d3d60ecd1c8a1bbac17a23a4c92b002648fbfae341313f7484ff5a0e9dbf9427",
|
|
2742
2798
|
"test/layer-0-primitives/rate-limit-cluster.test.js": "sha256:732f28a7737c6696c02f554b5b7e5d4328a3eacb84ab1491b8b058c2ba603ee7",
|
|
2799
|
+
"test/layer-0-primitives/rate-limit-memory-getorinsert.test.js": "sha256:6e113f7643f0de46975f5ca37d87cc16f7bf97c2c4513fd8f09b09c224e4622f",
|
|
2743
2800
|
"test/layer-0-primitives/rate-limit-registry.test.js": "sha256:bb8a7081398aadfd8e8ecf8665863a2b28136b9dddf438022bfd5de0b2f05956",
|
|
2744
2801
|
"test/layer-0-primitives/redact-dlp.test.js": "sha256:42b80cd22185ce81e8caf71243e6f6bc2f3185a091ebe5fbb776bfab7bab37c3",
|
|
2745
2802
|
"test/layer-0-primitives/redis-client.test.js": "sha256:bb1f192c78311b7f3fededcf90a3e5bc3492fc31c001f64c642dd3eb9b631dd4",
|
|
2746
|
-
"test/layer-0-primitives/request-helpers.test.js": "sha256:
|
|
2803
|
+
"test/layer-0-primitives/request-helpers.test.js": "sha256:fb931bd66260ee37aaa2825b60bbb7949f5b82ceb9b6f64337118bbeb6aea135",
|
|
2747
2804
|
"test/layer-0-primitives/request-log.test.js": "sha256:31479f63311b31a74aa7f636b7f9ef04c2f6bcb152b8b8c465a40d08461cc03f",
|
|
2748
2805
|
"test/layer-0-primitives/require-auth-cache-control.test.js": "sha256:36b9d77791285e2b2606a5d2f8f8c8536a46e7ec1f4f2c5e54ee1b17a3dece3d",
|
|
2749
2806
|
"test/layer-0-primitives/require-mtls.test.js": "sha256:ba041e00d098090b4ffa578bb8b3f01927043842a5057069502dc69ade2dc23d",
|
|
@@ -2756,14 +2813,14 @@
|
|
|
2756
2813
|
"test/layer-0-primitives/router-use-path-scope.test.js": "sha256:e0f29dff8231e764e2564412f34d559d4112cfd5bf75ce95a407007fdb6e6f8b",
|
|
2757
2814
|
"test/layer-0-primitives/safe-archive-auto-unwrap.test.js": "sha256:1b6aa0b54eff318d95b1871f7a27378f5ee03a66ce43569c10f4e234954f010f",
|
|
2758
2815
|
"test/layer-0-primitives/safe-archive-inspect-unwrap.test.js": "sha256:a640456c8cead20769ff3d6dc9c2197cc45444a4c94be42026052a9fcb6b62af",
|
|
2759
|
-
"test/layer-0-primitives/safe-async-loops.test.js": "sha256:
|
|
2816
|
+
"test/layer-0-primitives/safe-async-loops.test.js": "sha256:a66a4d38839a76c422f44be2c3dbe7c9f1171dfabcb911cd78474e30956c72d2",
|
|
2760
2817
|
"test/layer-0-primitives/safe-async-parallel.test.js": "sha256:7216af484682b9a30ae6e1c01c09bfeb1d1d439df62c7ef2e618e4ba445b3201",
|
|
2761
|
-
"test/layer-0-primitives/safe-buffer-linear-scans.test.js": "sha256:
|
|
2818
|
+
"test/layer-0-primitives/safe-buffer-linear-scans.test.js": "sha256:8b284edf9eb68e7fac2d4bffeebaa8d5ef370e12738b92c46cf27e4a99540011",
|
|
2762
2819
|
"test/layer-0-primitives/safe-decompress.test.js": "sha256:ea6556c5e4ea203f43ddf567d982e89b6adda41763be3517799c78d4d466a883",
|
|
2763
2820
|
"test/layer-0-primitives/safe-dns.test.js": "sha256:9eecde000ecf6bd09a5b7e392d956d7f00897687771ce12a24cb502bf8220d55",
|
|
2764
2821
|
"test/layer-0-primitives/safe-ical.test.js": "sha256:4611104506f91ce3d9b1cc38527f09ab3489929714f0a9d81faf383fc83c6244",
|
|
2765
2822
|
"test/layer-0-primitives/safe-icap.test.js": "sha256:528d2d8337568df3a9a580d539f4d20dfefa80116f41adaf23e6f99f3ed670e5",
|
|
2766
|
-
"test/layer-0-primitives/safe-jsonpath.test.js": "sha256:
|
|
2823
|
+
"test/layer-0-primitives/safe-jsonpath.test.js": "sha256:d7a161d928d0d45621568479f8b80ab27603cfdb0dbb644695b4eedd3849a2b5",
|
|
2767
2824
|
"test/layer-0-primitives/safe-mime.test.js": "sha256:ba8af559611c30897f3d00f26d9dbd85a56ca66a1fdeef0fb84a3ca4a8fd2dc9",
|
|
2768
2825
|
"test/layer-0-primitives/safe-mount-info.test.js": "sha256:eae629afda908036b9d9f4ba175c53a7a65f678c98ce5c8c96e41bbfab5e0e88",
|
|
2769
2826
|
"test/layer-0-primitives/safe-path.test.js": "sha256:040e1700e101cfd4579ff50634ef1a84e141d6cefdec02eaed4ff0e2a83722f8",
|
|
@@ -2776,7 +2833,7 @@
|
|
|
2776
2833
|
"test/layer-0-primitives/safe-xml.test.js": "sha256:dc94bdc968449a87843a2403e4f9d402cd22fb7479cae30ae42e297ffec5a449",
|
|
2777
2834
|
"test/layer-0-primitives/saml-slo.test.js": "sha256:b8b3a5e71ad28a0a3e9b69bca9f570410bc8b8eab6a7fdfd186fdf12cd90854f",
|
|
2778
2835
|
"test/layer-0-primitives/saml-subjectconfirmation-notonorafter.test.js": "sha256:fbf0c44b64b102805e6ac76fa39b297cddd44ba6089faf2c99e77930f1bf0628",
|
|
2779
|
-
"test/layer-0-primitives/sandbox.test.js": "sha256:
|
|
2836
|
+
"test/layer-0-primitives/sandbox.test.js": "sha256:7f3579cc3a9da6fa1686cb021b7e461a7fe3cdd3caa5ea59c49371df2a6f2af8",
|
|
2780
2837
|
"test/layer-0-primitives/scheduler-exactly-once.test.js": "sha256:f269740eba98d12f05f6fa50c7aa4f6ac49a5a69e1dff23898257405a51089fa",
|
|
2781
2838
|
"test/layer-0-primitives/scheduler-watchdog-stale-settle.test.js": "sha256:7ee8fc92151f36fcfefb7506e5c274599b6f6df8b83639bbe73738b1f263bb43",
|
|
2782
2839
|
"test/layer-0-primitives/scim-server.test.js": "sha256:2df544430e780f677491b71e08ac77f88fabaecf0c23d838fb3081d3deb84315",
|
|
@@ -2786,14 +2843,15 @@
|
|
|
2786
2843
|
"test/layer-0-primitives/sd-notify.test.js": "sha256:39b3af9befe9f9241e328bee85d2dab3aff9c15747aa43fc6e6d68d404f4abaa",
|
|
2787
2844
|
"test/layer-0-primitives/sec-cyber.test.js": "sha256:9082c067fa9a8f55592675bbb911dc44bb10ad12bf4c6db6a2f0d95b2fa0538f",
|
|
2788
2845
|
"test/layer-0-primitives/security-assert.test.js": "sha256:d4ea3b6b187ee095edc33f433a6ba08e21ecc92d62c801344cc89d643d3e96f7",
|
|
2789
|
-
"test/layer-0-primitives/security-headers.test.js": "sha256:
|
|
2846
|
+
"test/layer-0-primitives/security-headers.test.js": "sha256:555c05dc947ecb652cce7ee8ebf55a0550a4d0b70d031e8f4941c29edbf35dcd",
|
|
2790
2847
|
"test/layer-0-primitives/security-txt.test.js": "sha256:d06a84b0e10b64c1df2f4d0ca423ad7f1a5fddf21f74f2ddf394a3dab04e8b85",
|
|
2791
2848
|
"test/layer-0-primitives/seeders.test.js": "sha256:b481f73ee88cc703501fafd075865d5be0b58f98080e63984e7f3db762e5fe8e",
|
|
2792
2849
|
"test/layer-0-primitives/self-update-standalone-verifier.test.js": "sha256:01a603efc2ad576fd2a958bc6fb0bf9738c628b9f73ca706089fb2ddfb4b8796",
|
|
2793
|
-
"test/layer-0-primitives/self-update.test.js": "sha256:
|
|
2850
|
+
"test/layer-0-primitives/self-update.test.js": "sha256:8f0b956a24a609913d14a25a39c03ac4e148f9ae88dcbaa28fbc8fa72517b249",
|
|
2794
2851
|
"test/layer-0-primitives/server-timing.test.js": "sha256:03fbad2878a8d629c0abf59c175d6de7b113e49b3eaffbdcd950b03920e54693",
|
|
2795
|
-
"test/layer-0-primitives/session-device-binding.test.js": "sha256:
|
|
2796
|
-
"test/layer-0-primitives/session-extensions.test.js": "sha256:
|
|
2852
|
+
"test/layer-0-primitives/session-device-binding.test.js": "sha256:92103c0bc7d6e03c01db3289a360ddea4d1eca58f5afffce19463e472ffc7fd3",
|
|
2853
|
+
"test/layer-0-primitives/session-extensions.test.js": "sha256:eddd5d10f86daa7a164711c287832617da8dd1cd95bfab11d8d8e6ce57a894de",
|
|
2854
|
+
"test/layer-0-primitives/session-valid-from.test.js": "sha256:587bb6aa587d1fbaf84387bd17d0a46fbf0b97ceafc9d2a1416a0e7751e98ab0",
|
|
2797
2855
|
"test/layer-0-primitives/shape-match.test.js": "sha256:ce63e3be16ff7055fe0a24ffd314e6878a8d2145043a2e2bbc3821f3d9d48b7d",
|
|
2798
2856
|
"test/layer-0-primitives/sigv4-bucket-ops.test.js": "sha256:72891b4f6d053dbbc40d58c6fa413191d71e7d37dea068f46ec0d96299cf7696",
|
|
2799
2857
|
"test/layer-0-primitives/sigv4-multipart-sse.test.js": "sha256:8572b0293afd4ce0dab01af66184b033527556f4907db8f1d87f09fed956cc24",
|
|
@@ -2801,7 +2859,7 @@
|
|
|
2801
2859
|
"test/layer-0-primitives/smtp-policy.test.js": "sha256:184fee03f15e5b607ded9ae034143c00561030830cdf7b96a70b3fcc2cb8d419",
|
|
2802
2860
|
"test/layer-0-primitives/source-comment-blocks.test.js": "sha256:83f8fdfc46fd384515932d120e00f76cd5fa041cb6f52e706c43cd5c56592309",
|
|
2803
2861
|
"test/layer-0-primitives/speculation-rules.test.js": "sha256:aa6a5b52d01832fd90db008220c861a412c61a1a5e90bb179f393359e6579598",
|
|
2804
|
-
"test/layer-0-primitives/sql.test.js": "sha256:
|
|
2862
|
+
"test/layer-0-primitives/sql.test.js": "sha256:c2422078d489e934ddfa73db1d0bdd2e81f23f8474754c10cf590a91e019378c",
|
|
2805
2863
|
"test/layer-0-primitives/sse-backpressure.test.js": "sha256:a435f5ca7e4b37f80c41da40d20d152cc2ad78d9e57fa020a054474b1feb8050",
|
|
2806
2864
|
"test/layer-0-primitives/sse.test.js": "sha256:ca58bd0149a2b62b7b08aa5003d81edcb9cc14e38cbc5fade1e6a2639a84cfe0",
|
|
2807
2865
|
"test/layer-0-primitives/ssrf-guard.test.js": "sha256:323f48e6ad057ea9977f6b798619ee8f7c74fa2d404a496086a9f61eb2cbd75b",
|
|
@@ -2812,7 +2870,7 @@
|
|
|
2812
2870
|
"test/layer-0-primitives/storage-presigned-url.test.js": "sha256:1429eedcee420858d5305681137b54b75c2affbab9d58b888854192a2592b0ee",
|
|
2813
2871
|
"test/layer-0-primitives/stream-throttle.test.js": "sha256:8251900a22780ef84fbe31a69b3c784dca733746d82bb97f4415f69c1393f6f8",
|
|
2814
2872
|
"test/layer-0-primitives/structured-fields-codec.test.js": "sha256:84834568ad750644eae96241d82248be60ec79cddc55452ae9223ae252d62ec7",
|
|
2815
|
-
"test/layer-0-primitives/structured-fields.test.js": "sha256:
|
|
2873
|
+
"test/layer-0-primitives/structured-fields.test.js": "sha256:47eb87d02a519647e7caa1ae1056d9160d7bf1d53b81722ab9467b79495d89dd",
|
|
2816
2874
|
"test/layer-0-primitives/tcpa-10dlc.test.js": "sha256:ef60049e39f2c5fd136cbc03fbb53fde46851e0c6f1ad8ddee12424c836017bc",
|
|
2817
2875
|
"test/layer-0-primitives/tenant-quota.test.js": "sha256:378adcf34d0aac5292d0bda80e2943f07d1f3d61e261964110c8a8774920aa3d",
|
|
2818
2876
|
"test/layer-0-primitives/test-coverage.test.js": "sha256:175757e902e5867fa2d5d536606bff24e93689b44e769e41359aafbc98690528",
|
|
@@ -2830,6 +2888,7 @@
|
|
|
2830
2888
|
"test/layer-0-primitives/uri-template.test.js": "sha256:ebcf36036b02316feebbe379f9889628c82ce30d86bdcc684841e8e420dc67a4",
|
|
2831
2889
|
"test/layer-0-primitives/uuid.test.js": "sha256:98653d0355fe1edfda3cef482161cec664c8792d3f69cb7e7edf18fdbf28e2fc",
|
|
2832
2890
|
"test/layer-0-primitives/validate-opts-port.test.js": "sha256:f27cc8b7e71d607b70a544570a1f65c19fa9e3ef8e8189d80dd1e5e223721958",
|
|
2891
|
+
"test/layer-0-primitives/validate-opts-shape.test.js": "sha256:719542ad75911a6239cd3ea25d180b0e8c7e97fceb31b5c1b21df9833910745a",
|
|
2833
2892
|
"test/layer-0-primitives/vault-aad.test.js": "sha256:cd97cabcc509a3688f59246b81d19b0fcbe0de20953591062cfc255eebaa3681",
|
|
2834
2893
|
"test/layer-0-primitives/vault-rotate-aad.test.js": "sha256:92a4e0c565d300844e2f302b2c024234f88859259e909713d8167279f73bc459",
|
|
2835
2894
|
"test/layer-0-primitives/vault-seal-pem-file.test.js": "sha256:33fafcc0b082fb1357f7fbeb446afbfc5852664a1cc6ee40073fd6a68fb2d768",
|
|
@@ -2839,7 +2898,8 @@
|
|
|
2839
2898
|
"test/layer-0-primitives/vex.test.js": "sha256:4a06e3e9a6ea8ffe3ab2c0af69cbe2835c1d50768c184308bb2e40638c8998cc",
|
|
2840
2899
|
"test/layer-0-primitives/watcher.test.js": "sha256:346ef70ff89e9d4b6ba27f6a1859be0cd782b8224930c7c3d2ead5d495c08dd7",
|
|
2841
2900
|
"test/layer-0-primitives/web-push-vapid.test.js": "sha256:4634dcf1c3fdae300b291d20473285a9d9fe2f49f9c54e4e3a2e149768d3fe32",
|
|
2842
|
-
"test/layer-0-primitives/webhook.test.js": "sha256:
|
|
2901
|
+
"test/layer-0-primitives/webhook-dispatcher.test.js": "sha256:080b999087102eccaa73e070b3f08ec2ab1fecd3a38d25cdcd2937241c9d9689",
|
|
2902
|
+
"test/layer-0-primitives/webhook.test.js": "sha256:0cacb793f7d0d91340b98acdea40a9628ea8ec658486816a320f762bf7c270ca",
|
|
2843
2903
|
"test/layer-0-primitives/websocket-channels.test.js": "sha256:8e1249fd11c4ae1253c8b76cc8638c9cdce2081046d6b80a9a6db0cd71d2716c",
|
|
2844
2904
|
"test/layer-0-primitives/websocket-extension-header.test.js": "sha256:8f3a29eeb269c7393342e4e7966c330413964cd251b76d5cdefd6455aa8883be",
|
|
2845
2905
|
"test/layer-0-primitives/worker-pool-recycle-race.test.js": "sha256:84f02fb349ac9b10470271a16214b8fc08d4a89757c2958f296e6bd11307e394",
|
|
@@ -2849,7 +2909,7 @@
|
|
|
2849
2909
|
"test/layer-1-state/api-key.test.js": "sha256:48d641b673a181746adf80dfa995f0ca29187af17aa4735590557fda4350dcb8",
|
|
2850
2910
|
"test/layer-5-integration/bundler-output.test.js": "sha256:d54ea7e86cdeb0241d49df70e5c5962ad8a35e3a0a57ff0026361597c4785b0b",
|
|
2851
2911
|
"test/layer-5-integration/external-db-residency.test.js": "sha256:602f23b416800bc6ab5afd5c58fbfb5b63aeef352695b9984326415d6941ef75",
|
|
2852
|
-
"test/layer-5-integration/guard-host-integration.test.js": "sha256:
|
|
2912
|
+
"test/layer-5-integration/guard-host-integration.test.js": "sha256:5c57da239285ebf04ee34cb5ab2bc000e61e7b13a91fc15750ca1db49c431808",
|
|
2853
2913
|
"test/layer-5-integration/security-chaos.test.js": "sha256:7459c282a2169b54afb1f6fe36649116553f3f62b6acb454fb4f90cb3b02aa87",
|
|
2854
2914
|
"test/smoke.js": "sha256:e33a9f04d3ce15538f0b4c4ceeebd8987f1bb7bede0fc4ca6d444a83827e571f"
|
|
2855
2915
|
}
|