@blamejs/blamejs-shop 0.4.69 → 0.4.70
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 +2 -0
- package/lib/admin.js +8 -6
- package/lib/asset-manifest.json +1 -1
- package/lib/security-middleware.js +65 -23
- package/lib/storefront.js +10 -7
- package/lib/vendor/MANIFEST.json +319 -267
- package/lib/vendor/blamejs/CHANGELOG.md +2 -0
- package/lib/vendor/blamejs/api-snapshot.json +58 -5
- package/lib/vendor/blamejs/examples/wiki/README.md +1 -1
- package/lib/vendor/blamejs/examples/wiki/docker-compose.prod.yml +9 -8
- package/lib/vendor/blamejs/examples/wiki/docker-compose.yml +10 -9
- package/lib/vendor/blamejs/examples/wiki/env-snapshot.json +4 -3
- package/lib/vendor/blamejs/examples/wiki/lib/build-app.js +33 -17
- package/lib/vendor/blamejs/examples/wiki/routes/admin.js +7 -10
- package/lib/vendor/blamejs/examples/wiki/server.js +5 -4
- package/lib/vendor/blamejs/examples/wiki/test/e2e.js +5 -0
- package/lib/vendor/blamejs/lib/a2a-tasks.js +38 -6
- package/lib/vendor/blamejs/lib/agent-event-bus.js +13 -0
- package/lib/vendor/blamejs/lib/agent-idempotency.js +5 -1
- package/lib/vendor/blamejs/lib/agent-snapshot.js +32 -2
- package/lib/vendor/blamejs/lib/ai-aedt-bias-audit.js +2 -1
- package/lib/vendor/blamejs/lib/ai-content-detect.js +1 -3
- package/lib/vendor/blamejs/lib/ai-frontier-protocol.js +1 -1
- package/lib/vendor/blamejs/lib/ai-model-manifest.js +1 -1
- package/lib/vendor/blamejs/lib/ai-output.js +16 -7
- package/lib/vendor/blamejs/lib/api-snapshot.js +4 -1
- package/lib/vendor/blamejs/lib/app-shutdown.js +7 -1
- package/lib/vendor/blamejs/lib/archive-gz.js +9 -0
- package/lib/vendor/blamejs/lib/archive-read.js +9 -7
- package/lib/vendor/blamejs/lib/archive-tar-read.js +51 -8
- package/lib/vendor/blamejs/lib/archive.js +4 -2
- package/lib/vendor/blamejs/lib/asn1-der.js +70 -22
- package/lib/vendor/blamejs/lib/atomic-file.js +204 -2
- package/lib/vendor/blamejs/lib/audit-chain.js +54 -5
- package/lib/vendor/blamejs/lib/audit-daily-review.js +12 -2
- package/lib/vendor/blamejs/lib/audit-sign.js +2 -1
- package/lib/vendor/blamejs/lib/audit-tools.js +108 -23
- package/lib/vendor/blamejs/lib/audit.js +7 -2
- package/lib/vendor/blamejs/lib/auth/access-lock.js +2 -2
- package/lib/vendor/blamejs/lib/auth/bot-challenge.js +1 -1
- package/lib/vendor/blamejs/lib/auth/ciba.js +43 -4
- package/lib/vendor/blamejs/lib/auth/dpop.js +6 -1
- package/lib/vendor/blamejs/lib/auth/fido-mds3.js +5 -1
- package/lib/vendor/blamejs/lib/auth/jwt.js +2 -2
- package/lib/vendor/blamejs/lib/auth/lockout.js +18 -2
- package/lib/vendor/blamejs/lib/auth/passkey.js +1 -1
- package/lib/vendor/blamejs/lib/auth/password.js +1 -1
- package/lib/vendor/blamejs/lib/auth/saml.js +33 -13
- package/lib/vendor/blamejs/lib/auth/sd-jwt-vc.js +24 -4
- package/lib/vendor/blamejs/lib/auth/status-list.js +14 -2
- package/lib/vendor/blamejs/lib/auth/step-up.js +9 -1
- package/lib/vendor/blamejs/lib/auth-bot-challenge.js +21 -2
- package/lib/vendor/blamejs/lib/backup/bundle.js +7 -2
- package/lib/vendor/blamejs/lib/backup/crypto.js +23 -8
- package/lib/vendor/blamejs/lib/backup/index.js +41 -20
- package/lib/vendor/blamejs/lib/backup/manifest.js +7 -1
- package/lib/vendor/blamejs/lib/break-glass.js +41 -22
- package/lib/vendor/blamejs/lib/cbor.js +34 -11
- package/lib/vendor/blamejs/lib/cdn-cache-control.js +7 -3
- package/lib/vendor/blamejs/lib/cert.js +5 -3
- package/lib/vendor/blamejs/lib/cli.js +5 -1
- package/lib/vendor/blamejs/lib/cloud-events.js +3 -2
- package/lib/vendor/blamejs/lib/cluster-storage.js +7 -3
- package/lib/vendor/blamejs/lib/codepoint-class.js +17 -0
- package/lib/vendor/blamejs/lib/compliance-eaa.js +1 -1
- package/lib/vendor/blamejs/lib/compliance-sanctions.js +9 -7
- package/lib/vendor/blamejs/lib/compliance.js +1 -1
- package/lib/vendor/blamejs/lib/config-drift.js +22 -8
- package/lib/vendor/blamejs/lib/content-credentials.js +11 -8
- package/lib/vendor/blamejs/lib/content-digest.js +11 -4
- package/lib/vendor/blamejs/lib/cookies.js +10 -2
- package/lib/vendor/blamejs/lib/cose.js +20 -0
- package/lib/vendor/blamejs/lib/crdt.js +2 -1
- package/lib/vendor/blamejs/lib/crypto-field.js +29 -23
- package/lib/vendor/blamejs/lib/crypto.js +18 -4
- package/lib/vendor/blamejs/lib/csp.js +4 -0
- package/lib/vendor/blamejs/lib/daemon.js +4 -1
- package/lib/vendor/blamejs/lib/data-act.js +27 -4
- package/lib/vendor/blamejs/lib/db-file-lifecycle.js +14 -6
- package/lib/vendor/blamejs/lib/db-query.js +69 -9
- package/lib/vendor/blamejs/lib/db.js +32 -15
- package/lib/vendor/blamejs/lib/dora.js +43 -13
- package/lib/vendor/blamejs/lib/dr-runbook.js +1 -1
- package/lib/vendor/blamejs/lib/dsa.js +2 -1
- package/lib/vendor/blamejs/lib/dsr.js +22 -8
- package/lib/vendor/blamejs/lib/early-hints.js +19 -0
- package/lib/vendor/blamejs/lib/eat.js +5 -1
- package/lib/vendor/blamejs/lib/external-db.js +60 -4
- package/lib/vendor/blamejs/lib/fda-21cfr11.js +30 -5
- package/lib/vendor/blamejs/lib/flag-providers.js +6 -2
- package/lib/vendor/blamejs/lib/forms.js +1 -1
- package/lib/vendor/blamejs/lib/gate-contract.js +46 -5
- package/lib/vendor/blamejs/lib/gdpr-ropa.js +18 -9
- package/lib/vendor/blamejs/lib/graphql-federation.js +17 -4
- package/lib/vendor/blamejs/lib/guard-all.js +2 -2
- package/lib/vendor/blamejs/lib/guard-dsn.js +1 -1
- package/lib/vendor/blamejs/lib/guard-envelope.js +1 -1
- package/lib/vendor/blamejs/lib/guard-html.js +9 -11
- package/lib/vendor/blamejs/lib/guard-imap-command.js +1 -1
- package/lib/vendor/blamejs/lib/guard-jmap.js +1 -1
- package/lib/vendor/blamejs/lib/guard-json.js +14 -6
- package/lib/vendor/blamejs/lib/guard-mail-move.js +1 -1
- package/lib/vendor/blamejs/lib/guard-managesieve-command.js +1 -1
- package/lib/vendor/blamejs/lib/guard-pop3-command.js +1 -1
- package/lib/vendor/blamejs/lib/guard-smtp-command.js +1 -1
- package/lib/vendor/blamejs/lib/guard-svg.js +8 -9
- package/lib/vendor/blamejs/lib/html-balance.js +7 -3
- package/lib/vendor/blamejs/lib/http-client-cookie-jar.js +33 -12
- package/lib/vendor/blamejs/lib/http-client.js +225 -53
- package/lib/vendor/blamejs/lib/iab-tcf.js +3 -2
- package/lib/vendor/blamejs/lib/importmap-integrity.js +41 -1
- package/lib/vendor/blamejs/lib/incident-report.js +9 -6
- package/lib/vendor/blamejs/lib/json-patch.js +1 -1
- package/lib/vendor/blamejs/lib/json-path.js +24 -3
- package/lib/vendor/blamejs/lib/jtd.js +2 -2
- package/lib/vendor/blamejs/lib/legal-hold.js +24 -8
- package/lib/vendor/blamejs/lib/log.js +2 -2
- package/lib/vendor/blamejs/lib/mail-agent.js +2 -2
- package/lib/vendor/blamejs/lib/mail-arf.js +1 -1
- package/lib/vendor/blamejs/lib/mail-auth.js +3 -3
- package/lib/vendor/blamejs/lib/mail-bimi.js +16 -16
- package/lib/vendor/blamejs/lib/mail-bounce.js +3 -3
- package/lib/vendor/blamejs/lib/mail-crypto-smime.js +71 -6
- package/lib/vendor/blamejs/lib/mail-deploy.js +9 -5
- package/lib/vendor/blamejs/lib/mail-greylist.js +2 -4
- package/lib/vendor/blamejs/lib/mail-helo.js +2 -4
- package/lib/vendor/blamejs/lib/mail-journal.js +11 -8
- package/lib/vendor/blamejs/lib/mail-mdn.js +8 -4
- package/lib/vendor/blamejs/lib/mail-rbl.js +2 -4
- package/lib/vendor/blamejs/lib/mail-scan.js +3 -5
- package/lib/vendor/blamejs/lib/mail-server-jmap.js +4 -1
- package/lib/vendor/blamejs/lib/mail-server-registry.js +1 -1
- package/lib/vendor/blamejs/lib/mail-server-tls.js +9 -2
- package/lib/vendor/blamejs/lib/mail-spam-score.js +2 -4
- package/lib/vendor/blamejs/lib/mail-store-fts.js +1 -1
- package/lib/vendor/blamejs/lib/mail.js +22 -2
- package/lib/vendor/blamejs/lib/markup-tokenizer.js +24 -0
- package/lib/vendor/blamejs/lib/mcp.js +6 -4
- package/lib/vendor/blamejs/lib/mdoc.js +26 -3
- package/lib/vendor/blamejs/lib/metrics.js +14 -3
- package/lib/vendor/blamejs/lib/middleware/api-encrypt.js +2 -2
- package/lib/vendor/blamejs/lib/middleware/body-parser.js +10 -4
- package/lib/vendor/blamejs/lib/middleware/bot-guard.js +26 -18
- package/lib/vendor/blamejs/lib/middleware/clear-site-data.js +5 -1
- package/lib/vendor/blamejs/lib/middleware/compression.js +9 -0
- package/lib/vendor/blamejs/lib/middleware/cors.js +32 -23
- package/lib/vendor/blamejs/lib/middleware/csrf-protect.js +60 -21
- package/lib/vendor/blamejs/lib/middleware/daily-byte-quota.js +6 -4
- package/lib/vendor/blamejs/lib/middleware/fetch-metadata.js +28 -4
- package/lib/vendor/blamejs/lib/middleware/network-allowlist.js +61 -30
- package/lib/vendor/blamejs/lib/middleware/rate-limit.js +25 -16
- package/lib/vendor/blamejs/lib/middleware/scim-server.js +2 -1
- package/lib/vendor/blamejs/lib/middleware/security-headers.js +24 -6
- package/lib/vendor/blamejs/lib/middleware/speculation-rules.js +6 -3
- package/lib/vendor/blamejs/lib/middleware/tus-upload.js +2 -2
- package/lib/vendor/blamejs/lib/money.js +1 -1
- package/lib/vendor/blamejs/lib/mtls-ca.js +10 -6
- package/lib/vendor/blamejs/lib/network-dns-resolver.js +1 -1
- package/lib/vendor/blamejs/lib/network-dns.js +9 -2
- package/lib/vendor/blamejs/lib/network-dnssec.js +2 -1
- package/lib/vendor/blamejs/lib/network-smtp-policy.js +23 -5
- package/lib/vendor/blamejs/lib/network-tls.js +27 -5
- package/lib/vendor/blamejs/lib/network-tsig.js +2 -2
- package/lib/vendor/blamejs/lib/nis2-report.js +1 -1
- package/lib/vendor/blamejs/lib/nist-crosswalk.js +1 -1
- package/lib/vendor/blamejs/lib/ntp-check.js +28 -0
- package/lib/vendor/blamejs/lib/numeric-bounds.js +9 -0
- package/lib/vendor/blamejs/lib/object-store/azure-blob.js +1 -2
- package/lib/vendor/blamejs/lib/object-store/gcs-bucket-ops.js +4 -2
- package/lib/vendor/blamejs/lib/object-store/gcs.js +6 -4
- package/lib/vendor/blamejs/lib/object-store/http-put.js +1 -2
- package/lib/vendor/blamejs/lib/object-store/http-request.js +30 -1
- package/lib/vendor/blamejs/lib/object-store/local.js +37 -17
- package/lib/vendor/blamejs/lib/object-store/sigv4.js +1 -2
- package/lib/vendor/blamejs/lib/observability-otlp-exporter.js +20 -4
- package/lib/vendor/blamejs/lib/outbox.js +11 -4
- package/lib/vendor/blamejs/lib/parsers/safe-xml.js +1 -1
- package/lib/vendor/blamejs/lib/parsers/safe-yaml.js +21 -3
- package/lib/vendor/blamejs/lib/queue-local.js +10 -3
- package/lib/vendor/blamejs/lib/redact.js +7 -3
- package/lib/vendor/blamejs/lib/request-helpers.js +201 -23
- package/lib/vendor/blamejs/lib/resource-access-lock.js +3 -3
- package/lib/vendor/blamejs/lib/restore-bundle.js +46 -18
- package/lib/vendor/blamejs/lib/restore-rollback.js +10 -4
- package/lib/vendor/blamejs/lib/restore.js +19 -0
- package/lib/vendor/blamejs/lib/retention.js +20 -4
- package/lib/vendor/blamejs/lib/router.js +17 -4
- package/lib/vendor/blamejs/lib/safe-ical.js +2 -2
- package/lib/vendor/blamejs/lib/safe-icap.js +1 -1
- package/lib/vendor/blamejs/lib/safe-json.js +44 -0
- package/lib/vendor/blamejs/lib/safe-sieve.js +1 -1
- package/lib/vendor/blamejs/lib/safe-vcard.js +1 -1
- package/lib/vendor/blamejs/lib/sandbox-worker.js +6 -0
- package/lib/vendor/blamejs/lib/sandbox.js +1 -1
- package/lib/vendor/blamejs/lib/scheduler.js +17 -1
- package/lib/vendor/blamejs/lib/self-update-standalone-verifier.js +16 -0
- package/lib/vendor/blamejs/lib/session.js +27 -3
- package/lib/vendor/blamejs/lib/sql.js +3 -3
- package/lib/vendor/blamejs/lib/static.js +65 -13
- package/lib/vendor/blamejs/lib/template.js +7 -5
- package/lib/vendor/blamejs/lib/tenant-quota.js +52 -19
- package/lib/vendor/blamejs/lib/tsa.js +5 -2
- package/lib/vendor/blamejs/lib/vault/index.js +5 -0
- package/lib/vendor/blamejs/lib/vault/passphrase-ops.js +22 -26
- package/lib/vendor/blamejs/lib/vault/passphrase-source.js +8 -3
- package/lib/vendor/blamejs/lib/vault/rotate.js +13 -18
- package/lib/vendor/blamejs/lib/vault/seal-pem-file.js +4 -1
- package/lib/vendor/blamejs/lib/vc.js +1 -1
- package/lib/vendor/blamejs/lib/vendor/MANIFEST.json +10 -10
- package/lib/vendor/blamejs/lib/vendor/public-suffix-list.dat +23 -10
- package/lib/vendor/blamejs/lib/vendor/public-suffix-list.data.js +5498 -5494
- package/lib/vendor/blamejs/lib/webhook.js +16 -1
- package/lib/vendor/blamejs/lib/websocket.js +1 -1
- package/lib/vendor/blamejs/lib/worm.js +1 -1
- package/lib/vendor/blamejs/lib/ws-client.js +57 -46
- package/lib/vendor/blamejs/lib/x509-chain.js +44 -0
- package/lib/vendor/blamejs/package.json +1 -1
- package/lib/vendor/blamejs/release-notes/v0.15.14.json +122 -0
- package/lib/vendor/blamejs/scripts/check-vendor-currency.js +119 -4
- package/lib/vendor/blamejs/test/00-primitives.js +5 -1
- package/lib/vendor/blamejs/test/integration/mail-crypto-smime.test.js +18 -4
- package/lib/vendor/blamejs/test/layer-0-primitives/a2a-tasks.test.js +42 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/agent-event-bus.test.js +36 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/agent-idempotency.test.js +0 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/agent-snapshot.test.js +47 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/archive-gz.test.js +24 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/archive-tar-hardening.test.js +160 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/asn1-der.test.js +45 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/atomic-file-fd-read.test.js +30 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/atomic-file-open-nofollow.test.js +79 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/atomic-file-write-excl.test.js +132 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/atomic-file-write-stream.test.js +181 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-chain-corrupted-anchor.test.js +65 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-chain-incremental-verify.test.js +83 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-daily-review.test.js +48 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-signing-key-rotation.test.js +13 -3
- package/lib/vendor/blamejs/test/layer-0-primitives/audit-verifybundle-tamper.test.js +122 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/auth-bot-challenge.test.js +37 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/auth-jwt-defenses.test.js +5 -3
- package/lib/vendor/blamejs/test/layer-0-primitives/auth-lockout.test.js +21 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/auth-status-list.test.js +73 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/bot-guard.test.js +17 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/break-glass.test.js +62 -3
- package/lib/vendor/blamejs/test/layer-0-primitives/clear-site-data.test.js +12 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/cluster-storage.test.js +40 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/codebase-patterns.test.js +146 -5
- package/lib/vendor/blamejs/test/layer-0-primitives/compliance-sanctions.test.js +14 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/compression-range.test.js +115 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/content-credentials.test.js +17 -5
- package/lib/vendor/blamejs/test/layer-0-primitives/cors.test.js +27 -5
- package/lib/vendor/blamejs/test/layer-0-primitives/crypto-field-per-row-key.test.js +83 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/csrf-protect.test.js +58 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/data-act.test.js +30 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/db-raw-residency-gate.test.js +74 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/dora.test.js +20 -6
- package/lib/vendor/blamejs/test/layer-0-primitives/dpop-alg-kty.test.js +64 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/dsr.test.js +32 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/fda-21cfr11.test.js +43 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/fetch-metadata.test.js +30 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/graphql-federation.test.js +33 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-html.test.js +34 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/guard-json.test.js +12 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/http-client-stream.test.js +72 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/http-client-throttle-transform.test.js +88 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/importmap-integrity.test.js +25 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/legal-hold.test.js +28 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-crypto-smime.test.js +20 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-header-injection.test.js +58 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/mail-journal.test.js +63 -9
- package/lib/vendor/blamejs/test/layer-0-primitives/mdoc.test.js +41 -14
- package/lib/vendor/blamejs/test/layer-0-primitives/network-allowlist.test.js +61 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/object-store-range-header.test.js +51 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/otlp-attr-redaction.test.js +35 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/output-header-hardening.test.js +102 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/parser-verify-hardening.test.js +191 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/proto-shadow-allowlist.test.js +120 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/rate-limit-xff-spoofing.test.js +75 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/request-helpers.test.js +128 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/restore-blob-remap.test.js +128 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/retention-sweep-termination.test.js +104 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/router-body-validation.test.js +98 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/safe-json-stringify-for-script.test.js +43 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/saml-subjectconfirmation-notonorafter.test.js +48 -5
- package/lib/vendor/blamejs/test/layer-0-primitives/sandbox.test.js +23 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/sd-jwt-vc.test.js +54 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/session-extensions.test.js +24 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/static.test.js +42 -1
- package/lib/vendor/blamejs/test/layer-0-primitives/step-up.test.js +7 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/template-escape-html.test.js +43 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/tenant-quota.test.js +15 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/vault-default-store.test.js +48 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/vendor-currency-classify.test.js +77 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/webhook.test.js +50 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/ws-client.test.js +22 -0
- package/lib/vendor/blamejs/test/layer-0-primitives/x509-chain-ca-enforcement.test.js +149 -0
- package/lib/vendor/blamejs/test/layer-5-integration/external-db-residency.test.js +34 -0
- 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.14",
|
|
7
|
+
"tag": "v0.15.14",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"author": "blamejs contributors",
|
|
10
10
|
"source": "https://github.com/blamejs/blamejs",
|
|
@@ -814,6 +814,7 @@
|
|
|
814
814
|
"lib/worker-pool.js": "lib/vendor/blamejs/lib/worker-pool.js",
|
|
815
815
|
"lib/worm.js": "lib/vendor/blamejs/lib/worm.js",
|
|
816
816
|
"lib/ws-client.js": "lib/vendor/blamejs/lib/ws-client.js",
|
|
817
|
+
"lib/x509-chain.js": "lib/vendor/blamejs/lib/x509-chain.js",
|
|
817
818
|
"lib/xml-c14n.js": "lib/vendor/blamejs/lib/xml-c14n.js",
|
|
818
819
|
"oss-fuzz/projects/blamejs/Dockerfile": "lib/vendor/blamejs/oss-fuzz/projects/blamejs/Dockerfile",
|
|
819
820
|
"oss-fuzz/projects/blamejs/README.md": "lib/vendor/blamejs/oss-fuzz/projects/blamejs/README.md",
|
|
@@ -833,6 +834,7 @@
|
|
|
833
834
|
"release-notes/v0.15.11.json": "lib/vendor/blamejs/release-notes/v0.15.11.json",
|
|
834
835
|
"release-notes/v0.15.12.json": "lib/vendor/blamejs/release-notes/v0.15.12.json",
|
|
835
836
|
"release-notes/v0.15.13.json": "lib/vendor/blamejs/release-notes/v0.15.13.json",
|
|
837
|
+
"release-notes/v0.15.14.json": "lib/vendor/blamejs/release-notes/v0.15.14.json",
|
|
836
838
|
"release-notes/v0.15.2.json": "lib/vendor/blamejs/release-notes/v0.15.2.json",
|
|
837
839
|
"release-notes/v0.15.3.json": "lib/vendor/blamejs/release-notes/v0.15.3.json",
|
|
838
840
|
"release-notes/v0.15.4.json": "lib/vendor/blamejs/release-notes/v0.15.4.json",
|
|
@@ -977,6 +979,7 @@
|
|
|
977
979
|
"test/layer-0-primitives/archive-gz.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-gz.test.js",
|
|
978
980
|
"test/layer-0-primitives/archive-read.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-read.test.js",
|
|
979
981
|
"test/layer-0-primitives/archive-sniff-envelope.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-sniff-envelope.test.js",
|
|
982
|
+
"test/layer-0-primitives/archive-tar-hardening.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-tar-hardening.test.js",
|
|
980
983
|
"test/layer-0-primitives/archive-tar.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-tar.test.js",
|
|
981
984
|
"test/layer-0-primitives/archive-wrap-passphrase.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-wrap-passphrase.test.js",
|
|
982
985
|
"test/layer-0-primitives/archive-wrap.test.js": "lib/vendor/blamejs/test/layer-0-primitives/archive-wrap.test.js",
|
|
@@ -988,8 +991,13 @@
|
|
|
988
991
|
"test/layer-0-primitives/atomic-file-conflict-path.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-conflict-path.test.js",
|
|
989
992
|
"test/layer-0-primitives/atomic-file-exclusive-temp.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-exclusive-temp.test.js",
|
|
990
993
|
"test/layer-0-primitives/atomic-file-fd-read.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-fd-read.test.js",
|
|
994
|
+
"test/layer-0-primitives/atomic-file-open-nofollow.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-open-nofollow.test.js",
|
|
991
995
|
"test/layer-0-primitives/atomic-file-rename-retry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-rename-retry.test.js",
|
|
996
|
+
"test/layer-0-primitives/atomic-file-write-excl.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-write-excl.test.js",
|
|
997
|
+
"test/layer-0-primitives/atomic-file-write-stream.test.js": "lib/vendor/blamejs/test/layer-0-primitives/atomic-file-write-stream.test.js",
|
|
992
998
|
"test/layer-0-primitives/attach-user-bearer-scheme.test.js": "lib/vendor/blamejs/test/layer-0-primitives/attach-user-bearer-scheme.test.js",
|
|
999
|
+
"test/layer-0-primitives/audit-chain-corrupted-anchor.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-chain-corrupted-anchor.test.js",
|
|
1000
|
+
"test/layer-0-primitives/audit-chain-incremental-verify.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-chain-incremental-verify.test.js",
|
|
993
1001
|
"test/layer-0-primitives/audit-checkpoint-false-rollback.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-checkpoint-false-rollback.test.js",
|
|
994
1002
|
"test/layer-0-primitives/audit-cve-defensive.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-cve-defensive.test.js",
|
|
995
1003
|
"test/layer-0-primitives/audit-daily-review.test.js": "lib/vendor/blamejs/test/layer-0-primitives/audit-daily-review.test.js",
|
|
@@ -1011,6 +1019,7 @@
|
|
|
1011
1019
|
"test/layer-0-primitives/auth-jwt-defenses.test.js": "lib/vendor/blamejs/test/layer-0-primitives/auth-jwt-defenses.test.js",
|
|
1012
1020
|
"test/layer-0-primitives/auth-lockout.test.js": "lib/vendor/blamejs/test/layer-0-primitives/auth-lockout.test.js",
|
|
1013
1021
|
"test/layer-0-primitives/auth-password-audit.test.js": "lib/vendor/blamejs/test/layer-0-primitives/auth-password-audit.test.js",
|
|
1022
|
+
"test/layer-0-primitives/auth-status-list.test.js": "lib/vendor/blamejs/test/layer-0-primitives/auth-status-list.test.js",
|
|
1014
1023
|
"test/layer-0-primitives/azure-blob-bucket-ops.test.js": "lib/vendor/blamejs/test/layer-0-primitives/azure-blob-bucket-ops.test.js",
|
|
1015
1024
|
"test/layer-0-primitives/azure-blob-key-encoding.test.js": "lib/vendor/blamejs/test/layer-0-primitives/azure-blob-key-encoding.test.js",
|
|
1016
1025
|
"test/layer-0-primitives/backup-bundle-info.test.js": "lib/vendor/blamejs/test/layer-0-primitives/backup-bundle-info.test.js",
|
|
@@ -1074,6 +1083,7 @@
|
|
|
1074
1083
|
"test/layer-0-primitives/compliance-eu-ai-act-posture.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance-eu-ai-act-posture.test.js",
|
|
1075
1084
|
"test/layer-0-primitives/compliance-sanctions.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance-sanctions.test.js",
|
|
1076
1085
|
"test/layer-0-primitives/compliance.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compliance.test.js",
|
|
1086
|
+
"test/layer-0-primitives/compression-range.test.js": "lib/vendor/blamejs/test/layer-0-primitives/compression-range.test.js",
|
|
1077
1087
|
"test/layer-0-primitives/config-drift.test.js": "lib/vendor/blamejs/test/layer-0-primitives/config-drift.test.js",
|
|
1078
1088
|
"test/layer-0-primitives/config.test.js": "lib/vendor/blamejs/test/layer-0-primitives/config.test.js",
|
|
1079
1089
|
"test/layer-0-primitives/consent-purposes.test.js": "lib/vendor/blamejs/test/layer-0-primitives/consent-purposes.test.js",
|
|
@@ -1141,6 +1151,7 @@
|
|
|
1141
1151
|
"test/layer-0-primitives/dns-null-mx.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dns-null-mx.test.js",
|
|
1142
1152
|
"test/layer-0-primitives/dnssec.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dnssec.test.js",
|
|
1143
1153
|
"test/layer-0-primitives/dora.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dora.test.js",
|
|
1154
|
+
"test/layer-0-primitives/dpop-alg-kty.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dpop-alg-kty.test.js",
|
|
1144
1155
|
"test/layer-0-primitives/dpop-middleware-replaystore-required.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dpop-middleware-replaystore-required.test.js",
|
|
1145
1156
|
"test/layer-0-primitives/dr-runbook.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dr-runbook.test.js",
|
|
1146
1157
|
"test/layer-0-primitives/dsa.test.js": "lib/vendor/blamejs/test/layer-0-primitives/dsa.test.js",
|
|
@@ -1218,6 +1229,7 @@
|
|
|
1218
1229
|
"test/layer-0-primitives/html-balance.test.js": "lib/vendor/blamejs/test/layer-0-primitives/html-balance.test.js",
|
|
1219
1230
|
"test/layer-0-primitives/http-client-cache.test.js": "lib/vendor/blamejs/test/layer-0-primitives/http-client-cache.test.js",
|
|
1220
1231
|
"test/layer-0-primitives/http-client-stream.test.js": "lib/vendor/blamejs/test/layer-0-primitives/http-client-stream.test.js",
|
|
1232
|
+
"test/layer-0-primitives/http-client-throttle-transform.test.js": "lib/vendor/blamejs/test/layer-0-primitives/http-client-throttle-transform.test.js",
|
|
1221
1233
|
"test/layer-0-primitives/http-message-signature.test.js": "lib/vendor/blamejs/test/layer-0-primitives/http-message-signature.test.js",
|
|
1222
1234
|
"test/layer-0-primitives/i18n-messageformat.test.js": "lib/vendor/blamejs/test/layer-0-primitives/i18n-messageformat.test.js",
|
|
1223
1235
|
"test/layer-0-primitives/i18n.test.js": "lib/vendor/blamejs/test/layer-0-primitives/i18n.test.js",
|
|
@@ -1261,6 +1273,7 @@
|
|
|
1261
1273
|
"test/layer-0-primitives/mail-dkim.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-dkim.test.js",
|
|
1262
1274
|
"test/layer-0-primitives/mail-feedback-id.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-feedback-id.test.js",
|
|
1263
1275
|
"test/layer-0-primitives/mail-greylist.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-greylist.test.js",
|
|
1276
|
+
"test/layer-0-primitives/mail-header-injection.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-header-injection.test.js",
|
|
1264
1277
|
"test/layer-0-primitives/mail-helo.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-helo.test.js",
|
|
1265
1278
|
"test/layer-0-primitives/mail-journal.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-journal.test.js",
|
|
1266
1279
|
"test/layer-0-primitives/mail-mdn.test.js": "lib/vendor/blamejs/test/layer-0-primitives/mail-mdn.test.js",
|
|
@@ -1312,6 +1325,7 @@
|
|
|
1312
1325
|
"test/layer-0-primitives/notify.test.js": "lib/vendor/blamejs/test/layer-0-primitives/notify.test.js",
|
|
1313
1326
|
"test/layer-0-primitives/numeric-bounds.test.js": "lib/vendor/blamejs/test/layer-0-primitives/numeric-bounds.test.js",
|
|
1314
1327
|
"test/layer-0-primitives/oauth-callback.test.js": "lib/vendor/blamejs/test/layer-0-primitives/oauth-callback.test.js",
|
|
1328
|
+
"test/layer-0-primitives/object-store-range-header.test.js": "lib/vendor/blamejs/test/layer-0-primitives/object-store-range-header.test.js",
|
|
1315
1329
|
"test/layer-0-primitives/object-store-versioned-delete.test.js": "lib/vendor/blamejs/test/layer-0-primitives/object-store-versioned-delete.test.js",
|
|
1316
1330
|
"test/layer-0-primitives/observability-tracing.test.js": "lib/vendor/blamejs/test/layer-0-primitives/observability-tracing.test.js",
|
|
1317
1331
|
"test/layer-0-primitives/observability.test.js": "lib/vendor/blamejs/test/layer-0-primitives/observability.test.js",
|
|
@@ -1319,7 +1333,9 @@
|
|
|
1319
1333
|
"test/layer-0-primitives/otel-export.test.js": "lib/vendor/blamejs/test/layer-0-primitives/otel-export.test.js",
|
|
1320
1334
|
"test/layer-0-primitives/otlp-attr-redaction.test.js": "lib/vendor/blamejs/test/layer-0-primitives/otlp-attr-redaction.test.js",
|
|
1321
1335
|
"test/layer-0-primitives/outbox-inflight-reaper.test.js": "lib/vendor/blamejs/test/layer-0-primitives/outbox-inflight-reaper.test.js",
|
|
1336
|
+
"test/layer-0-primitives/output-header-hardening.test.js": "lib/vendor/blamejs/test/layer-0-primitives/output-header-hardening.test.js",
|
|
1322
1337
|
"test/layer-0-primitives/pagination.test.js": "lib/vendor/blamejs/test/layer-0-primitives/pagination.test.js",
|
|
1338
|
+
"test/layer-0-primitives/parser-verify-hardening.test.js": "lib/vendor/blamejs/test/layer-0-primitives/parser-verify-hardening.test.js",
|
|
1323
1339
|
"test/layer-0-primitives/parsers-standalone.test.js": "lib/vendor/blamejs/test/layer-0-primitives/parsers-standalone.test.js",
|
|
1324
1340
|
"test/layer-0-primitives/passkey-real-vectors.test.js": "lib/vendor/blamejs/test/layer-0-primitives/passkey-real-vectors.test.js",
|
|
1325
1341
|
"test/layer-0-primitives/passkey.test.js": "lib/vendor/blamejs/test/layer-0-primitives/passkey.test.js",
|
|
@@ -1333,6 +1349,7 @@
|
|
|
1333
1349
|
"test/layer-0-primitives/process-spawn.test.js": "lib/vendor/blamejs/test/layer-0-primitives/process-spawn.test.js",
|
|
1334
1350
|
"test/layer-0-primitives/promise-pool.test.js": "lib/vendor/blamejs/test/layer-0-primitives/promise-pool.test.js",
|
|
1335
1351
|
"test/layer-0-primitives/protected-resource-metadata.test.js": "lib/vendor/blamejs/test/layer-0-primitives/protected-resource-metadata.test.js",
|
|
1352
|
+
"test/layer-0-primitives/proto-shadow-allowlist.test.js": "lib/vendor/blamejs/test/layer-0-primitives/proto-shadow-allowlist.test.js",
|
|
1336
1353
|
"test/layer-0-primitives/protobuf-encoder.test.js": "lib/vendor/blamejs/test/layer-0-primitives/protobuf-encoder.test.js",
|
|
1337
1354
|
"test/layer-0-primitives/protocol-dispatcher.test.js": "lib/vendor/blamejs/test/layer-0-primitives/protocol-dispatcher.test.js",
|
|
1338
1355
|
"test/layer-0-primitives/public-suffix.test.js": "lib/vendor/blamejs/test/layer-0-primitives/public-suffix.test.js",
|
|
@@ -1345,6 +1362,7 @@
|
|
|
1345
1362
|
"test/layer-0-primitives/rate-limit-cluster.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-cluster.test.js",
|
|
1346
1363
|
"test/layer-0-primitives/rate-limit-memory-getorinsert.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-memory-getorinsert.test.js",
|
|
1347
1364
|
"test/layer-0-primitives/rate-limit-registry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-registry.test.js",
|
|
1365
|
+
"test/layer-0-primitives/rate-limit-xff-spoofing.test.js": "lib/vendor/blamejs/test/layer-0-primitives/rate-limit-xff-spoofing.test.js",
|
|
1348
1366
|
"test/layer-0-primitives/redact-dlp.test.js": "lib/vendor/blamejs/test/layer-0-primitives/redact-dlp.test.js",
|
|
1349
1367
|
"test/layer-0-primitives/redis-client.test.js": "lib/vendor/blamejs/test/layer-0-primitives/redis-client.test.js",
|
|
1350
1368
|
"test/layer-0-primitives/request-helpers.test.js": "lib/vendor/blamejs/test/layer-0-primitives/request-helpers.test.js",
|
|
@@ -1352,9 +1370,12 @@
|
|
|
1352
1370
|
"test/layer-0-primitives/require-auth-cache-control.test.js": "lib/vendor/blamejs/test/layer-0-primitives/require-auth-cache-control.test.js",
|
|
1353
1371
|
"test/layer-0-primitives/require-mtls.test.js": "lib/vendor/blamejs/test/layer-0-primitives/require-mtls.test.js",
|
|
1354
1372
|
"test/layer-0-primitives/resource-access-lock.test.js": "lib/vendor/blamejs/test/layer-0-primitives/resource-access-lock.test.js",
|
|
1373
|
+
"test/layer-0-primitives/restore-blob-remap.test.js": "lib/vendor/blamejs/test/layer-0-primitives/restore-blob-remap.test.js",
|
|
1355
1374
|
"test/layer-0-primitives/retention-dryrun-no-vacuum.test.js": "lib/vendor/blamejs/test/layer-0-primitives/retention-dryrun-no-vacuum.test.js",
|
|
1356
1375
|
"test/layer-0-primitives/retention-floor.test.js": "lib/vendor/blamejs/test/layer-0-primitives/retention-floor.test.js",
|
|
1376
|
+
"test/layer-0-primitives/retention-sweep-termination.test.js": "lib/vendor/blamejs/test/layer-0-primitives/retention-sweep-termination.test.js",
|
|
1357
1377
|
"test/layer-0-primitives/retry.test.js": "lib/vendor/blamejs/test/layer-0-primitives/retry.test.js",
|
|
1378
|
+
"test/layer-0-primitives/router-body-validation.test.js": "lib/vendor/blamejs/test/layer-0-primitives/router-body-validation.test.js",
|
|
1358
1379
|
"test/layer-0-primitives/router-cross-origin-redirect.test.js": "lib/vendor/blamejs/test/layer-0-primitives/router-cross-origin-redirect.test.js",
|
|
1359
1380
|
"test/layer-0-primitives/router-tls0rtt.test.js": "lib/vendor/blamejs/test/layer-0-primitives/router-tls0rtt.test.js",
|
|
1360
1381
|
"test/layer-0-primitives/router-use-path-scope.test.js": "lib/vendor/blamejs/test/layer-0-primitives/router-use-path-scope.test.js",
|
|
@@ -1367,6 +1388,7 @@
|
|
|
1367
1388
|
"test/layer-0-primitives/safe-dns.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-dns.test.js",
|
|
1368
1389
|
"test/layer-0-primitives/safe-ical.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-ical.test.js",
|
|
1369
1390
|
"test/layer-0-primitives/safe-icap.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-icap.test.js",
|
|
1391
|
+
"test/layer-0-primitives/safe-json-stringify-for-script.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-json-stringify-for-script.test.js",
|
|
1370
1392
|
"test/layer-0-primitives/safe-jsonpath.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-jsonpath.test.js",
|
|
1371
1393
|
"test/layer-0-primitives/safe-mime.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-mime.test.js",
|
|
1372
1394
|
"test/layer-0-primitives/safe-mount-info.test.js": "lib/vendor/blamejs/test/layer-0-primitives/safe-mount-info.test.js",
|
|
@@ -1419,6 +1441,7 @@
|
|
|
1419
1441
|
"test/layer-0-primitives/structured-fields-codec.test.js": "lib/vendor/blamejs/test/layer-0-primitives/structured-fields-codec.test.js",
|
|
1420
1442
|
"test/layer-0-primitives/structured-fields.test.js": "lib/vendor/blamejs/test/layer-0-primitives/structured-fields.test.js",
|
|
1421
1443
|
"test/layer-0-primitives/tcpa-10dlc.test.js": "lib/vendor/blamejs/test/layer-0-primitives/tcpa-10dlc.test.js",
|
|
1444
|
+
"test/layer-0-primitives/template-escape-html.test.js": "lib/vendor/blamejs/test/layer-0-primitives/template-escape-html.test.js",
|
|
1422
1445
|
"test/layer-0-primitives/tenant-quota.test.js": "lib/vendor/blamejs/test/layer-0-primitives/tenant-quota.test.js",
|
|
1423
1446
|
"test/layer-0-primitives/test-coverage.test.js": "lib/vendor/blamejs/test/layer-0-primitives/test-coverage.test.js",
|
|
1424
1447
|
"test/layer-0-primitives/test-harness.test.js": "lib/vendor/blamejs/test/layer-0-primitives/test-harness.test.js",
|
|
@@ -1437,9 +1460,11 @@
|
|
|
1437
1460
|
"test/layer-0-primitives/validate-opts-port.test.js": "lib/vendor/blamejs/test/layer-0-primitives/validate-opts-port.test.js",
|
|
1438
1461
|
"test/layer-0-primitives/validate-opts-shape.test.js": "lib/vendor/blamejs/test/layer-0-primitives/validate-opts-shape.test.js",
|
|
1439
1462
|
"test/layer-0-primitives/vault-aad.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-aad.test.js",
|
|
1463
|
+
"test/layer-0-primitives/vault-default-store.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-default-store.test.js",
|
|
1440
1464
|
"test/layer-0-primitives/vault-rotate-aad.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-rotate-aad.test.js",
|
|
1441
1465
|
"test/layer-0-primitives/vault-seal-pem-file.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vault-seal-pem-file.test.js",
|
|
1442
1466
|
"test/layer-0-primitives/vc.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vc.test.js",
|
|
1467
|
+
"test/layer-0-primitives/vendor-currency-classify.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vendor-currency-classify.test.js",
|
|
1443
1468
|
"test/layer-0-primitives/vendor-data.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vendor-data.test.js",
|
|
1444
1469
|
"test/layer-0-primitives/vendor-manifest.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vendor-manifest.test.js",
|
|
1445
1470
|
"test/layer-0-primitives/vex.test.js": "lib/vendor/blamejs/test/layer-0-primitives/vex.test.js",
|
|
@@ -1453,6 +1478,7 @@
|
|
|
1453
1478
|
"test/layer-0-primitives/worker-pool.test.js": "lib/vendor/blamejs/test/layer-0-primitives/worker-pool.test.js",
|
|
1454
1479
|
"test/layer-0-primitives/worm.test.js": "lib/vendor/blamejs/test/layer-0-primitives/worm.test.js",
|
|
1455
1480
|
"test/layer-0-primitives/ws-client.test.js": "lib/vendor/blamejs/test/layer-0-primitives/ws-client.test.js",
|
|
1481
|
+
"test/layer-0-primitives/x509-chain-ca-enforcement.test.js": "lib/vendor/blamejs/test/layer-0-primitives/x509-chain-ca-enforcement.test.js",
|
|
1456
1482
|
"test/layer-1-state/api-key.test.js": "lib/vendor/blamejs/test/layer-1-state/api-key.test.js",
|
|
1457
1483
|
"test/layer-5-integration/bundler-output.test.js": "lib/vendor/blamejs/test/layer-5-integration/bundler-output.test.js",
|
|
1458
1484
|
"test/layer-5-integration/external-db-residency.test.js": "lib/vendor/blamejs/test/layer-5-integration/external-db-residency.test.js",
|
|
@@ -1461,7 +1487,7 @@
|
|
|
1461
1487
|
"test/smoke.js": "lib/vendor/blamejs/test/smoke.js"
|
|
1462
1488
|
},
|
|
1463
1489
|
"bundler": "shallow git clone of release tag from github.com/blamejs/blamejs",
|
|
1464
|
-
"bundledAt": "2026-06-
|
|
1490
|
+
"bundledAt": "2026-06-21",
|
|
1465
1491
|
"hashes": {
|
|
1466
1492
|
".clusterfuzzlite/Dockerfile": "sha256:c0f51f4c7d592caea19fdcb658778fe3beda648bb95c3e8809622e1209a18cf1",
|
|
1467
1493
|
".clusterfuzzlite/build.sh": "sha256:b9f5a627272c65f6569fa20dcbb32c383ca3a1183ce2562d481408a2fbaf9881",
|
|
@@ -1492,7 +1518,7 @@
|
|
|
1492
1518
|
".npmrc": "sha256:66f104e7d07c496d2d0409988225e8c0e4ceb8d247dbcac3be75b2128d20ce66",
|
|
1493
1519
|
".pinact.yaml": "sha256:0213ffda55961dc49b64c0a5dfa3c0567419633b1499d57eaf7c8d842d7da6c7",
|
|
1494
1520
|
"ARCHITECTURE.md": "sha256:9b1c8d2b1b7a41838eb348b0a008e4b4369718fd72bfe2974b37155f7536d35b",
|
|
1495
|
-
"CHANGELOG.md": "sha256:
|
|
1521
|
+
"CHANGELOG.md": "sha256:501acfc51a1eba88c3161236310c9a95dd00ca5b6e98bbe4bbe701ea6a821cb4",
|
|
1496
1522
|
"CODE_OF_CONDUCT.md": "sha256:148a281960fff7c2fe6554dab66da572c72245ddeb00b0d14811558397bff386",
|
|
1497
1523
|
"CONTRIBUTING.md": "sha256:bb4dbdbc8598da31dbce653a8ed322e08ff46560173f2eb67a4d684653948332",
|
|
1498
1524
|
"GOVERNANCE.md": "sha256:906df6afb1f552b27b9acb50f7f96c47b917a2f1021cd4e987dbf4ee0e0a821b",
|
|
@@ -1502,7 +1528,7 @@
|
|
|
1502
1528
|
"NOTICE": "sha256:f487fa47a11aca0f89e2615cdd3c713e9842abf7a30d8d328eeeae1c864aa774",
|
|
1503
1529
|
"README.md": "sha256:3ddcc197b003da0b02db8bdd1aef1e943c94f7eab613c633d6a45bb11d0a80e9",
|
|
1504
1530
|
"SECURITY.md": "sha256:23f7ee4a44f21e433ed1d3c6f414575eb3e30f66a328422973a1109a276c537b",
|
|
1505
|
-
"api-snapshot.json": "sha256:
|
|
1531
|
+
"api-snapshot.json": "sha256:8428a6f861fd54322f7d326329a77e705e2130b44ed5ae77912efaff3dfe40cf",
|
|
1506
1532
|
"assets/BlameJS_Logo.png": "sha256:3c65699753c771b48ef9ac7f45bb40815ec19a23afcdd0cd30ef4601bbbe293e",
|
|
1507
1533
|
"assets/BlameJS_Logo.svg": "sha256:dda44f3fb1343d5de9db6b1fcdb75fc649c57e7a99a8e8239fcf852e3841e1a8",
|
|
1508
1534
|
"bench/README.md": "sha256:74202f2507fd840bfc1ac6c681975d9273cf36cca6e0f72655f138337304033c",
|
|
@@ -1541,13 +1567,13 @@
|
|
|
1541
1567
|
"examples/wiki/Caddyfile": "sha256:6428e568e2c30c5cc014822725df6998b5eb102c92e0bf7f556ab39532c96690",
|
|
1542
1568
|
"examples/wiki/DEPLOY.md": "sha256:a6d7a3b0edc37ccf767146816137aa03b09bef66051e89f7e062aa379e6d0bf3",
|
|
1543
1569
|
"examples/wiki/Dockerfile": "sha256:5f9589f2327ba1e3b47782bb5c0e41a4d001f8c0d4d59c90cad15c2318209a8f",
|
|
1544
|
-
"examples/wiki/README.md": "sha256:
|
|
1570
|
+
"examples/wiki/README.md": "sha256:74319ff6cbdb16c7d0eb2aa3ef1b33f9692f778f36a3688b0ee88d6154ea3ae5",
|
|
1545
1571
|
"examples/wiki/cli-snapshot.json": "sha256:9fc00825db2a12172d8a91a687c0e8b96a276191db36f1d437bf7e5cb45b8954",
|
|
1546
|
-
"examples/wiki/docker-compose.prod.yml": "sha256:
|
|
1547
|
-
"examples/wiki/docker-compose.yml": "sha256:
|
|
1548
|
-
"examples/wiki/env-snapshot.json": "sha256:
|
|
1572
|
+
"examples/wiki/docker-compose.prod.yml": "sha256:33280a0039be004195ef0197db94c233a12742cb653f2d7473c8265cf4ee3faf",
|
|
1573
|
+
"examples/wiki/docker-compose.yml": "sha256:c27bddfc07f3293c5e78ad11c31624dd85d225cef08b47b89147f2d5c2d37522",
|
|
1574
|
+
"examples/wiki/env-snapshot.json": "sha256:e538ed640078ba8779972238c3f8802e2a826fa1c0b720112cf879b643a2c09f",
|
|
1549
1575
|
"examples/wiki/lib/auto-site-entries.js": "sha256:4776889b61588b0979fa9ccade88cfa687b640e84a961dc104ce1f3a938e07f9",
|
|
1550
|
-
"examples/wiki/lib/build-app.js": "sha256:
|
|
1576
|
+
"examples/wiki/lib/build-app.js": "sha256:47d0c2e94cba0eb500b4831a229fe45919c774a75ce759b11a22074f73d3fa4a",
|
|
1551
1577
|
"examples/wiki/lib/harvest-cli.js": "sha256:ad388ce0782efb23e5a068368ebd02ad921bb645c6288b034bb0fb7a42fa823d",
|
|
1552
1578
|
"examples/wiki/lib/harvest-env-vars.js": "sha256:b3113ba195b0dff7d1e42dd07259a092d96fe5aed4dad0cda601134fdf794046",
|
|
1553
1579
|
"examples/wiki/lib/harvest-errors.js": "sha256:0c7dd6a1857ee04b584c1105f656bc964474be770f22f94a784ba2a99e702caf",
|
|
@@ -1569,14 +1595,14 @@
|
|
|
1569
1595
|
"examples/wiki/public/vendor/prism.css": "sha256:1b15fe2971998a048aebb60f26f6eed76122071db9ef3b995abd003224f52a98",
|
|
1570
1596
|
"examples/wiki/public/vendor/prism.js": "sha256:c0709144fb1ce9ff5623e361b19967120445a7722678f43f6c133a5fdcd1389e",
|
|
1571
1597
|
"examples/wiki/public/wiki.css": "sha256:6315a13b5cbbfe75b5a071f47e9892042b4c6451b95b1636a5f637ccec6fd317",
|
|
1572
|
-
"examples/wiki/routes/admin.js": "sha256:
|
|
1598
|
+
"examples/wiki/routes/admin.js": "sha256:616cb2758d99d7b8cee065be9bc1996c076fdc0c5e262a473b020596c73c5645",
|
|
1573
1599
|
"examples/wiki/routes/integration.js": "sha256:c0e27b32557062d3ee7f89e7cf0a359743245cede02f3ae26b047ff4f126126e",
|
|
1574
1600
|
"examples/wiki/routes/pages.js": "sha256:3f3afa7a57cd8229f9db361737d1269d3fd9006763a15d834a146ddf537b97aa",
|
|
1575
1601
|
"examples/wiki/scripts/backfill-module-metadata.js": "sha256:2417636c0e55fa9dcd7a63a79404936b4974b19c488e90b53603b8fda235837b",
|
|
1576
1602
|
"examples/wiki/seeders/prod/0001-default-pages.js": "sha256:e435490715cb1b620816aca0e3f256dbfffd3316a133b5b2bb62bde76e9e4f05",
|
|
1577
1603
|
"examples/wiki/seeders/prod/pages/_index.js": "sha256:fb4d2ebe288f9928fa2a63006946eabcd4f7144b29b36c3ecaca6cd4b9e16e12",
|
|
1578
1604
|
"examples/wiki/seeders/prod/pages/api.js": "sha256:ba564a5cf62cf40db37cafe872e1c9ab00ec9b8f1ed107cb85cef56d1355216c",
|
|
1579
|
-
"examples/wiki/server.js": "sha256:
|
|
1605
|
+
"examples/wiki/server.js": "sha256:3171dc66b9373583ee6872bcec0471d34a0442044c99853a3fff5860a0800f1e",
|
|
1580
1606
|
"examples/wiki/site.config.js": "sha256:9345ce551f25416023b85edfd83907fe7ffba46cca4cb38fb6e5117929f2d400",
|
|
1581
1607
|
"examples/wiki/snippets/README.md": "sha256:cde9a330207a087bbfd06480a641ae1dcd704c5a28d0274c0bf6cefc9e61a86d",
|
|
1582
1608
|
"examples/wiki/snippets/auth/password-hash.example.js": "sha256:88c55a37bb7ebf76dff945d49138b6f2b2fa05db9acc3355ae483f702f3d8ebe",
|
|
@@ -1584,7 +1610,7 @@
|
|
|
1584
1610
|
"examples/wiki/src/wiki.js": "sha256:d27db30436ce441f13ff91cc8f7c4fa59a115b644748cd1fdfd855a8f910a797",
|
|
1585
1611
|
"examples/wiki/test/AUDIT.md": "sha256:28868e102852aa5c0981421035066a1da6676ec5ed8d0f4b88571614dc3301ab",
|
|
1586
1612
|
"examples/wiki/test/codebase-patterns.test.js": "sha256:5b95639ce11287e20944706d6f547d4c7da92c0ae94dce6bc12db8173ddbb2e9",
|
|
1587
|
-
"examples/wiki/test/e2e.js": "sha256:
|
|
1613
|
+
"examples/wiki/test/e2e.js": "sha256:33507660f39f29d3acbdca9c0223a3568ce524065ecddc5fdd1680993c92aa5f",
|
|
1588
1614
|
"examples/wiki/test/find-missing-pages.js": "sha256:092c92b400d8f528df47ab4400f83834dd7a561269bd602e57f05eb740d9126a",
|
|
1589
1615
|
"examples/wiki/test/integration.js": "sha256:f5d1ce3fce33036ddf98c0328608ce6b5ac57ef613d388c62724de54c209ef56",
|
|
1590
1616
|
"examples/wiki/test/validate-cli-snapshot.js": "sha256:2986efd62acdf6bc1e98e883457aa8a59dd2ccde6910a5d3b6d3a0e4fbfcfe44",
|
|
@@ -1702,98 +1728,98 @@
|
|
|
1702
1728
|
"index.js": "sha256:cd98188922f65a4b98440f9aef0a2a475c1b04a9c30c4142aeffcad0f698b733",
|
|
1703
1729
|
"keys/release-pqc-pub.json": "sha256:38fb7f580ccc06c5682c5c3f12b43441d4fdd3e79cf57afb8b3dab3a73af290d",
|
|
1704
1730
|
"lib/_test/crypto-fixtures.js": "sha256:91470fc813e41eeed06dee1e8fbb92d179af77eb01109c1256f7330cb2fc0980",
|
|
1705
|
-
"lib/a2a-tasks.js": "sha256:
|
|
1731
|
+
"lib/a2a-tasks.js": "sha256:d027609ce0688a307ba7c42e52fb6054b1b076fe4d1f62ccf89373ba73f4df3c",
|
|
1706
1732
|
"lib/a2a.js": "sha256:2d11b818fb32fac0bfb25e92720d22a46840b9b209ecc5d76c2254496b037cca",
|
|
1707
1733
|
"lib/acme.js": "sha256:22939f9dca7dbe99e475bba10bdfc057b553b3ba05798e14fbf724ae0d52eb3d",
|
|
1708
1734
|
"lib/agent-audit.js": "sha256:e75baecca3146dfda7070704b0a2c25ffb0aca4f58119c9b50975f1c2f141b22",
|
|
1709
1735
|
"lib/agent-envelope-mac.js": "sha256:2909c3d7a090c444478f122c657a66046f021afd75caf218e7ff7de09871be61",
|
|
1710
|
-
"lib/agent-event-bus.js": "sha256:
|
|
1711
|
-
"lib/agent-idempotency.js": "sha256:
|
|
1736
|
+
"lib/agent-event-bus.js": "sha256:c8b21e11f0b6596ddfc36cd87a7ee26185e41ff59e3bb65c0fb4b02e525ee1e4",
|
|
1737
|
+
"lib/agent-idempotency.js": "sha256:dc3f9f82d129a844812a042e6730f167df471fc0792d60b0dc2bb174604d896e",
|
|
1712
1738
|
"lib/agent-orchestrator.js": "sha256:517f672eefbfc430cabf06f3162ab5fd2212996d17366909d9eff7aa514363b2",
|
|
1713
1739
|
"lib/agent-posture-chain.js": "sha256:2e09b38742194b5823d174315c6ae2dd89857d9e662286f37c46c14627243b1a",
|
|
1714
1740
|
"lib/agent-saga.js": "sha256:1a239892fe534d16e5567b731730bebc073057fe7d3bae63e0c49d989648c501",
|
|
1715
|
-
"lib/agent-snapshot.js": "sha256:
|
|
1741
|
+
"lib/agent-snapshot.js": "sha256:eac77c6c771b31ced5ce01937ee0cab301bc97a5b96d9db949471296029da769",
|
|
1716
1742
|
"lib/agent-stream.js": "sha256:8e519cba5505ad8e89bfe827483c16fe577ad39742e17f8f01d30b430a4bbf0b",
|
|
1717
1743
|
"lib/agent-tenant.js": "sha256:811d483e210b6dabf98aff873d63600cc1971e04b15259077fec81f9b84445e5",
|
|
1718
1744
|
"lib/agent-trace.js": "sha256:46b90274a48c7602789991dea990f967172e324eb1e71877ac0842f06cfe75bf",
|
|
1719
1745
|
"lib/ai-adverse-decision.js": "sha256:145e0f8789332b39a8c06ac93cfd63f317b043937a6bd395cd40c0d3baf3ed25",
|
|
1720
|
-
"lib/ai-aedt-bias-audit.js": "sha256:
|
|
1746
|
+
"lib/ai-aedt-bias-audit.js": "sha256:4dcbbaf1aacbe981d5792ef732cdf39db378cc5c650e8e2efb3d4c7ea1378958",
|
|
1721
1747
|
"lib/ai-capability.js": "sha256:4e625db5a0eec3f07746df094168ab38319436c8de8961fec816a46853f1beab",
|
|
1722
|
-
"lib/ai-content-detect.js": "sha256:
|
|
1748
|
+
"lib/ai-content-detect.js": "sha256:3cc2296ccf9bfded3c3b0f782fdd1b4d4e72add6972527923dc7c6fbb133836c",
|
|
1723
1749
|
"lib/ai-disclosure.js": "sha256:f707210f667d86425feb44f7a0d7d1b3d1e902b660aa66d4c8f229d192a35fb3",
|
|
1724
1750
|
"lib/ai-dp.js": "sha256:711bc1405ea15e9071d469f25b0d441197dbe70449316239ebb04a30e7e7d270",
|
|
1725
|
-
"lib/ai-frontier-protocol.js": "sha256:
|
|
1751
|
+
"lib/ai-frontier-protocol.js": "sha256:be2ce3a356155c7ce5f1e7cb91b7f2b3b8123ebdbf8b3956a76b456c3448ae7b",
|
|
1726
1752
|
"lib/ai-input.js": "sha256:e128d2ae87095799d3c7c1bce72f0bb12eb722022c3aec36bca2f1dd0e83ec96",
|
|
1727
|
-
"lib/ai-model-manifest.js": "sha256:
|
|
1728
|
-
"lib/ai-output.js": "sha256:
|
|
1753
|
+
"lib/ai-model-manifest.js": "sha256:dfb44d4b2fdce85d3b60ee7c111464e943a6047ee344df313f38119ec1b2e5e8",
|
|
1754
|
+
"lib/ai-output.js": "sha256:f869f5602d5f7e197c74ce5d029903f04903e30e88ff90f647751ee2586ada24",
|
|
1729
1755
|
"lib/ai-pref.js": "sha256:ae8776a68aae4d6e7284323d0a978f0cadd29a0b0e45facd1ade2c26c261292c",
|
|
1730
1756
|
"lib/ai-prompt.js": "sha256:822ed52771874956aaae453b4e674c95f95a93be126d105db007b8360383dfb2",
|
|
1731
1757
|
"lib/ai-quota.js": "sha256:e7ff0fe6c5dae2925e2320a1df7be046052ce9f34597c662e72eb9c226034c56",
|
|
1732
1758
|
"lib/api-key.js": "sha256:6ee664481b53ac1bc99a8a4bac67d887b11089e889048d559a1bcfda112302ae",
|
|
1733
|
-
"lib/api-snapshot.js": "sha256:
|
|
1734
|
-
"lib/app-shutdown.js": "sha256:
|
|
1759
|
+
"lib/api-snapshot.js": "sha256:bade91aa53b6a08c4c1a33c4331140d9cab92be505e637d89ebd2ca0d40656ec",
|
|
1760
|
+
"lib/app-shutdown.js": "sha256:dae7e0f4d17d1560c3a45643d7ee7f1dbc94f86e7ea13e61649f226a2f1baf35",
|
|
1735
1761
|
"lib/app.js": "sha256:a3633c332d36dc6ffa6bd9aa4ff25361aaf9a78a2b1e70ca7dd8f379787191e6",
|
|
1736
1762
|
"lib/archive-adapters.js": "sha256:05d9205294fd642eb9bcac6ffe5f518ca3baf5428cb72713bc220f42748f3f2d",
|
|
1737
1763
|
"lib/archive-entry-policy.js": "sha256:0dff89f8a2bdedc971fd3db2fcee9925c646b5c3d20f86936606e2f54d436f71",
|
|
1738
|
-
"lib/archive-gz.js": "sha256:
|
|
1739
|
-
"lib/archive-read.js": "sha256:
|
|
1740
|
-
"lib/archive-tar-read.js": "sha256:
|
|
1764
|
+
"lib/archive-gz.js": "sha256:c4e517ef4a07c65dee2a8311c9a93d36be969ef010490a25150ab4f31aecb008",
|
|
1765
|
+
"lib/archive-read.js": "sha256:08e795c6b97235068e26ae6d09dd2c3db49f9e4376b587dcc4c9966bdd370cf0",
|
|
1766
|
+
"lib/archive-tar-read.js": "sha256:4fae6239a1aacbe718498b063ae9cc42dd356969c728fe5eba5b0817306fb0c7",
|
|
1741
1767
|
"lib/archive-tar.js": "sha256:2723c58ca3dd715a15082cba958e2a4fb335356de3f3405faf23f72026f79c4d",
|
|
1742
1768
|
"lib/archive-wrap.js": "sha256:57e075cdf386b0eea63bdbfeb856ca82931d3b6d410dfde2c6dfc595c2dbb56a",
|
|
1743
|
-
"lib/archive.js": "sha256:
|
|
1769
|
+
"lib/archive.js": "sha256:2a84b85215c32a2ee13bd60da26457923dc75a11aa79fb90c8979f8d556d2610",
|
|
1744
1770
|
"lib/arg-parser.js": "sha256:3e5cc51bfe22152cefbae0c646d2c90a7e62cc76930d75468a82a8ec6a3e4b67",
|
|
1745
1771
|
"lib/argon2-builtin.js": "sha256:9cf301aa88c321051804bdb957cb50b53fd8c800e0f403c0d21b61011e03f314",
|
|
1746
|
-
"lib/asn1-der.js": "sha256:
|
|
1772
|
+
"lib/asn1-der.js": "sha256:bf085ff06bc12f08207ee641e63373ea2bf20e3dd52b8f6f026fd67700cf905c",
|
|
1747
1773
|
"lib/asyncapi-bindings.js": "sha256:2f6f3d7ea836d0483e40f08b8202d78bae54bdc3d76b5faf57d918e699ebeac8",
|
|
1748
1774
|
"lib/asyncapi-traits.js": "sha256:82ec58b77f0a65ef1b5e8b67ee9555e9cb984de769c3393fe5c6d4d0640546f0",
|
|
1749
1775
|
"lib/asyncapi.js": "sha256:c26da54ab6760da0043178abb85960e857b6e8f77f31dc3ced8db95760e25a00",
|
|
1750
|
-
"lib/atomic-file.js": "sha256:
|
|
1751
|
-
"lib/audit-chain.js": "sha256:
|
|
1752
|
-
"lib/audit-daily-review.js": "sha256:
|
|
1776
|
+
"lib/atomic-file.js": "sha256:b0de23cb3ba9b816764037e529eb60dd23ae55000cdfdd9e7d7b6226b9984240",
|
|
1777
|
+
"lib/audit-chain.js": "sha256:1c9895a2bbf6ce3b4c546b1b3c95ac9d5ed55d82a2b58c0de4e3ecc1947c3c31",
|
|
1778
|
+
"lib/audit-daily-review.js": "sha256:61cebe47d6e5eeeedcab45515473acfaab623217810a7ab3629b3aeca5028519",
|
|
1753
1779
|
"lib/audit-emit.js": "sha256:1171699027269e154fd247141a549e65bcdb566e52ed00b993c7dfb9a293ba0f",
|
|
1754
|
-
"lib/audit-sign.js": "sha256:
|
|
1755
|
-
"lib/audit-tools.js": "sha256:
|
|
1756
|
-
"lib/audit.js": "sha256:
|
|
1757
|
-
"lib/auth-bot-challenge.js": "sha256:
|
|
1780
|
+
"lib/audit-sign.js": "sha256:191593c5f0f635e10db2e085f44d44aef5994168086039c4444af6fbffc87041",
|
|
1781
|
+
"lib/audit-tools.js": "sha256:d446ea8de44a70ba1155f30251201ad6787d8ba9c86dd985cd581ee344e459e9",
|
|
1782
|
+
"lib/audit.js": "sha256:a8a149b4d42605e54b6cdae2dbf6c9840c3162f8e3e254cd47630b665b45d00b",
|
|
1783
|
+
"lib/auth-bot-challenge.js": "sha256:53084ed4eb6cf18de37e0d60c5e4de2ea40c1100ebb6769b2695db4fe57f11a6",
|
|
1758
1784
|
"lib/auth-header.js": "sha256:5cc83773b69e1641d6b50929f1d6183b9532dbbff3ba53e479ac1e1056b5d01d",
|
|
1759
1785
|
"lib/auth/aal.js": "sha256:085846a97f30310f3687837dc64368c231497bfbc9ed6e9a2cb7fdcc06ccc302",
|
|
1760
|
-
"lib/auth/access-lock.js": "sha256:
|
|
1786
|
+
"lib/auth/access-lock.js": "sha256:47f8795749ecc472ff3a1dce3e7ca7182e7bacbd96bb90a531919ae29d96ce51",
|
|
1761
1787
|
"lib/auth/acr-vocabulary.js": "sha256:8a032dadbb806fe5a3ea57146a0e61bb7876eb9e2f925bc58647c0c087afbc33",
|
|
1762
1788
|
"lib/auth/ato-kill-switch.js": "sha256:aac3cf32e2e5023fdff2a643c15e168c0e9f9b1bb147d31965c008fd8eb1d79b",
|
|
1763
1789
|
"lib/auth/auth-time-tracker.js": "sha256:c8d545491ef8275fd271ece280c3325f0b455ba87fc3ea9989330bbf8ae4c7eb",
|
|
1764
|
-
"lib/auth/bot-challenge.js": "sha256:
|
|
1765
|
-
"lib/auth/ciba.js": "sha256:
|
|
1766
|
-
"lib/auth/dpop.js": "sha256:
|
|
1790
|
+
"lib/auth/bot-challenge.js": "sha256:f2ce34a84dc1aa1ce082c472ad580965da4a9c2c2290e18d32a1bae1546dddcc",
|
|
1791
|
+
"lib/auth/ciba.js": "sha256:d0bfec683e273104ed85db40cee4efce46a7b0c2ab8c93dbfdb3f5435081c356",
|
|
1792
|
+
"lib/auth/dpop.js": "sha256:c7becc35df61344196ca6a0803ea96729afee6a8ac841c292890578f5ab02cd7",
|
|
1767
1793
|
"lib/auth/elevation-grant.js": "sha256:cf1c498359073a29d0192f390fe767731025d7cd65c5272298ae06ee10e307e7",
|
|
1768
1794
|
"lib/auth/fal.js": "sha256:aabf6d8095dd41dcda8a2efdb48e00e95bffe70c78991c93fbef827816918692",
|
|
1769
|
-
"lib/auth/fido-mds3.js": "sha256:
|
|
1795
|
+
"lib/auth/fido-mds3.js": "sha256:cfe5448bdf317de7531863660ab6746c6357c9cdb14234d80a48b25a2f0b727a",
|
|
1770
1796
|
"lib/auth/jar.js": "sha256:f333f25a87b8c60f5f19c51d68aefba8ae8ed304e0f54a957560475359e11f7f",
|
|
1771
1797
|
"lib/auth/jwt-external.js": "sha256:4b0073de3b72e3215534613781f16892736b4433f7c9b4fd9f5968a106bb777d",
|
|
1772
|
-
"lib/auth/jwt.js": "sha256:
|
|
1773
|
-
"lib/auth/lockout.js": "sha256:
|
|
1798
|
+
"lib/auth/jwt.js": "sha256:84483ccb8e4c97accf048cdb30f88af92e4e939e98381a6331be974aa849b315",
|
|
1799
|
+
"lib/auth/lockout.js": "sha256:c765cc891ef6c8ce34ba31d4d6044b7c99d529d72ce369a28f1b588bee6829cb",
|
|
1774
1800
|
"lib/auth/oauth.js": "sha256:251dc0123bff9dab04c4e0692184b9ef69daabdfe4bf5d4c31812ceb9972a8db",
|
|
1775
1801
|
"lib/auth/oid4vci.js": "sha256:8f3f5ae5722ef00d7c5885eb49084820e6b8409aa564a52b0c48b1d334d3e49c",
|
|
1776
1802
|
"lib/auth/oid4vp.js": "sha256:96aee801f9e47491c8eb47f50f21d395aacabbf948cafe2477f876051ac1ef3d",
|
|
1777
1803
|
"lib/auth/openid-federation.js": "sha256:2644424c3802382c2922dd018d6674790263d77bf0e7b6c80502d8e1e6535e4f",
|
|
1778
|
-
"lib/auth/passkey.js": "sha256:
|
|
1779
|
-
"lib/auth/password.js": "sha256:
|
|
1780
|
-
"lib/auth/saml.js": "sha256:
|
|
1804
|
+
"lib/auth/passkey.js": "sha256:14cc2a5f15a4748a03e703d3f6db0a7aaf408d7b277a8388506907e45da4a1f3",
|
|
1805
|
+
"lib/auth/password.js": "sha256:f5c468f9d8f90128bb25a5a0ece6d33ecb152d1e0b4263ded65862ae29bce03e",
|
|
1806
|
+
"lib/auth/saml.js": "sha256:92b38d8fa839282d6d23a132b239e81573b47f53a6740df385987a1e71b1f80f",
|
|
1781
1807
|
"lib/auth/sd-jwt-vc-disclosure.js": "sha256:bc1eff5def71d2eedb6f17c8bede650050af9d790145e8697871c75ddc8431ae",
|
|
1782
1808
|
"lib/auth/sd-jwt-vc-holder.js": "sha256:9d22b691e6a698aa2240c3ac611bc91e5b8d6acaa4b8fa03e28077ddb5fd56df",
|
|
1783
1809
|
"lib/auth/sd-jwt-vc-issuer.js": "sha256:8cbfd25af7df5db7e7f61d004059530c46cc18fd1afbcebbe94f8f81f503c413",
|
|
1784
|
-
"lib/auth/sd-jwt-vc.js": "sha256:
|
|
1785
|
-
"lib/auth/status-list.js": "sha256:
|
|
1810
|
+
"lib/auth/sd-jwt-vc.js": "sha256:3485b354f420e8e6fe4d5231dd00e4037dcc7e0a014695e3ed5a20ec535d3815",
|
|
1811
|
+
"lib/auth/status-list.js": "sha256:2861dafbe8dab3d6fba161663850c35acf2eb1d29c481dd030339c5c013602a2",
|
|
1786
1812
|
"lib/auth/step-up-policy.js": "sha256:dca5810bd13d1e4d279b9d34b3e777cf2455c938502b25b41c773e513d90b379",
|
|
1787
|
-
"lib/auth/step-up.js": "sha256:
|
|
1788
|
-
"lib/backup/bundle.js": "sha256:
|
|
1789
|
-
"lib/backup/crypto.js": "sha256:
|
|
1790
|
-
"lib/backup/index.js": "sha256:
|
|
1791
|
-
"lib/backup/manifest.js": "sha256:
|
|
1813
|
+
"lib/auth/step-up.js": "sha256:3c426fc31ccf4180a9958f3c9e81573fd90ea7afa7688e52b8547a74ea987fbd",
|
|
1814
|
+
"lib/backup/bundle.js": "sha256:7c7c7329cbd7240a4793ee04b3d9ec3d2a4620fdd82e84494298791a02567b0f",
|
|
1815
|
+
"lib/backup/crypto.js": "sha256:a83ff69d25e4c30d7a84ed4754653706b786b3594a38a879f3f7ff6899625f67",
|
|
1816
|
+
"lib/backup/index.js": "sha256:929b173e19b3b4fb58e7acae281b652d3ae322602ab41aa67f9f8c1c3582a066",
|
|
1817
|
+
"lib/backup/manifest.js": "sha256:405a237f9251a1a579252f91115a693d0d5c934e3c9783a231af6310d4d10c9b",
|
|
1792
1818
|
"lib/base32.js": "sha256:9e3f7c0262b0d442d5c92eef15a8a15dad60b034fe3c7c0a16cfdd5c307c3782",
|
|
1793
1819
|
"lib/boot-gates.js": "sha256:ff6ee110476002445093de97b3654cec6f2465039242cea5df8756429f8e9e67",
|
|
1794
1820
|
"lib/bounded-map.js": "sha256:bc7365632665aeb4ca6b256e14cbde25b6002a9992e00211c8df3d54572cf4ca",
|
|
1795
1821
|
"lib/breach-deadline.js": "sha256:157fb91e61b21a6534d508ba79d181d4773417fc6ca3877642d1f7d230137ac3",
|
|
1796
|
-
"lib/break-glass.js": "sha256:
|
|
1822
|
+
"lib/break-glass.js": "sha256:5fe3d48e17179fb1bf5a2bbd042492e8c1ddf3ea013d45245c4909e7a2ff6607",
|
|
1797
1823
|
"lib/budr.js": "sha256:5572da1872d12fafc312c5c9c75553ce6be69283c067f9648d4e1cc01c09208d",
|
|
1798
1824
|
"lib/bundler.js": "sha256:7643dc2ff49757eff457174ac5851a6d34319e7aa79cfe67ea2e974e2cd1c944",
|
|
1799
1825
|
"lib/cache-redis.js": "sha256:661ba39417085682cee1e5524685c9cb1e1277c6f1cef9ca4ae808e457d5499e",
|
|
@@ -1801,108 +1827,108 @@
|
|
|
1801
1827
|
"lib/cache.js": "sha256:e38929b261a6c9ea2dd822f39f2669c2ee5bbc6729517ced49471227d1d5ddb9",
|
|
1802
1828
|
"lib/calendar.js": "sha256:08896ec0e8e07e7da3a94c18046cba9ea082e5a5af16ab459604862f70fd11ef",
|
|
1803
1829
|
"lib/canonical-json.js": "sha256:3546e2a4b7692c4f8c77602e8804a8aaebff29b2183329588578c1d6f0df3eee",
|
|
1804
|
-
"lib/cbor.js": "sha256:
|
|
1805
|
-
"lib/cdn-cache-control.js": "sha256:
|
|
1806
|
-
"lib/cert.js": "sha256:
|
|
1830
|
+
"lib/cbor.js": "sha256:9b6a6799b10646e50705f9e0839fbac2f3b8df6e41943170c15e308215936feb",
|
|
1831
|
+
"lib/cdn-cache-control.js": "sha256:adc1e5bdc59492de9e2f688dbee279a0ab09166adba609c4b5355028c4d3e0d1",
|
|
1832
|
+
"lib/cert.js": "sha256:f93bfc6e4b87da8ffcf9c1e2f1ba5fb0942122c36b2a0766b06c215d0f59b45c",
|
|
1807
1833
|
"lib/chain-writer.js": "sha256:e067e2ecf1088a0fb334f512b95025685bff9a3fc648b3522d20f33ad0e613a2",
|
|
1808
1834
|
"lib/circuit-breaker.js": "sha256:54244401ef17e588341176cece113b39f42c55ac3cfefe8f46b5172835b26f8c",
|
|
1809
1835
|
"lib/cli-helpers.js": "sha256:ab292718a0076b66c32fc4a19a8150c25030cb7cff4bef9363612c29cb66f119",
|
|
1810
|
-
"lib/cli.js": "sha256:
|
|
1836
|
+
"lib/cli.js": "sha256:70f7b74582b4643d0a8192049698c63d096db18d864753799bbddba14587a4b6",
|
|
1811
1837
|
"lib/client-hints.js": "sha256:fc571db42faa28fc2d36db24754ce486e2b0161c32e0a580095ece8dcd1c3de1",
|
|
1812
|
-
"lib/cloud-events.js": "sha256:
|
|
1838
|
+
"lib/cloud-events.js": "sha256:9a067389255b6d05e8cb61b1f2cc6b9f31e56d13a5e8c3d625d5403470ecf5de",
|
|
1813
1839
|
"lib/cluster-provider-db.js": "sha256:d480a0afe22b5a083b4bfbdcf337d08a3a4a79307f35fb819c4e9a75f03bd02e",
|
|
1814
|
-
"lib/cluster-storage.js": "sha256:
|
|
1840
|
+
"lib/cluster-storage.js": "sha256:b0c9d150ab05d71254d74f65eb0f1dece3aa9a4d94a7292912422588f843eafd",
|
|
1815
1841
|
"lib/cluster.js": "sha256:7a9263639fcccf72dd528e9ab5fd4b2ae893bf16ea0ab2b57b4b4dd45c336fbe",
|
|
1816
1842
|
"lib/cms-codec.js": "sha256:fcc9583c18e7262033e972940a4d6a3ef5a2c0ab93b744b6dcef551250cff56b",
|
|
1817
|
-
"lib/codepoint-class.js": "sha256:
|
|
1843
|
+
"lib/codepoint-class.js": "sha256:c4ec13c8994a46f41d7bbece42efed984617e68e95fc55f8bdde81ad4ea8f4e7",
|
|
1818
1844
|
"lib/compliance-ai-act-logging.js": "sha256:acf27602fcee00315e8245942e9a7247f35b75320c2d80d7263ec48ac5da02fa",
|
|
1819
1845
|
"lib/compliance-ai-act-prohibited.js": "sha256:c4d0f404274441c065f93400034edf28daf6c56a9cfdaf25158488e490547c80",
|
|
1820
1846
|
"lib/compliance-ai-act-risk.js": "sha256:cf30214a34b0bbcb66a5e7c9fbfb0c8f4b33fb52786ed2be0d5f9ad58943bfa4",
|
|
1821
1847
|
"lib/compliance-ai-act-transparency.js": "sha256:1987ba74cf2457b8f3db8a968d8044aaf3271bb93e9eb03ef884329692badc87",
|
|
1822
1848
|
"lib/compliance-ai-act.js": "sha256:704e08821a0816c87bddcfc17d6d128098dce8f4cf3a1ce46af725aeac322642",
|
|
1823
|
-
"lib/compliance-eaa.js": "sha256:
|
|
1849
|
+
"lib/compliance-eaa.js": "sha256:d072594eda69311efca083a400083ccff8fe2a4286fe8e4137181e42d7b5c058",
|
|
1824
1850
|
"lib/compliance-sanctions-aliases.js": "sha256:9c22ca858f84ca73363205cc70d89675c3df9bef03bb9f3d321cd3aaacd9ff84",
|
|
1825
1851
|
"lib/compliance-sanctions-fetcher.js": "sha256:1808b4852ced7894d1ba2998526366b52ef8a27489b80b9a915283cff0a11307",
|
|
1826
1852
|
"lib/compliance-sanctions-fuzzy.js": "sha256:ec6f76fc40a245ff40a36f59a4d81ac8f20c16c2dbf9462e5c78bb58cbe36ba4",
|
|
1827
|
-
"lib/compliance-sanctions.js": "sha256:
|
|
1828
|
-
"lib/compliance.js": "sha256:
|
|
1829
|
-
"lib/config-drift.js": "sha256:
|
|
1853
|
+
"lib/compliance-sanctions.js": "sha256:abbbe986a780af36209bde9aade1371acb4e7008dee0979e4fec1ca367ea65cd",
|
|
1854
|
+
"lib/compliance.js": "sha256:4d9219a60f659131358129cf017677b60e1cb3585b330e369846f15cc09bc0c6",
|
|
1855
|
+
"lib/config-drift.js": "sha256:45d68d319fd4a8e28a60260d317b734ac5ee558273c04243f2b95eed50220385",
|
|
1830
1856
|
"lib/config.js": "sha256:07e20539293e9e365690addc902bc623e213c5ece972dc5b72199b375a17e66d",
|
|
1831
1857
|
"lib/consent.js": "sha256:7a101c997ad040a2845648670b866425935c3cda96a48dc678723ca2cd20f76d",
|
|
1832
1858
|
"lib/constants.js": "sha256:b64ae02d0ad14def9b572d446aab267f67c458de7e9073c6701786159a6e7960",
|
|
1833
|
-
"lib/content-credentials.js": "sha256:
|
|
1834
|
-
"lib/content-digest.js": "sha256:
|
|
1835
|
-
"lib/cookies.js": "sha256:
|
|
1836
|
-
"lib/cose.js": "sha256:
|
|
1859
|
+
"lib/content-credentials.js": "sha256:948f6b0f0b2e8e53a11fe468c814c24d4ca1ef39afc92e506e813109aeb9a5ab",
|
|
1860
|
+
"lib/content-digest.js": "sha256:8880b288f8f0944eb8a396e77ef475c9b519bd4d0ee22aa6c2aa907a2a89bf3e",
|
|
1861
|
+
"lib/cookies.js": "sha256:8617591f9bf3f8e226e0f3b974e90a5ae6b98572b45cce7e985d5a36e8a972ec",
|
|
1862
|
+
"lib/cose.js": "sha256:fc3e35299bf263e6444386ecfa234ef75c20e3eb7ea1eedf16e1b30e5f8e7a4e",
|
|
1837
1863
|
"lib/cra-report.js": "sha256:77e6c28bcb00273d652bd9578ca45fccb56d83ef47a18d4cac80929e17d59dff",
|
|
1838
|
-
"lib/crdt.js": "sha256:
|
|
1864
|
+
"lib/crdt.js": "sha256:be5f4675e072eda28e9bbccf49213ad4350b5f53ae78b1ec28cc1d36bf1ea129",
|
|
1839
1865
|
"lib/credential-hash.js": "sha256:9f4bf10f3ee86f03fba90e32778d99e0f9eb5966b826cbd1dc83e6c55000400e",
|
|
1840
|
-
"lib/crypto-field.js": "sha256:
|
|
1866
|
+
"lib/crypto-field.js": "sha256:3656c2c70610b429b7a46a282ce7bf4778250904eaeedc0bca9b408a87d96996",
|
|
1841
1867
|
"lib/crypto-hpke-pq.js": "sha256:f086e23f4f80de9d0713826890bf8bafc0a8ddfa53fe7e87f5a0fed8ffa35caf",
|
|
1842
1868
|
"lib/crypto-hpke.js": "sha256:e9fb595fc16206237edeb738bfe4b037eeee91de9558e09ffe41e0f1e37558a7",
|
|
1843
1869
|
"lib/crypto-oprf.js": "sha256:5c98b56ba2322d3c3f40ac5c849370d927b76a535f19f76448469f349ac2b408",
|
|
1844
1870
|
"lib/crypto-xwing.js": "sha256:e724e5ea88bdb193f6c601c126230765454618eb2bf91dbf62939be510922a39",
|
|
1845
|
-
"lib/crypto.js": "sha256:
|
|
1846
|
-
"lib/csp.js": "sha256:
|
|
1871
|
+
"lib/crypto.js": "sha256:0884094cdfc52e577c10b51622b940e9acc1ce2ef8dd8996d790e51e80b2f9b5",
|
|
1872
|
+
"lib/csp.js": "sha256:8e34fe90bd9e45e3a918cd8f7564a93e68e2d63b6d2bdada74e9c4b5358b5057",
|
|
1847
1873
|
"lib/csv.js": "sha256:eca5d01409e72f5f73c5a954f3019826ed5da06f72103a5117016aeb0654f17c",
|
|
1848
1874
|
"lib/cwt.js": "sha256:1c39f6ea999ecdb2cb119933b497af9cbfd512aeaa73261076f12018f0393e80",
|
|
1849
|
-
"lib/daemon.js": "sha256:
|
|
1875
|
+
"lib/daemon.js": "sha256:8ac929f2529e21c94f5d865a488f99bd83d43640e9194c05217ec16578774104",
|
|
1850
1876
|
"lib/dark-patterns.js": "sha256:e54cc6fb591748b937627560ccdfd84da0e84974da5189e15b911e00b3c7e51b",
|
|
1851
|
-
"lib/data-act.js": "sha256:
|
|
1877
|
+
"lib/data-act.js": "sha256:9d8f276393bef93e90ddf471f6c424cf95728a9c67fc8416fc5e3ccc99f690ee",
|
|
1852
1878
|
"lib/db-collection.js": "sha256:cb7aa1f7cf6b7f6bd86829cc54fc27999e97422370283b258e54e4c05c6f0388",
|
|
1853
1879
|
"lib/db-declare-row-policy.js": "sha256:aea911d30d8d4108f2f83fd7d91c5f5a3c5be3f1ecec18be4674d7f1f8b39666",
|
|
1854
1880
|
"lib/db-declare-view.js": "sha256:82371eb03f635877f6541850edb617905722c3bcf60f592f28b2d57d44a50bff",
|
|
1855
|
-
"lib/db-file-lifecycle.js": "sha256:
|
|
1856
|
-
"lib/db-query.js": "sha256:
|
|
1881
|
+
"lib/db-file-lifecycle.js": "sha256:610538b8a6e7ad140b92f257c58fc0c2fdc97d3ef8c002d43987b97fbfd971c0",
|
|
1882
|
+
"lib/db-query.js": "sha256:7e36d611fa2f5e66e82a377e8debe29377bacb9571edf8e388304188c77abeaf",
|
|
1857
1883
|
"lib/db-role-context.js": "sha256:fa97dd17a8de1278a76a01d7979c3c847295c5efe1f14ab90701ca0e98f9bd3b",
|
|
1858
1884
|
"lib/db-schema.js": "sha256:5aaef5f61f16dc0913225cb3f134e9ef6d05bf917d15ea35360c8cfbb81de1cd",
|
|
1859
|
-
"lib/db.js": "sha256:
|
|
1885
|
+
"lib/db.js": "sha256:0b932ee8c055aec8369f195a1bfc774e380bb019dfc338d84e759db0f687cfa9",
|
|
1860
1886
|
"lib/dbsc.js": "sha256:403ae5ef5fe57397ad36326223197fd379d72d100c22f89bc637e291fd42b850",
|
|
1861
1887
|
"lib/ddl-change-control.js": "sha256:75265cda0b214a878786c2bded05769b29ddb566b122524311d94490877e18ec",
|
|
1862
1888
|
"lib/deprecate.js": "sha256:59b442098bbb113464c92097929adfdc1bd4a5050ad9d8fc2e9f76eff3fc8f87",
|
|
1863
1889
|
"lib/dev.js": "sha256:e7f3d5db1575ff0e3b93f5af9ea0378d0d8de9dc42be401c9ac16fb40af00506",
|
|
1864
1890
|
"lib/did.js": "sha256:3e918866689e33db52cc737015b7e6a5fd2832a4a41635c32efa6c74981ab20c",
|
|
1865
|
-
"lib/dora.js": "sha256:
|
|
1866
|
-
"lib/dr-runbook.js": "sha256:
|
|
1867
|
-
"lib/dsa.js": "sha256:
|
|
1868
|
-
"lib/dsr.js": "sha256:
|
|
1891
|
+
"lib/dora.js": "sha256:1b2ed45582623978c9f1087a0a45b6707d1a3d7b5da9eb420f780ec44c6ddd37",
|
|
1892
|
+
"lib/dr-runbook.js": "sha256:4da7ce04f88e79e103c8cb349d833b716259b99dff4fceb40d2edbac638e6cbf",
|
|
1893
|
+
"lib/dsa.js": "sha256:93240f4a5477e06a1f76c90ddf27f0209324261bc841b237aa6d6023b796a32b",
|
|
1894
|
+
"lib/dsr.js": "sha256:1d2cc42afffbf40ea917a1a8a952f77b87398c13d03e0e4107494f1cc27db545",
|
|
1869
1895
|
"lib/dual-control.js": "sha256:7b0bc61722be7df45d2ae161ed2a2ec7e33ac5f118175f29b4c58fec364b54e3",
|
|
1870
|
-
"lib/early-hints.js": "sha256:
|
|
1871
|
-
"lib/eat.js": "sha256:
|
|
1896
|
+
"lib/early-hints.js": "sha256:cb0daba98c9259f1ad7694db888e25a1f8df866ecbca6c19f7a976a22236b475",
|
|
1897
|
+
"lib/eat.js": "sha256:35030327fb3349f7f32ebea939a0d98d93cfca4c2c31a51bd2aaeb272d2a9e6a",
|
|
1872
1898
|
"lib/error-page.js": "sha256:4ed2e8a118b35d3dc76a072b233713ae1fdaedb54334df68ad081e19f765cb88",
|
|
1873
1899
|
"lib/events.js": "sha256:b5f0034fda33285f571b9b247db50bff08f632762d9bf69b83784b435eeea75c",
|
|
1874
1900
|
"lib/external-db-migrate.js": "sha256:990014016e71a818672b3f2c32eaa2ff6815553feb52efafb88ec765df9a570a",
|
|
1875
|
-
"lib/external-db.js": "sha256:
|
|
1901
|
+
"lib/external-db.js": "sha256:9351e4372a150d4d657253ae513607c95d0016e040c4b90bb71ba1c1eda3b0d7",
|
|
1876
1902
|
"lib/fapi2.js": "sha256:6ae4679931675a629fa3f9e9efba71172fe69251dec2dd5d8c995cfb9dcad8f7",
|
|
1877
|
-
"lib/fda-21cfr11.js": "sha256:
|
|
1903
|
+
"lib/fda-21cfr11.js": "sha256:9256bcea7d526a7280d5d3b1beed5be1daf2402ded2d5a18d602466d01a7884c",
|
|
1878
1904
|
"lib/fdx.js": "sha256:67a29b140b6d07a767da31d6b55d1db0c2219cdaa780531fdec0fec63a5c551c",
|
|
1879
1905
|
"lib/fedcm.js": "sha256:4b0f1e3d8e762353a28b2d42e00678c120d6e8ad574ecb9d94d4aa8dead0f7f7",
|
|
1880
1906
|
"lib/file-type.js": "sha256:158d798f8204cc96038b4fda2a215bb4ba79232476e31195f15d4fee8f790a00",
|
|
1881
1907
|
"lib/file-upload.js": "sha256:436b763fd928f286fb7faba8e2e9373cd37dcf677cb19e12afee61f00413e420",
|
|
1882
1908
|
"lib/flag-cache.js": "sha256:7bf41923bb42df59a41df37f7baa5b8b67172ba9ca71eeab47841dd0e4c9b64f",
|
|
1883
1909
|
"lib/flag-evaluation-context.js": "sha256:fa8846a9a97a9d773dc08dd0da664d1d6d3fead4e12dc9982b33fa45b59d47a8",
|
|
1884
|
-
"lib/flag-providers.js": "sha256:
|
|
1910
|
+
"lib/flag-providers.js": "sha256:d85ff62c2d599634c3d2dc9d4e4a8cfcecec8178ce63a2800438434cc365f84a",
|
|
1885
1911
|
"lib/flag-targeting.js": "sha256:c2b5096e04dcaa98435c66cfa6b1aae02d0da708ca7e96f810627ef38e669309",
|
|
1886
1912
|
"lib/flag.js": "sha256:3eab2c7e2f86fdf0a099d4ba287ec69486ee985c5496077ce79167979f6fccaf",
|
|
1887
|
-
"lib/forms.js": "sha256:
|
|
1913
|
+
"lib/forms.js": "sha256:e8a90aee2497da53d62fed67a674aefda3b4665c75dcee284334ec762753b692",
|
|
1888
1914
|
"lib/framework-error.js": "sha256:9c21ac8888e07653c69a8ff4dcdd871c54d7a3c49dbff3253e5a04da4856e394",
|
|
1889
1915
|
"lib/framework-files.js": "sha256:689fb8e65ef70633c8ab40f874346fd5f818bdc182690f362545667bf9b5e607",
|
|
1890
1916
|
"lib/framework-schema.js": "sha256:5d515f0b5ba47f851ffa6d458d69268205aedd7d09a343f52dd943055f3df56c",
|
|
1891
1917
|
"lib/framework-sha1-hibp.js": "sha256:07f0e4032c988e3543872ab03a0898e3d1c0791b02a2089686da9d0032b5ffeb",
|
|
1892
1918
|
"lib/fsm.js": "sha256:6b5df56768a9ecf432f1bb44083a0ec7d4bec9a29bc156dbaa020263d172eaa6",
|
|
1893
|
-
"lib/gate-contract.js": "sha256:
|
|
1894
|
-
"lib/gdpr-ropa.js": "sha256:
|
|
1895
|
-
"lib/graphql-federation.js": "sha256:
|
|
1919
|
+
"lib/gate-contract.js": "sha256:ae5551c721867d51656559181c4bbcc91051b5cfad09d51f76d772d531c1cf74",
|
|
1920
|
+
"lib/gdpr-ropa.js": "sha256:d0fb72fc7a68186f233832965afa1ffc7c4ce3c514894656c04c327a88f54925",
|
|
1921
|
+
"lib/graphql-federation.js": "sha256:c8fd01995d35ef1db38fbe31357f13d49f84da397c7714fc2b65cf6ca0bbdf06",
|
|
1896
1922
|
"lib/guard-agent-registry.js": "sha256:ea4330c2b2af5975ec01b5e704827e5ba1abbcf23b39425c9e15e241ee20d713",
|
|
1897
|
-
"lib/guard-all.js": "sha256:
|
|
1923
|
+
"lib/guard-all.js": "sha256:a4fefe738be68211c03bad95625fdc83f58742a70e03fa96ae65b31c444f9967",
|
|
1898
1924
|
"lib/guard-archive.js": "sha256:f63eafbbb4a6e823b084ea2c5f866c4cc1e01b0ae4cce024b131c7c246179028",
|
|
1899
1925
|
"lib/guard-auth.js": "sha256:8ff28e6c552bc47102c34b1ec7673f5d55aa9304c020fcdd11d0b165fb3a6d42",
|
|
1900
1926
|
"lib/guard-cidr.js": "sha256:166bdbab16b008638084f40806d7d9d72283be7230f4e5e20a7c5fed62b66b91",
|
|
1901
1927
|
"lib/guard-csv.js": "sha256:556e0071e51b372dee3f7dd8797bd62bfa8a23a46b5ba099ec6159521e149ef9",
|
|
1902
1928
|
"lib/guard-domain.js": "sha256:6b76e3f362b1fb99229c1c06da2ab87a1b7596cf3d0da48cbce5668748671754",
|
|
1903
|
-
"lib/guard-dsn.js": "sha256:
|
|
1929
|
+
"lib/guard-dsn.js": "sha256:eef67b1f95c6e0571ad24c9749318c2955040d571e89e410392987d6bca046a0",
|
|
1904
1930
|
"lib/guard-email.js": "sha256:04765070c5921f0abd8b1c19ff9d3a4957ef97a85dab2f9887c741b08c17d611",
|
|
1905
|
-
"lib/guard-envelope.js": "sha256:
|
|
1931
|
+
"lib/guard-envelope.js": "sha256:3f2693be66de6d509b33a5d004392b509ba9e3818fcb79463b568d2d0e2f6ab8",
|
|
1906
1932
|
"lib/guard-event-bus-payload.js": "sha256:f86fa1a384ce9358a337d5c75adfa43ca4c625b5b4f67a42cf37539db3c112a5",
|
|
1907
1933
|
"lib/guard-event-bus-topic.js": "sha256:4315fd3fe08e193c68d8253527dd75fd97b67a848b611c0409aacb47e6920587",
|
|
1908
1934
|
"lib/guard-filename.js": "sha256:328385959e2d03eb221eb9b5ce6a2fc7789eeb3bfdc0c5610ad4554d33c4286f",
|
|
@@ -1912,37 +1938,37 @@
|
|
|
1912
1938
|
"lib/guard-html-wcag-tables.js": "sha256:9f8fd3dfd25a2261fe6eb7d3cd8f4cb92eafa0081d6b88039d55e4fa3e59244b",
|
|
1913
1939
|
"lib/guard-html-wcag-tagwalk.js": "sha256:6f2603ab811d2a22b7c48b7a11ac791471ede9494843cb0b300b220ab54ae328",
|
|
1914
1940
|
"lib/guard-html-wcag.js": "sha256:e625f2641e23621999d5a92f59cdb5b98fee721e8ed7e67fcd754a8fe086b444",
|
|
1915
|
-
"lib/guard-html.js": "sha256:
|
|
1941
|
+
"lib/guard-html.js": "sha256:47cbbe7669d5a02e755f2546a4f18fbc07d87322947e3543cd1a0c794f4e821e",
|
|
1916
1942
|
"lib/guard-idempotency-key.js": "sha256:8bf75488939df3bdee06757e6a43d53421c1823b7d656d5b9a536537c59db381",
|
|
1917
1943
|
"lib/guard-image.js": "sha256:34a94ff6d3c19f359992c54bcd34f879bcae8f8e0c2479133ab9dbe9e42bd98e",
|
|
1918
|
-
"lib/guard-imap-command.js": "sha256:
|
|
1919
|
-
"lib/guard-jmap.js": "sha256:
|
|
1920
|
-
"lib/guard-json.js": "sha256:
|
|
1944
|
+
"lib/guard-imap-command.js": "sha256:e31b304deced9468018e4241476fa4703bde738779461b6d249f78d1a5d51bde",
|
|
1945
|
+
"lib/guard-jmap.js": "sha256:2e50a3d51c33b477a99f108c8f1cbb7d330d52a1b76da700e4a1ddf786d19f09",
|
|
1946
|
+
"lib/guard-json.js": "sha256:8727e9bda5cf1944b785a4e7f10b3df51aadc9d53209ce0da23b12e6e2edf8ff",
|
|
1921
1947
|
"lib/guard-jsonpath.js": "sha256:b06c6250d9d824f8dd1db695657afd4b15f2db22e87f26067da1f3caeabdd4f3",
|
|
1922
1948
|
"lib/guard-jwt.js": "sha256:5348c509f57822d29ece205826da25959f09dcc5f2491b8c48a950fe01649724",
|
|
1923
1949
|
"lib/guard-list-id.js": "sha256:c4f201c50d99fe3ab2cd75db9fee4f1bd32b2f1129720d18746a59a00215f503",
|
|
1924
1950
|
"lib/guard-list-unsubscribe.js": "sha256:4c839812b872bbf98444242875c3305105d1442075b2b2a21bf4aabf720d7772",
|
|
1925
1951
|
"lib/guard-mail-compose.js": "sha256:5abe96c9df302209727d88c64ff83b4c9ad8aa7a2e4f7592c605d32601f46c14",
|
|
1926
|
-
"lib/guard-mail-move.js": "sha256:
|
|
1952
|
+
"lib/guard-mail-move.js": "sha256:3b78b77c18398006c475b1f805ba5ada7f91b8193519ab8f855554601fa0102e",
|
|
1927
1953
|
"lib/guard-mail-query.js": "sha256:4f84e982f3282bb77e8e645d276e450df464cac21ae1514eeaa046c14087a213",
|
|
1928
1954
|
"lib/guard-mail-reply.js": "sha256:a24929c794f110c33bdff045b36778e8df41af22356c36ec54ffb07e864526ef",
|
|
1929
1955
|
"lib/guard-mail-sieve.js": "sha256:d4ec474b1e770aec97abade69f1755ec624a92b792f8a20a734ae90818b906f6",
|
|
1930
|
-
"lib/guard-managesieve-command.js": "sha256:
|
|
1956
|
+
"lib/guard-managesieve-command.js": "sha256:847b425e41b22275eb7044cc2524f05b05e52630accccdd00ecc88ae5d1e0da6",
|
|
1931
1957
|
"lib/guard-markdown.js": "sha256:ff537e8842bd155a47182a5dfa077cff5e9ccb258840485e8eaafd5628c68b2e",
|
|
1932
1958
|
"lib/guard-message-id.js": "sha256:718a1bb8314f434daf45904e7250da33fb7cb11e980dd7aa65a3791d284aeeb9",
|
|
1933
1959
|
"lib/guard-mime.js": "sha256:14a1a006019875e63cde49aa58927ad3fc5940743e5caa3611df71a06a8187ab",
|
|
1934
1960
|
"lib/guard-oauth.js": "sha256:ddebe8ce55c423b76a505dca3d190af89bb552bf22729fd7e5cfe7c662ac6895",
|
|
1935
1961
|
"lib/guard-pdf.js": "sha256:7a739adea96a1d6624858232e9b5991071aee5a25253914bbcc1f51b70e06710",
|
|
1936
|
-
"lib/guard-pop3-command.js": "sha256:
|
|
1962
|
+
"lib/guard-pop3-command.js": "sha256:f4c62cf6e5c4e4ccdaf7f39f8a738b6febeedd2b2ce65abf7d365e7a19fdfa95",
|
|
1937
1963
|
"lib/guard-posture-chain.js": "sha256:acf47bba9c1e5ad743965a509ff97c067f6fa157fbd08fc57b63965adcc52411",
|
|
1938
1964
|
"lib/guard-regex.js": "sha256:7cb10f144f71d76ca0d9606b9153a834cfc9caa0cb687b51780cd754cc529690",
|
|
1939
1965
|
"lib/guard-saga-config.js": "sha256:b7e0031f95adea39cc4ac7a9c2487d62b49b833c058ea90e5962d6b0bcea82f3",
|
|
1940
1966
|
"lib/guard-shell.js": "sha256:2f7948748cb4bac489e973573f4a7b728306eda4d9e308e5c9a40e23b17dcfb3",
|
|
1941
|
-
"lib/guard-smtp-command.js": "sha256:
|
|
1967
|
+
"lib/guard-smtp-command.js": "sha256:a4faf89c1582901a20976950191da8f7ecdeae1a2c47a429147f09f464ece146",
|
|
1942
1968
|
"lib/guard-snapshot-envelope.js": "sha256:81e0823b023895f5c50bcd9753c87022d7737f9c50b5a7aa128c0962201f0dc2",
|
|
1943
1969
|
"lib/guard-sql.js": "sha256:5f7c0322953e8bd32cbc2d2b6deb43ef270bc0902bbe7f7b50b497d29572600c",
|
|
1944
1970
|
"lib/guard-stream-args.js": "sha256:88c2394b51f96688e4fc0e6a0ecaf98cf79df04a0186f15f8c55af8c9bb64139",
|
|
1945
|
-
"lib/guard-svg.js": "sha256:
|
|
1971
|
+
"lib/guard-svg.js": "sha256:40a8d1c53abcae19f485329b1cfbfb53054facd6621fbbafb5b6d21d864bf53e",
|
|
1946
1972
|
"lib/guard-template.js": "sha256:86947b970281195e3617d0eecf596056ef4bf70080fee506a871a30bd42b64d7",
|
|
1947
1973
|
"lib/guard-tenant-id.js": "sha256:e4db5d7a2cabc00918e5032c23449a0dc4a8d49d8d6c28277ca730a52f1a4807",
|
|
1948
1974
|
"lib/guard-text.js": "sha256:8652a0c1268cf0ab9f3a7d5ad1ac2fcc885ab619e08155b7d8532e9f3d56c1cb",
|
|
@@ -1954,33 +1980,33 @@
|
|
|
1954
1980
|
"lib/hal.js": "sha256:87f524172a456ba95d20cac3a2f96f6a7964d9e8880423d5f83a085ec7224bb0",
|
|
1955
1981
|
"lib/handlers.js": "sha256:860d07682bc6199c5d06f2d91f4ba9ab26ff5e2d9a97c72af6a700505d0e44e2",
|
|
1956
1982
|
"lib/honeytoken.js": "sha256:288a69a6c22107d41185c88ec86ca1bf424b3c10d349d90d5fc5037749db0568",
|
|
1957
|
-
"lib/html-balance.js": "sha256:
|
|
1983
|
+
"lib/html-balance.js": "sha256:da49a83a2b17e9e5feb3f061e59bb595ceb37d8dfb6a7c1da7ab230705b7259f",
|
|
1958
1984
|
"lib/http-client-cache.js": "sha256:a4d41376c761d731427844e1aba76822ffb597e1d892b6df93d5ef807489ede3",
|
|
1959
|
-
"lib/http-client-cookie-jar.js": "sha256:
|
|
1960
|
-
"lib/http-client.js": "sha256:
|
|
1985
|
+
"lib/http-client-cookie-jar.js": "sha256:50aee1674d2c2ac73fc153fffd6be6d2628326cf85ac15e7d19b9bcd1e727826",
|
|
1986
|
+
"lib/http-client.js": "sha256:99f1a4faf97e858794d4422a8cc9a813154d251413ffce328635a7e93e85d62b",
|
|
1961
1987
|
"lib/http-message-signature.js": "sha256:45fbc4462af19f6237ba678aed38341c8702301220c79d61a05d08114aafcf63",
|
|
1962
1988
|
"lib/http2-teardown.js": "sha256:61d291c34e321e18b64d60a4c0253e638550fff7dc32568b980d3aa13bb178e2",
|
|
1963
1989
|
"lib/i18n-messageformat.js": "sha256:2c5012ac3fbc6f56191765bda090889ab58206d130cf05c81963d965744d63d6",
|
|
1964
1990
|
"lib/i18n.js": "sha256:e2663046590798f2dde5cb73f14973ca509070841dff7c9697546e5dc0ec195a",
|
|
1965
1991
|
"lib/iab-mspa.js": "sha256:64d45d2f8b8373efe4daa0584f72b1a50940c9118aeb4f0925c38d3fdb3d64f3",
|
|
1966
|
-
"lib/iab-tcf.js": "sha256:
|
|
1967
|
-
"lib/importmap-integrity.js": "sha256:
|
|
1992
|
+
"lib/iab-tcf.js": "sha256:c21467eced77bce0bc28ca08a7ef5ea5f7a99b4f3f5fad36c1cb70b773e0f7c3",
|
|
1993
|
+
"lib/importmap-integrity.js": "sha256:addabb8fb49c9ce94e768d8f6d32ac05dc096b2c036eff3ad3528ba65b84292b",
|
|
1968
1994
|
"lib/inbox.js": "sha256:dd603479a72420288f5aa65d4b50a147f02e135d8e2899a3ac7760cb2af56261",
|
|
1969
|
-
"lib/incident-report.js": "sha256:
|
|
1995
|
+
"lib/incident-report.js": "sha256:03729af0dcaba8aadd709c7c3036776c6155b012bd7b80ffc2a13a42609d2a0f",
|
|
1970
1996
|
"lib/ip-utils.js": "sha256:cc7a40523a25f3732f8f9ce3b52d725a981ca831a973888abd059ef8e5dfa459",
|
|
1971
1997
|
"lib/jobs.js": "sha256:f8e273bdd25b172cff189a8b5b56748828216fdb5d5f445634477c7b2686e7c2",
|
|
1972
1998
|
"lib/jose-jwe-experimental.js": "sha256:9be787cdb9c1d399e2509fffa01c637d192151a5cccb6b6a4afc4cb608c687b9",
|
|
1973
1999
|
"lib/json-merge-patch.js": "sha256:1b803dc4ae9861fb75a22af2fbe2626a17dfb6b29ca23aa4bac76dcfc4fd1e8b",
|
|
1974
|
-
"lib/json-patch.js": "sha256:
|
|
1975
|
-
"lib/json-path.js": "sha256:
|
|
2000
|
+
"lib/json-patch.js": "sha256:04a724f69068befe8ac48aeb5fe1a44fe5c81bb5022218377511870ca797a2b7",
|
|
2001
|
+
"lib/json-path.js": "sha256:174bf52b289a152717bc3103bbab9174aa965534e0ed67b59f48cd319f0b5c63",
|
|
1976
2002
|
"lib/json-pointer.js": "sha256:840b0c95de55a61479fa70f3f717f3ea8173e0199e6aacedce0a155cfaea2f59",
|
|
1977
2003
|
"lib/json-schema.js": "sha256:bf35f4c7b3e9e87237e8116752fbbea654810de53487844e72b5385804bb8273",
|
|
1978
2004
|
"lib/jsonapi.js": "sha256:0579684952b15bb699033f7ff186b655a75d45a01dc6ca9f769bd51f749c2f0c",
|
|
1979
|
-
"lib/jtd.js": "sha256:
|
|
2005
|
+
"lib/jtd.js": "sha256:d34de661aefcdf8ccb902434e3a6343c9693edf9546710e8726dc36e3f3127f6",
|
|
1980
2006
|
"lib/jwk.js": "sha256:1545b15542b4aded0cbe66a02f2eea90aca8ed0b78e8770ebe565e8d95822cf0",
|
|
1981
2007
|
"lib/keychain.js": "sha256:994ab4519ebbfa1c9232070383c4ea12a0335b8281f884bb39d9d4ab2c12070f",
|
|
1982
2008
|
"lib/lazy-require.js": "sha256:1ac3c23e6d59e7c2d5c58e9245703506d4a88244f214b37b972c30b2d947b60c",
|
|
1983
|
-
"lib/legal-hold.js": "sha256:
|
|
2009
|
+
"lib/legal-hold.js": "sha256:58ed5d0295c5b99ed2d9014ed232301f1b969af21def8b6f9090a9e1aeccfd8d",
|
|
1984
2010
|
"lib/link-header.js": "sha256:145387aeccc1eb6cfa63d42a7690c166673df5b0fc2dd77b69654d293f36a153",
|
|
1985
2011
|
"lib/local-db-thin.js": "sha256:387adb8396afbabe41d1b1fd8fc943162916b607c970843d0a0e79e7841403fc",
|
|
1986
2012
|
"lib/log-stream-cloudwatch.js": "sha256:d5482da93c4d3c30f8e94e4f5bcef20d6f200338c1fccf74eab4ab989348c206",
|
|
@@ -1990,75 +2016,75 @@
|
|
|
1990
2016
|
"lib/log-stream-syslog.js": "sha256:da9648a760c35a609a673419ead08b3f21daf72749ef6365f0c40256304e9bfc",
|
|
1991
2017
|
"lib/log-stream-webhook.js": "sha256:b95b255310c5b00d18bc41d23d59b2a6b93a74228cf1e10b3eeb9025e0cc669e",
|
|
1992
2018
|
"lib/log-stream.js": "sha256:9ffda79044835670fba447876b617b1d5cef0592abf08b52167e2ae7b6bcdba7",
|
|
1993
|
-
"lib/log.js": "sha256:
|
|
2019
|
+
"lib/log.js": "sha256:8902694b381a2c17b100af8c1b9b707248d2879c95ce92e14ff1869a5cd23a5a",
|
|
1994
2020
|
"lib/lro.js": "sha256:da9baf47f27c422c32d51495b2896c887ec3ac283875712efcd7528fd396868b",
|
|
1995
|
-
"lib/mail-agent.js": "sha256:
|
|
2021
|
+
"lib/mail-agent.js": "sha256:4ca93408c03873796d285d002067ffa54fa70859ad5437215d6001d90c0f76ea",
|
|
1996
2022
|
"lib/mail-arc-sign.js": "sha256:872f31e16321f8629e3af3cac31d3deb460804748b25a7fbb427164a2ad88f84",
|
|
1997
|
-
"lib/mail-arf.js": "sha256:
|
|
1998
|
-
"lib/mail-auth.js": "sha256:
|
|
1999
|
-
"lib/mail-bimi.js": "sha256:
|
|
2000
|
-
"lib/mail-bounce.js": "sha256:
|
|
2023
|
+
"lib/mail-arf.js": "sha256:47d02905b58c6c0733114e58594034adedd73799de39b93420459dbb04d22050",
|
|
2024
|
+
"lib/mail-auth.js": "sha256:f6ebd14b15f6a2dc89f53fbb6b2665c9592db23c2d3fa7e33e18d3ed2ad10e4c",
|
|
2025
|
+
"lib/mail-bimi.js": "sha256:f23f250d47ef6b425cf57ff2a7cdaa2ff24ed695b42201d228c0bd52063b4a6f",
|
|
2026
|
+
"lib/mail-bounce.js": "sha256:461e885dd2ea0664e9a4af39ae5c36f3a5d9c7dc914dad4c40641b705952fd04",
|
|
2001
2027
|
"lib/mail-crypto-pgp.js": "sha256:045f1f3a2eea809e5f22fa00d7e8fe99f688b1356341cf7819ad2fe30729a4b6",
|
|
2002
|
-
"lib/mail-crypto-smime.js": "sha256:
|
|
2028
|
+
"lib/mail-crypto-smime.js": "sha256:ae232e1ac4e7cc01291f50ffa447672e4f2841245198556cf4b6c799a2928441",
|
|
2003
2029
|
"lib/mail-crypto.js": "sha256:19d5f2a9fe6376d2ed6b0153a944dd1d05d8b893172bad173e2df9733c0dafd3",
|
|
2004
2030
|
"lib/mail-dav.js": "sha256:3bfe6d8c0fa1c0a5d56d78a07778de932828eeebd6e091d2f988ebeaabcf451a",
|
|
2005
|
-
"lib/mail-deploy.js": "sha256:
|
|
2031
|
+
"lib/mail-deploy.js": "sha256:2377fe9e80af1c0fa9fb84269f1e7f8386008119b64be92b74263dda8c074d87",
|
|
2006
2032
|
"lib/mail-dkim.js": "sha256:f779d2c95009c45e849e45bb5657f7ecb1cda1daa6c4575350f8c664f0149cb0",
|
|
2007
|
-
"lib/mail-greylist.js": "sha256:
|
|
2008
|
-
"lib/mail-helo.js": "sha256:
|
|
2009
|
-
"lib/mail-journal.js": "sha256:
|
|
2010
|
-
"lib/mail-mdn.js": "sha256:
|
|
2011
|
-
"lib/mail-rbl.js": "sha256:
|
|
2033
|
+
"lib/mail-greylist.js": "sha256:7e8a727e446cbad522ca4902834312c07564365e989c7344a878f4406000fc7b",
|
|
2034
|
+
"lib/mail-helo.js": "sha256:196c3b8f3720fdd7fef2321dc5e3f29297128d1f0c4f47a062b5e28d75359aa5",
|
|
2035
|
+
"lib/mail-journal.js": "sha256:58ddcbd652c93b626c38060c97a653dc34b993659e13f41c6da5638d80b3f9f3",
|
|
2036
|
+
"lib/mail-mdn.js": "sha256:514ed0a954ada679ee8e83106f1dfb93c601465a1c2e68b278d72d9e84e58b82",
|
|
2037
|
+
"lib/mail-rbl.js": "sha256:3888306741149c2acee9cd84b4f0c2a044d9299cf4b4fe6475c2b1159af6eaa7",
|
|
2012
2038
|
"lib/mail-require-tls.js": "sha256:1480690ff0f31fa3ab587c17c03fb396649b24cf684aedc6bd0b51e3092529c9",
|
|
2013
|
-
"lib/mail-scan.js": "sha256:
|
|
2039
|
+
"lib/mail-scan.js": "sha256:ce42e49a1f8995bb0563d8282362da1effd1890c40ce0eda83370e923acf2b21",
|
|
2014
2040
|
"lib/mail-send-deliver.js": "sha256:f3f05259abfdb70f6cb68992e94874cd5b6bca891b9e12588056003d34aab28c",
|
|
2015
2041
|
"lib/mail-server-imap.js": "sha256:6ede51283422fac53070483beb33bcf42329fe87824a5154c697c70662b9813f",
|
|
2016
|
-
"lib/mail-server-jmap.js": "sha256:
|
|
2042
|
+
"lib/mail-server-jmap.js": "sha256:2aa4064807f4039b04bbc69aaf1431a95136db50474802591c29c4e1cdb39ae7",
|
|
2017
2043
|
"lib/mail-server-managesieve.js": "sha256:1e8ab81d79a3aacc364bc1b4bda1567584872674770b58f828eafd2867afa9de",
|
|
2018
2044
|
"lib/mail-server-mx.js": "sha256:d7290ddd45f1770733f8bf04077cc123bdab58c255dee1ec7fe4dff24c4e99a5",
|
|
2019
2045
|
"lib/mail-server-net.js": "sha256:c3b7ca780cd64bf50df033e767f22f439770764055307ad8fa0338e26c07491e",
|
|
2020
2046
|
"lib/mail-server-pop3.js": "sha256:b3001f3c1be53aeec581d4c8313038fb58894433aeeca9cd6caa2b54a1368c84",
|
|
2021
2047
|
"lib/mail-server-rate-limit.js": "sha256:e0c6c7314b068dcc94800a8223ebbba6339aebeae99cc1f16093e4ba44901db7",
|
|
2022
|
-
"lib/mail-server-registry.js": "sha256:
|
|
2048
|
+
"lib/mail-server-registry.js": "sha256:ff6b31c2754acdacf0e7fffe80a580b833776460f5457e0dc7e0c2d6ad806156",
|
|
2023
2049
|
"lib/mail-server-submission.js": "sha256:d037f7919e3b914bc3c714e54b88ec995259adc98a1bf18f36cf81d03b92d65d",
|
|
2024
|
-
"lib/mail-server-tls.js": "sha256:
|
|
2050
|
+
"lib/mail-server-tls.js": "sha256:8b6e32a29de9b2d3aa1e740acec406e248fd43825b93d2bf227cb70e511719d5",
|
|
2025
2051
|
"lib/mail-sieve.js": "sha256:df395d76642213fff5149e38170f780a40f1cd06a0a6fdce201c20f6db170158",
|
|
2026
|
-
"lib/mail-spam-score.js": "sha256:
|
|
2052
|
+
"lib/mail-spam-score.js": "sha256:f2814339ec0d79b59198969c9ed30e83edfb9ab5bac37fd2ef37eeea5c2f06e7",
|
|
2027
2053
|
"lib/mail-srs.js": "sha256:b047e1ff8836194ec563e4bc1db2cdf6d593590aecfc74ecbeec0c23c47de160",
|
|
2028
|
-
"lib/mail-store-fts.js": "sha256:
|
|
2054
|
+
"lib/mail-store-fts.js": "sha256:d7cb4c571fa9709328fa484a4da61e2ba948dd739f09944f8fc1fc5e02ee4b51",
|
|
2029
2055
|
"lib/mail-store.js": "sha256:e7a5e591ae2d98f5a6b6ab6f04e0c4a0822f100b0d03a676d5e804a184be5a26",
|
|
2030
2056
|
"lib/mail-unsubscribe.js": "sha256:2944fd1103f00a202d704b0f3479f96c6aa3345be8cbafa2e0711ded111a3109",
|
|
2031
|
-
"lib/mail.js": "sha256:
|
|
2057
|
+
"lib/mail.js": "sha256:f2b26753b4975945e9f015f27ad2210a1bbb8743ac28cc40aa58eab74ab289cb",
|
|
2032
2058
|
"lib/markup-escape.js": "sha256:a76e8c77f30ae456caa53c33afeb2dd0b27f7b8799ac857beac86ea038f17d9a",
|
|
2033
|
-
"lib/markup-tokenizer.js": "sha256:
|
|
2059
|
+
"lib/markup-tokenizer.js": "sha256:8aa91d3e173c8d3d4df4dac00e892a359863be7295c5b1846cf322bc7bfc9510",
|
|
2034
2060
|
"lib/mcp-tool-registry.js": "sha256:df3480e6a0d29a9734bdb19d322f83bff5ebfdd756620f947cf593878dea8776",
|
|
2035
|
-
"lib/mcp.js": "sha256:
|
|
2036
|
-
"lib/mdoc.js": "sha256:
|
|
2037
|
-
"lib/metrics.js": "sha256:
|
|
2061
|
+
"lib/mcp.js": "sha256:6c7ec4b631cbcc21ff9ac429ec6e42d41e1ffbda38a05722c521c6cec46085fd",
|
|
2062
|
+
"lib/mdoc.js": "sha256:bc31d38d6fdfac8db8f040dfa4d33ab40405f56340bb4ec978f3ba98e93f6433",
|
|
2063
|
+
"lib/metrics.js": "sha256:edc2a3f08a48ab67c9e805cb75839cc9d326ac334478b0f30db0423102ee5713",
|
|
2038
2064
|
"lib/middleware/age-gate.js": "sha256:dc8c61a4d41f4a781220c9c97eb475fb2867f5ee444eb2756badcbc5b8411795",
|
|
2039
2065
|
"lib/middleware/ai-act-disclosure.js": "sha256:6fc62940d85813019b31c586fc86853570329a939565a6947f81052d50977c42",
|
|
2040
|
-
"lib/middleware/api-encrypt.js": "sha256:
|
|
2066
|
+
"lib/middleware/api-encrypt.js": "sha256:59a5da1365227a605959c90c6ad346abbf83b2edef70a01f16e89b9bd4f0f41a",
|
|
2041
2067
|
"lib/middleware/assetlinks.js": "sha256:bb36f8d53991668b4ae1557d0cab3ec8b479a16f9133c43f9adc07963c8b4750",
|
|
2042
2068
|
"lib/middleware/asyncapi-serve.js": "sha256:a0f0b62b264a5cd8a24e3cfddae722a84b5e2206729f77403906a1d1cfcd7c7b",
|
|
2043
2069
|
"lib/middleware/attach-user.js": "sha256:776424918bf302378da99a85ff20c91a42f8c9f528ab435cd7a06b95ec523d6d",
|
|
2044
2070
|
"lib/middleware/bearer-auth.js": "sha256:d0cb9d65a724a0badf9a5164397d12bf6a3afa9a2ae5e75922799b832741ee59",
|
|
2045
|
-
"lib/middleware/body-parser.js": "sha256:
|
|
2071
|
+
"lib/middleware/body-parser.js": "sha256:488ec4572f7208d05a664b285ad3b6c888f623127d6bb50bbc1659a67a259f73",
|
|
2046
2072
|
"lib/middleware/bot-disclose.js": "sha256:2b98da494ee51ba7c8efc0d5fccbf11ba335649e71726d83847116c340720bf0",
|
|
2047
|
-
"lib/middleware/bot-guard.js": "sha256:
|
|
2048
|
-
"lib/middleware/clear-site-data.js": "sha256:
|
|
2073
|
+
"lib/middleware/bot-guard.js": "sha256:ba724a897f646fcab7c384eb6e5c076e77e83b8e1c8d82a5aab79e8df616af8c",
|
|
2074
|
+
"lib/middleware/clear-site-data.js": "sha256:9b489c42aa6d4ee9f4b1e6e410b211f5d28134fc1d3933502f7504d64bc68c26",
|
|
2049
2075
|
"lib/middleware/compose-pipeline.js": "sha256:160719627523db40f35bfada8c9df670c93ffec042890698936497c2c0f20bdb",
|
|
2050
|
-
"lib/middleware/compression.js": "sha256:
|
|
2076
|
+
"lib/middleware/compression.js": "sha256:7de925075ece9c0c6cc4c3db444ec02bf5d4fd8a26b5b5861e798864a1e0286f",
|
|
2051
2077
|
"lib/middleware/cookies.js": "sha256:a286f947b343313c21f620c4a36eed66fe44dea4c8bc32b230559d877aaf9b4c",
|
|
2052
|
-
"lib/middleware/cors.js": "sha256:
|
|
2078
|
+
"lib/middleware/cors.js": "sha256:7ef687c8c681886838858b65c59d51061f6b70730460470c7173a8210690f1bb",
|
|
2053
2079
|
"lib/middleware/csp-nonce.js": "sha256:d568d5c8c1e1176142614719ec6944b7e1a79e363e2101fb5be3b122797f3e3b",
|
|
2054
2080
|
"lib/middleware/csp-report.js": "sha256:7e74756f85654547e9e5275c9452200e8a446d053db873f9ba3f9bf2c8e81339",
|
|
2055
|
-
"lib/middleware/csrf-protect.js": "sha256:
|
|
2056
|
-
"lib/middleware/daily-byte-quota.js": "sha256:
|
|
2081
|
+
"lib/middleware/csrf-protect.js": "sha256:28c5bf60b8dddd9cc387a77d6d113ade0598dadf680c0a1c2437f67e25601efb",
|
|
2082
|
+
"lib/middleware/daily-byte-quota.js": "sha256:204b0535b9ebee864118be4407d67a3dd09802c93cde4f4e9ede1ac0ee64111d",
|
|
2057
2083
|
"lib/middleware/db-role-for.js": "sha256:b9879c17dbf7fa3d299f402043592a133176a74ac1bcb49b0b717253d4ad1d3a",
|
|
2058
2084
|
"lib/middleware/deny-response.js": "sha256:073d78a1b64f18a846ab0162c7797d88eda56f3de1b8239664464e3fde8aceea",
|
|
2059
2085
|
"lib/middleware/dpop.js": "sha256:4494b53af018669f79766511a3a94e68b378fb0c3ffb555a2d3e5de466a5588e",
|
|
2060
2086
|
"lib/middleware/error-handler.js": "sha256:7c0baf2e6b37f1c9330775396bc46a87943a253ceba540379db4785d305c396c",
|
|
2061
|
-
"lib/middleware/fetch-metadata.js": "sha256:
|
|
2087
|
+
"lib/middleware/fetch-metadata.js": "sha256:5c7c6afe0f82004a2410ef3be5dfd8e4ea51b4aa194193a1b64acba535707d75",
|
|
2062
2088
|
"lib/middleware/flag-context.js": "sha256:76fefb869244267f3b2bf24c4dd0b40fcba0988552b62d8b48208d116b85ee3f",
|
|
2063
2089
|
"lib/middleware/gpc.js": "sha256:6bfc817381582e060ecead9829f92d044dbc6902c86e383429827622044e9a8d",
|
|
2064
2090
|
"lib/middleware/headers.js": "sha256:d53abbe53b1981df5b934aad06dc4588729ce2024f014d2b4b0aa5ff0701cebd",
|
|
@@ -2067,11 +2093,11 @@
|
|
|
2067
2093
|
"lib/middleware/idempotency-key.js": "sha256:58d8381cf13b0b6a0fb54aea7b917556f591f7ef22ade89f76759aaec2eb33f5",
|
|
2068
2094
|
"lib/middleware/index.js": "sha256:01643697e716ab912fab7f214d5d51eb1d70ca4363ad67fba5b912be2ccc0c16",
|
|
2069
2095
|
"lib/middleware/nel.js": "sha256:712165cd41a504493f797903b2cc0a1f360f7e2f03695163bd3d93219079f8e8",
|
|
2070
|
-
"lib/middleware/network-allowlist.js": "sha256:
|
|
2096
|
+
"lib/middleware/network-allowlist.js": "sha256:61055651e394d7cadb9750c77d78b8b07e194059399f77c87dc6149c17020464",
|
|
2071
2097
|
"lib/middleware/no-cache.js": "sha256:7ff93c1462595514dd1d9ac7676c683f076347640208998194843fa2d9adba85",
|
|
2072
2098
|
"lib/middleware/openapi-serve.js": "sha256:8fdef819a7b0330d81856e090fecad87ca0e8de269460ba8564dfaa6569d79b5",
|
|
2073
2099
|
"lib/middleware/protected-resource-metadata.js": "sha256:9c1d82fbe360eeed8ea812d441aba8fb88890954b4b0558e4e6e1d744f532856",
|
|
2074
|
-
"lib/middleware/rate-limit.js": "sha256:
|
|
2100
|
+
"lib/middleware/rate-limit.js": "sha256:b8d7ecc39f3b1bc8e4bb92fba12b8a9b997a37307ea4e910595f092ca1f32c7a",
|
|
2075
2101
|
"lib/middleware/request-id.js": "sha256:8e8b767e6c6f44f2857f2fef36e561146e70729c1bd5772f5fbadf534cd609a1",
|
|
2076
2102
|
"lib/middleware/request-log.js": "sha256:388a33778a4984dc27cdeb22e73fa95115af2aad587ae37de080bcf5d7f2b834",
|
|
2077
2103
|
"lib/middleware/require-aal.js": "sha256:85d5e53b6bce640df13b8faa96c5498cdab1b2f2ab26b96652ca5935e58eefcb",
|
|
@@ -2081,53 +2107,53 @@
|
|
|
2081
2107
|
"lib/middleware/require-methods.js": "sha256:3b1b7ee5844969e813a46f26e78ed116ccfa28d2c6a9b821bb5d8c998ae95ea9",
|
|
2082
2108
|
"lib/middleware/require-mtls.js": "sha256:f823a6d26af0969f28bced4ab166533dc6a5547df2f9120392d77acdbff3ba97",
|
|
2083
2109
|
"lib/middleware/require-step-up.js": "sha256:dd8967633dc9133e54b1c4965247c77be087d6d34c395746d319b3af8e81e2eb",
|
|
2084
|
-
"lib/middleware/scim-server.js": "sha256:
|
|
2085
|
-
"lib/middleware/security-headers.js": "sha256:
|
|
2110
|
+
"lib/middleware/scim-server.js": "sha256:2f38d77c7e949df9e219e4b351a6eb047dc85a7337aca932ac4b598e953c471d",
|
|
2111
|
+
"lib/middleware/security-headers.js": "sha256:87506e572454033b33955d58d9f0cbfdc14edc63c1cbe7e01f0dc4f07753c64d",
|
|
2086
2112
|
"lib/middleware/security-txt.js": "sha256:3140d6537aa09a7052d83088840358949dd36393697fa2215f8f915d31aaa112",
|
|
2087
2113
|
"lib/middleware/span-http-server.js": "sha256:9fb94fa14c41b2969cce5bc9877ce49de3576d3991cfc7cc64ef2129fdec2cb6",
|
|
2088
|
-
"lib/middleware/speculation-rules.js": "sha256:
|
|
2114
|
+
"lib/middleware/speculation-rules.js": "sha256:ca102beebd529ec42244d9d709d3c4cb9dd27669bc324bb707ea508294250b63",
|
|
2089
2115
|
"lib/middleware/sse.js": "sha256:d0094cb33fced9bc748edd1f6d55fba6029ff3bff6da735d72ad5d10806f02f7",
|
|
2090
2116
|
"lib/middleware/trace-log-correlation.js": "sha256:f6a36bfcb666cee5434867b1841092793491491bb9da7bc92626dd93cfa7b0d0",
|
|
2091
2117
|
"lib/middleware/trace-propagate.js": "sha256:876b91a195ae17d6c8916884c10b3fcc54d12ae97d13927e501b58f77e0c306d",
|
|
2092
|
-
"lib/middleware/tus-upload.js": "sha256:
|
|
2118
|
+
"lib/middleware/tus-upload.js": "sha256:78f847f063988906cd8e33516974104950382bb5f0e18dc2d6af1603f1857163",
|
|
2093
2119
|
"lib/middleware/web-app-manifest.js": "sha256:b3d94aed2f916736e3e0d7fd588b06783492534e6abffa91e9b634e98290bc6f",
|
|
2094
2120
|
"lib/migration-files.js": "sha256:f3f23597b58e1d215cf676411e0b2ec96e968f4b0c238a72cd795f375239509b",
|
|
2095
2121
|
"lib/migrations.js": "sha256:4c5614707b4d18a571d6b5f7aa6c0891850bf60150f7408dc1568041aef500f8",
|
|
2096
2122
|
"lib/mime-parse.js": "sha256:f36fa6e1b5ffa3695699cdbc6bce5be168ac445331f602b8c8af3228c574a748",
|
|
2097
2123
|
"lib/module-loader.js": "sha256:fcd2027815c17c66aa570bc4077a76689bf1cd7393b97553f1185c2c3f9043de",
|
|
2098
|
-
"lib/money.js": "sha256:
|
|
2099
|
-
"lib/mtls-ca.js": "sha256:
|
|
2124
|
+
"lib/money.js": "sha256:0af40305b125b01b87ffd0aa4541a09b2975460507c96402b7d877ad72b15865",
|
|
2125
|
+
"lib/mtls-ca.js": "sha256:55ac3df43e5e3c4664bab51d5ab3505fe83a7598705280c4dbdd2fd8cc318898",
|
|
2100
2126
|
"lib/mtls-engine-default.js": "sha256:bb2e47de5b8a6fa03f433c4c8ecc02fc7e7841f9eff97a36e7a4379880c81cd7",
|
|
2101
2127
|
"lib/network-byte-quota.js": "sha256:79eafbf602a10ced990d89cfd26bea3992e42b177407b8e512bd4790999d17e3",
|
|
2102
2128
|
"lib/network-dane.js": "sha256:1f60a47618bd99a487d6c2faad423546896f753e33b516bdbc354138438d06f8",
|
|
2103
|
-
"lib/network-dns-resolver.js": "sha256:
|
|
2104
|
-
"lib/network-dns.js": "sha256:
|
|
2105
|
-
"lib/network-dnssec.js": "sha256:
|
|
2129
|
+
"lib/network-dns-resolver.js": "sha256:59fe006a83311d19988c94f4e9ae8b870faa7003bbea7e83ff62e9899547990c",
|
|
2130
|
+
"lib/network-dns.js": "sha256:fa8bb25bdd6bd41da5a9088b83bf9489d28bf777f8d70b83e5e48189a577a57f",
|
|
2131
|
+
"lib/network-dnssec.js": "sha256:2b0758d09d5af89b49c69892fabaebabba125c3f9f162996c12b9abbbbae4bca",
|
|
2106
2132
|
"lib/network-heartbeat.js": "sha256:f14ec7fa4667cbb04477d91ae59d6253b6c9ccc43071bc558e737cc672f43975",
|
|
2107
2133
|
"lib/network-nts.js": "sha256:31ec97cc8a47ba11201c20d7ec8fa411df28489ea52db6098f1727380c08506e",
|
|
2108
2134
|
"lib/network-proxy.js": "sha256:64da517043d13897d994e0e9341e05f190bc8a14b973f5be6a1c051ddf14641b",
|
|
2109
|
-
"lib/network-smtp-policy.js": "sha256:
|
|
2110
|
-
"lib/network-tls.js": "sha256:
|
|
2111
|
-
"lib/network-tsig.js": "sha256:
|
|
2135
|
+
"lib/network-smtp-policy.js": "sha256:a7b6c91983b312a16c436d3e15259f8f6a84579e2e55f64106285b22795e1510",
|
|
2136
|
+
"lib/network-tls.js": "sha256:d39d7e56d3fe987dbb1bd5b4caed2425adc9105a4491b7305a27e1dbe4a6ea31",
|
|
2137
|
+
"lib/network-tsig.js": "sha256:41dc85a6e816cce1c58c36891dfc6bafc612b68978936107a09a5a553563e0d7",
|
|
2112
2138
|
"lib/network.js": "sha256:40cb01627bf45741cac22ef79f5985f69323e47732d54cf3ce28c06882830c25",
|
|
2113
|
-
"lib/nis2-report.js": "sha256:
|
|
2114
|
-
"lib/nist-crosswalk.js": "sha256:
|
|
2139
|
+
"lib/nis2-report.js": "sha256:fa106a4f95dd9301d7da966c5792197bdbebac477a4f1d2fd2ac2481fbd818fd",
|
|
2140
|
+
"lib/nist-crosswalk.js": "sha256:209506d23b06cde8b6be64cd3e839f52e8d509daff8c21d2289b09761af60f70",
|
|
2115
2141
|
"lib/nonce-store.js": "sha256:3ed2b326d976d7c9253b9e3d8b5ff88473a52d879bdd3b8bd2fd6edf55f62e15",
|
|
2116
2142
|
"lib/notify.js": "sha256:8403472f90b244b2189345ed0cf5e953d8e7fb66d3da636391c4adb0df246d8b",
|
|
2117
|
-
"lib/ntp-check.js": "sha256:
|
|
2118
|
-
"lib/numeric-bounds.js": "sha256:
|
|
2143
|
+
"lib/ntp-check.js": "sha256:4cd90b033e0df88992fdb251c323957e37ec5bee23c14e0d6dc9a8f41891f134",
|
|
2144
|
+
"lib/numeric-bounds.js": "sha256:09bd70ab5f971ca7db28a0caf053145dd6b1562276591fe601758c61c41b16a6",
|
|
2119
2145
|
"lib/numeric-checks.js": "sha256:acc5af6141e942415476b43dfb92dcb8ae243d24d022b619f5e092d15fd6894e",
|
|
2120
2146
|
"lib/object-store/azure-blob-bucket-ops.js": "sha256:637a96d49747b406f80565d238c39ecb4276f56445ca434e52caa5934100f573",
|
|
2121
|
-
"lib/object-store/azure-blob.js": "sha256:
|
|
2122
|
-
"lib/object-store/gcs-bucket-ops.js": "sha256:
|
|
2123
|
-
"lib/object-store/gcs.js": "sha256:
|
|
2124
|
-
"lib/object-store/http-put.js": "sha256:
|
|
2125
|
-
"lib/object-store/http-request.js": "sha256:
|
|
2147
|
+
"lib/object-store/azure-blob.js": "sha256:c28f0c5d07958c4dc3bde2475fc511162ef1501b67b72aab217d18b0786683b5",
|
|
2148
|
+
"lib/object-store/gcs-bucket-ops.js": "sha256:9a4c78ce97915bd1422cea62b6ffb1276a7aa016bd771e313b4c1cf482fbe593",
|
|
2149
|
+
"lib/object-store/gcs.js": "sha256:d66736fd0519d8fc67e7a9a3e08ec6a06ac703103a71419edaf9e5518e323b2b",
|
|
2150
|
+
"lib/object-store/http-put.js": "sha256:545c9339d0972052b9ab1868d0cae6bc4ba3f0eb156423766873224ea6aa27e6",
|
|
2151
|
+
"lib/object-store/http-request.js": "sha256:5df3620db7568b1af48cf818f6e5b68747e269c96d6c65e81b8ae58e9f639a1d",
|
|
2126
2152
|
"lib/object-store/index.js": "sha256:53d91d27e19a6a75e3b96fa9a01376dbd6e19dd215cca5b4a0c65a777dd1e42b",
|
|
2127
|
-
"lib/object-store/local.js": "sha256:
|
|
2153
|
+
"lib/object-store/local.js": "sha256:32cdf105ec0d32428ecea7c3d7da2fe82c910ec57093e562483a9c512a6a66bc",
|
|
2128
2154
|
"lib/object-store/sigv4-bucket-ops.js": "sha256:d54ae720586b595f16d7dd856d0d599d1fa122137a5bdb2d398a7757efcd55cc",
|
|
2129
|
-
"lib/object-store/sigv4.js": "sha256:
|
|
2130
|
-
"lib/observability-otlp-exporter.js": "sha256:
|
|
2155
|
+
"lib/object-store/sigv4.js": "sha256:d5af3e9c67bd97a3c027158a61a01bb0ebf4f210d296d7901b08c2ef95976523",
|
|
2156
|
+
"lib/observability-otlp-exporter.js": "sha256:52c9489a59b86d5fdf4f10eae8f2ffb6816006efbe617895860281db27cb26f0",
|
|
2131
2157
|
"lib/observability-tracer.js": "sha256:ab005ecba1ac73c776f038a3957637497fe71fe871cb6a8ec3dbd79339ec9e96",
|
|
2132
2158
|
"lib/observability.js": "sha256:9e8cd1beb9d7dea78fe54ea655c64f5fdc3914af4a10895073bdbb31d0f59293",
|
|
2133
2159
|
"lib/openapi-paths-builder.js": "sha256:2802de0f5b696e705dbced31a912368e517a6a269aa7c4685140648c7d3b5ed0",
|
|
@@ -2136,14 +2162,14 @@
|
|
|
2136
2162
|
"lib/openapi-yaml.js": "sha256:25b03bcd1c3d0c336aa597eaf79879c840a6b87b729195c573620a47cadaa0b4",
|
|
2137
2163
|
"lib/openapi.js": "sha256:94280b4945d8ddbe7f7484e8b425789f6380264f0a7f3ed8c0d9dc1c179140b8",
|
|
2138
2164
|
"lib/otel-export.js": "sha256:c2f33ee7584638b5b27e2c52223eef111e1486da056d4cc5ef19e2e8a0322d9d",
|
|
2139
|
-
"lib/outbox.js": "sha256:
|
|
2165
|
+
"lib/outbox.js": "sha256:2bce0e40f8a1eb6061d8bc4b3ae9609d5d17c028076a8cd8b2e4fcea0a12e9df",
|
|
2140
2166
|
"lib/pagination.js": "sha256:0b5141bc978dd727707cf4006fc928282c1c88508c8a4dec5bc7c42585d2e303",
|
|
2141
2167
|
"lib/parsers/index.js": "sha256:abb1ac7e2aeb2d566d78c749b389fa75c278cc4bf60af3621c650a220a64fcaf",
|
|
2142
2168
|
"lib/parsers/safe-env.js": "sha256:c02273d9f0299e9409b234c1a7e550a4eb61001588292d71c0a7cce33dc562a4",
|
|
2143
2169
|
"lib/parsers/safe-ini.js": "sha256:c0d675969b3b26aa520cf6924d0d58b7d795386e7ccc3416671a4f0226344797",
|
|
2144
2170
|
"lib/parsers/safe-toml.js": "sha256:6042f3d25737f9f8c735d9284df2606517b79dd0b854bf7e6ba1e96afd294c13",
|
|
2145
|
-
"lib/parsers/safe-xml.js": "sha256:
|
|
2146
|
-
"lib/parsers/safe-yaml.js": "sha256:
|
|
2171
|
+
"lib/parsers/safe-xml.js": "sha256:f77a9cad913f268b94faa094d849b6c7b5452e939f57f3cca569d9e5a0606534",
|
|
2172
|
+
"lib/parsers/safe-yaml.js": "sha256:96c45432e9cb0c1b78ccf9fa3f4537fe8ce2f9404b8220ba7e0e02e046a41d9e",
|
|
2147
2173
|
"lib/permissions.js": "sha256:86ecd3bbf80c65dacdf4a98101d421fa9d97a8632d11c34e578c9b23334b4e9d",
|
|
2148
2174
|
"lib/pick.js": "sha256:944653b8fe5e4f5d32bc24ace79e4855f11d7f6fb2e0b766c2063f743d038340",
|
|
2149
2175
|
"lib/pipl-cn.js": "sha256:78e6f9361723c75b61312f45da9fb6d9a5e5f3f8ea955a63874fd6972969b9fb",
|
|
@@ -2161,89 +2187,89 @@
|
|
|
2161
2187
|
"lib/pubsub-cluster.js": "sha256:9068e6819807fe75e5c4306bceb44eee82d877b19df20fb7d0b9ad445b1632bf",
|
|
2162
2188
|
"lib/pubsub-redis.js": "sha256:342bff39d7e27cb8a20dec8f4e0ec4ad2f3d014f2081a1236d68276e7f3ae803",
|
|
2163
2189
|
"lib/pubsub.js": "sha256:c2b5394a64081c92ed61cdaa5c98a9a403c403fca64b0ff409e0ca29df7c9525",
|
|
2164
|
-
"lib/queue-local.js": "sha256:
|
|
2190
|
+
"lib/queue-local.js": "sha256:6fa51df760cab698cad2c442d8e2ef0256b31ba7cf5f4c8fcdbe412e099d4516",
|
|
2165
2191
|
"lib/queue-redis.js": "sha256:c30d2c7201a7cc0519d39c675730c0b857f5dfa83c5fdd7235a6d3d51ee86996",
|
|
2166
2192
|
"lib/queue-sqs.js": "sha256:8283a4bdba2939d2be9d75c30d8bd3bbe44041419c208f3c7cb7df453aff7ec0",
|
|
2167
2193
|
"lib/queue.js": "sha256:e9bc41e04f2fd1bec7c11dcb2d0e1259c59d62cf39c789103d6ed7345891c604",
|
|
2168
|
-
"lib/redact.js": "sha256:
|
|
2194
|
+
"lib/redact.js": "sha256:1cd102db31eb48ffbc677c39013ddc1b829db7597d808785a7b202a5e0dc691d",
|
|
2169
2195
|
"lib/redis-client.js": "sha256:9f8168b11b81ce7b649b2e0658ceeb7134a257435b611f4917d36e1ed178a3e5",
|
|
2170
2196
|
"lib/render.js": "sha256:1890c0cce371ea93c1820f70ea544dee25d8d9bd427fdfd6688d7cb17720ed8b",
|
|
2171
|
-
"lib/request-helpers.js": "sha256:
|
|
2172
|
-
"lib/resource-access-lock.js": "sha256:
|
|
2173
|
-
"lib/restore-bundle.js": "sha256:
|
|
2174
|
-
"lib/restore-rollback.js": "sha256:
|
|
2175
|
-
"lib/restore.js": "sha256:
|
|
2176
|
-
"lib/retention.js": "sha256:
|
|
2197
|
+
"lib/request-helpers.js": "sha256:e9c8b7f9ad97b1e17bfec01ddcceb5124459c885193e76944bf046637bca24f1",
|
|
2198
|
+
"lib/resource-access-lock.js": "sha256:868d2c0a59d2ca2757a334858779d23e0cde9c18bf63c535350d8ebd6ae20b53",
|
|
2199
|
+
"lib/restore-bundle.js": "sha256:c2a9c3af19434a2072ea4cc721211119f71ba363bbbad9df7ac34a3ff03e43e2",
|
|
2200
|
+
"lib/restore-rollback.js": "sha256:f00e2f40e2e6a14bc6687afe8c112e367d83314eb04592d9ba399cb699fb0e03",
|
|
2201
|
+
"lib/restore.js": "sha256:7137ebb01175e0a238f4f76ad6a26297af3daff3103bbec8386b73357d9d3465",
|
|
2202
|
+
"lib/retention.js": "sha256:a02c58871864073ae8031db0523cfbb71cb9e6dc7650dc943b79244cbb2b13d2",
|
|
2177
2203
|
"lib/retry.js": "sha256:785a4e7bad551354b8b84d5c01092fcfde88b49bf8ff646557b28fbb3d25302e",
|
|
2178
2204
|
"lib/rfc3339.js": "sha256:b318c45be3834ccbcddfa5d4773d88c6a558cd184e21c15a4021d1b5693c55f6",
|
|
2179
|
-
"lib/router.js": "sha256:
|
|
2205
|
+
"lib/router.js": "sha256:b87d81ffc8398d440a0911dfd63a777dc244fc9479249ec2b64d872a52fb7961",
|
|
2180
2206
|
"lib/safe-archive.js": "sha256:48a8c985ff590220d69341fb7251e7c477ea2c43c1bdab43c62e2dcb58c0a9d4",
|
|
2181
2207
|
"lib/safe-async.js": "sha256:ac3daf8b5999a0be2c9650eaafef77d99162b42793e99e9d997cc8894f99d620",
|
|
2182
2208
|
"lib/safe-buffer.js": "sha256:8fbfe6089a61e6060f590a7499c6b7fe3b475a5caaf69191d141b19e592d5698",
|
|
2183
2209
|
"lib/safe-decompress.js": "sha256:9cd6f0bb8bbbf681e6f30b652ba8b4cfdcb26be79ba880b37b97c3b87fb092c2",
|
|
2184
2210
|
"lib/safe-dns.js": "sha256:60fbf77f8dfcc0ac66a943ba94f960a4a4b724c78f07f9150779525d3d460001",
|
|
2185
|
-
"lib/safe-ical.js": "sha256:
|
|
2186
|
-
"lib/safe-icap.js": "sha256:
|
|
2187
|
-
"lib/safe-json.js": "sha256:
|
|
2211
|
+
"lib/safe-ical.js": "sha256:a8f40466b21a1416d5aa3a5a09b75cd48c29be2f9aabec6632db26b9b7868e23",
|
|
2212
|
+
"lib/safe-icap.js": "sha256:23f334de6ee463238e26bf9612fc7bfc623519630674c48bf1590f2952c0568b",
|
|
2213
|
+
"lib/safe-json.js": "sha256:26a1bd56555905b0dff6d8d81f6c25b05080cd9e958cee2a36c99de1218e3279",
|
|
2188
2214
|
"lib/safe-jsonpath.js": "sha256:0d5a0191de5cba7564847d6419a63c9949fb310f6a77c5637d2ad7b8ca30623c",
|
|
2189
2215
|
"lib/safe-mime.js": "sha256:885bf0b2932d5ad492ec981f21068e1f85bb6738383a140b27e33659b690931e",
|
|
2190
2216
|
"lib/safe-mount-info.js": "sha256:790d047481e0a2c04d3dd1f6f1645e2d6fada2f1dd1efde93ca647d2177ca7d4",
|
|
2191
2217
|
"lib/safe-path.js": "sha256:2e8f759d403fcf43cd6686ec2b7f71025fd99c077e15a0a14d179e788433db01",
|
|
2192
2218
|
"lib/safe-redirect.js": "sha256:fdbec66fbc6747f98f0f3145c7166fc5f980d520fa9d1cda063577aedec85052",
|
|
2193
2219
|
"lib/safe-schema.js": "sha256:a5cfab85ced62a38417f3fa09ac6b7e52bdc7b6b1e16567192462c552ff7da58",
|
|
2194
|
-
"lib/safe-sieve.js": "sha256:
|
|
2220
|
+
"lib/safe-sieve.js": "sha256:2925300c6a6d973178a7cdc73983520fa764847e104551e1c52a20fbd9ab760d",
|
|
2195
2221
|
"lib/safe-smtp.js": "sha256:887e24088859d8ec95a307956fc747c14f31141bed2fa08a0e473beb07141785",
|
|
2196
2222
|
"lib/safe-sql.js": "sha256:2d05221d5dce9ff5244b93aec082c9021dbaa090b8bed6e887131e3834da17b2",
|
|
2197
2223
|
"lib/safe-url.js": "sha256:36e3d2c72e7adc5c90cce7f80e469cf50451ccadd3791a1e3aa406754a4ce6e1",
|
|
2198
|
-
"lib/safe-vcard.js": "sha256:
|
|
2199
|
-
"lib/sandbox-worker.js": "sha256:
|
|
2200
|
-
"lib/sandbox.js": "sha256:
|
|
2201
|
-
"lib/scheduler.js": "sha256:
|
|
2224
|
+
"lib/safe-vcard.js": "sha256:be2964d302b9317206fab1740ebbd0acff00258b138810aa6d64ad6cc1797ce5",
|
|
2225
|
+
"lib/sandbox-worker.js": "sha256:eefe4e76b2a736208f2e2e90347fc1ff2c2018a98e06bca3103aeb6f96298c6b",
|
|
2226
|
+
"lib/sandbox.js": "sha256:ac9c1def1dfc25fa7aa5e1469df1ac4c4476c2936994549aefaa8901ee78f342",
|
|
2227
|
+
"lib/scheduler.js": "sha256:1e7ddf15a27776c738dc8112a3ef1c8fcc616f1c6f909ec2d549d3c96cdd9c80",
|
|
2202
2228
|
"lib/scitt.js": "sha256:c094cef31630aed5dc7adbf494701ab0a825c79a4e406277cbc757ce54bfec9f",
|
|
2203
2229
|
"lib/sd-notify.js": "sha256:2ef7395bbdab2ac4eb96083c57d401921c94278545f14427fc88cdd970bdb9eb",
|
|
2204
2230
|
"lib/sec-cyber.js": "sha256:569cd22e4e3133a114188e6327d33f314c592d14721407df56266d294609f9d9",
|
|
2205
2231
|
"lib/security-assert.js": "sha256:4a98cec339c0b421534fc650c9500fe8a1b39f89181d651a58a13e2ff9a8ae0f",
|
|
2206
2232
|
"lib/seeders.js": "sha256:cf27cf0d88bf9b6d8ba34d65af983e11aa8949f00c6df984dfbb73a1553a7767",
|
|
2207
|
-
"lib/self-update-standalone-verifier.js": "sha256:
|
|
2233
|
+
"lib/self-update-standalone-verifier.js": "sha256:8309b2dcafe705f1e545b4b0c640cd1ecac5930959f116e2c30d5ceb41777eee",
|
|
2208
2234
|
"lib/self-update.js": "sha256:4b2403f36d949ce632ef003e0eac29c245d6c5fc8c83ca3cd47069753b2c7af2",
|
|
2209
2235
|
"lib/server-timing.js": "sha256:74f2556480363c860a7c80a3f2bc1adb68fee53aa4335059069fae66a1eb627c",
|
|
2210
2236
|
"lib/session-device-binding.js": "sha256:fa3ea628963f96fe2c233faecb6d1ec482508b121a861f9b4feb9ec0e7e4af62",
|
|
2211
2237
|
"lib/session-stores.js": "sha256:b79de919061a2bfeb090185bcc511919fb01d3e7a495fe0a7c711cf6cf65137b",
|
|
2212
|
-
"lib/session.js": "sha256:
|
|
2238
|
+
"lib/session.js": "sha256:ba9a9927860798708d1c5c78185815dcc5bcbda084dd6b7866388da1cdc34ab5",
|
|
2213
2239
|
"lib/slug.js": "sha256:bcebb078559528e6bb50a6244633d425ffdd861bb7a708c2b201eae3b3c44b35",
|
|
2214
|
-
"lib/sql.js": "sha256:
|
|
2240
|
+
"lib/sql.js": "sha256:0bf7187a33c9afc7df8de8f10feb5d63cbe4a2f2fcf855c6d4a6f78816a7d89a",
|
|
2215
2241
|
"lib/sse.js": "sha256:5e4fca52ddb92ab1c13ad7434c6b13d5c4ef0f7fc3845b003f8c3603c1629dbf",
|
|
2216
2242
|
"lib/ssrf-guard.js": "sha256:65d3d1bf6841064cdf9b9e7ffb5a0a3ac9358e462943f5de09087640353dfac4",
|
|
2217
2243
|
"lib/standard-webhooks.js": "sha256:e604534d48202a41f2c9f6954a990731db80d0693794d3a80f371f843490ff57",
|
|
2218
|
-
"lib/static.js": "sha256:
|
|
2244
|
+
"lib/static.js": "sha256:6ece120d7220d4122781ccf14dfc73e32641dfb831e6e32589484fbdb9249710",
|
|
2219
2245
|
"lib/storage.js": "sha256:0f6d4acbcd6709e0117ae2a7d9f8cea250ea4f28da8d1acdc2bbd3dea46b2668",
|
|
2220
2246
|
"lib/stream-throttle.js": "sha256:abb1743b4b28c93a5c930a170b4fcc11ba45c5902193913512eab58675a09b2a",
|
|
2221
2247
|
"lib/structured-fields.js": "sha256:2d1d1fbe6e94ef84df3647ef4a0945622eb5418b183347e53eb10b5a7833d7ea",
|
|
2222
2248
|
"lib/subject.js": "sha256:6441706d7c78b722acf322387e19ca7ccf96ce717175af3ab0c34236fc8860fb",
|
|
2223
2249
|
"lib/tcpa-10dlc.js": "sha256:9bc84fb89e2673f21eacb57820287fc87d1607638a924f5d0961b93928abedb9",
|
|
2224
|
-
"lib/template.js": "sha256:
|
|
2225
|
-
"lib/tenant-quota.js": "sha256:
|
|
2250
|
+
"lib/template.js": "sha256:e288cb0162fec1d9962e478cfe2b9ca65d7d9ba9457ead6bc8d6ac902e44c3df",
|
|
2251
|
+
"lib/tenant-quota.js": "sha256:9497d9686b7f1745c2cc6bbfd36fd9ac562d808c2e834c0692d02ca78acd6a67",
|
|
2226
2252
|
"lib/test-harness.js": "sha256:0a23ef83f095ab8405ecbb3f8793ae1e21d9880e76d524ef0676fa805f05a40e",
|
|
2227
2253
|
"lib/testing.js": "sha256:12a03fe09ca1b048a9f6ef1b871533befa79efd9bb8bd037e154dbed75cb35a8",
|
|
2228
2254
|
"lib/time.js": "sha256:e20e65af3acdfcfd593b15e11d5cc11fa692f94520da98cfe7ef679a4cb57941",
|
|
2229
2255
|
"lib/tls-exporter.js": "sha256:b53bb42848b35f6b4ee6c4cbe72fd901c00921cd35a5fc6b0e827b0917e1ca72",
|
|
2230
2256
|
"lib/totp.js": "sha256:d51de46607945e674ac8c67266c49b940f7da8871ae237319ff3a9a8d8e82640",
|
|
2231
2257
|
"lib/tracing.js": "sha256:9cf50be329ce320ecd2064ee4112749e9b0258f60cef2d99ff487f152a2e1393",
|
|
2232
|
-
"lib/tsa.js": "sha256:
|
|
2258
|
+
"lib/tsa.js": "sha256:7b5a0844c7f8fdc75d65556819015233ac3f3f5cef95f2abd4ca52deb6a52d66",
|
|
2233
2259
|
"lib/uri-template.js": "sha256:9b7252fce4a8245ee1ad51b3ce4dadd42d08080ddded961dafad2330a1a6cd8d",
|
|
2234
2260
|
"lib/uuid.js": "sha256:5b4c2b1880a66a52adb529afce679888a033f17dd284c190419f7e496803d182",
|
|
2235
2261
|
"lib/validate-opts.js": "sha256:259ab2788dc408608bd34ef9153d7453b3bfdf1065856bd7c55fe735d8b64e59",
|
|
2236
2262
|
"lib/vault-aad.js": "sha256:22d3bc6cfa1b5e66d6e6ab3188edaf0a527b7222070e25582853cc002cb35e13",
|
|
2237
|
-
"lib/vault/index.js": "sha256:
|
|
2238
|
-
"lib/vault/passphrase-ops.js": "sha256:
|
|
2239
|
-
"lib/vault/passphrase-source.js": "sha256:
|
|
2240
|
-
"lib/vault/rotate.js": "sha256:
|
|
2241
|
-
"lib/vault/seal-pem-file.js": "sha256:
|
|
2263
|
+
"lib/vault/index.js": "sha256:e18a9bd284fc3a680d4cb3f2cebb63e8b22f2216b99ab7d3bdc1d4823d713564",
|
|
2264
|
+
"lib/vault/passphrase-ops.js": "sha256:8a2fe8aa4af4d5302832815c41cfdafa5bef03b5221044a415981b6530daa154",
|
|
2265
|
+
"lib/vault/passphrase-source.js": "sha256:fe2ddd5816078434feffb9fcb42142517fd3f2e8512f9bce655b0c1ce76f1846",
|
|
2266
|
+
"lib/vault/rotate.js": "sha256:9a1d1e84b208a91f8d62ef50cfe93e9ca02d0f33a401d8bdc96eb92bdb0435c0",
|
|
2267
|
+
"lib/vault/seal-pem-file.js": "sha256:0eaaa19af92cea39a5849591c71a7c3c0be81c4c463f133dcfa365f6efe3480a",
|
|
2242
2268
|
"lib/vault/wrap.js": "sha256:5d8d748c6eb603c018a9f5f5581f4d3270da34ea69dee6d6ef0e5199c727b800",
|
|
2243
|
-
"lib/vc.js": "sha256:
|
|
2269
|
+
"lib/vc.js": "sha256:554cf29ea712b231256e1eaa75f6b1f1d39c392aac86b33e818d52e956ea83ae",
|
|
2244
2270
|
"lib/vendor-data.js": "sha256:ddb77b33d89a2c5345deca98eacb45695d4c8a70014bc5df22c7393f52e11416",
|
|
2245
2271
|
"lib/vendor/.vendor-data-pubkey": "sha256:73a935b8c72f55d821c22ddb8188453bab324f80d229d033a0a1549819a1f096",
|
|
2246
|
-
"lib/vendor/MANIFEST.json": "sha256:
|
|
2272
|
+
"lib/vendor/MANIFEST.json": "sha256:14a34884bb8b8a2096f92d5e5cdc02b2630930fa4d4d7aa66bb9b62c49b5f03c",
|
|
2247
2273
|
"lib/vendor/bimi-trust-anchors.data.js": "sha256:aa7a4d33b65a68422a2a2c1670177689f66fdcaa08bd2514d78798b827bd1608",
|
|
2248
2274
|
"lib/vendor/bimi-trust-anchors.pem": "sha256:81ff9f5ab3c9774132c845684e783be95cf73146f8b670d964105f0a3765b4b4",
|
|
2249
2275
|
"lib/vendor/common-passwords-top-10000.data.js": "sha256:87b223beca89f33d2c2c32a2cfda0bc187e58061de40e7127bb5ffc4258c6e2a",
|
|
@@ -2252,27 +2278,28 @@
|
|
|
2252
2278
|
"lib/vendor/noble-curves.cjs": "sha256:ebf254d5eb56aef8705a1c4af9603f47987b4870a9bb5e657e06907b701e2731",
|
|
2253
2279
|
"lib/vendor/noble-post-quantum.cjs": "sha256:f9190309daadca4c2e2cc2b76beaa6b96e463429cc3c390bd9f0ceaf7b588c68",
|
|
2254
2280
|
"lib/vendor/pki.cjs": "sha256:9bbc191afaaa2b1e5757f00480457c08134cdc2c55d541df18d9155bba9cbf77",
|
|
2255
|
-
"lib/vendor/public-suffix-list.dat": "sha256:
|
|
2256
|
-
"lib/vendor/public-suffix-list.data.js": "sha256:
|
|
2281
|
+
"lib/vendor/public-suffix-list.dat": "sha256:927884952ea8857ba3608eefe617f3c8acd63ad94be7b0bfb7586632cfc59560",
|
|
2282
|
+
"lib/vendor/public-suffix-list.data.js": "sha256:c2f67f5e7f7306eb5ec26548ea275673c652cfdd830b909fd63ed2b39e4838f6",
|
|
2257
2283
|
"lib/vendor/simplewebauthn-server.cjs": "sha256:f359a782ac57e3ff56ac71083d17f5c082f88ab49d645fc2bede398b47adebdb",
|
|
2258
2284
|
"lib/vendor/vendor-data-pubkey.js": "sha256:a12afa34cd7472e2eaebad2fcd44714102d3edd0601e45769404124a513926d0",
|
|
2259
2285
|
"lib/vex.js": "sha256:b45c1c9729dfc69f2140478d46eec91f47da94b5f440be36fa825cb733a718fc",
|
|
2260
2286
|
"lib/watcher.js": "sha256:8618da919affabbe4c4d33915647b3ee4b27e6ea091638f032d4bfead797baf8",
|
|
2261
2287
|
"lib/web-push-vapid.js": "sha256:54d7d4beb764681bc97dc338490fc2afc3996a032e080401830206814b8c97f0",
|
|
2262
2288
|
"lib/webhook-dispatcher.js": "sha256:f879d127c0c9ba81ee43ee2b1f38c3fac99d8ff97df1555707beda48caad53f8",
|
|
2263
|
-
"lib/webhook.js": "sha256:
|
|
2289
|
+
"lib/webhook.js": "sha256:8a2e88a2c97cc88b9f9aef1c96f801c3fbc9739381620a5a5d20d1f66e46f740",
|
|
2264
2290
|
"lib/websocket-channels.js": "sha256:d8f39368acc3ff17d8aaa7f0ef5bb5e64b6b406154e314c21833dce0415aea14",
|
|
2265
|
-
"lib/websocket.js": "sha256:
|
|
2291
|
+
"lib/websocket.js": "sha256:a8d4dfa48de0100de0ade5ae0db7d67f99e1564d4587a8d4e56c82a6b36137f8",
|
|
2266
2292
|
"lib/wiki-concepts.js": "sha256:54789790b950d926cbd0657dd51b32435c4988012b520819615df93673680de5",
|
|
2267
2293
|
"lib/worker-pool.js": "sha256:fc35b3c9f83a4c72be0981400f5294b566472bfe187df0500775e37dd71afa4c",
|
|
2268
|
-
"lib/worm.js": "sha256:
|
|
2269
|
-
"lib/ws-client.js": "sha256:
|
|
2294
|
+
"lib/worm.js": "sha256:f17e24f8ca39295f396f40bd0c4ad1c946f5e41ff646ef1b33e8d50dc8b9435e",
|
|
2295
|
+
"lib/ws-client.js": "sha256:dc408f37fef67a87d98c3c82641d5e5cf2d8041791993dd0554d50c3484929d2",
|
|
2296
|
+
"lib/x509-chain.js": "sha256:79f992d8b69afb1c680d454ce5e6dbab295ea77b2496c1d512178cdea607874f",
|
|
2270
2297
|
"lib/xml-c14n.js": "sha256:01a27d20df99ebd6eaefbff0aad933a2231049f65a54ae994236694d4146ce5d",
|
|
2271
2298
|
"oss-fuzz/projects/blamejs/Dockerfile": "sha256:277c9e93cf2e8746b0a6d09a0678b35cbe700e9c2373bdc1b2177ed2167b7359",
|
|
2272
2299
|
"oss-fuzz/projects/blamejs/README.md": "sha256:ae13b7bb79ed8d69b1b3276e5562807a0349fb6e6b7d11cf1f683aad1eafdb4b",
|
|
2273
2300
|
"oss-fuzz/projects/blamejs/build.sh": "sha256:0ced1cf21782c97be7f8d74faf5e27a308b60b2f858836fb5ca3b8c4e939a8f7",
|
|
2274
2301
|
"oss-fuzz/projects/blamejs/project.yaml": "sha256:59f2cb83aa622325a175b77416fe155be15b70a9c798bd1a78bba05763b1b03d",
|
|
2275
|
-
"package.json": "sha256:
|
|
2302
|
+
"package.json": "sha256:6f28ecd7377fd1a9d4940ab302f5f3959afb8ae53793790fafe34e9f07b6d3a6",
|
|
2276
2303
|
"release-notes/v0.0.x.json": "sha256:7a49819f30068ee119000cad7010194882bb8bfaa12acbdab4dfc066efb7982f",
|
|
2277
2304
|
"release-notes/v0.1.x.json": "sha256:6742a8c17f947c5cb76f69dead7eea86b942d80621d914b774ba5488e09937e5",
|
|
2278
2305
|
"release-notes/v0.10.x.json": "sha256:fe498045daf88337bd3d987e5964aa42c99a50e1685b6f09e51f698b8687726f",
|
|
@@ -2286,6 +2313,7 @@
|
|
|
2286
2313
|
"release-notes/v0.15.11.json": "sha256:757e31bd0d646dcdde65bf44ca0bd8e42c95238b0c70dff1314559208b4f7ac9",
|
|
2287
2314
|
"release-notes/v0.15.12.json": "sha256:7d3bec8c06680e4d583ecfae01e36bffb891d2fea7d1852c6016aea174d93794",
|
|
2288
2315
|
"release-notes/v0.15.13.json": "sha256:afac0388fe6f6094f2d6bcc34c167bf41c5016cef001e9d32393c57cd5f0ea0c",
|
|
2316
|
+
"release-notes/v0.15.14.json": "sha256:13e065666436b6d852d1e9e17933d7ee2327bbe7b3d6adc5cec846c858140f34",
|
|
2289
2317
|
"release-notes/v0.15.2.json": "sha256:36e1423dda94ed4e55c660e0fae882019005d8de3ee5e3b6ac4f38ccf8e744a2",
|
|
2290
2318
|
"release-notes/v0.15.3.json": "sha256:19a0074c445545468ca3cc411b21ec8bdb27be2669ae1950347cc244f6aa348c",
|
|
2291
2319
|
"release-notes/v0.15.4.json": "sha256:6ac7fa0ef1728c27e71b2050d1b07a810f9b4b1440ccddbf28ad56e2f54d8585",
|
|
@@ -2308,7 +2336,7 @@
|
|
|
2308
2336
|
"scripts/check-changelog-extract.js": "sha256:ac1e74b090cb8b5e0b3fc9d65a1484ce184eca9ba9ccc512a61540d854bfc81d",
|
|
2309
2337
|
"scripts/check-pack-against-gitignore.js": "sha256:42cbd1e329ab7469984a30d6bc3e9b0af4defffced6dcf970c4f8cb7ad35da4c",
|
|
2310
2338
|
"scripts/check-services.js": "sha256:8c07b049fc899827c2d1ef2c136a3d0c3c43143b1546f28e44739ecec187f777",
|
|
2311
|
-
"scripts/check-vendor-currency.js": "sha256:
|
|
2339
|
+
"scripts/check-vendor-currency.js": "sha256:d21f9d1c831d3d0be56817bd35d74d8ca1ee1d0934b6736fec96959dc0282f9f",
|
|
2312
2340
|
"scripts/consolidate-release-notes.js": "sha256:620de442c834fa99a7b668b93cf8788384a0aa802ce419953459c88451d8ec73",
|
|
2313
2341
|
"scripts/gen-migrating.js": "sha256:2177f6b9bf60d6e9c161a0419caa248d2bef9eb7beb5223a10e8cab3ecc555b1",
|
|
2314
2342
|
"scripts/generate-changelog-entry.js": "sha256:2c0a1a395d2d1b30c1679883c694e27dc6f8e73d950c4deeb118ef5a4f01fd12",
|
|
@@ -2326,7 +2354,7 @@
|
|
|
2326
2354
|
"scripts/vendor-data-gen.js": "sha256:76b627bc6e19b4a122edfca6f514bcb8ca11af02902f0957e641f503337a8a0f",
|
|
2327
2355
|
"scripts/vendor-data-keygen.js": "sha256:94eaa4d8f832b4aac9ccbcb2a07e6b99cd35cf7b044e1412079cebdefc1f4c0e",
|
|
2328
2356
|
"scripts/vendor-update.sh": "sha256:c1c879ee620f064a06d776c1d330749b5128a35581352ef385fa8baf4a35f79a",
|
|
2329
|
-
"test/00-primitives.js": "sha256:
|
|
2357
|
+
"test/00-primitives.js": "sha256:03659b070d4607a10897dd46d993187103f47b15bde92ef7ee67fc6e3b8ff2bc",
|
|
2330
2358
|
"test/10-state.js": "sha256:7f286e00fda002ccf50ccc59d658b6dce9a4bccee304232984a932a2ceb31c49",
|
|
2331
2359
|
"test/20-db.js": "sha256:241ef6b7ef305d077aeafb22ee3bcc75b6b549a8fa9b1a6b5d6d5fba43b48d7d",
|
|
2332
2360
|
"test/30-chain.js": "sha256:5aec1fb27d1a87ac74fb3613192b0d6b9cb8bb1dbf5cefdd0fc04eceb9fc3d35",
|
|
@@ -2374,7 +2402,7 @@
|
|
|
2374
2402
|
"test/integration/http-client.test.js": "sha256:fb667e279fa47dcdaca2ad24fa08d11ab4322a86283e19d9b1cc2b607bab29cc",
|
|
2375
2403
|
"test/integration/log-stream-cloudwatch.test.js": "sha256:c55b4434db449e4b39809c2d7af61f47af470164cf547c69f09a5de8a764d676",
|
|
2376
2404
|
"test/integration/log-stream.test.js": "sha256:9b69a9cc30be81f3353be15247f2d90bd06afa2cf970178598793b7d1fecdd81",
|
|
2377
|
-
"test/integration/mail-crypto-smime.test.js": "sha256:
|
|
2405
|
+
"test/integration/mail-crypto-smime.test.js": "sha256:2d6744e588a1ddab0d2908f0de48e958cb97668089d1f7440f633904b7932925",
|
|
2378
2406
|
"test/integration/mail-dkim.test.js": "sha256:bdf8e25e0b0a566ddbafef863b65a4b98634aa7b23bfed9a2ed2e0e29e6722d2",
|
|
2379
2407
|
"test/integration/mail-smtp.test.js": "sha256:ac93642ca28716ccecfee4d02509fb9f234be443b5a91c47c0b852c5dad3a9fa",
|
|
2380
2408
|
"test/integration/mtls-ca.test.js": "sha256:d475c0f6f72e2ea4f161ce7c6b5527e74ebff26401ebbf39043c2cbd97fe434e",
|
|
@@ -2397,17 +2425,17 @@
|
|
|
2397
2425
|
"test/integration/webhook-dispatcher-pg.test.js": "sha256:cbb03261eddc934c0867e7ee16420581edb0ede33302780c8da470f1ccd0efb5",
|
|
2398
2426
|
"test/integration/websocket-permessage-deflate.test.js": "sha256:b9e7bad744a2f7cee0c0bb77da9d88b846c15d24a5c3b7074ae5f56325b09a5b",
|
|
2399
2427
|
"test/integration/ws-client-roundtrip.test.js": "sha256:e6e9592dcc3962fffbc2ad399567befea6177fd48e31541a79f4cb630fcf7006",
|
|
2400
|
-
"test/layer-0-primitives/a2a-tasks.test.js": "sha256:
|
|
2428
|
+
"test/layer-0-primitives/a2a-tasks.test.js": "sha256:094532bd9306e76c87db08b678edd88792b64855147501963b156f612bb8ec2f",
|
|
2401
2429
|
"test/layer-0-primitives/a2a.test.js": "sha256:fb5d0ad7e3d0e4fb3d4b2e85acb344a4ba5140f9a9dc533b75d7ab81a64bba43",
|
|
2402
2430
|
"test/layer-0-primitives/access-lock.test.js": "sha256:5a2da39439988c54d671f8b28853262a88431194636b16e7dbfb772affec0368",
|
|
2403
2431
|
"test/layer-0-primitives/acme.test.js": "sha256:23ac86ef3b4ab261a9bf55ee936ea543e245d6600ab79c00d167aa4e145e2cba",
|
|
2404
2432
|
"test/layer-0-primitives/age-gate.test.js": "sha256:ef9ff7b387d0944e2f0f68b41d1fce46ecf67948a80c1c172f9b6a2f92f1ab4b",
|
|
2405
|
-
"test/layer-0-primitives/agent-event-bus.test.js": "sha256:
|
|
2406
|
-
"test/layer-0-primitives/agent-idempotency.test.js": "sha256:
|
|
2433
|
+
"test/layer-0-primitives/agent-event-bus.test.js": "sha256:d428f6237d48a101837ff77ae62a94de885a1d99864346c8d78561dcf97351d2",
|
|
2434
|
+
"test/layer-0-primitives/agent-idempotency.test.js": "sha256:cfe26bf5890d70d634659199292a525efd4885c55bfd1384e05bd3dca07ac398",
|
|
2407
2435
|
"test/layer-0-primitives/agent-orchestrator.test.js": "sha256:122bc275b5dbec60efc541f48d8e121f37d1d1e9f0d3b914a2c27d8ebe28a0e2",
|
|
2408
2436
|
"test/layer-0-primitives/agent-posture-chain.test.js": "sha256:efccc3d01e804bb4895e95dacd73cf744cdbb59fb1a2e879eebc1f1357128db8",
|
|
2409
2437
|
"test/layer-0-primitives/agent-saga.test.js": "sha256:5dcb69f60d534775df84ed36678b9e458b0255d600cca71e452f1805e9a9c5b8",
|
|
2410
|
-
"test/layer-0-primitives/agent-snapshot.test.js": "sha256:
|
|
2438
|
+
"test/layer-0-primitives/agent-snapshot.test.js": "sha256:1010ad08702e98a8fe668e38f3b29c45444ecb9fe5e2517546e6944e382ae88a",
|
|
2411
2439
|
"test/layer-0-primitives/agent-stream.test.js": "sha256:b15137740134a5f34954d3454faaac937e62477bac83b472198166946ef13d7c",
|
|
2412
2440
|
"test/layer-0-primitives/agent-tenant.test.js": "sha256:9d9ded67d6382a12cde6ac79a0ba1326ca68f6bff3e227379b1d2033aa45162e",
|
|
2413
2441
|
"test/layer-0-primitives/agent-trace.test.js": "sha256:f5841d26af5cb226bcdeae984e16dae642e913108931f66689ff263020288e08",
|
|
@@ -2427,25 +2455,31 @@
|
|
|
2427
2455
|
"test/layer-0-primitives/ai-quota.test.js": "sha256:53f96ce0e68c4f09956eb2ee22cca53d1a48ec5da7c026de58e116b78091fb78",
|
|
2428
2456
|
"test/layer-0-primitives/api-encrypt.test.js": "sha256:fe6e6f79ba473b68b528c92bfd603b4014b2d7225db928c29f2981126a8546dd",
|
|
2429
2457
|
"test/layer-0-primitives/app-shutdown.test.js": "sha256:e4036095036971bb830217f1cc9efd43d697f7d85958eab5fa7fa5d0c176be57",
|
|
2430
|
-
"test/layer-0-primitives/archive-gz.test.js": "sha256:
|
|
2458
|
+
"test/layer-0-primitives/archive-gz.test.js": "sha256:69ec18221fbc89094dec16dc92d9eb1af359a2a9f0df5c2d1f9ff60506e1b8af",
|
|
2431
2459
|
"test/layer-0-primitives/archive-read.test.js": "sha256:ecc0f7100b94a239023cbc857d1fe025768a5d123c73133c714cda3550a2a451",
|
|
2432
2460
|
"test/layer-0-primitives/archive-sniff-envelope.test.js": "sha256:dd2e394fa28191ce42e7544386c1016cd882767ce996f39a8594e02737831004",
|
|
2461
|
+
"test/layer-0-primitives/archive-tar-hardening.test.js": "sha256:23299541d2af3d77721fda72e2438bb5260f766d901ba55e67acc85bab0d10f2",
|
|
2433
2462
|
"test/layer-0-primitives/archive-tar.test.js": "sha256:71cbbcc634196cab9bf7dcc2df302cd390543c94fb9a9c5a25bbfa5728030256",
|
|
2434
2463
|
"test/layer-0-primitives/archive-wrap-passphrase.test.js": "sha256:310d17824bc3edf684329b7037d8f81588176e1c2e2e719314ae5f7698d6b1db",
|
|
2435
2464
|
"test/layer-0-primitives/archive-wrap.test.js": "sha256:c02c76c0ad7905125e2883dd281b6e7cf21b4cd6b41edb9aeacdc7019a9797d1",
|
|
2436
2465
|
"test/layer-0-primitives/archive-zip-stream.test.js": "sha256:c1e570809d7ac0fcd21da283a8fb8805a946c9a410926f783d466513e3a87c33",
|
|
2437
2466
|
"test/layer-0-primitives/archive.test.js": "sha256:77475c21dc00040041feafbc8963cc21b81240a53326556b76755a6c0db5be95",
|
|
2438
2467
|
"test/layer-0-primitives/arg-parser.test.js": "sha256:4fe8306262d518fd1d0aed99a374713ecc7d7d0361db6cda536a5ce7bde35f1d",
|
|
2439
|
-
"test/layer-0-primitives/asn1-der.test.js": "sha256:
|
|
2468
|
+
"test/layer-0-primitives/asn1-der.test.js": "sha256:f9d70698f61165ac98c67c4e72338db5494b3d4494d286cbeeeddac82309f115",
|
|
2440
2469
|
"test/layer-0-primitives/asyncapi.test.js": "sha256:835f999d8cb96d7d94b35d950d71bd1995af088ec6296e82256959972fb4d7fb",
|
|
2441
2470
|
"test/layer-0-primitives/atomic-file-conflict-path.test.js": "sha256:b1e95ff12e5f6871762cc23ed6b862b4cf18097b743e5d4f90abaa4e53601794",
|
|
2442
2471
|
"test/layer-0-primitives/atomic-file-exclusive-temp.test.js": "sha256:9a0a6193b8051caf1a5e34a7f0be6b12ec92abcadb26468384b0484c55984144",
|
|
2443
|
-
"test/layer-0-primitives/atomic-file-fd-read.test.js": "sha256:
|
|
2472
|
+
"test/layer-0-primitives/atomic-file-fd-read.test.js": "sha256:f94032960507df635acb5676022b13bfe284ba383f2c301f773a74e9876ecb08",
|
|
2473
|
+
"test/layer-0-primitives/atomic-file-open-nofollow.test.js": "sha256:25bccec5c4ac37f6b273c3a23d2c202b45b028a42f00eacd1999e8057a24d1b4",
|
|
2444
2474
|
"test/layer-0-primitives/atomic-file-rename-retry.test.js": "sha256:4669ec79347c38427d4d2229a884d705c1deddb3a88e2b55376a3420ae0c7f4c",
|
|
2475
|
+
"test/layer-0-primitives/atomic-file-write-excl.test.js": "sha256:80890106b36b988f77df2f124ae6762e9fba94220a2daf4ace92f8dd6f891190",
|
|
2476
|
+
"test/layer-0-primitives/atomic-file-write-stream.test.js": "sha256:2276cecd48daa8cd9bdc2f6ec14cc239340f5469b18fbe6bafcdb9aba01f1ac4",
|
|
2445
2477
|
"test/layer-0-primitives/attach-user-bearer-scheme.test.js": "sha256:ceaae361e8678ce81ca7cd3bdfb4b9ae2ae075f69d8e99685372f4a025dc4f92",
|
|
2478
|
+
"test/layer-0-primitives/audit-chain-corrupted-anchor.test.js": "sha256:ef1dcb208fbfe3f0f133502f33e0dc557dee403b1d0693f176bdd2e62b08fcdf",
|
|
2479
|
+
"test/layer-0-primitives/audit-chain-incremental-verify.test.js": "sha256:afc88f1799fcae4d316df055ff890ca871ba021af541cee902de6c35886727eb",
|
|
2446
2480
|
"test/layer-0-primitives/audit-checkpoint-false-rollback.test.js": "sha256:1b1d3136fe37f7bb1cd6de6350d312d9549d5a6b0e2a7ce9f0873dfe5361ad22",
|
|
2447
2481
|
"test/layer-0-primitives/audit-cve-defensive.test.js": "sha256:641406414b62a0927cd2500b95426b4ad6b72fb4f9baccd2c5d650a6e1e65782",
|
|
2448
|
-
"test/layer-0-primitives/audit-daily-review.test.js": "sha256:
|
|
2482
|
+
"test/layer-0-primitives/audit-daily-review.test.js": "sha256:e2d610dba35ff35b0da26f31792584b864abfa23915f99c117893ac6a5ebb2d2",
|
|
2449
2483
|
"test/layer-0-primitives/audit-export-cadf.test.js": "sha256:79b141afa6c20bf82220a47e426d2bc4b4c93d0e78375513ee30419da33c0d43",
|
|
2450
2484
|
"test/layer-0-primitives/audit-framework-namespaces.test.js": "sha256:db6d073abc1a0244d78c9c1dcaa20659e1bcdd7a9be286f55fe93d5eadab30d8",
|
|
2451
2485
|
"test/layer-0-primitives/audit-query-self-log.test.js": "sha256:492cc143438a9c71bdc5acb80d7eec907b97d0b18a74c87f937fef26ac773c95",
|
|
@@ -2453,17 +2487,18 @@
|
|
|
2453
2487
|
"test/layer-0-primitives/audit-segregation.test.js": "sha256:5cdf27c04b952eb6c8f134c2a941a5c147a8f79fe76edb5db1c1fce5b362f95f",
|
|
2454
2488
|
"test/layer-0-primitives/audit-sign-anchor.test.js": "sha256:60ac855169701a7bbe4fd14bb2316e63032f2d0be09da3585ee09f8eefcdb230",
|
|
2455
2489
|
"test/layer-0-primitives/audit-sign-ml-dsa-65.test.js": "sha256:350c88e296460dbd488481a68e873f4ea4a0ffe89d2f8a4f68724dbcab31337d",
|
|
2456
|
-
"test/layer-0-primitives/audit-signing-key-rotation.test.js": "sha256:
|
|
2490
|
+
"test/layer-0-primitives/audit-signing-key-rotation.test.js": "sha256:52b0e4f5d9c818c017183419c72fd68e637047047c17256839212300d5d881ec",
|
|
2457
2491
|
"test/layer-0-primitives/audit-tools-dual-control.test.js": "sha256:d93a469a2cb9b2e31f1e28b850ca831c32154223f198626216b0e0db134c37a5",
|
|
2458
2492
|
"test/layer-0-primitives/audit-tools-return-bytes.test.js": "sha256:5e62ebcc1dc0bae2d3a5d977bfef772542fc41bc1a7529eee0ad4ac259e8add8",
|
|
2459
2493
|
"test/layer-0-primitives/audit-use-store.test.js": "sha256:72c2393026f2a544a83d78c8dafc3fa26ebf7126cc49d0379a4830cfd7f74c5d",
|
|
2460
|
-
"test/layer-0-primitives/audit-verifybundle-tamper.test.js": "sha256:
|
|
2494
|
+
"test/layer-0-primitives/audit-verifybundle-tamper.test.js": "sha256:0aa55a3495b428f7864792fa6379d4ee3634846fb763c4222f010f266cfda5b8",
|
|
2461
2495
|
"test/layer-0-primitives/auth-bot-challenge-verifier.test.js": "sha256:082c610cce567f6fb76f030741ace572f770f600d7aa20a35d19b45f8b908ac2",
|
|
2462
|
-
"test/layer-0-primitives/auth-bot-challenge.test.js": "sha256:
|
|
2496
|
+
"test/layer-0-primitives/auth-bot-challenge.test.js": "sha256:710e899f9fdcf0e6c5fc314b39540cd5a5cb0d04d06fc1407eafb297b4ad40e5",
|
|
2463
2497
|
"test/layer-0-primitives/auth-jar.test.js": "sha256:f539217f22205918d22b3a8d651c92a9d837df8279b10a89afae3a7863a10d0e",
|
|
2464
|
-
"test/layer-0-primitives/auth-jwt-defenses.test.js": "sha256:
|
|
2465
|
-
"test/layer-0-primitives/auth-lockout.test.js": "sha256:
|
|
2498
|
+
"test/layer-0-primitives/auth-jwt-defenses.test.js": "sha256:20bc66937befb9e1eeb3acbc4bce05cdf1056472ea529af6640089259ddcb5fa",
|
|
2499
|
+
"test/layer-0-primitives/auth-lockout.test.js": "sha256:cf409719531f9a4ae43cdf1cb6cd697702d5b729d05fbcc48aa15e28692402fb",
|
|
2466
2500
|
"test/layer-0-primitives/auth-password-audit.test.js": "sha256:9f7152a245d1ba88418402aa6a7e54f4c217f7707e2962998edb1e26d34e067d",
|
|
2501
|
+
"test/layer-0-primitives/auth-status-list.test.js": "sha256:3a8e24e3d32028e3690c940459f113271980882672f5615e2cfc05e91ef31c83",
|
|
2467
2502
|
"test/layer-0-primitives/azure-blob-bucket-ops.test.js": "sha256:106f2f3170bf5e3be8baf3c212718b2ade8e947a7075758b7a37f2671550fdf2",
|
|
2468
2503
|
"test/layer-0-primitives/azure-blob-key-encoding.test.js": "sha256:f04cbece2a4ffa19c6ca35d5717a8d266958eb06d5eff65de52ef8da8800995a",
|
|
2469
2504
|
"test/layer-0-primitives/backup-bundle-info.test.js": "sha256:cc81d71bc7069171757ca6f72622acbf38fbc7348ce385e270321349e143410b",
|
|
@@ -2485,10 +2520,10 @@
|
|
|
2485
2520
|
"test/layer-0-primitives/body-parser-error-redaction.test.js": "sha256:ea6fa8c2df77cf47d2616bdfd69eb4de27d6e40e7dade99ba663567b4788dccc",
|
|
2486
2521
|
"test/layer-0-primitives/body-parser-smuggling.test.js": "sha256:6b4e076b5d63fe073a01719c45f7ccf2507c5f550c45c0c654526bab3c11b646",
|
|
2487
2522
|
"test/layer-0-primitives/boot-gates.test.js": "sha256:5374aa402ce494f0f14a2bd6cb485acdd04403834cdc16435cad959f5236e09c",
|
|
2488
|
-
"test/layer-0-primitives/bot-guard.test.js": "sha256:
|
|
2523
|
+
"test/layer-0-primitives/bot-guard.test.js": "sha256:3f5fde2fbd0524daa14abbc3f707f009946337dcff6609deec54a65a619669d5",
|
|
2489
2524
|
"test/layer-0-primitives/bounded-map.test.js": "sha256:ed4f8e744f6b8bd52295feb2dc4dd9cc7a7c67855595d5064ec62f4eda548ce8",
|
|
2490
2525
|
"test/layer-0-primitives/breach-deadline.test.js": "sha256:8e630d46bc65c5ee7960ec473c5fdd591173bf0a09206ae2bc6c4a0ddc88e5c4",
|
|
2491
|
-
"test/layer-0-primitives/break-glass.test.js": "sha256:
|
|
2526
|
+
"test/layer-0-primitives/break-glass.test.js": "sha256:b276492840e8ccf2e2d908aa3c2c5e06e59917d900059dbae30ef23974063d74",
|
|
2492
2527
|
"test/layer-0-primitives/budr.test.js": "sha256:4523567996cafcdd78c79b55d98a5a39eaaee5d6efe0720cbc7999e1ed3f5acb",
|
|
2493
2528
|
"test/layer-0-primitives/bundler-engine.test.js": "sha256:bbeae0806067f5e744103f3ecb1a67c32a9026cbfdda91d685e8bb32b44822bc",
|
|
2494
2529
|
"test/layer-0-primitives/cache-status.test.js": "sha256:98e8f8ae5ad739aea8859785c04cf06f1618a8acd3b52e95c5564326c0f26e56",
|
|
@@ -2500,7 +2535,7 @@
|
|
|
2500
2535
|
"test/layer-0-primitives/cdn-cache-control.test.js": "sha256:25cbc2647ea4df15d24814b33141fe3f13aaa1a019b049eb3e3737228eb9d493",
|
|
2501
2536
|
"test/layer-0-primitives/cert.test.js": "sha256:a96976ab27310bb061fef43d091300541b33d90a070d6e8861a29ab3369965f4",
|
|
2502
2537
|
"test/layer-0-primitives/chain-writer-multichain.test.js": "sha256:0b5b0b46dd93a6c4e562ed2e54248b34ab3d8a2dbe773874817d5fa7d93841f7",
|
|
2503
|
-
"test/layer-0-primitives/clear-site-data.test.js": "sha256:
|
|
2538
|
+
"test/layer-0-primitives/clear-site-data.test.js": "sha256:e4d12d03239d4162bdb755648a353e4af2f5c97df79661c90ffeb7b8734f1587",
|
|
2504
2539
|
"test/layer-0-primitives/cli-api-key.test.js": "sha256:42cdf225829fb90018bbe34cd96d5527d45c05093503ed243e59aafeea09677f",
|
|
2505
2540
|
"test/layer-0-primitives/cli-audit-verify-chain.test.js": "sha256:52d18ab08f5a65458ca72c66ef2c4067f84d329153b21bbb1417e2bfe600f071",
|
|
2506
2541
|
"test/layer-0-primitives/cli-backup.test.js": "sha256:9d1174edd4b337436e47850049c68d36e351273f3bcbb2d3e490cd8423357b33",
|
|
@@ -2516,23 +2551,24 @@
|
|
|
2516
2551
|
"test/layer-0-primitives/cli-vault.test.js": "sha256:3e6222867033507b471d8e08c03b8a3bf0760be18680a2abd683999482af7baa",
|
|
2517
2552
|
"test/layer-0-primitives/client-hints.test.js": "sha256:dea678a89e0778f483799286140c945417c463e7eac93d396b68675b28cf993f",
|
|
2518
2553
|
"test/layer-0-primitives/cloud-events.test.js": "sha256:f87b4c6db558953ab4d061de8d617cc6f392156d4b2e5b54ad54c524c9defe80",
|
|
2519
|
-
"test/layer-0-primitives/cluster-storage.test.js": "sha256:
|
|
2554
|
+
"test/layer-0-primitives/cluster-storage.test.js": "sha256:238b3b3db0eba3e6312a863710533178f566347b90e161e564481aa826707647",
|
|
2520
2555
|
"test/layer-0-primitives/cluster-vault-rotation.test.js": "sha256:3514e9e71d6c39e805248f58ad2f41528d091e196c0f3766a032675677161b2d",
|
|
2521
2556
|
"test/layer-0-primitives/cms-codec.test.js": "sha256:7e46078ed82be5b69d22c48f22dba37ea5015371c2a8cf5f94fb1a792fb7bb78",
|
|
2522
|
-
"test/layer-0-primitives/codebase-patterns.test.js": "sha256:
|
|
2557
|
+
"test/layer-0-primitives/codebase-patterns.test.js": "sha256:63bac972dd62d75d68d6f8b9dd83f0dfda7b8a4995d876a45d18015764894241",
|
|
2523
2558
|
"test/layer-0-primitives/codepoint-class.test.js": "sha256:19764d50264a98cb8fb28575dd82ff7a97e857922c42d9efe886e13d5063e0c5",
|
|
2524
2559
|
"test/layer-0-primitives/compliance-ai-act.test.js": "sha256:5ee4ad05d12233cb3c5457ef10a727833710bbc1ce1318838f9f9ef5d2cb8d4b",
|
|
2525
2560
|
"test/layer-0-primitives/compliance-cascade.test.js": "sha256:ee02cf14541a837a9d7977c6ea6bf7f9210bed293925d93c976e31f270aebec4",
|
|
2526
2561
|
"test/layer-0-primitives/compliance-eaa.test.js": "sha256:8afb3fa66f3f9452592995e77f5e0644d8c82de2321c551c6f5be6002b2c27a4",
|
|
2527
2562
|
"test/layer-0-primitives/compliance-eu-ai-act-posture.test.js": "sha256:3f45bb76ef390b7cc4396a37153d48f0f9465c5abc59851f0971fcc40c28dcea",
|
|
2528
|
-
"test/layer-0-primitives/compliance-sanctions.test.js": "sha256:
|
|
2563
|
+
"test/layer-0-primitives/compliance-sanctions.test.js": "sha256:41ec48ed2da7da77f4eacaa253bd5167c9f7ee6571f8911464c42fd190d4bcd1",
|
|
2529
2564
|
"test/layer-0-primitives/compliance.test.js": "sha256:d743b6e2df985daed1df4a7808e7e5bf91207d5909f5bd7d8f882e0c27dcfe1b",
|
|
2565
|
+
"test/layer-0-primitives/compression-range.test.js": "sha256:8fecdd7aef1d8bb41375b4ee6fce6767bbb7233398bca4a2ca4bc9147316b3fc",
|
|
2530
2566
|
"test/layer-0-primitives/config-drift.test.js": "sha256:c6386ba904744c7a46c10c44ee5c098d94a0c962ff7f77b19df503bccee47093",
|
|
2531
2567
|
"test/layer-0-primitives/config.test.js": "sha256:af0e7dbd7cf2f2c109bf2d3e0eeb5b6e270b9576e27c4719247d2a1ce96cf6b6",
|
|
2532
2568
|
"test/layer-0-primitives/consent-purposes.test.js": "sha256:41e3ab30eac0536eb3228578a6de4b7bbf517d995bb6b23b0db14819c37374e0",
|
|
2533
|
-
"test/layer-0-primitives/content-credentials.test.js": "sha256:
|
|
2569
|
+
"test/layer-0-primitives/content-credentials.test.js": "sha256:514e722b7d55b43dbe5237e4a699d8d9b4999ed49aa215e7d53d98576acdd559",
|
|
2534
2570
|
"test/layer-0-primitives/content-digest.test.js": "sha256:0f14ec0e04ba0ae462fedcffb2c092eba55d1b036d975f88906b8eef2271c66a",
|
|
2535
|
-
"test/layer-0-primitives/cors.test.js": "sha256:
|
|
2571
|
+
"test/layer-0-primitives/cors.test.js": "sha256:99f90e19470a45ab1ce733450e3ceb010175a76d5c414889e0393245829c0860",
|
|
2536
2572
|
"test/layer-0-primitives/cose.test.js": "sha256:70940306703c96d6a9c7f77f35625257b3f578c98a0650af6761cd21916dff97",
|
|
2537
2573
|
"test/layer-0-primitives/cra-report.test.js": "sha256:204a32da15ed26acb0f6b43b2bf33128cea954885acf29828445f30dfa4fadbe",
|
|
2538
2574
|
"test/layer-0-primitives/crdt.test.js": "sha256:b9259d8ba12e5e8feb2f982c8357ec7b0254f0f5276754af7e807c427bbe49b0",
|
|
@@ -2542,7 +2578,7 @@
|
|
|
2542
2578
|
"test/layer-0-primitives/crypto-field-aad-downgrade.test.js": "sha256:176ec0bcd8d21a0cca1554733509be83b699866eec3931dcdb61db399fc96cdf",
|
|
2543
2579
|
"test/layer-0-primitives/crypto-field-derived-hash.test.js": "sha256:3d8e29b5fa44fe20f27c1b3678253dac0a16b3af7ec5c1c97a88b38c7a5c7839",
|
|
2544
2580
|
"test/layer-0-primitives/crypto-field-dual-read-migrate.test.js": "sha256:7fde6e08993b39cea9e5787c7e7b1830ba48c9e810805ac5b7046060740b8cae",
|
|
2545
|
-
"test/layer-0-primitives/crypto-field-per-row-key.test.js": "sha256:
|
|
2581
|
+
"test/layer-0-primitives/crypto-field-per-row-key.test.js": "sha256:7f19ddde4e6b7fd7e8d06daa4dd06b8174121ace013553fa1bcf667f8a181cf7",
|
|
2546
2582
|
"test/layer-0-primitives/crypto-field-unseal-rate-cap.test.js": "sha256:4d89d181aa7f6238f83a018392bae1d5b2d0f925133da8c7481b017a82424405",
|
|
2547
2583
|
"test/layer-0-primitives/crypto-field-upgrade-dialect.test.js": "sha256:ed39153493e4c1e63a5b4e8e82b142e14074b6482aab0fc5d660eb1ba37f323d",
|
|
2548
2584
|
"test/layer-0-primitives/crypto-hash-files-parallel.test.js": "sha256:87019e3cfd476b6736236afd9ad875f418345df81da9222311ee1918e195caf2",
|
|
@@ -2559,14 +2595,14 @@
|
|
|
2559
2595
|
"test/layer-0-primitives/csp-builder.test.js": "sha256:669825eb1cc3bfe7c4321990c80413438382b2bc9bf9b31b6e86fc790d687a12",
|
|
2560
2596
|
"test/layer-0-primitives/csp-nonce.test.js": "sha256:5243603cd6d837867386ea073556d4b4b235e0dd56ae8ce12965df91c4fb540b",
|
|
2561
2597
|
"test/layer-0-primitives/csp-report.test.js": "sha256:8bb2e54a31fd4317a6a39a4dc3358147a0102dbfa58b71d85a5743008289a2ff",
|
|
2562
|
-
"test/layer-0-primitives/csrf-protect.test.js": "sha256:
|
|
2598
|
+
"test/layer-0-primitives/csrf-protect.test.js": "sha256:802a8de2fee57c01a03b523cd6701780c181838006356c30a01452b30381225b",
|
|
2563
2599
|
"test/layer-0-primitives/csv.test.js": "sha256:6a9ed5a3fc6fd315261ad0bf7788047de5323fe09c36bb52d6e599a761b18085",
|
|
2564
2600
|
"test/layer-0-primitives/cwt.test.js": "sha256:1e642b69cbd6a5b33b7755df3a17d5cecfb96e071560e4b384437ce05ab25e4d",
|
|
2565
2601
|
"test/layer-0-primitives/daemon.test.js": "sha256:a118c7a6d738115ea4590ef1d639e4c06f139732bcaf8545d649452dfdb3979e",
|
|
2566
2602
|
"test/layer-0-primitives/daily-byte-quota.test.js": "sha256:e2bb1e47ceb1ba559cd8db93d7bb676dd014c435b71f0d2d91871ff2d50ec7fb",
|
|
2567
2603
|
"test/layer-0-primitives/dane.test.js": "sha256:59d01acff1a81f0d691ecb28920f5c22e30ef416bf84a52c853c1a00e64cf783",
|
|
2568
2604
|
"test/layer-0-primitives/dark-patterns.test.js": "sha256:ed42e18923529538af882a0daee52fda31b877680d5c4806eecbc71baf1e7278",
|
|
2569
|
-
"test/layer-0-primitives/data-act.test.js": "sha256:
|
|
2605
|
+
"test/layer-0-primitives/data-act.test.js": "sha256:07610838be7c2529b9e903771610dcb23f6ccf9027a4df21b195863aed30e84c",
|
|
2570
2606
|
"test/layer-0-primitives/db-collection-extensions.test.js": "sha256:324e0c243c054f8bcdb2e0a160fdce2abe90430b253e95dc7b8739e0a18ef886",
|
|
2571
2607
|
"test/layer-0-primitives/db-collection.test.js": "sha256:cadc965ed6b3388cd2c871ba45319f30627218fdf75a7708e55571f4a4e778fe",
|
|
2572
2608
|
"test/layer-0-primitives/db-column-gate.test.js": "sha256:b57c1465907f8db7c23a0dfdca77c7f81ec4cdc4afbd33b2ea4b7ad7c8f6ac93",
|
|
@@ -2575,7 +2611,7 @@
|
|
|
2575
2611
|
"test/layer-0-primitives/db-query-cross-schema.test.js": "sha256:9a21cab75881299f160032f388e9494232d4d4cade53c9550c734124dde5a785",
|
|
2576
2612
|
"test/layer-0-primitives/db-query-extensions.test.js": "sha256:312e5bf181274bea8017861d9c02b848c8058dde402c9e28cd3b043fb6e5ac78",
|
|
2577
2613
|
"test/layer-0-primitives/db-query-sealed-field-in.test.js": "sha256:7f4eff25fb359564eb5c12cc16b5a3d4b499f54955380599a22aa4fbd46463e3",
|
|
2578
|
-
"test/layer-0-primitives/db-raw-residency-gate.test.js": "sha256:
|
|
2614
|
+
"test/layer-0-primitives/db-raw-residency-gate.test.js": "sha256:472ff238043e7c5e3c62f06a0f13339f31e70bed1008ce6d4ee3585968205e70",
|
|
2579
2615
|
"test/layer-0-primitives/db-role-for.test.js": "sha256:db17949e409e62b5b5085b5ffc72ceb7d96d590ac65c547580a0ad1adb81b87b",
|
|
2580
2616
|
"test/layer-0-primitives/db-schema-drift.test.js": "sha256:a94e511540f40f78e6cebeb48d91f09c9808cf8cbdf4cdd6b225bcfd9815b1f2",
|
|
2581
2617
|
"test/layer-0-primitives/db-schema-reconcile-emittable.test.js": "sha256:8c8dc6d433341320c4742f6ffc2f27c89172d4daf8c463692373b43b6bcd773e",
|
|
@@ -2593,12 +2629,13 @@
|
|
|
2593
2629
|
"test/layer-0-primitives/dns-dnssec-algorithm.test.js": "sha256:76d70de09aff234ca0151237fcdb24e3043317340ed3227693b56f9d81d9a120",
|
|
2594
2630
|
"test/layer-0-primitives/dns-null-mx.test.js": "sha256:c010e8eb7958b05c84090cd0a18dcf50452556d133fb940190c72d9c1c836af6",
|
|
2595
2631
|
"test/layer-0-primitives/dnssec.test.js": "sha256:aee94082891ee6d72d47dda08c91011bfd3f61d91e5ac204387337cc0c1e5295",
|
|
2596
|
-
"test/layer-0-primitives/dora.test.js": "sha256:
|
|
2632
|
+
"test/layer-0-primitives/dora.test.js": "sha256:e046e66ad07fe7b69e8763c53cc7514956362b161500977548bdc47964813fc2",
|
|
2633
|
+
"test/layer-0-primitives/dpop-alg-kty.test.js": "sha256:64d7c85ae95d49b82a29bec74d81ce134025917c25a21992bcdf6645b48e19be",
|
|
2597
2634
|
"test/layer-0-primitives/dpop-middleware-replaystore-required.test.js": "sha256:d9545ff47438cc57e0d9d65fdb411d8f064a19d0d23e203e59d2ba41f4a5c829",
|
|
2598
2635
|
"test/layer-0-primitives/dr-runbook.test.js": "sha256:9665caaa90f356d0237e0e6c6889c56a3467b20c7eaf78d2e2afa51c4b3af2cb",
|
|
2599
2636
|
"test/layer-0-primitives/dsa.test.js": "sha256:2cdbdd29b9c58d738920bb4f82f73492eab56e7d7f8111f1cdb14838de3a3ab3",
|
|
2600
2637
|
"test/layer-0-primitives/dsr-state-rules.test.js": "sha256:0ddc7fd6d5d3f8817d8f4aad7bb66c6bf6e64eafe61fdedaafa8f60957d20bd0",
|
|
2601
|
-
"test/layer-0-primitives/dsr.test.js": "sha256:
|
|
2638
|
+
"test/layer-0-primitives/dsr.test.js": "sha256:099293a85ebb864accf31685a00cf0bc92fa3045134a6be2eeef2c7fd16547c8",
|
|
2602
2639
|
"test/layer-0-primitives/dual-control.test.js": "sha256:2d9255f96bddbb45d75182ef826a355536e40caeb5864483c56eaf5ba3c7e0ac",
|
|
2603
2640
|
"test/layer-0-primitives/early-hints.test.js": "sha256:9827c66c7558ebeb39a448ec69129517a517d440865ac5341afcbc7c1047e085",
|
|
2604
2641
|
"test/layer-0-primitives/eat.test.js": "sha256:6f0b0180f659b008a6a86f9af4f8674e2ddb98d00408e10d52d03291bda96f6e",
|
|
@@ -2610,11 +2647,11 @@
|
|
|
2610
2647
|
"test/layer-0-primitives/external-db-routing.test.js": "sha256:bce6254542cf13ba0648452a37768b5e7346013238a7cafd1a09d212a56defde",
|
|
2611
2648
|
"test/layer-0-primitives/fal.test.js": "sha256:613ebf51d4bde737d277c6db8a40487c25c89fcfc4ce68e784699768f967398b",
|
|
2612
2649
|
"test/layer-0-primitives/fapi2.test.js": "sha256:bd077f0ec6de953b4deaeef1c8e1dd76f1c756d6242635137ed65b50e5bd4492",
|
|
2613
|
-
"test/layer-0-primitives/fda-21cfr11.test.js": "sha256:
|
|
2650
|
+
"test/layer-0-primitives/fda-21cfr11.test.js": "sha256:3fb7248f521267a0a8c9caaf9e96e04f06fc66d9d2ba1704fd1f8b1b0a2079c3",
|
|
2614
2651
|
"test/layer-0-primitives/fdx.test.js": "sha256:915aeea288becc7a12a5c4cbaa4c45c952e9a588a77b9b3ca00779cb78873136",
|
|
2615
2652
|
"test/layer-0-primitives/fedcm-dbsc.test.js": "sha256:4e918c5234e8db4cd84882d577d3be70b6704fb1d3edd836351a45d037e9b44d",
|
|
2616
2653
|
"test/layer-0-primitives/federation-vc-suite.test.js": "sha256:8d76e5800e5625db3eef4a37e3fafa3cb258c3d830f2ee90a4a051f87f050341",
|
|
2617
|
-
"test/layer-0-primitives/fetch-metadata.test.js": "sha256:
|
|
2654
|
+
"test/layer-0-primitives/fetch-metadata.test.js": "sha256:9b99953d3f1556b05597e30f65ba32d77f65a5a336e4de32fbbd2dfcec054b16",
|
|
2618
2655
|
"test/layer-0-primitives/fido-mds3.test.js": "sha256:89c82fea3ce8371d264d90d5cd1028ef54ed89c0ce510393d8b7e4240d232e3f",
|
|
2619
2656
|
"test/layer-0-primitives/file-type.test.js": "sha256:ba6bb725857cbf7b165f4391e3aa126c9fc4286c5afb92d1964ff1d0dfd2b57c",
|
|
2620
2657
|
"test/layer-0-primitives/file-upload-content-safety-skip-audit.test.js": "sha256:ad13f7f84a33899b4f4e66b74c896f606e070bfe5df769b0acd109cfb7ab38c7",
|
|
@@ -2624,7 +2661,7 @@
|
|
|
2624
2661
|
"test/layer-0-primitives/gate-contract-content-gate.test.js": "sha256:d9f8b94231efb0e02a94b7934bf58a3f8e343829ce11346b7302e69e13efd551",
|
|
2625
2662
|
"test/layer-0-primitives/gcs-bucket-ops.test.js": "sha256:2261e3ac2d66d48e4e436d2f43f9f48f45822930824fa48888f0fc9cfabcf908",
|
|
2626
2663
|
"test/layer-0-primitives/gdpr-ropa.test.js": "sha256:ebed2f001ddc79e42a9cd0ee5319536662dcb4c601b3eb65077161ab81e243a4",
|
|
2627
|
-
"test/layer-0-primitives/graphql-federation.test.js": "sha256:
|
|
2664
|
+
"test/layer-0-primitives/graphql-federation.test.js": "sha256:89eb6193ebfd3398af5f7730c338f81fbfc42b3e840290c4533a4914ac810503",
|
|
2628
2665
|
"test/layer-0-primitives/guard-agent-registry.test.js": "sha256:d432339273cde552cde8101ac1b32df44c36e7dd9381a328669f63884ac9016b",
|
|
2629
2666
|
"test/layer-0-primitives/guard-all.test.js": "sha256:fdd9a746ecfa6e29f0e5f727fbd66c5ab2e29a263ef0d8c2c1d62fc430cdd59f",
|
|
2630
2667
|
"test/layer-0-primitives/guard-archive.test.js": "sha256:f8c6be677cc69e5b782bb27e4891bcb18fc91d6890ce694ca06cc63c4d374b16",
|
|
@@ -2637,12 +2674,12 @@
|
|
|
2637
2674
|
"test/layer-0-primitives/guard-filename.test.js": "sha256:6718194054554e246e171e1c23a970dfc5e618fa3bd6a79a8925289fd339fd06",
|
|
2638
2675
|
"test/layer-0-primitives/guard-gate-disposition-coverage.test.js": "sha256:e4e3a971fe2659593bb76aebed6d65ddea937eda558191085c1ad31fb1c5eaf3",
|
|
2639
2676
|
"test/layer-0-primitives/guard-html-wcag.test.js": "sha256:11deaf7b28ed574731fb2d6a922dd2ca78c7f1c5e41635c0bed7ff0697c0f0f9",
|
|
2640
|
-
"test/layer-0-primitives/guard-html.test.js": "sha256:
|
|
2677
|
+
"test/layer-0-primitives/guard-html.test.js": "sha256:31ac5ba5728ad18df1e188c5251ec97698f7d7bd840011c2870fccd115b35969",
|
|
2641
2678
|
"test/layer-0-primitives/guard-idempotency-key.test.js": "sha256:18b233de627ea68cc289cb2fcd6ad5ca18db3bf911581747fd293e1bd3ee8789",
|
|
2642
2679
|
"test/layer-0-primitives/guard-image.test.js": "sha256:0f45eae95851d2e9f5b8338d2a99dddabb59b60e1be69ac9ec5d0e4d7cd21428",
|
|
2643
2680
|
"test/layer-0-primitives/guard-imap-command.test.js": "sha256:63f8a5770d432c9cf8d92a15d54769554d36acc1169f2173bdfda6421c1cd94c",
|
|
2644
2681
|
"test/layer-0-primitives/guard-jmap.test.js": "sha256:3ee17be169522b97aaac2f749e3286deb6602dd6a278f356925feb6f31c36742",
|
|
2645
|
-
"test/layer-0-primitives/guard-json.test.js": "sha256:
|
|
2682
|
+
"test/layer-0-primitives/guard-json.test.js": "sha256:f22eecf6cb69d45a7af240ed43fe93b2278f2bdb8a16f6a6f9daccdf04508c4f",
|
|
2646
2683
|
"test/layer-0-primitives/guard-list-id.test.js": "sha256:883bc38b995fc16685fd1d09b5381ff505e5930a951f790ba8dcbf609006d1e8",
|
|
2647
2684
|
"test/layer-0-primitives/guard-list-unsubscribe.test.js": "sha256:ebbc29bd567ec3a83dd8a05ab1f8ca4d494a42646e385dc2715c06e2398f0a42",
|
|
2648
2685
|
"test/layer-0-primitives/guard-mail-compose.test.js": "sha256:a338e9f08cf8cd3c96eccd0c88ddb1cd310ff20911776148e619f8e1e95a4a89",
|
|
@@ -2670,14 +2707,15 @@
|
|
|
2670
2707
|
"test/layer-0-primitives/honeytoken.test.js": "sha256:1c08e06b5d3de067e06df9a2c67f13b2bd7bcf4a6aabbb00ca916fa6d1c8990d",
|
|
2671
2708
|
"test/layer-0-primitives/html-balance.test.js": "sha256:edc4c833f7b80020244a658a955035f6c43c1ff85bc9b91f507cfc2b6c911c97",
|
|
2672
2709
|
"test/layer-0-primitives/http-client-cache.test.js": "sha256:15e3668ff70e607686243ef71b35df7310efc31bb6084f6208e97f3f1aba13e8",
|
|
2673
|
-
"test/layer-0-primitives/http-client-stream.test.js": "sha256:
|
|
2710
|
+
"test/layer-0-primitives/http-client-stream.test.js": "sha256:2bd568235ee5284335c09bcd55ade707514de61e49d9873ece0009e6647b616e",
|
|
2711
|
+
"test/layer-0-primitives/http-client-throttle-transform.test.js": "sha256:7d35ad6b3a93e4d232108019b34f3714ad5d73d417dd4fc2fba427c12ab810e3",
|
|
2674
2712
|
"test/layer-0-primitives/http-message-signature.test.js": "sha256:7326f6266f4594813a2e07ca92d590c3b44325e77791213b2508b45826139e72",
|
|
2675
2713
|
"test/layer-0-primitives/i18n-messageformat.test.js": "sha256:bdb8f3f47d07e3a6cbd6d8cbba97e6eda68ef56cad9d6655baca5bc0f8a64a39",
|
|
2676
2714
|
"test/layer-0-primitives/i18n.test.js": "sha256:d96d7e1aec02f404777ed727eaa389330108cd72a1d225f4dc9bc38527a4ab60",
|
|
2677
2715
|
"test/layer-0-primitives/iab-mspa.test.js": "sha256:5a30581e101783b430eb5b912e8f82b57d3b46c5f9ca50e52173577fc7de7d8a",
|
|
2678
2716
|
"test/layer-0-primitives/iab-tcf.test.js": "sha256:34e5f9b2740c0b96e3f84d003fbbf55a4d366f3d08f6baedca0109573eead9b6",
|
|
2679
2717
|
"test/layer-0-primitives/idempotency-key.test.js": "sha256:0214b68cbb3f50a0c7cbc7fcb92b1edf86a714dd6040c3a1a2be34b31eb9c631",
|
|
2680
|
-
"test/layer-0-primitives/importmap-integrity.test.js": "sha256:
|
|
2718
|
+
"test/layer-0-primitives/importmap-integrity.test.js": "sha256:babd21e2356c7d1d7916ae89fc228105290bf8c99371f0cde68512a62bea45dd",
|
|
2681
2719
|
"test/layer-0-primitives/inbox.test.js": "sha256:d0865782d10cb9a72bbf39223c5499d5b1ec50967173e2dfe3cd1bf88b279d8c",
|
|
2682
2720
|
"test/layer-0-primitives/incident-report.test.js": "sha256:c13f4cb6b73c54d7edb7ee5b0cb259d2bd757f17f523e4c12ea4ad755dd6c7d0",
|
|
2683
2721
|
"test/layer-0-primitives/ip-utils.test.js": "sha256:0ca865e21be6a8815a5c0dd772497b3e0ab4cedd67e7dbabf9518c82af789132",
|
|
@@ -2692,7 +2730,7 @@
|
|
|
2692
2730
|
"test/layer-0-primitives/jwk.test.js": "sha256:ceb4cf2aae65f7a0881143fdf8d22fa0c026bc4003df18180f3671439dd02b21",
|
|
2693
2731
|
"test/layer-0-primitives/jwt-external.test.js": "sha256:f7896e520a04c98b848d5496c3709798267ed85cafdb0e9e91cadb46aa559f67",
|
|
2694
2732
|
"test/layer-0-primitives/keychain.test.js": "sha256:8d6fa2888cd9e6757101c4d211891c5a6bf3f1a88842871ff188edf2d07d80c1",
|
|
2695
|
-
"test/layer-0-primitives/legal-hold.test.js": "sha256:
|
|
2733
|
+
"test/layer-0-primitives/legal-hold.test.js": "sha256:f0e343f2ddcd9858ffc037da5d266e431a3b698acc4f2fcdeb25e2857e606dd7",
|
|
2696
2734
|
"test/layer-0-primitives/link-header.test.js": "sha256:c684b000921c6e79d6b9a432e5f2629f36b23fa9a2fc458b9b8d34857304d0fe",
|
|
2697
2735
|
"test/layer-0-primitives/local-db-thin.test.js": "sha256:eaa7ede3b6f9a0f5e75561eef94bdbf8f5b145c3d440d9749a5a1ec11a349f8d",
|
|
2698
2736
|
"test/layer-0-primitives/log-stream-cloudwatch.test.js": "sha256:0e82ddc62b373471c81480051f9d4508f6c5a1f2939f0e06ebd1c0089d3407fd",
|
|
@@ -2707,15 +2745,16 @@
|
|
|
2707
2745
|
"test/layer-0-primitives/mail-canspam.test.js": "sha256:c21dec043c9984d191af0b1f3425e85953b559ec6dfdf281a5f746f7121eb281",
|
|
2708
2746
|
"test/layer-0-primitives/mail-crypto-pgp-experimental.test.js": "sha256:5b00a55d58cc48eb2864c6f7c6386ce44423e478b1033e5b11bb5130b4bb60c5",
|
|
2709
2747
|
"test/layer-0-primitives/mail-crypto-pgp.test.js": "sha256:e7b399a99e2ea3d443a409a2a7ddba9d0871c8383a821414a1b1b1122757e3cb",
|
|
2710
|
-
"test/layer-0-primitives/mail-crypto-smime.test.js": "sha256:
|
|
2748
|
+
"test/layer-0-primitives/mail-crypto-smime.test.js": "sha256:2b840ad3706840a8d206c9fa09337e0c13ecb83a7ea4d97fceb49d4fb4454dfa",
|
|
2711
2749
|
"test/layer-0-primitives/mail-dav.test.js": "sha256:5b4dcb1b9d8942f0cc2235a99487b076cf4f984933c609d737bb40471ae7333c",
|
|
2712
2750
|
"test/layer-0-primitives/mail-deploy-tlsrpt.test.js": "sha256:3063225653b0cc3a6c8653b6e6ebd1e4ffbb3939b51d21f710d718426a3eeaa4",
|
|
2713
2751
|
"test/layer-0-primitives/mail-deploy.test.js": "sha256:b3e85993397ada25ee86b43403a9307f4e8c0b87e9252967e944bd9c733baaf7",
|
|
2714
2752
|
"test/layer-0-primitives/mail-dkim.test.js": "sha256:9fdb6d8eb445621ad177d86ec0dd22425ee3a0c9870c20f5b3e3efb00fb5786e",
|
|
2715
2753
|
"test/layer-0-primitives/mail-feedback-id.test.js": "sha256:f4890df9aa9650680abe99dacb5072b0e4b207be178d1be0e6e139c697185329",
|
|
2716
2754
|
"test/layer-0-primitives/mail-greylist.test.js": "sha256:ef3e1618a2bea628a09405ad8751e63a1de47e92aeb2d1b421702fd4eae5e768",
|
|
2755
|
+
"test/layer-0-primitives/mail-header-injection.test.js": "sha256:50f1a6060f458dc414896d10d614ac177df610a1c3e4f0aa4c1fbfdc0a869136",
|
|
2717
2756
|
"test/layer-0-primitives/mail-helo.test.js": "sha256:5b06bd53db5aff44ee97d0108cd67d10b931562df33ef289f616957e7184eac1",
|
|
2718
|
-
"test/layer-0-primitives/mail-journal.test.js": "sha256:
|
|
2757
|
+
"test/layer-0-primitives/mail-journal.test.js": "sha256:e18b0b46ccedcd5599ae88b341a67f5dc6cefe38514aa4a5305bb48084d5b562",
|
|
2719
2758
|
"test/layer-0-primitives/mail-mdn.test.js": "sha256:4e24d8ba7ee777593024b2bb564995f4dd19f863ef1effdd05a4c593f2ac405f",
|
|
2720
2759
|
"test/layer-0-primitives/mail-rbl.test.js": "sha256:43a1f12c03f949cf4d9f2474d0853fefa6f963f0f15360cd330ff38cb4ba7af4",
|
|
2721
2760
|
"test/layer-0-primitives/mail-require-tls.test.js": "sha256:ffb888e81770c02e69f99ba54808802d53e5880a6fbe82349a914aaae20b016c",
|
|
@@ -2739,7 +2778,7 @@
|
|
|
2739
2778
|
"test/layer-0-primitives/mail.test.js": "sha256:ef0dafe19c60852542f7cc523dfb0c92347261c43d706eeed58db9934d9f5c50",
|
|
2740
2779
|
"test/layer-0-primitives/mcp-tool-registry.test.js": "sha256:4d9a9a367489d93afcc8e0bca3442e0aefc683e40ddd29e6e2cddbe3a3b8732f",
|
|
2741
2780
|
"test/layer-0-primitives/mcp.test.js": "sha256:896a9b55fd9d21a1ec2b0d0753b5796eb045911ad28992ba17338285406ac2f9",
|
|
2742
|
-
"test/layer-0-primitives/mdoc.test.js": "sha256:
|
|
2781
|
+
"test/layer-0-primitives/mdoc.test.js": "sha256:2fe1086192385e71f858554d676b299b86594d34226e1d774ffefc97b5fa03a4",
|
|
2743
2782
|
"test/layer-0-primitives/metrics-shadow-registry.test.js": "sha256:8ea834fd6b549c18976b535660a53aafccb1c6f0b7762086e8dbbc7ab8d832b6",
|
|
2744
2783
|
"test/layer-0-primitives/metrics-snapshot.test.js": "sha256:aa405be22acb6680b062d1de1aa7ce00029e414218a0e4e521e10a14b2254851",
|
|
2745
2784
|
"test/layer-0-primitives/middleware-compose-pipeline.test.js": "sha256:9e3d6ff40d9b1087e3bd71601f92798bf1bf3e9e748c0b98a7c43d2b210c894a",
|
|
@@ -2748,7 +2787,7 @@
|
|
|
2748
2787
|
"test/layer-0-primitives/mtls-ca-paths.test.js": "sha256:71518f55b516c202021f62e720af710aa98c86be8aca33bda1decac6afa1218b",
|
|
2749
2788
|
"test/layer-0-primitives/mtls-ca-revocation.test.js": "sha256:27e3e909cd2fc0b6dfb8276a2a182c3bf948dccc65f601c670204a324d792e36",
|
|
2750
2789
|
"test/layer-0-primitives/nel.test.js": "sha256:1b074316a1172d23da880ee6c9fa99b5548ae28322ea43a7f91adbdb260375ca",
|
|
2751
|
-
"test/layer-0-primitives/network-allowlist.test.js": "sha256:
|
|
2790
|
+
"test/layer-0-primitives/network-allowlist.test.js": "sha256:bfd447e56b6f19ee2cf1ed4ca7b34e03ecd6de89df46093e9dc89d93beeaf976",
|
|
2752
2791
|
"test/layer-0-primitives/network-byte-quota.test.js": "sha256:c53f6a7435472bd02debbd3c2679254bef2dc6bec8a0c0bf5f9c53c956a313e6",
|
|
2753
2792
|
"test/layer-0-primitives/network-dns-resolver.test.js": "sha256:8966ba1b24c9ceb5754a3ef21a6d6e61a6cade983367bece1034110b7928fc1c",
|
|
2754
2793
|
"test/layer-0-primitives/network-dns.test.js": "sha256:062716b26d49b29b5002787597ad61622b4bfd05c346076ba90ab18e2efc5074",
|
|
@@ -2765,14 +2804,17 @@
|
|
|
2765
2804
|
"test/layer-0-primitives/notify.test.js": "sha256:8a7cf548e567cdcf0e6cc6d731c5e2e6fcc364e8838ef411999c324234da3917",
|
|
2766
2805
|
"test/layer-0-primitives/numeric-bounds.test.js": "sha256:4935cb433e72b15dff77cebef4c580128695c38ae619de6f7b9dd10868cdbbb7",
|
|
2767
2806
|
"test/layer-0-primitives/oauth-callback.test.js": "sha256:757b15b235c9ce2608571c8ff8a79e547858aeaccf3e515d66dae315cb582d5b",
|
|
2807
|
+
"test/layer-0-primitives/object-store-range-header.test.js": "sha256:ddacc510976700ba9dfeefce2f40c5ee9ce8510eb1cd0b9a8128b296acf22b06",
|
|
2768
2808
|
"test/layer-0-primitives/object-store-versioned-delete.test.js": "sha256:755a6b0914dc2f51f3d2d3a57ae3c5e013ee071e2edcfc717b7ee153c2ddc061",
|
|
2769
2809
|
"test/layer-0-primitives/observability-tracing.test.js": "sha256:0912c59a2b52ca139a61a06a5f0f57bcd952b0da503656efe6c0e0a3135765f4",
|
|
2770
2810
|
"test/layer-0-primitives/observability.test.js": "sha256:29e0e41b05a358b53053dd696e48dd17827d903e6eb59dad08a183ac932376a5",
|
|
2771
2811
|
"test/layer-0-primitives/openapi.test.js": "sha256:2e552cbb27b70ac28688632364defc9d063b3b26ff45788012e656bce8ba31e3",
|
|
2772
2812
|
"test/layer-0-primitives/otel-export.test.js": "sha256:78c0103b69f04270b35f1d4f14471c4aa085bdad0b55667e2f182f94c2a3f7b6",
|
|
2773
|
-
"test/layer-0-primitives/otlp-attr-redaction.test.js": "sha256:
|
|
2813
|
+
"test/layer-0-primitives/otlp-attr-redaction.test.js": "sha256:d968cde63be81493deb8b059c7e5febcdab913ee26601619025dd3e700f2594f",
|
|
2774
2814
|
"test/layer-0-primitives/outbox-inflight-reaper.test.js": "sha256:b4d65c14c7d8aa7712424f2a685fd7bc44b306650c14e3ff5047b2f021ac81f4",
|
|
2815
|
+
"test/layer-0-primitives/output-header-hardening.test.js": "sha256:4792ef56abc48e96833bdaf0019c5a61b21789cf62062fd74c48f3a969bf2db3",
|
|
2775
2816
|
"test/layer-0-primitives/pagination.test.js": "sha256:432bbead37b57079f91429c2f3998aed28eb947086f8b0b8ebbd111fa3abdb07",
|
|
2817
|
+
"test/layer-0-primitives/parser-verify-hardening.test.js": "sha256:6a40c20831c48b302aa1c10b746c2676574580f5c19459ed739b1070a34a4470",
|
|
2776
2818
|
"test/layer-0-primitives/parsers-standalone.test.js": "sha256:165683dd46724386493f5acb11f102123517ed7d07754f02065e8e0a9f9e57b5",
|
|
2777
2819
|
"test/layer-0-primitives/passkey-real-vectors.test.js": "sha256:c8d986440e9c6d7ca78f8b03054d077f7b11af8326b6319aaaa569fb9cebf0bd",
|
|
2778
2820
|
"test/layer-0-primitives/passkey.test.js": "sha256:ae7b213deb42dc8412d496eab91071b4f65518ca0d37e24f17ecb31c095dc7fe",
|
|
@@ -2786,6 +2828,7 @@
|
|
|
2786
2828
|
"test/layer-0-primitives/process-spawn.test.js": "sha256:d16538e2f0dc8bf06537fe78a29d3b805ea7be251b9cbdcc296d45dac1fa902c",
|
|
2787
2829
|
"test/layer-0-primitives/promise-pool.test.js": "sha256:d732b038f39f4b2a639d63ba75a4caa801ced055d3f300a0cdb5f105c53eef65",
|
|
2788
2830
|
"test/layer-0-primitives/protected-resource-metadata.test.js": "sha256:66079b79a88aaf63129d576850b32eee8e882ffc66797aaed8a6917cafc9f5ae",
|
|
2831
|
+
"test/layer-0-primitives/proto-shadow-allowlist.test.js": "sha256:1d5a5cc6c181636cfa04de9991492ee667d5729682ab93ccf341df2c92c78472",
|
|
2789
2832
|
"test/layer-0-primitives/protobuf-encoder.test.js": "sha256:f1e77da8a618e7c90597cad0433d1c442f5f8a81cba813e63681d96877bacfc1",
|
|
2790
2833
|
"test/layer-0-primitives/protocol-dispatcher.test.js": "sha256:7ab7202fb1638cf78737e6e4920ee410934b4609178d0899a0037afbe7e64f9c",
|
|
2791
2834
|
"test/layer-0-primitives/public-suffix.test.js": "sha256:c8eafc110c8915a16aba2f0e396112763df17fe0139166209060fa3acff49548",
|
|
@@ -2798,16 +2841,20 @@
|
|
|
2798
2841
|
"test/layer-0-primitives/rate-limit-cluster.test.js": "sha256:732f28a7737c6696c02f554b5b7e5d4328a3eacb84ab1491b8b058c2ba603ee7",
|
|
2799
2842
|
"test/layer-0-primitives/rate-limit-memory-getorinsert.test.js": "sha256:6e113f7643f0de46975f5ca37d87cc16f7bf97c2c4513fd8f09b09c224e4622f",
|
|
2800
2843
|
"test/layer-0-primitives/rate-limit-registry.test.js": "sha256:bb8a7081398aadfd8e8ecf8665863a2b28136b9dddf438022bfd5de0b2f05956",
|
|
2844
|
+
"test/layer-0-primitives/rate-limit-xff-spoofing.test.js": "sha256:c0e1fde20c09596e860ff55f3ef148f34d9449c7f104347bb207a4742c28c65e",
|
|
2801
2845
|
"test/layer-0-primitives/redact-dlp.test.js": "sha256:42b80cd22185ce81e8caf71243e6f6bc2f3185a091ebe5fbb776bfab7bab37c3",
|
|
2802
2846
|
"test/layer-0-primitives/redis-client.test.js": "sha256:bb1f192c78311b7f3fededcf90a3e5bc3492fc31c001f64c642dd3eb9b631dd4",
|
|
2803
|
-
"test/layer-0-primitives/request-helpers.test.js": "sha256:
|
|
2847
|
+
"test/layer-0-primitives/request-helpers.test.js": "sha256:624009b51608f68921ae44456a487d00d3bcb04bdd8e1c8b2465de16166a8ee2",
|
|
2804
2848
|
"test/layer-0-primitives/request-log.test.js": "sha256:31479f63311b31a74aa7f636b7f9ef04c2f6bcb152b8b8c465a40d08461cc03f",
|
|
2805
2849
|
"test/layer-0-primitives/require-auth-cache-control.test.js": "sha256:36b9d77791285e2b2606a5d2f8f8c8536a46e7ec1f4f2c5e54ee1b17a3dece3d",
|
|
2806
2850
|
"test/layer-0-primitives/require-mtls.test.js": "sha256:ba041e00d098090b4ffa578bb8b3f01927043842a5057069502dc69ade2dc23d",
|
|
2807
2851
|
"test/layer-0-primitives/resource-access-lock.test.js": "sha256:f436bcd187b317229266b4f27d89e7f87cb28c7dc400643594b22d05232dbac4",
|
|
2852
|
+
"test/layer-0-primitives/restore-blob-remap.test.js": "sha256:8caee31bd1c75dc15fb51ffc3db7981660c7bc20a01ff8e82e9dccbdefe9e671",
|
|
2808
2853
|
"test/layer-0-primitives/retention-dryrun-no-vacuum.test.js": "sha256:b454fb508b22418097839a20f7b1ff5240a57f8ee37e575768780e7b8cc772b6",
|
|
2809
2854
|
"test/layer-0-primitives/retention-floor.test.js": "sha256:c841932447a1ed9be5c1aec5d0819f112e9730305af410aa44d346487e6a3490",
|
|
2855
|
+
"test/layer-0-primitives/retention-sweep-termination.test.js": "sha256:ab0c31bab680feb850ff67c049888e793d834abde324baddc9d8ef05eff5fbac",
|
|
2810
2856
|
"test/layer-0-primitives/retry.test.js": "sha256:4e14bf1acfc73d3018e8a7b914c5fc0a9a768f41e81b76ee427fd520b3bbc935",
|
|
2857
|
+
"test/layer-0-primitives/router-body-validation.test.js": "sha256:c851beccde04825dc87a0adaa66e8e3c979de9fdb4e1e752c6d8eaa80823d1f1",
|
|
2811
2858
|
"test/layer-0-primitives/router-cross-origin-redirect.test.js": "sha256:716d665c29eed2c5acdfd32a9cac717cb2c70ba6af6e9ab16477b527ee46594d",
|
|
2812
2859
|
"test/layer-0-primitives/router-tls0rtt.test.js": "sha256:dd44b9358847e6bab34e02f65a4361cddb907ab3acafd7722f2c240c27a46fb7",
|
|
2813
2860
|
"test/layer-0-primitives/router-use-path-scope.test.js": "sha256:e0f29dff8231e764e2564412f34d559d4112cfd5bf75ce95a407007fdb6e6f8b",
|
|
@@ -2820,6 +2867,7 @@
|
|
|
2820
2867
|
"test/layer-0-primitives/safe-dns.test.js": "sha256:9eecde000ecf6bd09a5b7e392d956d7f00897687771ce12a24cb502bf8220d55",
|
|
2821
2868
|
"test/layer-0-primitives/safe-ical.test.js": "sha256:4611104506f91ce3d9b1cc38527f09ab3489929714f0a9d81faf383fc83c6244",
|
|
2822
2869
|
"test/layer-0-primitives/safe-icap.test.js": "sha256:528d2d8337568df3a9a580d539f4d20dfefa80116f41adaf23e6f99f3ed670e5",
|
|
2870
|
+
"test/layer-0-primitives/safe-json-stringify-for-script.test.js": "sha256:40495d6bd07a9d18b6fedbc81e0b00919f40e818076c97c9356eb9237bf22e5b",
|
|
2823
2871
|
"test/layer-0-primitives/safe-jsonpath.test.js": "sha256:d7a161d928d0d45621568479f8b80ab27603cfdb0dbb644695b4eedd3849a2b5",
|
|
2824
2872
|
"test/layer-0-primitives/safe-mime.test.js": "sha256:ba8af559611c30897f3d00f26d9dbd85a56ca66a1fdeef0fb84a3ca4a8fd2dc9",
|
|
2825
2873
|
"test/layer-0-primitives/safe-mount-info.test.js": "sha256:eae629afda908036b9d9f4ba175c53a7a65f678c98ce5c8c96e41bbfab5e0e88",
|
|
@@ -2832,14 +2880,14 @@
|
|
|
2832
2880
|
"test/layer-0-primitives/safe-vcard.test.js": "sha256:10a0695050afee64599411352b34382e15b8f9bd9045ed3951cc6bc561918c89",
|
|
2833
2881
|
"test/layer-0-primitives/safe-xml.test.js": "sha256:dc94bdc968449a87843a2403e4f9d402cd22fb7479cae30ae42e297ffec5a449",
|
|
2834
2882
|
"test/layer-0-primitives/saml-slo.test.js": "sha256:b8b3a5e71ad28a0a3e9b69bca9f570410bc8b8eab6a7fdfd186fdf12cd90854f",
|
|
2835
|
-
"test/layer-0-primitives/saml-subjectconfirmation-notonorafter.test.js": "sha256:
|
|
2836
|
-
"test/layer-0-primitives/sandbox.test.js": "sha256:
|
|
2883
|
+
"test/layer-0-primitives/saml-subjectconfirmation-notonorafter.test.js": "sha256:8c3ed0df3770c64ab21b4cf709517b55ea692ff455f09f0e75982c7dd7ec69e9",
|
|
2884
|
+
"test/layer-0-primitives/sandbox.test.js": "sha256:9e4173ff52b2de662c9ca489c723df899f7dfa82526f0c67154de516b2e4f0e7",
|
|
2837
2885
|
"test/layer-0-primitives/scheduler-exactly-once.test.js": "sha256:f269740eba98d12f05f6fa50c7aa4f6ac49a5a69e1dff23898257405a51089fa",
|
|
2838
2886
|
"test/layer-0-primitives/scheduler-watchdog-stale-settle.test.js": "sha256:7ee8fc92151f36fcfefb7506e5c274599b6f6df8b83639bbe73738b1f263bb43",
|
|
2839
2887
|
"test/layer-0-primitives/scim-server.test.js": "sha256:2df544430e780f677491b71e08ac77f88fabaecf0c23d838fb3081d3deb84315",
|
|
2840
2888
|
"test/layer-0-primitives/scitt.test.js": "sha256:a3030351ec0092516c5eaea4824dae8f466f239133d6a189875d38faf236a232",
|
|
2841
2889
|
"test/layer-0-primitives/sd-jwt-vc-ecdsa-p1363.test.js": "sha256:d26d4a066458fe37634abf58bf41a66ef913172e5cb601f64751a2c2a03fd8fb",
|
|
2842
|
-
"test/layer-0-primitives/sd-jwt-vc.test.js": "sha256:
|
|
2890
|
+
"test/layer-0-primitives/sd-jwt-vc.test.js": "sha256:ca204764c2ca8260ceb65623f47f4a15f8adff7166e499a573a3d2f77e03b025",
|
|
2843
2891
|
"test/layer-0-primitives/sd-notify.test.js": "sha256:39b3af9befe9f9241e328bee85d2dab3aff9c15747aa43fc6e6d68d404f4abaa",
|
|
2844
2892
|
"test/layer-0-primitives/sec-cyber.test.js": "sha256:9082c067fa9a8f55592675bbb911dc44bb10ad12bf4c6db6a2f0d95b2fa0538f",
|
|
2845
2893
|
"test/layer-0-primitives/security-assert.test.js": "sha256:d4ea3b6b187ee095edc33f433a6ba08e21ecc92d62c801344cc89d643d3e96f7",
|
|
@@ -2850,7 +2898,7 @@
|
|
|
2850
2898
|
"test/layer-0-primitives/self-update.test.js": "sha256:8f0b956a24a609913d14a25a39c03ac4e148f9ae88dcbaa28fbc8fa72517b249",
|
|
2851
2899
|
"test/layer-0-primitives/server-timing.test.js": "sha256:03fbad2878a8d629c0abf59c175d6de7b113e49b3eaffbdcd950b03920e54693",
|
|
2852
2900
|
"test/layer-0-primitives/session-device-binding.test.js": "sha256:92103c0bc7d6e03c01db3289a360ddea4d1eca58f5afffce19463e472ffc7fd3",
|
|
2853
|
-
"test/layer-0-primitives/session-extensions.test.js": "sha256:
|
|
2901
|
+
"test/layer-0-primitives/session-extensions.test.js": "sha256:851d9cf3fccbd05984cf383cd79415834181ff46f4a0a066c6bb176d5daff974",
|
|
2854
2902
|
"test/layer-0-primitives/session-valid-from.test.js": "sha256:587bb6aa587d1fbaf84387bd17d0a46fbf0b97ceafc9d2a1416a0e7751e98ab0",
|
|
2855
2903
|
"test/layer-0-primitives/shape-match.test.js": "sha256:ce63e3be16ff7055fe0a24ffd314e6878a8d2145043a2e2bbc3821f3d9d48b7d",
|
|
2856
2904
|
"test/layer-0-primitives/sigv4-bucket-ops.test.js": "sha256:72891b4f6d053dbbc40d58c6fa413191d71e7d37dea068f46ec0d96299cf7696",
|
|
@@ -2864,15 +2912,16 @@
|
|
|
2864
2912
|
"test/layer-0-primitives/sse.test.js": "sha256:ca58bd0149a2b62b7b08aa5003d81edcb9cc14e38cbc5fade1e6a2639a84cfe0",
|
|
2865
2913
|
"test/layer-0-primitives/ssrf-guard.test.js": "sha256:323f48e6ad057ea9977f6b798619ee8f7c74fa2d404a496086a9f61eb2cbd75b",
|
|
2866
2914
|
"test/layer-0-primitives/standard-webhooks.test.js": "sha256:a8ef0b8546c992e0eec88e7c8974e8153e4a53a305907e44aa1ebbb29bba8039",
|
|
2867
|
-
"test/layer-0-primitives/static.test.js": "sha256:
|
|
2868
|
-
"test/layer-0-primitives/step-up.test.js": "sha256:
|
|
2915
|
+
"test/layer-0-primitives/static.test.js": "sha256:0288c2527fb866c4d80c043008d018f41b04584cc0ff3554e77a5645b38aac6a",
|
|
2916
|
+
"test/layer-0-primitives/step-up.test.js": "sha256:74631692a30f6508451cefcc6de5efc6705231f429ffb9c56d8a5a86d9b99610",
|
|
2869
2917
|
"test/layer-0-primitives/storage-chunk-scratch.test.js": "sha256:bdfbba7ba9a619a2ab9a69b539c31f1e53569185135733debd14778d6791b4b8",
|
|
2870
2918
|
"test/layer-0-primitives/storage-presigned-url.test.js": "sha256:1429eedcee420858d5305681137b54b75c2affbab9d58b888854192a2592b0ee",
|
|
2871
2919
|
"test/layer-0-primitives/stream-throttle.test.js": "sha256:8251900a22780ef84fbe31a69b3c784dca733746d82bb97f4415f69c1393f6f8",
|
|
2872
2920
|
"test/layer-0-primitives/structured-fields-codec.test.js": "sha256:84834568ad750644eae96241d82248be60ec79cddc55452ae9223ae252d62ec7",
|
|
2873
2921
|
"test/layer-0-primitives/structured-fields.test.js": "sha256:47eb87d02a519647e7caa1ae1056d9160d7bf1d53b81722ab9467b79495d89dd",
|
|
2874
2922
|
"test/layer-0-primitives/tcpa-10dlc.test.js": "sha256:ef60049e39f2c5fd136cbc03fbb53fde46851e0c6f1ad8ddee12424c836017bc",
|
|
2875
|
-
"test/layer-0-primitives/
|
|
2923
|
+
"test/layer-0-primitives/template-escape-html.test.js": "sha256:95bb611d4a18dc627019b5dbf8ec46a7ffd65ebd20fd8bf57c4738153b73265e",
|
|
2924
|
+
"test/layer-0-primitives/tenant-quota.test.js": "sha256:4784e7c038f23be6191528261efdd39dc79b5b0459a927d0024cf5180cb6c8c5",
|
|
2876
2925
|
"test/layer-0-primitives/test-coverage.test.js": "sha256:175757e902e5867fa2d5d536606bff24e93689b44e769e41359aafbc98690528",
|
|
2877
2926
|
"test/layer-0-primitives/test-harness.test.js": "sha256:df37bf327dbce52a504541ea5e87be952751310165c1befb852263c48378d9fb",
|
|
2878
2927
|
"test/layer-0-primitives/testing-request.test.js": "sha256:cfaefd6676a2f55972198753766214422606b10228d87b946c76056951d3f257",
|
|
@@ -2890,25 +2939,28 @@
|
|
|
2890
2939
|
"test/layer-0-primitives/validate-opts-port.test.js": "sha256:f27cc8b7e71d607b70a544570a1f65c19fa9e3ef8e8189d80dd1e5e223721958",
|
|
2891
2940
|
"test/layer-0-primitives/validate-opts-shape.test.js": "sha256:719542ad75911a6239cd3ea25d180b0e8c7e97fceb31b5c1b21df9833910745a",
|
|
2892
2941
|
"test/layer-0-primitives/vault-aad.test.js": "sha256:cd97cabcc509a3688f59246b81d19b0fcbe0de20953591062cfc255eebaa3681",
|
|
2942
|
+
"test/layer-0-primitives/vault-default-store.test.js": "sha256:340352b135bbd515f8ace0be70b9fc16573556d23edb298134038b737fb07d25",
|
|
2893
2943
|
"test/layer-0-primitives/vault-rotate-aad.test.js": "sha256:92a4e0c565d300844e2f302b2c024234f88859259e909713d8167279f73bc459",
|
|
2894
2944
|
"test/layer-0-primitives/vault-seal-pem-file.test.js": "sha256:33fafcc0b082fb1357f7fbeb446afbfc5852664a1cc6ee40073fd6a68fb2d768",
|
|
2895
2945
|
"test/layer-0-primitives/vc.test.js": "sha256:504fadbce3c8210c7ecb74e927686bdec03d7581b1dae4150c2ebefc326c182b",
|
|
2946
|
+
"test/layer-0-primitives/vendor-currency-classify.test.js": "sha256:8fdcd91963ca0027b8cc6ad8d8991b8f8154075312fdc68cd8dd2b38fb7b30d2",
|
|
2896
2947
|
"test/layer-0-primitives/vendor-data.test.js": "sha256:e216ae83b187c66f1002c419e4af2701573e5743666007b564a0257332bc0c9b",
|
|
2897
2948
|
"test/layer-0-primitives/vendor-manifest.test.js": "sha256:55685bd11686bf76495ec29769470de05a6aaf4648d2b5722d96f213d9e32587",
|
|
2898
2949
|
"test/layer-0-primitives/vex.test.js": "sha256:4a06e3e9a6ea8ffe3ab2c0af69cbe2835c1d50768c184308bb2e40638c8998cc",
|
|
2899
2950
|
"test/layer-0-primitives/watcher.test.js": "sha256:346ef70ff89e9d4b6ba27f6a1859be0cd782b8224930c7c3d2ead5d495c08dd7",
|
|
2900
2951
|
"test/layer-0-primitives/web-push-vapid.test.js": "sha256:4634dcf1c3fdae300b291d20473285a9d9fe2f49f9c54e4e3a2e149768d3fe32",
|
|
2901
2952
|
"test/layer-0-primitives/webhook-dispatcher.test.js": "sha256:080b999087102eccaa73e070b3f08ec2ab1fecd3a38d25cdcd2937241c9d9689",
|
|
2902
|
-
"test/layer-0-primitives/webhook.test.js": "sha256:
|
|
2953
|
+
"test/layer-0-primitives/webhook.test.js": "sha256:8eb792cd1b24f7e4e7380286bb08e0e37489ce6a0fc5c1f0d0aa6caa0e170e48",
|
|
2903
2954
|
"test/layer-0-primitives/websocket-channels.test.js": "sha256:8e1249fd11c4ae1253c8b76cc8638c9cdce2081046d6b80a9a6db0cd71d2716c",
|
|
2904
2955
|
"test/layer-0-primitives/websocket-extension-header.test.js": "sha256:8f3a29eeb269c7393342e4e7966c330413964cd251b76d5cdefd6455aa8883be",
|
|
2905
2956
|
"test/layer-0-primitives/worker-pool-recycle-race.test.js": "sha256:84f02fb349ac9b10470271a16214b8fc08d4a89757c2958f296e6bd11307e394",
|
|
2906
2957
|
"test/layer-0-primitives/worker-pool.test.js": "sha256:0a3698d862346f64f98eb1c954694ad6a6b4cedbfc569a1f4d93233b7bfa733a",
|
|
2907
2958
|
"test/layer-0-primitives/worm.test.js": "sha256:0908cfbf7228de39ab68796505c29071d3117571b8a6c07cef7d1fa27d0380b8",
|
|
2908
|
-
"test/layer-0-primitives/ws-client.test.js": "sha256:
|
|
2959
|
+
"test/layer-0-primitives/ws-client.test.js": "sha256:90870479f6e2649b8375d60d9f5097813eb65627806ad5474da3bcb770bd51ac",
|
|
2960
|
+
"test/layer-0-primitives/x509-chain-ca-enforcement.test.js": "sha256:e0f1fc12da63ec475137b8bb266c19875f8ef544477663c2277149e152101e1c",
|
|
2909
2961
|
"test/layer-1-state/api-key.test.js": "sha256:48d641b673a181746adf80dfa995f0ca29187af17aa4735590557fda4350dcb8",
|
|
2910
2962
|
"test/layer-5-integration/bundler-output.test.js": "sha256:d54ea7e86cdeb0241d49df70e5c5962ad8a35e3a0a57ff0026361597c4785b0b",
|
|
2911
|
-
"test/layer-5-integration/external-db-residency.test.js": "sha256:
|
|
2963
|
+
"test/layer-5-integration/external-db-residency.test.js": "sha256:3ff1de115d465f1f35decf207d9263bb1bb5327892662bd992adddb8af9e0f49",
|
|
2912
2964
|
"test/layer-5-integration/guard-host-integration.test.js": "sha256:5c57da239285ebf04ee34cb5ab2bc000e61e7b13a91fc15750ca1db49c431808",
|
|
2913
2965
|
"test/layer-5-integration/security-chaos.test.js": "sha256:7459c282a2169b54afb1f6fe36649116553f3f62b6acb454fb4f90cb3b02aa87",
|
|
2914
2966
|
"test/smoke.js": "sha256:e33a9f04d3ce15538f0b4c4ceeebd8987f1bb7bede0fc4ca6d444a83827e571f"
|