@psnext/slingcli 3.1.20260904-1 → 3.3.20260914-1
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/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +5 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/hasOwn.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/hasOwn.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/hasOwn.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-websocket/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/chunks/{chunk-PBNSMEG7.js → chunk-BRL3MDQL.js} +10 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/cli.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/index.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/bundle/rpc-entry.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +79 -32
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Client.md +25 -8
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/EnvHttpProxyAgent.md +3 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/EventSource.md +4 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Interceptors.md +7 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/docs/docs/api/Socks5ProxyAgent.md +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/api/readable.js +33 -43
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/cache/memory-cache-store.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/core/connect.js +16 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/core/symbols.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/agent.js +7 -2
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/balanced-pool.js +7 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client-h1.js +9 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client-h2.js +221 -12
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/client.js +76 -30
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher-base.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher.js +15 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/dispatcher1-wrapper.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +37 -8
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/proxy-agent.js +18 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/retry-agent.js +3 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/round-robin-pool.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +106 -22
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/cache-handler.js +29 -5
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/decorator-handler.js +7 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/deduplication-handler.js +12 -6
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/redirect-handler.js +21 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/handler/retry-handler.js +155 -32
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/cache.js +65 -9
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/decompress.js +115 -13
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/deduplicate.js +5 -4
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/dns.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/interceptor/dump.js +10 -23
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/mock/mock-agent.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/mock/mock-utils.js +217 -27
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/util/cache.js +43 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/cookies/parse.js +150 -147
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/eventsource/eventsource-stream.js +28 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/eventsource/eventsource.js +13 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/index.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/request.js +2 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/fetch/util.js +6 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/webidl/index.js +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/connection.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/permessage-deflate.js +5 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -10
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/lib/web/websocket/websocket.js +22 -0
- package/node_modules/@earendil-works/pi-coding-agent/node_modules/undici/package.json +3 -3
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +4 -4
- package/node_modules/@earendil-works/pi-coding-agent/package.json +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/errors/index.js +20 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +11 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +11 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +25 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/errors/errors.js +18 -0
- package/node_modules/@smithy/core/dist-es/submodules/errors/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +11 -10
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/getAwsChunkedEncodingStream.js +23 -8
- package/node_modules/@smithy/core/dist-types/submodules/errors/errors.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/submodules/errors/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/errors/errors.d.ts +44 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/errors/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/retry/service-error-classification/service-error-classification.d.ts +4 -0
- package/node_modules/@smithy/core/errors.d.ts +5 -0
- package/node_modules/@smithy/core/errors.js +5 -0
- package/node_modules/@smithy/core/package.json +11 -2
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/buffer.d.ts +1 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
- package/node_modules/@types/node/http.d.ts +1 -1
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/perf_hooks.d.ts +31 -19
- package/node_modules/@types/node/quic.d.ts +6 -4
- package/node_modules/@types/node/stream/web.d.ts +20 -0
- package/node_modules/@types/node/tls.d.ts +26 -15
- package/node_modules/@types/node/vfs.d.ts +7 -6
- package/node_modules/@types/node/web-globals/streams.d.ts +4 -0
- package/node_modules/@types/node/zlib.d.ts +17 -0
- package/node_modules/hono/dist/cjs/client/client.js +4 -4
- package/node_modules/hono/dist/cjs/hono-base.js +7 -6
- package/node_modules/hono/dist/cjs/jsx/base.js +18 -1
- package/node_modules/hono/dist/cjs/jsx/components.js +25 -26
- package/node_modules/hono/dist/cjs/jsx/context.js +5 -5
- package/node_modules/hono/dist/cjs/jsx/dom/server.js +5 -1
- package/node_modules/hono/dist/cjs/jsx/intrinsic-element/components.js +2 -2
- package/node_modules/hono/dist/cjs/jsx/streaming.js +4 -5
- package/node_modules/hono/dist/client/client.js +4 -4
- package/node_modules/hono/dist/hono-base.js +7 -6
- package/node_modules/hono/dist/jsx/base.js +15 -1
- package/node_modules/hono/dist/jsx/components.js +26 -27
- package/node_modules/hono/dist/jsx/context.js +6 -6
- package/node_modules/hono/dist/jsx/dom/server.js +5 -1
- package/node_modules/hono/dist/jsx/intrinsic-element/components.js +3 -3
- package/node_modules/hono/dist/jsx/streaming.js +5 -6
- package/node_modules/hono/dist/types/context.d.ts +2 -2
- package/node_modules/hono/dist/types/jsx/base.d.ts +3 -0
- package/node_modules/hono/package.json +2 -2
- package/node_modules/jose/dist/types/index.d.ts +1 -2
- package/node_modules/jose/dist/types/jwe/compact/decrypt.d.ts +7 -11
- package/node_modules/jose/dist/types/jwe/compact/encrypt.d.ts +13 -16
- package/node_modules/jose/dist/types/jwe/flattened/decrypt.d.ts +7 -11
- package/node_modules/jose/dist/types/jwe/flattened/encrypt.d.ts +16 -19
- package/node_modules/jose/dist/types/jwe/general/decrypt.d.ts +10 -16
- package/node_modules/jose/dist/types/jwe/general/encrypt.d.ts +18 -21
- package/node_modules/jose/dist/types/jwk/embedded.d.ts +3 -1
- package/node_modules/jose/dist/types/jwk/thumbprint.d.ts +4 -6
- package/node_modules/jose/dist/types/jwks/local.d.ts +5 -4
- package/node_modules/jose/dist/types/jwks/remote.d.ts +20 -21
- package/node_modules/jose/dist/types/jws/compact/sign.d.ts +4 -4
- package/node_modules/jose/dist/types/jws/compact/verify.d.ts +8 -11
- package/node_modules/jose/dist/types/jws/flattened/sign.d.ts +5 -5
- package/node_modules/jose/dist/types/jws/flattened/verify.d.ts +8 -11
- package/node_modules/jose/dist/types/jws/general/sign.d.ts +10 -14
- package/node_modules/jose/dist/types/jws/general/verify.d.ts +11 -17
- package/node_modules/jose/dist/types/jwt/decrypt.d.ts +14 -11
- package/node_modules/jose/dist/types/jwt/encrypt.d.ts +24 -22
- package/node_modules/jose/dist/types/jwt/sign.d.ts +3 -7
- package/node_modules/jose/dist/types/jwt/unsecured.d.ts +2 -6
- package/node_modules/jose/dist/types/jwt/verify.d.ts +13 -6
- package/node_modules/jose/dist/types/key/export.d.ts +6 -6
- package/node_modules/jose/dist/types/key/generate_key_pair.d.ts +9 -14
- package/node_modules/jose/dist/types/key/generate_secret.d.ts +10 -10
- package/node_modules/jose/dist/types/key/import.d.ts +19 -18
- package/node_modules/jose/dist/types/types.d.ts +152 -247
- package/node_modules/jose/dist/types/util/base64url.d.ts +7 -7
- package/node_modules/jose/dist/types/util/decode_jwt.d.ts +6 -1
- package/node_modules/jose/dist/types/util/decode_protected_header.d.ts +4 -3
- package/node_modules/jose/dist/types/util/errors.d.ts +29 -40
- package/node_modules/jose/dist/webapi/jwe/compact/decrypt.js +1 -2
- package/node_modules/jose/dist/webapi/jwe/compact/encrypt.js +9 -26
- package/node_modules/jose/dist/webapi/jwe/flattened/decrypt.js +3 -3
- package/node_modules/jose/dist/webapi/jwe/flattened/encrypt.js +11 -30
- package/node_modules/jose/dist/webapi/jwe/general/decrypt.js +6 -6
- package/node_modules/jose/dist/webapi/jwe/general/encrypt.js +33 -57
- package/node_modules/jose/dist/webapi/jwk/embedded.js +3 -4
- package/node_modules/jose/dist/webapi/jwk/thumbprint.js +3 -6
- package/node_modules/jose/dist/webapi/jwks/local.js +16 -10
- package/node_modules/jose/dist/webapi/jwks/remote.js +2 -2
- package/node_modules/jose/dist/webapi/jws/compact/sign.js +2 -4
- package/node_modules/jose/dist/webapi/jws/compact/verify.js +2 -2
- package/node_modules/jose/dist/webapi/jws/flattened/sign.js +8 -15
- package/node_modules/jose/dist/webapi/jws/flattened/verify.js +4 -14
- package/node_modules/jose/dist/webapi/jws/general/sign.js +4 -11
- package/node_modules/jose/dist/webapi/jws/general/verify.js +5 -7
- package/node_modules/jose/dist/webapi/jwt/decrypt.js +2 -3
- package/node_modules/jose/dist/webapi/jwt/encrypt.js +11 -25
- package/node_modules/jose/dist/webapi/jwt/sign.js +1 -1
- package/node_modules/jose/dist/webapi/jwt/unsecured.js +1 -2
- package/node_modules/jose/dist/webapi/jwt/verify.js +4 -4
- package/node_modules/jose/dist/webapi/key/export.js +12 -16
- package/node_modules/jose/dist/webapi/key/generate_key_pair.js +4 -13
- package/node_modules/jose/dist/webapi/key/generate_secret.js +1 -1
- package/node_modules/jose/dist/webapi/key/import.js +5 -9
- package/node_modules/jose/dist/webapi/lib/asn1.js +2 -4
- package/node_modules/jose/dist/webapi/lib/buffer_utils.js +35 -0
- package/node_modules/jose/dist/webapi/lib/content_encryption.js +21 -29
- package/node_modules/jose/dist/webapi/lib/deflate.js +9 -19
- package/node_modules/jose/dist/webapi/lib/jwe_algorithms.js +0 -4
- package/node_modules/jose/dist/webapi/lib/jwe_decrypt.js +21 -54
- package/node_modules/jose/dist/webapi/lib/jwe_encrypt.js +26 -59
- package/node_modules/jose/dist/webapi/lib/jws_sign.js +29 -43
- package/node_modules/jose/dist/webapi/lib/jws_verify.js +37 -45
- package/node_modules/jose/dist/webapi/lib/jwt_claims_set.js +1 -1
- package/node_modules/jose/dist/webapi/lib/key.js +119 -59
- package/node_modules/jose/dist/webapi/lib/key_management.js +45 -80
- package/node_modules/jose/dist/webapi/lib/{options.js → validate.js} +64 -3
- package/node_modules/jose/dist/webapi/util/base64url.js +5 -19
- package/node_modules/jose/dist/webapi/util/decode_jwt.js +1 -1
- package/node_modules/jose/dist/webapi/util/decode_protected_header.js +1 -1
- package/node_modules/jose/package.json +1 -1
- package/node_modules/undici/lib/dispatcher/balanced-pool.js +4 -2
- package/node_modules/undici/lib/dispatcher/client-h1.js +12 -4
- package/node_modules/undici/lib/dispatcher/client-h2.js +70 -14
- package/node_modules/undici/lib/dispatcher/client.js +6 -2
- package/node_modules/undici/lib/handler/cache-handler.js +21 -5
- package/node_modules/undici/lib/handler/retry-handler.js +42 -7
- package/node_modules/undici/lib/interceptor/cache.js +20 -1
- package/node_modules/undici/lib/interceptor/decompress.js +146 -14
- package/node_modules/undici/lib/interceptor/dump.js +10 -23
- package/node_modules/undici/lib/web/eventsource/eventsource-stream.js +245 -150
- package/node_modules/undici/lib/web/websocket/connection.js +1 -1
- package/node_modules/undici/lib/web/websocket/permessage-deflate.js +5 -0
- package/node_modules/undici/lib/web/websocket/stream/websocketstream.js +8 -10
- package/node_modules/undici/package.json +1 -1
- package/node_modules/undici/types/interceptors.d.ts +2 -0
- package/node_modules/undici-types/client.d.ts +8 -3
- package/node_modules/undici-types/connector.d.ts +1 -0
- package/node_modules/undici-types/cookies.d.ts +1 -1
- package/node_modules/undici-types/dispatcher.d.ts +3 -3
- package/node_modules/undici-types/errors.d.ts +10 -0
- package/node_modules/undici-types/fetch.d.ts +5 -1
- package/node_modules/undici-types/handlers.d.ts +2 -0
- package/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/undici-types/mock-interceptor.d.ts +5 -1
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/proxy-agent.d.ts +7 -0
- package/node_modules/zod/README.md +2 -2
- package/node_modules/zod/compile.cjs +19 -0
- package/node_modules/zod/index.cjs +19 -0
- package/node_modules/zod/locales/index.cjs +19 -0
- package/node_modules/zod/mini/index.cjs +19 -0
- package/node_modules/zod/package.json +8 -7
- package/node_modules/zod/src/v3/helpers/errorUtil.ts +1 -1
- package/node_modules/zod/src/v4/classic/external.ts +2 -0
- package/node_modules/zod/src/v4/classic/from-json-schema.ts +248 -25
- package/node_modules/zod/src/v4/classic/schemas.ts +243 -168
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +60 -9
- package/node_modules/zod/src/v4/classic/tests/bigint.test.ts +6 -0
- package/node_modules/zod/src/v4/classic/tests/continuability.test.ts +2 -2
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +265 -0
- package/node_modules/zod/src/v4/classic/tests/discriminated-unions.test.ts +112 -6
- package/node_modules/zod/src/v4/classic/tests/enum.test.ts +9 -0
- package/node_modules/zod/src/v4/classic/tests/error.test.ts +130 -1
- package/node_modules/zod/src/v4/classic/tests/from-json-schema.test.ts +157 -0
- package/node_modules/zod/src/v4/classic/tests/iban.test.ts +81 -0
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +40 -2
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +27 -7
- package/node_modules/zod/src/v4/classic/tests/issue-schema.test.ts +88 -56
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +39 -0
- package/node_modules/zod/src/v4/classic/tests/object.test.ts +56 -0
- package/node_modules/zod/src/v4/classic/tests/optin-ladder.test.ts +3 -2
- package/node_modules/zod/src/v4/classic/tests/prefault.test.ts +70 -0
- package/node_modules/zod/src/v4/classic/tests/properties.test.ts +141 -0
- package/node_modules/zod/src/v4/classic/tests/recursive-types.test.ts +46 -1
- package/node_modules/zod/src/v4/classic/tests/standard-schema.test.ts +19 -0
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +95 -1
- package/node_modules/zod/src/v4/classic/tests/template-literal.test.ts +33 -1
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +234 -38
- package/node_modules/zod/src/v4/classic/tests/validate.test.ts +569 -0
- package/node_modules/zod/src/v4/core/api.ts +44 -28
- package/node_modules/zod/src/v4/core/checks.ts +62 -102
- package/node_modules/zod/src/v4/core/compile.ts +218 -93
- package/node_modules/zod/src/v4/core/core.ts +1 -3
- package/node_modules/zod/src/v4/core/doc.ts +6 -2
- package/node_modules/zod/src/v4/core/errors.ts +3 -6
- package/node_modules/zod/src/v4/core/json-schema-generator.ts +2 -2
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +185 -81
- package/node_modules/zod/src/v4/core/memoizer.ts +75 -28
- package/node_modules/zod/src/v4/core/parse.ts +37 -16
- package/node_modules/zod/src/v4/core/regexes.ts +14 -4
- package/node_modules/zod/src/v4/core/schemas.ts +296 -132
- package/node_modules/zod/src/v4/core/tests/cached.test.ts +54 -0
- package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +35 -0
- package/node_modules/zod/src/v4/core/tests/compile-generative.test.ts +445 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +399 -2
- package/node_modules/zod/src/v4/core/tests/email-regex.test.ts +140 -0
- package/node_modules/zod/src/v4/core/tests/locales/tg.test.ts +85 -0
- package/node_modules/zod/src/v4/core/tests/polyfill-collision.test.ts +46 -0
- package/node_modules/zod/src/v4/core/tests/url-no-canparse.test.ts +118 -16
- package/node_modules/zod/src/v4/core/to-json-schema.ts +9 -7
- package/node_modules/zod/src/v4/core/util.ts +218 -147
- package/node_modules/zod/src/v4/core/versions.ts +2 -2
- package/node_modules/zod/src/v4/locales/ar.ts +2 -0
- package/node_modules/zod/src/v4/locales/az.ts +2 -0
- package/node_modules/zod/src/v4/locales/be.ts +2 -0
- package/node_modules/zod/src/v4/locales/bg.ts +2 -0
- package/node_modules/zod/src/v4/locales/bn.ts +2 -0
- package/node_modules/zod/src/v4/locales/ca.ts +2 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +2 -0
- package/node_modules/zod/src/v4/locales/cs.ts +2 -0
- package/node_modules/zod/src/v4/locales/da.ts +2 -0
- package/node_modules/zod/src/v4/locales/de.ts +2 -0
- package/node_modules/zod/src/v4/locales/el.ts +2 -0
- package/node_modules/zod/src/v4/locales/en.ts +2 -0
- package/node_modules/zod/src/v4/locales/eo.ts +2 -0
- package/node_modules/zod/src/v4/locales/es.ts +2 -0
- package/node_modules/zod/src/v4/locales/fa.ts +2 -0
- package/node_modules/zod/src/v4/locales/fi.ts +2 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +2 -0
- package/node_modules/zod/src/v4/locales/fr.ts +2 -0
- package/node_modules/zod/src/v4/locales/gu.ts +2 -0
- package/node_modules/zod/src/v4/locales/he.ts +2 -0
- package/node_modules/zod/src/v4/locales/hi.ts +2 -0
- package/node_modules/zod/src/v4/locales/hr.ts +2 -0
- package/node_modules/zod/src/v4/locales/hu.ts +2 -0
- package/node_modules/zod/src/v4/locales/hy.ts +2 -0
- package/node_modules/zod/src/v4/locales/id.ts +2 -0
- package/node_modules/zod/src/v4/locales/index.ts +1 -0
- package/node_modules/zod/src/v4/locales/is.ts +2 -0
- package/node_modules/zod/src/v4/locales/it.ts +2 -0
- package/node_modules/zod/src/v4/locales/ja.ts +2 -0
- package/node_modules/zod/src/v4/locales/ka.ts +2 -0
- package/node_modules/zod/src/v4/locales/km.ts +2 -0
- package/node_modules/zod/src/v4/locales/kn.ts +2 -0
- package/node_modules/zod/src/v4/locales/ko.ts +2 -0
- package/node_modules/zod/src/v4/locales/lt.ts +2 -0
- package/node_modules/zod/src/v4/locales/mk.ts +2 -0
- package/node_modules/zod/src/v4/locales/ms.ts +2 -0
- package/node_modules/zod/src/v4/locales/ne.ts +2 -0
- package/node_modules/zod/src/v4/locales/nl.ts +2 -0
- package/node_modules/zod/src/v4/locales/nn.ts +2 -0
- package/node_modules/zod/src/v4/locales/no.ts +2 -0
- package/node_modules/zod/src/v4/locales/ota.ts +2 -0
- package/node_modules/zod/src/v4/locales/pl.ts +2 -0
- package/node_modules/zod/src/v4/locales/ps.ts +2 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +2 -0
- package/node_modules/zod/src/v4/locales/pt.ts +2 -0
- package/node_modules/zod/src/v4/locales/ro.ts +2 -0
- package/node_modules/zod/src/v4/locales/ru.ts +2 -0
- package/node_modules/zod/src/v4/locales/sk.ts +2 -0
- package/node_modules/zod/src/v4/locales/sl.ts +2 -0
- package/node_modules/zod/src/v4/locales/sv.ts +2 -0
- package/node_modules/zod/src/v4/locales/ta.ts +2 -0
- package/node_modules/zod/src/v4/locales/tg.ts +135 -0
- package/node_modules/zod/src/v4/locales/th.ts +2 -0
- package/node_modules/zod/src/v4/locales/tk.ts +2 -0
- package/node_modules/zod/src/v4/locales/tr.ts +2 -0
- package/node_modules/zod/src/v4/locales/uk.ts +2 -0
- package/node_modules/zod/src/v4/locales/ur.ts +2 -0
- package/node_modules/zod/src/v4/locales/uz.ts +2 -0
- package/node_modules/zod/src/v4/locales/vi.ts +2 -0
- package/node_modules/zod/src/v4/locales/yo.ts +2 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +2 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +2 -0
- package/node_modules/zod/src/v4/mini/external.ts +2 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +32 -7
- package/node_modules/zod/src/v4/mini/tests/checks.test.ts +1 -1
- package/node_modules/zod/src/v4/mini/tests/computed.test.ts +11 -17
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +86 -0
- package/node_modules/zod/src/v4/mini/tests/recursive-types.test.ts +16 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +23 -0
- package/node_modules/zod/v3/ZodError.cjs +19 -0
- package/node_modules/zod/v3/errors.cjs +19 -0
- package/node_modules/zod/v3/external.cjs +19 -0
- package/node_modules/zod/v3/helpers/enumUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/errorUtil.cjs +20 -1
- package/node_modules/zod/v3/helpers/errorUtil.js +1 -1
- package/node_modules/zod/v3/helpers/parseUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/partialUtil.cjs +19 -0
- package/node_modules/zod/v3/helpers/typeAliases.cjs +19 -0
- package/node_modules/zod/v3/helpers/util.cjs +19 -0
- package/node_modules/zod/v3/index.cjs +19 -0
- package/node_modules/zod/v3/standard-schema.cjs +19 -0
- package/node_modules/zod/v3/types.cjs +19 -0
- package/node_modules/zod/v4/classic/checks.cjs +19 -0
- package/node_modules/zod/v4/classic/coerce.cjs +19 -0
- package/node_modules/zod/v4/classic/compat.cjs +19 -0
- package/node_modules/zod/v4/classic/deep-partial.cjs +19 -0
- package/node_modules/zod/v4/classic/errors.cjs +19 -0
- package/node_modules/zod/v4/classic/external.cjs +22 -1
- package/node_modules/zod/v4/classic/external.d.cts +1 -1
- package/node_modules/zod/v4/classic/external.d.ts +1 -1
- package/node_modules/zod/v4/classic/external.js +1 -1
- package/node_modules/zod/v4/classic/from-json-schema.cjs +264 -24
- package/node_modules/zod/v4/classic/from-json-schema.js +245 -24
- package/node_modules/zod/v4/classic/in-out.cjs +19 -0
- package/node_modules/zod/v4/classic/index.cjs +19 -0
- package/node_modules/zod/v4/classic/iso.cjs +19 -0
- package/node_modules/zod/v4/classic/parse.cjs +19 -0
- package/node_modules/zod/v4/classic/schemas.cjs +100 -35
- package/node_modules/zod/v4/classic/schemas.d.cts +15 -1
- package/node_modules/zod/v4/classic/schemas.d.ts +15 -1
- package/node_modules/zod/v4/classic/schemas.js +77 -33
- package/node_modules/zod/v4/core/api.cjs +45 -22
- package/node_modules/zod/v4/core/api.d.cts +12 -6
- package/node_modules/zod/v4/core/api.d.ts +12 -6
- package/node_modules/zod/v4/core/api.js +25 -22
- package/node_modules/zod/v4/core/checks.cjs +51 -97
- package/node_modules/zod/v4/core/checks.d.cts +17 -1
- package/node_modules/zod/v4/core/checks.d.ts +17 -1
- package/node_modules/zod/v4/core/checks.js +31 -96
- package/node_modules/zod/v4/core/compile.cjs +173 -78
- package/node_modules/zod/v4/core/compile.d.cts +18 -4
- package/node_modules/zod/v4/core/compile.d.ts +18 -4
- package/node_modules/zod/v4/core/compile.js +154 -79
- package/node_modules/zod/v4/core/core.cjs +20 -1
- package/node_modules/zod/v4/core/core.js +1 -1
- package/node_modules/zod/v4/core/doc.cjs +26 -2
- package/node_modules/zod/v4/core/doc.js +7 -2
- package/node_modules/zod/v4/core/errors.cjs +21 -5
- package/node_modules/zod/v4/core/errors.js +2 -5
- package/node_modules/zod/v4/core/index.cjs +19 -0
- package/node_modules/zod/v4/core/json-schema-generator.cjs +20 -1
- package/node_modules/zod/v4/core/json-schema-generator.js +2 -2
- package/node_modules/zod/v4/core/json-schema-processors.cjs +188 -72
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +16 -0
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +16 -0
- package/node_modules/zod/v4/core/json-schema-processors.js +170 -74
- package/node_modules/zod/v4/core/json-schema.cjs +19 -0
- package/node_modules/zod/v4/core/memoizer.cjs +111 -23
- package/node_modules/zod/v4/core/memoizer.js +69 -23
- package/node_modules/zod/v4/core/parse.cjs +56 -16
- package/node_modules/zod/v4/core/parse.js +37 -16
- package/node_modules/zod/v4/core/regexes.cjs +31 -6
- package/node_modules/zod/v4/core/regexes.d.cts +3 -0
- package/node_modules/zod/v4/core/regexes.d.ts +3 -0
- package/node_modules/zod/v4/core/regexes.js +10 -4
- package/node_modules/zod/v4/core/registries.cjs +19 -0
- package/node_modules/zod/v4/core/schemas.cjs +302 -114
- package/node_modules/zod/v4/core/schemas.d.cts +28 -8
- package/node_modules/zod/v4/core/schemas.d.ts +28 -8
- package/node_modules/zod/v4/core/schemas.js +279 -113
- package/node_modules/zod/v4/core/standard-schema.cjs +19 -0
- package/node_modules/zod/v4/core/to-json-schema.cjs +28 -7
- package/node_modules/zod/v4/core/to-json-schema.d.cts +4 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +4 -3
- package/node_modules/zod/v4/core/to-json-schema.js +7 -6
- package/node_modules/zod/v4/core/util.cjs +177 -143
- package/node_modules/zod/v4/core/util.d.cts +25 -4
- package/node_modules/zod/v4/core/util.d.ts +25 -4
- package/node_modules/zod/v4/core/util.js +156 -143
- package/node_modules/zod/v4/core/versions.cjs +21 -2
- package/node_modules/zod/v4/core/versions.d.cts +1 -1
- package/node_modules/zod/v4/core/versions.d.ts +1 -1
- package/node_modules/zod/v4/core/versions.js +2 -2
- package/node_modules/zod/v4/core/visit.cjs +19 -0
- package/node_modules/zod/v4/index.cjs +19 -0
- package/node_modules/zod/v4/locales/ar.cjs +2 -0
- package/node_modules/zod/v4/locales/ar.js +2 -0
- package/node_modules/zod/v4/locales/az.cjs +2 -0
- package/node_modules/zod/v4/locales/az.js +2 -0
- package/node_modules/zod/v4/locales/be.cjs +2 -0
- package/node_modules/zod/v4/locales/be.js +2 -0
- package/node_modules/zod/v4/locales/bg.cjs +2 -0
- package/node_modules/zod/v4/locales/bg.js +2 -0
- package/node_modules/zod/v4/locales/bn.cjs +2 -0
- package/node_modules/zod/v4/locales/bn.js +2 -0
- package/node_modules/zod/v4/locales/ca.cjs +2 -0
- package/node_modules/zod/v4/locales/ca.js +2 -0
- package/node_modules/zod/v4/locales/ckb.cjs +2 -0
- package/node_modules/zod/v4/locales/ckb.js +2 -0
- package/node_modules/zod/v4/locales/cs.cjs +2 -0
- package/node_modules/zod/v4/locales/cs.js +2 -0
- package/node_modules/zod/v4/locales/da.cjs +2 -0
- package/node_modules/zod/v4/locales/da.js +2 -0
- package/node_modules/zod/v4/locales/de.cjs +2 -0
- package/node_modules/zod/v4/locales/de.js +2 -0
- package/node_modules/zod/v4/locales/el.cjs +2 -0
- package/node_modules/zod/v4/locales/el.js +2 -0
- package/node_modules/zod/v4/locales/en.cjs +2 -0
- package/node_modules/zod/v4/locales/en.js +2 -0
- package/node_modules/zod/v4/locales/eo.cjs +2 -0
- package/node_modules/zod/v4/locales/eo.js +2 -0
- package/node_modules/zod/v4/locales/es.cjs +2 -0
- package/node_modules/zod/v4/locales/es.js +2 -0
- package/node_modules/zod/v4/locales/fa.cjs +2 -0
- package/node_modules/zod/v4/locales/fa.js +2 -0
- package/node_modules/zod/v4/locales/fi.cjs +2 -0
- package/node_modules/zod/v4/locales/fi.js +2 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +2 -0
- package/node_modules/zod/v4/locales/fr-CA.js +2 -0
- package/node_modules/zod/v4/locales/fr.cjs +2 -0
- package/node_modules/zod/v4/locales/fr.js +2 -0
- package/node_modules/zod/v4/locales/gu.cjs +2 -0
- package/node_modules/zod/v4/locales/gu.js +2 -0
- package/node_modules/zod/v4/locales/he.cjs +2 -0
- package/node_modules/zod/v4/locales/he.js +2 -0
- package/node_modules/zod/v4/locales/hi.cjs +2 -0
- package/node_modules/zod/v4/locales/hi.js +2 -0
- package/node_modules/zod/v4/locales/hr.cjs +2 -0
- package/node_modules/zod/v4/locales/hr.js +2 -0
- package/node_modules/zod/v4/locales/hu.cjs +2 -0
- package/node_modules/zod/v4/locales/hu.js +2 -0
- package/node_modules/zod/v4/locales/hy.cjs +2 -0
- package/node_modules/zod/v4/locales/hy.js +2 -0
- package/node_modules/zod/v4/locales/id.cjs +2 -0
- package/node_modules/zod/v4/locales/id.js +2 -0
- package/node_modules/zod/v4/locales/index.cjs +22 -1
- package/node_modules/zod/v4/locales/index.d.cts +1 -0
- package/node_modules/zod/v4/locales/index.d.ts +1 -0
- package/node_modules/zod/v4/locales/index.js +1 -0
- package/node_modules/zod/v4/locales/is.cjs +2 -0
- package/node_modules/zod/v4/locales/is.js +2 -0
- package/node_modules/zod/v4/locales/it.cjs +2 -0
- package/node_modules/zod/v4/locales/it.js +2 -0
- package/node_modules/zod/v4/locales/ja.cjs +2 -0
- package/node_modules/zod/v4/locales/ja.js +2 -0
- package/node_modules/zod/v4/locales/ka.cjs +2 -0
- package/node_modules/zod/v4/locales/ka.js +2 -0
- package/node_modules/zod/v4/locales/km.cjs +2 -0
- package/node_modules/zod/v4/locales/km.js +2 -0
- package/node_modules/zod/v4/locales/kn.cjs +2 -0
- package/node_modules/zod/v4/locales/kn.js +2 -0
- package/node_modules/zod/v4/locales/ko.cjs +2 -0
- package/node_modules/zod/v4/locales/ko.js +2 -0
- package/node_modules/zod/v4/locales/lt.cjs +2 -0
- package/node_modules/zod/v4/locales/lt.js +2 -0
- package/node_modules/zod/v4/locales/mk.cjs +2 -0
- package/node_modules/zod/v4/locales/mk.js +2 -0
- package/node_modules/zod/v4/locales/ms.cjs +2 -0
- package/node_modules/zod/v4/locales/ms.js +2 -0
- package/node_modules/zod/v4/locales/ne.cjs +2 -0
- package/node_modules/zod/v4/locales/ne.js +2 -0
- package/node_modules/zod/v4/locales/nl.cjs +2 -0
- package/node_modules/zod/v4/locales/nl.js +2 -0
- package/node_modules/zod/v4/locales/nn.cjs +2 -0
- package/node_modules/zod/v4/locales/nn.js +2 -0
- package/node_modules/zod/v4/locales/no.cjs +2 -0
- package/node_modules/zod/v4/locales/no.js +2 -0
- package/node_modules/zod/v4/locales/ota.cjs +2 -0
- package/node_modules/zod/v4/locales/ota.js +2 -0
- package/node_modules/zod/v4/locales/pl.cjs +2 -0
- package/node_modules/zod/v4/locales/pl.js +2 -0
- package/node_modules/zod/v4/locales/ps.cjs +2 -0
- package/node_modules/zod/v4/locales/ps.js +2 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +2 -0
- package/node_modules/zod/v4/locales/pt-BR.js +2 -0
- package/node_modules/zod/v4/locales/pt.cjs +2 -0
- package/node_modules/zod/v4/locales/pt.js +2 -0
- package/node_modules/zod/v4/locales/ro.cjs +2 -0
- package/node_modules/zod/v4/locales/ro.js +2 -0
- package/node_modules/zod/v4/locales/ru.cjs +2 -0
- package/node_modules/zod/v4/locales/ru.js +2 -0
- package/node_modules/zod/v4/locales/sk.cjs +2 -0
- package/node_modules/zod/v4/locales/sk.js +2 -0
- package/node_modules/zod/v4/locales/sl.cjs +2 -0
- package/node_modules/zod/v4/locales/sl.js +2 -0
- package/node_modules/zod/v4/locales/sv.cjs +2 -0
- package/node_modules/zod/v4/locales/sv.js +2 -0
- package/node_modules/zod/v4/locales/ta.cjs +2 -0
- package/node_modules/zod/v4/locales/ta.js +2 -0
- package/node_modules/zod/v4/locales/tg.cjs +144 -0
- package/node_modules/zod/v4/locales/tg.d.cts +5 -0
- package/node_modules/zod/v4/locales/tg.d.ts +4 -0
- package/node_modules/zod/v4/locales/tg.js +117 -0
- package/node_modules/zod/v4/locales/th.cjs +2 -0
- package/node_modules/zod/v4/locales/th.js +2 -0
- package/node_modules/zod/v4/locales/tk.cjs +2 -0
- package/node_modules/zod/v4/locales/tk.js +2 -0
- package/node_modules/zod/v4/locales/tr.cjs +2 -0
- package/node_modules/zod/v4/locales/tr.js +2 -0
- package/node_modules/zod/v4/locales/uk.cjs +2 -0
- package/node_modules/zod/v4/locales/uk.js +2 -0
- package/node_modules/zod/v4/locales/ur.cjs +2 -0
- package/node_modules/zod/v4/locales/ur.js +2 -0
- package/node_modules/zod/v4/locales/uz.cjs +2 -0
- package/node_modules/zod/v4/locales/uz.js +2 -0
- package/node_modules/zod/v4/locales/vi.cjs +2 -0
- package/node_modules/zod/v4/locales/vi.js +2 -0
- package/node_modules/zod/v4/locales/yo.cjs +2 -0
- package/node_modules/zod/v4/locales/yo.js +2 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +2 -0
- package/node_modules/zod/v4/locales/zh-CN.js +2 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +2 -0
- package/node_modules/zod/v4/locales/zh-TW.js +2 -0
- package/node_modules/zod/v4/mini/checks.cjs +19 -0
- package/node_modules/zod/v4/mini/coerce.cjs +19 -0
- package/node_modules/zod/v4/mini/deep-partial.cjs +19 -0
- package/node_modules/zod/v4/mini/external.cjs +22 -1
- package/node_modules/zod/v4/mini/external.d.cts +1 -1
- package/node_modules/zod/v4/mini/external.d.ts +1 -1
- package/node_modules/zod/v4/mini/external.js +1 -1
- package/node_modules/zod/v4/mini/in-out.cjs +19 -0
- package/node_modules/zod/v4/mini/index.cjs +19 -0
- package/node_modules/zod/v4/mini/iso.cjs +19 -0
- package/node_modules/zod/v4/mini/parse.cjs +19 -0
- package/node_modules/zod/v4/mini/schemas.cjs +44 -8
- package/node_modules/zod/v4/mini/schemas.d.cts +6 -1
- package/node_modules/zod/v4/mini/schemas.d.ts +6 -1
- package/node_modules/zod/v4/mini/schemas.js +21 -6
- package/node_modules/zod/v4-mini/index.cjs +19 -0
- package/package.json +2 -2
- package/slingshot/index.js +201 -198
- package/node_modules/jose/dist/webapi/lib/base64.js +0 -20
- package/node_modules/jose/dist/webapi/lib/crypto_key.js +0 -27
- package/node_modules/jose/dist/webapi/lib/helpers.js +0 -45
- package/node_modules/jose/dist/webapi/lib/invalid_key_input.js +0 -12
- package/node_modules/jose/dist/webapi/lib/is_key_like.js +0 -19
- package/node_modules/jose/dist/webapi/lib/jwk_metadata.js +0 -19
- package/node_modules/jose/dist/webapi/lib/jwk_to_key.js +0 -10
- package/node_modules/jose/dist/webapi/lib/key_options.js +0 -8
- package/node_modules/jose/dist/webapi/lib/signing.js +0 -22
- package/node_modules/jose/dist/webapi/lib/type_checks.js +0 -30
|
@@ -1,2 +1,21 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
|
|
4
|
+
// seal-cjs-exports
|
|
5
|
+
(function () {
|
|
6
|
+
var keys = Object.getOwnPropertyNames(exports);
|
|
7
|
+
for (var i = 0; i < keys.length; i++) {
|
|
8
|
+
var desc = Object.getOwnPropertyDescriptor(exports, keys[i]);
|
|
9
|
+
if (!desc || !desc.get || !desc.configurable) continue;
|
|
10
|
+
var value;
|
|
11
|
+
try {
|
|
12
|
+
value = desc.get();
|
|
13
|
+
} catch (e) {
|
|
14
|
+
continue;
|
|
15
|
+
}
|
|
16
|
+
// a circular require may not have settled this one yet, so leave it live
|
|
17
|
+
if (value === undefined) continue;
|
|
18
|
+
Object.defineProperty(exports, keys[i], { value: value, writable: false, enumerable: desc.enumerable, configurable: false });
|
|
19
|
+
}
|
|
20
|
+
Object.freeze(exports);
|
|
21
|
+
})();
|
|
@@ -3,7 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.createStandardJSONSchemaMethod = exports.createToJSONSchemaMethod = void 0;
|
|
4
4
|
exports.initializeContext = initializeContext;
|
|
5
5
|
exports.handleUnrepresentable = handleUnrepresentable;
|
|
6
|
-
exports.
|
|
6
|
+
exports.processSchema = processSchema;
|
|
7
|
+
exports.process = processSchema;
|
|
8
|
+
exports.processSchema = processSchema;
|
|
9
|
+
exports.process = processSchema;
|
|
7
10
|
exports.extractDefs = extractDefs;
|
|
8
11
|
exports.finalize = finalize;
|
|
9
12
|
const registries_js_1 = require("./registries.cjs");
|
|
@@ -67,7 +70,8 @@ function handleUnrepresentable(schema, ctx, json, params, message) {
|
|
|
67
70
|
Object.assign(json, result);
|
|
68
71
|
return true;
|
|
69
72
|
}
|
|
70
|
-
|
|
73
|
+
// never rename this back to `process`: bundler polyfills inject a top-level `const process` that a lexical declaration of the same name collides with (#6397)
|
|
74
|
+
function processSchema(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
71
75
|
var _a;
|
|
72
76
|
const def = schema._zod.def;
|
|
73
77
|
// check for schema in seens
|
|
@@ -113,7 +117,7 @@ function process(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
|
113
117
|
// Also set ref if processor didn't (for inheritance)
|
|
114
118
|
if (!result.ref)
|
|
115
119
|
result.ref = parent;
|
|
116
|
-
|
|
120
|
+
processSchema(parent, ctx, params);
|
|
117
121
|
ctx.seen.get(parent).isParent = true;
|
|
118
122
|
}
|
|
119
123
|
}
|
|
@@ -250,8 +254,6 @@ function extractDefs(ctx, schema
|
|
|
250
254
|
if (seen.count > 1) {
|
|
251
255
|
if (ctx.reused === "ref") {
|
|
252
256
|
extractToDef(entry);
|
|
253
|
-
// biome-ignore lint:
|
|
254
|
-
continue;
|
|
255
257
|
}
|
|
256
258
|
}
|
|
257
259
|
}
|
|
@@ -645,7 +647,7 @@ function isTransforming(_schema, _ctx) {
|
|
|
645
647
|
*/
|
|
646
648
|
const createToJSONSchemaMethod = (schema, processors = {}) => (params) => {
|
|
647
649
|
const ctx = initializeContext({ ...params, processors });
|
|
648
|
-
|
|
650
|
+
processSchema(schema, ctx);
|
|
649
651
|
extractDefs(ctx, schema);
|
|
650
652
|
return finalize(ctx, schema);
|
|
651
653
|
};
|
|
@@ -653,8 +655,27 @@ exports.createToJSONSchemaMethod = createToJSONSchemaMethod;
|
|
|
653
655
|
const createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) => {
|
|
654
656
|
const { libraryOptions, target } = params ?? {};
|
|
655
657
|
const ctx = initializeContext({ ...(libraryOptions ?? {}), target, io, processors });
|
|
656
|
-
|
|
658
|
+
processSchema(schema, ctx);
|
|
657
659
|
extractDefs(ctx, schema);
|
|
658
660
|
return finalize(ctx, schema);
|
|
659
661
|
};
|
|
660
662
|
exports.createStandardJSONSchemaMethod = createStandardJSONSchemaMethod;
|
|
663
|
+
|
|
664
|
+
// seal-cjs-exports
|
|
665
|
+
(function () {
|
|
666
|
+
var keys = Object.getOwnPropertyNames(exports);
|
|
667
|
+
for (var i = 0; i < keys.length; i++) {
|
|
668
|
+
var desc = Object.getOwnPropertyDescriptor(exports, keys[i]);
|
|
669
|
+
if (!desc || !desc.get || !desc.configurable) continue;
|
|
670
|
+
var value;
|
|
671
|
+
try {
|
|
672
|
+
value = desc.get();
|
|
673
|
+
} catch (e) {
|
|
674
|
+
continue;
|
|
675
|
+
}
|
|
676
|
+
// a circular require may not have settled this one yet, so leave it live
|
|
677
|
+
if (value === undefined) continue;
|
|
678
|
+
Object.defineProperty(exports, keys[i], { value: value, writable: false, enumerable: desc.enumerable, configurable: false });
|
|
679
|
+
}
|
|
680
|
+
Object.freeze(exports);
|
|
681
|
+
})();
|
|
@@ -101,7 +101,7 @@ export interface ToJSONSchemaContext {
|
|
|
101
101
|
* covers both passes in `finalize`: the ref flattening and the `$defs` build.
|
|
102
102
|
*
|
|
103
103
|
* The passes are valid only while nothing they read has changed, so both are cleared in
|
|
104
|
-
* `
|
|
104
|
+
* `processSchema()` when the map grows, and in `JSONSchemaGenerator.emit()`, which can also change
|
|
105
105
|
* the `cycles` and `reused` they branch on.
|
|
106
106
|
*
|
|
107
107
|
* One case is deliberately not covered: an `override` callback that writes to
|
|
@@ -132,7 +132,9 @@ export declare function initializeContext(params: JSONSchemaGeneratorParams): To
|
|
|
132
132
|
* custom JSON Schema was written into `json`, in which case the caller must not write its own.
|
|
133
133
|
*/
|
|
134
134
|
export declare function handleUnrepresentable(schema: schemas.$ZodType, ctx: ToJSONSchemaContext, json: JSONSchema.BaseSchema, params: ProcessParams, message: string): boolean;
|
|
135
|
-
export declare function
|
|
135
|
+
export declare function processSchema<T extends schemas.$ZodType>(schema: T, ctx: ToJSONSchemaContext, _params?: ProcessParams): JSONSchema.BaseSchema;
|
|
136
|
+
/** @deprecated Renamed to `processSchema`. An export alias declares no binding, so it is safe to keep. */
|
|
137
|
+
export { processSchema as process };
|
|
136
138
|
export declare function extractDefs<T extends schemas.$ZodType>(ctx: ToJSONSchemaContext, schema: T): void;
|
|
137
139
|
export declare function finalize<T extends schemas.$ZodType>(ctx: ToJSONSchemaContext, schema: T): ZodStandardJSONSchemaPayload<T>;
|
|
138
140
|
export type ZodStandardSchemaWithJSON<T> = StandardSchemaWithJSONProps<core.input<T>, core.output<T>>;
|
|
@@ -150,4 +152,3 @@ export declare const createToJSONSchemaMethod: <T extends schemas.$ZodType>(sche
|
|
|
150
152
|
*/
|
|
151
153
|
type StandardJSONSchemaMethodParams = Parameters<StandardJSONSchemaV1["~standard"]["jsonSchema"]["input"]>[0];
|
|
152
154
|
export declare const createStandardJSONSchemaMethod: <T extends schemas.$ZodType>(schema: T, io: "input" | "output", processors?: Record<string, Processor>) => (params?: StandardJSONSchemaMethodParams) => JSONSchema.BaseSchema;
|
|
153
|
-
export {};
|
|
@@ -101,7 +101,7 @@ export interface ToJSONSchemaContext {
|
|
|
101
101
|
* covers both passes in `finalize`: the ref flattening and the `$defs` build.
|
|
102
102
|
*
|
|
103
103
|
* The passes are valid only while nothing they read has changed, so both are cleared in
|
|
104
|
-
* `
|
|
104
|
+
* `processSchema()` when the map grows, and in `JSONSchemaGenerator.emit()`, which can also change
|
|
105
105
|
* the `cycles` and `reused` they branch on.
|
|
106
106
|
*
|
|
107
107
|
* One case is deliberately not covered: an `override` callback that writes to
|
|
@@ -132,7 +132,9 @@ export declare function initializeContext(params: JSONSchemaGeneratorParams): To
|
|
|
132
132
|
* custom JSON Schema was written into `json`, in which case the caller must not write its own.
|
|
133
133
|
*/
|
|
134
134
|
export declare function handleUnrepresentable(schema: schemas.$ZodType, ctx: ToJSONSchemaContext, json: JSONSchema.BaseSchema, params: ProcessParams, message: string): boolean;
|
|
135
|
-
export declare function
|
|
135
|
+
export declare function processSchema<T extends schemas.$ZodType>(schema: T, ctx: ToJSONSchemaContext, _params?: ProcessParams): JSONSchema.BaseSchema;
|
|
136
|
+
/** @deprecated Renamed to `processSchema`. An export alias declares no binding, so it is safe to keep. */
|
|
137
|
+
export { processSchema as process };
|
|
136
138
|
export declare function extractDefs<T extends schemas.$ZodType>(ctx: ToJSONSchemaContext, schema: T): void;
|
|
137
139
|
export declare function finalize<T extends schemas.$ZodType>(ctx: ToJSONSchemaContext, schema: T): ZodStandardJSONSchemaPayload<T>;
|
|
138
140
|
export type ZodStandardSchemaWithJSON<T> = StandardSchemaWithJSONProps<core.input<T>, core.output<T>>;
|
|
@@ -150,4 +152,3 @@ export declare const createToJSONSchemaMethod: <T extends schemas.$ZodType>(sche
|
|
|
150
152
|
*/
|
|
151
153
|
type StandardJSONSchemaMethodParams = Parameters<StandardJSONSchemaV1["~standard"]["jsonSchema"]["input"]>[0];
|
|
152
154
|
export declare const createStandardJSONSchemaMethod: <T extends schemas.$ZodType>(schema: T, io: "input" | "output", processors?: Record<string, Processor>) => (params?: StandardJSONSchemaMethodParams) => JSONSchema.BaseSchema;
|
|
153
|
-
export {};
|
|
@@ -59,7 +59,8 @@ export function handleUnrepresentable(schema, ctx, json, params, message) {
|
|
|
59
59
|
Object.assign(json, result);
|
|
60
60
|
return true;
|
|
61
61
|
}
|
|
62
|
-
|
|
62
|
+
// never rename this back to `process`: bundler polyfills inject a top-level `const process` that a lexical declaration of the same name collides with (#6397)
|
|
63
|
+
export function processSchema(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
63
64
|
var _a;
|
|
64
65
|
const def = schema._zod.def;
|
|
65
66
|
// check for schema in seens
|
|
@@ -105,7 +106,7 @@ export function process(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
|
105
106
|
// Also set ref if processor didn't (for inheritance)
|
|
106
107
|
if (!result.ref)
|
|
107
108
|
result.ref = parent;
|
|
108
|
-
|
|
109
|
+
processSchema(parent, ctx, params);
|
|
109
110
|
ctx.seen.get(parent).isParent = true;
|
|
110
111
|
}
|
|
111
112
|
}
|
|
@@ -126,6 +127,8 @@ export function process(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
|
126
127
|
const _result = ctx.seen.get(schema);
|
|
127
128
|
return _result.schema;
|
|
128
129
|
}
|
|
130
|
+
/** @deprecated Renamed to `processSchema`. An export alias declares no binding, so it is safe to keep. */
|
|
131
|
+
export { processSchema as process };
|
|
129
132
|
// Escape a reference token for use in a JSON Pointer fragment (RFC 6901): `~` becomes `~0` and `/` becomes `~1`. The `~` replacement must run first.
|
|
130
133
|
function encodeJSONPointerSegment(segment) {
|
|
131
134
|
return segment.replace(/~/g, "~0").replace(/\//g, "~1");
|
|
@@ -242,8 +245,6 @@ export function extractDefs(ctx, schema
|
|
|
242
245
|
if (seen.count > 1) {
|
|
243
246
|
if (ctx.reused === "ref") {
|
|
244
247
|
extractToDef(entry);
|
|
245
|
-
// biome-ignore lint:
|
|
246
|
-
continue;
|
|
247
248
|
}
|
|
248
249
|
}
|
|
249
250
|
}
|
|
@@ -637,14 +638,14 @@ function isTransforming(_schema, _ctx) {
|
|
|
637
638
|
*/
|
|
638
639
|
export const createToJSONSchemaMethod = (schema, processors = {}) => (params) => {
|
|
639
640
|
const ctx = initializeContext({ ...params, processors });
|
|
640
|
-
|
|
641
|
+
processSchema(schema, ctx);
|
|
641
642
|
extractDefs(ctx, schema);
|
|
642
643
|
return finalize(ctx, schema);
|
|
643
644
|
};
|
|
644
645
|
export const createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) => {
|
|
645
646
|
const { libraryOptions, target } = params ?? {};
|
|
646
647
|
const ctx = initializeContext({ ...(libraryOptions ?? {}), target, io, processors });
|
|
647
|
-
|
|
648
|
+
processSchema(schema, ctx);
|
|
648
649
|
extractDefs(ctx, schema);
|
|
649
650
|
return finalize(ctx, schema);
|
|
650
651
|
};
|
|
@@ -17,6 +17,7 @@ exports.floatSafeRemainder = floatSafeRemainder;
|
|
|
17
17
|
exports.defineLazy = defineLazy;
|
|
18
18
|
exports.objectClone = objectClone;
|
|
19
19
|
exports.assignProp = assignProp;
|
|
20
|
+
exports.rawShape = rawShape;
|
|
20
21
|
exports.mergeDefs = mergeDefs;
|
|
21
22
|
exports.cloneDef = cloneDef;
|
|
22
23
|
exports.getElementAtPath = getElementAtPath;
|
|
@@ -62,6 +63,7 @@ exports.uint8ArrayToHex = uint8ArrayToHex;
|
|
|
62
63
|
exports.members = members;
|
|
63
64
|
exports.own = own;
|
|
64
65
|
exports.hide = hide;
|
|
66
|
+
exports.derived = derived;
|
|
65
67
|
exports.defineLazyInternal = defineLazyInternal;
|
|
66
68
|
exports.installLazyProp = installLazyProp;
|
|
67
69
|
exports.constantCatch = constantCatch;
|
|
@@ -96,18 +98,23 @@ function jsonStringifyReplacer(_, value) {
|
|
|
96
98
|
return value.toString();
|
|
97
99
|
return value;
|
|
98
100
|
}
|
|
101
|
+
// the accessor lives on a shared prototype: an own accessor makes every box a dictionary-mode object (~360 B and a slow load per read against ~100 B and an inlined getter here)
|
|
102
|
+
class Cached {
|
|
103
|
+
constructor(getter) {
|
|
104
|
+
this._getter = getter;
|
|
105
|
+
this._value = undefined;
|
|
106
|
+
}
|
|
107
|
+
get value() {
|
|
108
|
+
const getter = this._getter;
|
|
109
|
+
if (getter !== undefined) {
|
|
110
|
+
this._value = getter();
|
|
111
|
+
this._getter = undefined;
|
|
112
|
+
}
|
|
113
|
+
return this._value;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
99
116
|
function cached(getter) {
|
|
100
|
-
|
|
101
|
-
return {
|
|
102
|
-
get value() {
|
|
103
|
-
if (!set) {
|
|
104
|
-
const value = getter();
|
|
105
|
-
Object.defineProperty(this, "value", { value });
|
|
106
|
-
return value;
|
|
107
|
-
}
|
|
108
|
-
throw new Error("cached value already set");
|
|
109
|
-
},
|
|
110
|
-
};
|
|
117
|
+
return new Cached(getter);
|
|
111
118
|
}
|
|
112
119
|
function nullish(input) {
|
|
113
120
|
return input === null || input === undefined;
|
|
@@ -162,6 +169,71 @@ function assignProp(target, prop, value) {
|
|
|
162
169
|
configurable: true,
|
|
163
170
|
});
|
|
164
171
|
}
|
|
172
|
+
/**
|
|
173
|
+
* Whichever object a def's `shape` currently answers from: the one the caller passed until the first read, the frozen copy after it.
|
|
174
|
+
*
|
|
175
|
+
* Its keys and descriptors read without invoking anything, which is what lets a discriminated union check its discriminator, and the cycle walk read a shape, without resolving a getter that references the schema being constructed. A def that answers `shape` from an accessor of its own has none.
|
|
176
|
+
*/
|
|
177
|
+
function rawShape(def) {
|
|
178
|
+
const desc = Object.getOwnPropertyDescriptor(def, "shape");
|
|
179
|
+
return desc?.get ? desc.get.raw : desc?.value;
|
|
180
|
+
}
|
|
181
|
+
// where a builder reads its source's keys and descriptors, resolving only a shape a def answers for itself. A shape resolves by object spread, so only its enumerable keys are ever part of it.
|
|
182
|
+
function sourceShape(schema) {
|
|
183
|
+
return rawShape(schema._zod.def) ?? schema._zod.def.shape;
|
|
184
|
+
}
|
|
185
|
+
// a key whose value is not settled yet, self-caching so every read after the first gets the same one
|
|
186
|
+
function deferProp(target, key, getter) {
|
|
187
|
+
Object.defineProperty(target, key, {
|
|
188
|
+
get() {
|
|
189
|
+
const value = getter();
|
|
190
|
+
assignProp(this, key, value);
|
|
191
|
+
return value;
|
|
192
|
+
},
|
|
193
|
+
enumerable: true,
|
|
194
|
+
configurable: true,
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
// Writes a settled key. A plain assignment is much cheaper than `defineProperty` and produces the same descriptor, but it runs whatever setter already answers to the key — an accessor this shape deferred, or an inherited one, which `__proto__` has on every object and prototype pollution can add for any name.
|
|
198
|
+
function putProp(target, key, value) {
|
|
199
|
+
if (key in target)
|
|
200
|
+
assignProp(target, key, value);
|
|
201
|
+
else
|
|
202
|
+
target[key] = value;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* Copies `keys` of `source`'s shape onto `target`, each value passed through `wrap`.
|
|
206
|
+
*
|
|
207
|
+
* A key the source has resolved is copied through now, so the derived shape states it outright and nothing has to resolve it to learn what it holds. A key the source still defers stays deferred, and reads back through the source's own `shape`, so it resolves once and both shapes get that one schema.
|
|
208
|
+
*/
|
|
209
|
+
function mirrorShape(target, source, keys, wrap) {
|
|
210
|
+
const raw = sourceShape(source);
|
|
211
|
+
for (const key of keys) {
|
|
212
|
+
const desc = Object.getOwnPropertyDescriptor(raw, key);
|
|
213
|
+
if (!desc.enumerable)
|
|
214
|
+
continue;
|
|
215
|
+
if (desc.get) {
|
|
216
|
+
deferProp(target, key, () => {
|
|
217
|
+
const value = source._zod.def.shape[key];
|
|
218
|
+
return wrap ? wrap(value, key) : value;
|
|
219
|
+
});
|
|
220
|
+
}
|
|
221
|
+
else
|
|
222
|
+
putProp(target, key, wrap ? wrap(desc.value, key) : desc.value);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
// same, for a plain shape a caller passed rather than a schema's
|
|
226
|
+
function mirrorProps(target, source) {
|
|
227
|
+
for (const key of Reflect.ownKeys(source)) {
|
|
228
|
+
const desc = Object.getOwnPropertyDescriptor(source, key);
|
|
229
|
+
if (!desc.enumerable)
|
|
230
|
+
continue;
|
|
231
|
+
if (desc.get)
|
|
232
|
+
deferProp(target, key, () => source[key]);
|
|
233
|
+
else
|
|
234
|
+
putProp(target, key, desc.value);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
165
237
|
function mergeDefs(...defs) {
|
|
166
238
|
const mergedDescriptors = {};
|
|
167
239
|
for (const def of defs) {
|
|
@@ -414,24 +486,23 @@ function pick(schema, mask) {
|
|
|
414
486
|
if (hasChecks) {
|
|
415
487
|
throw new Error(".pick() cannot be used on object schemas containing refinements");
|
|
416
488
|
}
|
|
417
|
-
const
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
return clone(schema, def);
|
|
489
|
+
const newShape = {};
|
|
490
|
+
mirrorShape(newShape, schema, maskedKeys(schema, mask));
|
|
491
|
+
return clone(schema, mergeDefs(currDef, { shape: newShape, checks: [] }));
|
|
492
|
+
}
|
|
493
|
+
// the mask keys that select something, checked against the source's shape without resolving it
|
|
494
|
+
function maskedKeys(schema, mask) {
|
|
495
|
+
const raw = sourceShape(schema);
|
|
496
|
+
const keys = [];
|
|
497
|
+
// `for...in` skips symbols, so a symbol in the mask would select nothing
|
|
498
|
+
for (const key of Reflect.ownKeys(mask)) {
|
|
499
|
+
if (!Object.getOwnPropertyDescriptor(raw, key)?.enumerable) {
|
|
500
|
+
throw new Error(`Unrecognized key: "${String(key)}"`);
|
|
501
|
+
}
|
|
502
|
+
if (mask[key])
|
|
503
|
+
keys.push(key);
|
|
504
|
+
}
|
|
505
|
+
return keys;
|
|
435
506
|
}
|
|
436
507
|
function omit(schema, mask) {
|
|
437
508
|
const currDef = schema._zod.def;
|
|
@@ -440,23 +511,10 @@ function omit(schema, mask) {
|
|
|
440
511
|
if (hasChecks) {
|
|
441
512
|
throw new Error(".omit() cannot be used on object schemas containing refinements");
|
|
442
513
|
}
|
|
443
|
-
const
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
if (!Object.prototype.hasOwnProperty.call(currDef.shape, key)) {
|
|
448
|
-
throw new Error(`Unrecognized key: "${String(key)}"`);
|
|
449
|
-
}
|
|
450
|
-
if (!mask[key])
|
|
451
|
-
continue;
|
|
452
|
-
delete newShape[key];
|
|
453
|
-
}
|
|
454
|
-
assignProp(this, "shape", newShape); // self-caching
|
|
455
|
-
return newShape;
|
|
456
|
-
},
|
|
457
|
-
checks: [],
|
|
458
|
-
});
|
|
459
|
-
return clone(schema, def);
|
|
514
|
+
const omitted = new Set(maskedKeys(schema, mask));
|
|
515
|
+
const newShape = {};
|
|
516
|
+
mirrorShape(newShape, schema, Reflect.ownKeys(sourceShape(schema)).filter((key) => !omitted.has(key)));
|
|
517
|
+
return clone(schema, mergeDefs(currDef, { shape: newShape, checks: [] }));
|
|
460
518
|
}
|
|
461
519
|
function extend(schema, shape) {
|
|
462
520
|
if (!isPlainObject(shape)) {
|
|
@@ -466,34 +524,27 @@ function extend(schema, shape) {
|
|
|
466
524
|
const hasChecks = checks && checks.length > 0;
|
|
467
525
|
if (hasChecks) {
|
|
468
526
|
// Only throw if new shape overlaps with existing shape. Use getOwnPropertyDescriptor to check key existence without accessing values
|
|
469
|
-
const existingShape = schema
|
|
527
|
+
const existingShape = sourceShape(schema);
|
|
470
528
|
for (const key of Reflect.ownKeys(shape)) {
|
|
471
529
|
if (Object.getOwnPropertyDescriptor(existingShape, key) !== undefined) {
|
|
472
530
|
throw new Error("Cannot overwrite keys on object schemas containing refinements. Use `.safeExtend()` instead.");
|
|
473
531
|
}
|
|
474
532
|
}
|
|
475
533
|
}
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
return
|
|
534
|
+
return clone(schema, mergeDefs(schema._zod.def, { shape: extended(schema, shape) }));
|
|
535
|
+
}
|
|
536
|
+
// the source's keys, then the caller's overlaid on top
|
|
537
|
+
function extended(schema, shape) {
|
|
538
|
+
const newShape = {};
|
|
539
|
+
mirrorShape(newShape, schema, Reflect.ownKeys(sourceShape(schema)));
|
|
540
|
+
mirrorProps(newShape, shape);
|
|
541
|
+
return newShape;
|
|
484
542
|
}
|
|
485
543
|
function safeExtend(schema, shape) {
|
|
486
544
|
if (!isPlainObject(shape)) {
|
|
487
545
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
488
546
|
}
|
|
489
|
-
|
|
490
|
-
get shape() {
|
|
491
|
-
const _shape = { ...schema._zod.def.shape, ...shape };
|
|
492
|
-
assignProp(this, "shape", _shape); // self-caching
|
|
493
|
-
return _shape;
|
|
494
|
-
},
|
|
495
|
-
});
|
|
496
|
-
return clone(schema, def);
|
|
547
|
+
return clone(schema, mergeDefs(schema._zod.def, { shape: extended(schema, shape) }));
|
|
497
548
|
}
|
|
498
549
|
function merge(a, b) {
|
|
499
550
|
if (!b?._zod?.def) {
|
|
@@ -502,12 +553,11 @@ function merge(a, b) {
|
|
|
502
553
|
if (a._zod.def.checks?.length) {
|
|
503
554
|
throw new Error(".merge() cannot be used on object schemas containing refinements. Use .safeExtend() instead.");
|
|
504
555
|
}
|
|
556
|
+
const newShape = {};
|
|
557
|
+
mirrorShape(newShape, a, Reflect.ownKeys(sourceShape(a)));
|
|
558
|
+
mirrorShape(newShape, b, Reflect.ownKeys(sourceShape(b)));
|
|
505
559
|
const def = mergeDefs(a._zod.def, {
|
|
506
|
-
|
|
507
|
-
const _shape = { ...a._zod.def.shape, ...b._zod.def.shape };
|
|
508
|
-
assignProp(this, "shape", _shape); // self-caching
|
|
509
|
-
return _shape;
|
|
510
|
-
},
|
|
560
|
+
shape: newShape,
|
|
511
561
|
get catchall() {
|
|
512
562
|
return b._zod.def.catchall;
|
|
513
563
|
},
|
|
@@ -522,78 +572,19 @@ function partial(Class, schema, mask, name = "partial") {
|
|
|
522
572
|
if (hasChecks) {
|
|
523
573
|
throw new Error(`.${name}() cannot be used on object schemas containing refinements`);
|
|
524
574
|
}
|
|
525
|
-
const
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
for (const key of Reflect.ownKeys(mask)) {
|
|
531
|
-
if (!Object.prototype.hasOwnProperty.call(oldShape, key)) {
|
|
532
|
-
throw new Error(`Unrecognized key: "${String(key)}"`);
|
|
533
|
-
}
|
|
534
|
-
if (!mask[key])
|
|
535
|
-
continue;
|
|
536
|
-
// if (oldShape[key]!._zod.optin === "optional") continue;
|
|
537
|
-
shape[key] = Class
|
|
538
|
-
? new Class({
|
|
539
|
-
type: "optional",
|
|
540
|
-
innerType: oldShape[key],
|
|
541
|
-
})
|
|
542
|
-
: oldShape[key];
|
|
543
|
-
}
|
|
544
|
-
}
|
|
545
|
-
else {
|
|
546
|
-
// the spread copies symbol keys; `for...in` would not reach them
|
|
547
|
-
for (const key of Reflect.ownKeys(oldShape)) {
|
|
548
|
-
// if (oldShape[key]!._zod.optin === "optional") continue;
|
|
549
|
-
shape[key] = Class
|
|
550
|
-
? new Class({
|
|
551
|
-
type: "optional",
|
|
552
|
-
innerType: oldShape[key],
|
|
553
|
-
})
|
|
554
|
-
: oldShape[key];
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
assignProp(this, "shape", shape); // self-caching
|
|
558
|
-
return shape;
|
|
559
|
-
},
|
|
560
|
-
checks: [],
|
|
561
|
-
});
|
|
562
|
-
return clone(schema, def);
|
|
575
|
+
const selected = mask ? new Set(maskedKeys(schema, mask)) : undefined;
|
|
576
|
+
const newShape = {};
|
|
577
|
+
mirrorShape(newShape, schema, Reflect.ownKeys(sourceShape(schema)), Class &&
|
|
578
|
+
((value, key) => (selected && !selected.has(key) ? value : new Class({ type: "optional", innerType: value }))));
|
|
579
|
+
return clone(schema, mergeDefs(schema._zod.def, { shape: newShape, checks: [] }));
|
|
563
580
|
}
|
|
564
581
|
function required(Class, schema, mask) {
|
|
565
|
-
const
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
if (!Object.prototype.hasOwnProperty.call(shape, key)) {
|
|
572
|
-
throw new Error(`Unrecognized key: "${String(key)}"`);
|
|
573
|
-
}
|
|
574
|
-
if (!mask[key])
|
|
575
|
-
continue;
|
|
576
|
-
// overwrite with non-optional
|
|
577
|
-
shape[key] = new Class({
|
|
578
|
-
type: "nonoptional",
|
|
579
|
-
innerType: oldShape[key],
|
|
580
|
-
});
|
|
581
|
-
}
|
|
582
|
-
}
|
|
583
|
-
else {
|
|
584
|
-
for (const key of Reflect.ownKeys(oldShape)) {
|
|
585
|
-
// overwrite with non-optional
|
|
586
|
-
shape[key] = new Class({
|
|
587
|
-
type: "nonoptional",
|
|
588
|
-
innerType: oldShape[key],
|
|
589
|
-
});
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
assignProp(this, "shape", shape); // self-caching
|
|
593
|
-
return shape;
|
|
594
|
-
},
|
|
595
|
-
});
|
|
596
|
-
return clone(schema, def);
|
|
582
|
+
const selected = mask ? new Set(maskedKeys(schema, mask)) : undefined;
|
|
583
|
+
const newShape = {};
|
|
584
|
+
mirrorShape(newShape, schema, Reflect.ownKeys(sourceShape(schema)), (value, key) =>
|
|
585
|
+
// overwrite with non-optional
|
|
586
|
+
selected && !selected.has(key) ? value : new Class({ type: "nonoptional", innerType: value }));
|
|
587
|
+
return clone(schema, mergeDefs(schema._zod.def, { shape: newShape }));
|
|
597
588
|
}
|
|
598
589
|
// invalid_type | too_big | too_small | invalid_format | not_multiple_of | unrecognized_keys | invalid_union | invalid_key | invalid_element | invalid_value | custom
|
|
599
590
|
function aborted(x, startIndex = 0) {
|
|
@@ -655,13 +646,19 @@ function finalizeIssue(iss, ctx, config) {
|
|
|
655
646
|
unwrapMessage(config.customError?.(iss)) ??
|
|
656
647
|
unwrapMessage(config.localeError?.(iss)) ??
|
|
657
648
|
"Invalid input");
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
649
|
+
// an explicit own-key copy beats object rest with excluded keys, which v8 routes through a generic runtime call; Object.keys rather than for-in so an issue pushed with a prototype does not leak inherited keys, and an own __proto__ key is dropped rather than assigned through the setter
|
|
650
|
+
const full = {};
|
|
651
|
+
for (const k of Object.keys(iss)) {
|
|
652
|
+
if (k === "inst" || k === "schema" || k === "continue" || k === "input" || k === "__proto__")
|
|
653
|
+
continue;
|
|
654
|
+
full[k] = iss[k];
|
|
655
|
+
}
|
|
656
|
+
full.path ?? (full.path = []);
|
|
657
|
+
full.message = message;
|
|
661
658
|
if (ctx?.reportInput) {
|
|
662
|
-
|
|
659
|
+
full.input = iss.input;
|
|
663
660
|
}
|
|
664
|
-
return
|
|
661
|
+
return full;
|
|
665
662
|
}
|
|
666
663
|
function getSizableOrigin(input) {
|
|
667
664
|
if (input instanceof Set)
|
|
@@ -809,6 +806,24 @@ function own(inst, key, value, enumerable = true) {
|
|
|
809
806
|
function hide(inst, key, value) {
|
|
810
807
|
return own(inst, key, value, false);
|
|
811
808
|
}
|
|
809
|
+
/** Adds members a table derives from the instance: each builds on first read and shadows as own data, and assignment shadows the same way, as when these were own properties. */
|
|
810
|
+
function derived(computes, table) {
|
|
811
|
+
for (const key in computes) {
|
|
812
|
+
const compute = computes[key];
|
|
813
|
+
// an object literal's accessor is configurable and enumerable, and `members` copies the descriptor as written
|
|
814
|
+
Object.defineProperty(table, key, {
|
|
815
|
+
configurable: true,
|
|
816
|
+
enumerable: true,
|
|
817
|
+
get() {
|
|
818
|
+
return own(this, key, compute(this));
|
|
819
|
+
},
|
|
820
|
+
set(value) {
|
|
821
|
+
own(this, key, value);
|
|
822
|
+
},
|
|
823
|
+
});
|
|
824
|
+
}
|
|
825
|
+
return table;
|
|
826
|
+
}
|
|
812
827
|
function defineBound(proto, key, fn) {
|
|
813
828
|
Object.defineProperty(proto, key, {
|
|
814
829
|
configurable: true,
|
|
@@ -913,3 +928,22 @@ function constantCatch(value) {
|
|
|
913
928
|
fn[exports.CONSTANT_CATCH] = true;
|
|
914
929
|
return fn;
|
|
915
930
|
}
|
|
931
|
+
|
|
932
|
+
// seal-cjs-exports
|
|
933
|
+
(function () {
|
|
934
|
+
var keys = Object.getOwnPropertyNames(exports);
|
|
935
|
+
for (var i = 0; i < keys.length; i++) {
|
|
936
|
+
var desc = Object.getOwnPropertyDescriptor(exports, keys[i]);
|
|
937
|
+
if (!desc || !desc.get || !desc.configurable) continue;
|
|
938
|
+
var value;
|
|
939
|
+
try {
|
|
940
|
+
value = desc.get();
|
|
941
|
+
} catch (e) {
|
|
942
|
+
continue;
|
|
943
|
+
}
|
|
944
|
+
// a circular require may not have settled this one yet, so leave it live
|
|
945
|
+
if (value === undefined) continue;
|
|
946
|
+
Object.defineProperty(exports, keys[i], { value: value, writable: false, enumerable: desc.enumerable, configurable: false });
|
|
947
|
+
}
|
|
948
|
+
Object.freeze(exports);
|
|
949
|
+
})();
|