@psnext/slingcli 3.3.20260911-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/@earendil-works/pi-coding-agent/dist/bundle/chunks/{chunk-VDBOM5UG.js → chunk-BRL3MDQL.js} +1 -1
- 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/@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/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/package.json +1 -1
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert/strict.d.ts +13 -56
- package/node_modules/@types/node/assert.d.ts +189 -190
- package/node_modules/@types/node/async_hooks.d.ts +151 -43
- package/node_modules/@types/node/buffer.buffer.d.ts +12 -13
- package/node_modules/@types/node/buffer.d.ts +103 -237
- package/node_modules/@types/node/child_process.d.ts +39 -154
- package/node_modules/@types/node/cluster.d.ts +238 -384
- package/node_modules/@types/node/console.d.ts +45 -404
- package/node_modules/@types/node/constants.d.ts +3 -10
- package/node_modules/@types/node/crypto.d.ts +1000 -1593
- package/node_modules/@types/node/dgram.d.ts +133 -81
- package/node_modules/@types/node/diagnostics_channel.d.ts +277 -59
- package/node_modules/@types/node/dns/promises.d.ts +9 -15
- package/node_modules/@types/node/dns.d.ts +136 -183
- package/node_modules/@types/node/domain.d.ts +12 -32
- package/node_modules/@types/node/events.d.ts +872 -840
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +256 -85
- package/node_modules/@types/node/fs.d.ts +865 -525
- package/node_modules/@types/node/globals.d.ts +12 -34
- package/node_modules/@types/node/globals.typedarray.d.ts +63 -0
- package/node_modules/@types/node/http.d.ts +433 -312
- package/node_modules/@types/node/http2.d.ts +545 -891
- package/node_modules/@types/node/https.d.ts +64 -243
- package/node_modules/@types/node/index.d.ts +25 -7
- package/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/node_modules/@types/node/inspector.d.ts +70 -58
- package/node_modules/@types/node/inspector.generated.d.ts +764 -410
- package/node_modules/@types/node/module.d.ts +54 -219
- package/node_modules/@types/node/net.d.ts +208 -222
- package/node_modules/@types/node/os.d.ts +41 -49
- package/node_modules/@types/node/package.json +13 -3
- package/node_modules/@types/node/path/posix.d.ts +8 -0
- package/node_modules/@types/node/path/win32.d.ts +8 -0
- package/node_modules/@types/node/path.d.ts +119 -141
- package/node_modules/@types/node/perf_hooks.d.ts +339 -690
- package/node_modules/@types/node/process.d.ts +389 -205
- package/node_modules/@types/node/punycode.d.ts +3 -31
- package/node_modules/@types/node/querystring.d.ts +3 -16
- package/node_modules/@types/node/quic.d.ts +2153 -0
- package/node_modules/@types/node/readline/promises.d.ts +3 -6
- package/node_modules/@types/node/readline.d.ts +66 -152
- package/node_modules/@types/node/repl.d.ts +101 -109
- package/node_modules/@types/node/sea.d.ts +1 -116
- package/node_modules/@types/node/sqlite.d.ts +486 -68
- package/node_modules/@types/node/stream/consumers.d.ts +91 -15
- package/node_modules/@types/node/stream/iter.d.ts +452 -0
- package/node_modules/@types/node/stream/promises.d.ts +136 -15
- package/node_modules/@types/node/stream/web.d.ts +197 -454
- package/node_modules/@types/node/stream.d.ts +603 -491
- package/node_modules/@types/node/string_decoder.d.ts +3 -43
- package/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/node_modules/@types/node/test.d.ts +513 -292
- package/node_modules/@types/node/timers/promises.d.ts +3 -18
- package/node_modules/@types/node/timers.d.ts +3 -141
- package/node_modules/@types/node/tls.d.ts +166 -257
- package/node_modules/@types/node/trace_events.d.ts +3 -97
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +7 -8
- package/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +2 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +26 -6
- package/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +118 -0
- package/node_modules/@types/node/tty.d.ts +61 -43
- package/node_modules/@types/node/url.d.ts +156 -584
- package/node_modules/@types/node/util/types.d.ts +558 -0
- package/node_modules/@types/node/util.d.ts +170 -1099
- package/node_modules/@types/node/v8.d.ts +175 -36
- package/node_modules/@types/node/vfs.d.ts +211 -0
- package/node_modules/@types/node/vm.d.ts +292 -209
- package/node_modules/@types/node/wasi.d.ts +24 -74
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +27 -2
- package/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/node_modules/@types/node/web-globals/events.d.ts +9 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +14 -0
- package/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/node_modules/@types/node/web-globals/navigator.d.ts +3 -0
- package/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/node_modules/@types/node/web-globals/streams.d.ts +97 -0
- package/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/node_modules/@types/node/worker_threads.d.ts +257 -407
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@types/node/zlib.d.ts +24 -165
- package/node_modules/undici-types/agent.d.ts +12 -13
- package/node_modules/undici-types/api.d.ts +26 -26
- package/node_modules/undici-types/balanced-pool.d.ts +13 -12
- package/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/node_modules/undici-types/client-stats.d.ts +15 -0
- package/node_modules/undici-types/client.d.ts +63 -37
- package/node_modules/undici-types/connector.d.ts +5 -2
- package/node_modules/undici-types/cookies.d.ts +3 -1
- package/node_modules/undici-types/diagnostics-channel.d.ts +18 -10
- package/node_modules/undici-types/dispatcher.d.ts +136 -139
- package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/undici-types/env-http-proxy-agent.d.ts +4 -3
- package/node_modules/undici-types/errors.d.ts +92 -54
- package/node_modules/undici-types/eventsource.d.ts +9 -4
- package/node_modules/undici-types/fetch.d.ts +51 -25
- package/node_modules/undici-types/formdata.d.ts +7 -7
- package/node_modules/undici-types/global-dispatcher.d.ts +4 -4
- package/node_modules/undici-types/global-origin.d.ts +5 -5
- package/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/node_modules/undici-types/handlers.d.ts +10 -9
- package/node_modules/undici-types/header.d.ts +162 -1
- package/node_modules/undici-types/index.d.ts +69 -47
- package/node_modules/undici-types/interceptors.d.ts +72 -9
- package/node_modules/undici-types/mock-agent.d.ts +36 -18
- package/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/node_modules/undici-types/mock-client.d.ts +6 -4
- package/node_modules/undici-types/mock-errors.d.ts +3 -3
- package/node_modules/undici-types/mock-interceptor.d.ts +26 -21
- package/node_modules/undici-types/mock-pool.d.ts +6 -4
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/patch.d.ts +0 -4
- package/node_modules/undici-types/pool-stats.d.ts +8 -8
- package/node_modules/undici-types/pool.d.ts +14 -14
- package/node_modules/undici-types/proxy-agent.d.ts +14 -6
- package/node_modules/undici-types/readable.d.ts +19 -16
- package/node_modules/undici-types/retry-agent.d.ts +1 -1
- package/node_modules/undici-types/retry-handler.d.ts +19 -10
- package/node_modules/undici-types/round-robin-pool.d.ts +39 -0
- package/node_modules/undici-types/snapshot-agent.d.ts +113 -0
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/node_modules/undici-types/util.d.ts +3 -3
- package/node_modules/undici-types/utility.d.ts +7 -0
- package/node_modules/undici-types/webidl.d.ts +148 -30
- package/node_modules/undici-types/websocket.d.ts +48 -10
- package/node_modules/zod/README.md +2 -2
- package/node_modules/zod/package.json +1 -1
- package/node_modules/zod/src/v4/classic/checks.ts +1 -0
- package/node_modules/zod/src/v4/classic/schemas.ts +14 -30
- package/node_modules/zod/src/v4/classic/tests/assignability.test.ts +1 -0
- package/node_modules/zod/src/v4/classic/tests/cyclic-data.test.ts +2 -11
- package/node_modules/zod/src/v4/classic/tests/firstparty.test.ts +0 -4
- package/node_modules/zod/src/v4/classic/tests/instance-footprint.test.ts +22 -0
- package/node_modules/zod/src/v4/classic/tests/instanceof.test.ts +1 -1
- package/node_modules/zod/src/v4/classic/tests/number.test.ts +39 -0
- package/node_modules/zod/src/v4/classic/tests/properties.test.ts +53 -137
- package/node_modules/zod/src/v4/classic/tests/string.test.ts +70 -1
- package/node_modules/zod/src/v4/classic/tests/to-json-schema.test.ts +87 -35
- package/node_modules/zod/src/v4/core/api.ts +21 -29
- package/node_modules/zod/src/v4/core/checks.ts +61 -1
- package/node_modules/zod/src/v4/core/compile.ts +35 -24
- package/node_modules/zod/src/v4/core/core.ts +1 -3
- package/node_modules/zod/src/v4/core/json-schema-processors.ts +9 -63
- package/node_modules/zod/src/v4/core/memoizer.ts +2 -5
- package/node_modules/zod/src/v4/core/regexes.ts +4 -0
- package/node_modules/zod/src/v4/core/schemas.ts +36 -109
- package/node_modules/zod/src/v4/core/tests/compile-differential.test.ts +35 -0
- package/node_modules/zod/src/v4/core/tests/compile.test.ts +177 -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 +1 -1
- package/node_modules/zod/src/v4/core/util.ts +0 -4
- package/node_modules/zod/src/v4/core/versions.ts +1 -1
- package/node_modules/zod/src/v4/core/visit.ts +0 -11
- package/node_modules/zod/src/v4/locales/ar.ts +1 -0
- package/node_modules/zod/src/v4/locales/az.ts +1 -0
- package/node_modules/zod/src/v4/locales/be.ts +1 -0
- package/node_modules/zod/src/v4/locales/bg.ts +1 -0
- package/node_modules/zod/src/v4/locales/bn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ca.ts +1 -0
- package/node_modules/zod/src/v4/locales/ckb.ts +1 -0
- package/node_modules/zod/src/v4/locales/cs.ts +1 -0
- package/node_modules/zod/src/v4/locales/da.ts +1 -0
- package/node_modules/zod/src/v4/locales/de.ts +1 -0
- package/node_modules/zod/src/v4/locales/el.ts +1 -0
- package/node_modules/zod/src/v4/locales/en.ts +1 -0
- package/node_modules/zod/src/v4/locales/eo.ts +1 -0
- package/node_modules/zod/src/v4/locales/es.ts +1 -0
- package/node_modules/zod/src/v4/locales/fa.ts +1 -0
- package/node_modules/zod/src/v4/locales/fi.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr-CA.ts +1 -0
- package/node_modules/zod/src/v4/locales/fr.ts +1 -0
- package/node_modules/zod/src/v4/locales/gu.ts +1 -0
- package/node_modules/zod/src/v4/locales/he.ts +1 -0
- package/node_modules/zod/src/v4/locales/hi.ts +1 -0
- package/node_modules/zod/src/v4/locales/hr.ts +1 -0
- package/node_modules/zod/src/v4/locales/hu.ts +1 -0
- package/node_modules/zod/src/v4/locales/hy.ts +1 -0
- package/node_modules/zod/src/v4/locales/id.ts +1 -0
- package/node_modules/zod/src/v4/locales/is.ts +1 -0
- package/node_modules/zod/src/v4/locales/it.ts +1 -0
- package/node_modules/zod/src/v4/locales/ja.ts +1 -0
- package/node_modules/zod/src/v4/locales/ka.ts +1 -0
- package/node_modules/zod/src/v4/locales/km.ts +1 -0
- package/node_modules/zod/src/v4/locales/kn.ts +1 -0
- package/node_modules/zod/src/v4/locales/ko.ts +1 -0
- package/node_modules/zod/src/v4/locales/lt.ts +1 -0
- package/node_modules/zod/src/v4/locales/mk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ms.ts +1 -0
- package/node_modules/zod/src/v4/locales/ne.ts +1 -0
- package/node_modules/zod/src/v4/locales/nl.ts +1 -0
- package/node_modules/zod/src/v4/locales/nn.ts +1 -0
- package/node_modules/zod/src/v4/locales/no.ts +1 -0
- package/node_modules/zod/src/v4/locales/ota.ts +1 -0
- package/node_modules/zod/src/v4/locales/pl.ts +1 -0
- package/node_modules/zod/src/v4/locales/ps.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt-BR.ts +1 -0
- package/node_modules/zod/src/v4/locales/pt.ts +1 -0
- package/node_modules/zod/src/v4/locales/ro.ts +1 -0
- package/node_modules/zod/src/v4/locales/ru.ts +1 -0
- package/node_modules/zod/src/v4/locales/sk.ts +1 -0
- package/node_modules/zod/src/v4/locales/sl.ts +1 -0
- package/node_modules/zod/src/v4/locales/sv.ts +1 -0
- package/node_modules/zod/src/v4/locales/ta.ts +1 -0
- package/node_modules/zod/src/v4/locales/tg.ts +1 -0
- package/node_modules/zod/src/v4/locales/th.ts +1 -0
- package/node_modules/zod/src/v4/locales/tk.ts +1 -0
- package/node_modules/zod/src/v4/locales/tr.ts +1 -0
- package/node_modules/zod/src/v4/locales/uk.ts +1 -0
- package/node_modules/zod/src/v4/locales/ur.ts +1 -0
- package/node_modules/zod/src/v4/locales/uz.ts +1 -0
- package/node_modules/zod/src/v4/locales/vi.ts +1 -0
- package/node_modules/zod/src/v4/locales/yo.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-CN.ts +1 -0
- package/node_modules/zod/src/v4/locales/zh-TW.ts +1 -0
- package/node_modules/zod/src/v4/mini/checks.ts +1 -0
- package/node_modules/zod/src/v4/mini/schemas.ts +12 -23
- package/node_modules/zod/src/v4/mini/tests/index.test.ts +56 -0
- package/node_modules/zod/src/v4/mini/tests/string.test.ts +7 -0
- package/node_modules/zod/v4/classic/checks.cjs +2 -1
- package/node_modules/zod/v4/classic/checks.d.cts +1 -1
- package/node_modules/zod/v4/classic/checks.d.ts +1 -1
- package/node_modules/zod/v4/classic/checks.js +1 -1
- package/node_modules/zod/v4/classic/schemas.cjs +11 -15
- package/node_modules/zod/v4/classic/schemas.d.cts +4 -6
- package/node_modules/zod/v4/classic/schemas.d.ts +4 -6
- package/node_modules/zod/v4/classic/schemas.js +9 -13
- package/node_modules/zod/v4/core/api.cjs +11 -23
- package/node_modules/zod/v4/core/api.d.cts +8 -4
- package/node_modules/zod/v4/core/api.d.ts +8 -4
- package/node_modules/zod/v4/core/api.js +11 -23
- package/node_modules/zod/v4/core/checks.cjs +32 -1
- package/node_modules/zod/v4/core/checks.d.cts +16 -0
- package/node_modules/zod/v4/core/checks.d.ts +16 -0
- package/node_modules/zod/v4/core/checks.js +31 -0
- package/node_modules/zod/v4/core/compile.cjs +12 -17
- package/node_modules/zod/v4/core/compile.js +13 -18
- package/node_modules/zod/v4/core/core.cjs +1 -1
- package/node_modules/zod/v4/core/core.js +1 -1
- package/node_modules/zod/v4/core/json-schema-processors.cjs +8 -44
- package/node_modules/zod/v4/core/json-schema-processors.d.cts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.d.ts +0 -1
- package/node_modules/zod/v4/core/json-schema-processors.js +8 -43
- package/node_modules/zod/v4/core/memoizer.cjs +2 -5
- package/node_modules/zod/v4/core/memoizer.js +2 -5
- package/node_modules/zod/v4/core/regexes.cjs +4 -2
- package/node_modules/zod/v4/core/regexes.d.cts +1 -0
- package/node_modules/zod/v4/core/regexes.d.ts +1 -0
- package/node_modules/zod/v4/core/regexes.js +2 -0
- package/node_modules/zod/v4/core/schemas.cjs +33 -73
- package/node_modules/zod/v4/core/schemas.d.cts +7 -22
- package/node_modules/zod/v4/core/schemas.d.ts +7 -22
- package/node_modules/zod/v4/core/schemas.js +30 -72
- package/node_modules/zod/v4/core/to-json-schema.cjs +0 -1
- package/node_modules/zod/v4/core/to-json-schema.d.cts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.d.ts +0 -3
- package/node_modules/zod/v4/core/to-json-schema.js +1 -1
- package/node_modules/zod/v4/core/util.cjs +0 -4
- package/node_modules/zod/v4/core/util.js +0 -4
- package/node_modules/zod/v4/core/versions.cjs +1 -1
- package/node_modules/zod/v4/core/versions.js +1 -1
- package/node_modules/zod/v4/core/visit.cjs +0 -12
- package/node_modules/zod/v4/core/visit.js +0 -12
- package/node_modules/zod/v4/locales/ar.cjs +1 -0
- package/node_modules/zod/v4/locales/ar.js +1 -0
- package/node_modules/zod/v4/locales/az.cjs +1 -0
- package/node_modules/zod/v4/locales/az.js +1 -0
- package/node_modules/zod/v4/locales/be.cjs +1 -0
- package/node_modules/zod/v4/locales/be.js +1 -0
- package/node_modules/zod/v4/locales/bg.cjs +1 -0
- package/node_modules/zod/v4/locales/bg.js +1 -0
- package/node_modules/zod/v4/locales/bn.cjs +1 -0
- package/node_modules/zod/v4/locales/bn.js +1 -0
- package/node_modules/zod/v4/locales/ca.cjs +1 -0
- package/node_modules/zod/v4/locales/ca.js +1 -0
- package/node_modules/zod/v4/locales/ckb.cjs +1 -0
- package/node_modules/zod/v4/locales/ckb.js +1 -0
- package/node_modules/zod/v4/locales/cs.cjs +1 -0
- package/node_modules/zod/v4/locales/cs.js +1 -0
- package/node_modules/zod/v4/locales/da.cjs +1 -0
- package/node_modules/zod/v4/locales/da.js +1 -0
- package/node_modules/zod/v4/locales/de.cjs +1 -0
- package/node_modules/zod/v4/locales/de.js +1 -0
- package/node_modules/zod/v4/locales/el.cjs +1 -0
- package/node_modules/zod/v4/locales/el.js +1 -0
- package/node_modules/zod/v4/locales/en.cjs +1 -0
- package/node_modules/zod/v4/locales/en.js +1 -0
- package/node_modules/zod/v4/locales/eo.cjs +1 -0
- package/node_modules/zod/v4/locales/eo.js +1 -0
- package/node_modules/zod/v4/locales/es.cjs +1 -0
- package/node_modules/zod/v4/locales/es.js +1 -0
- package/node_modules/zod/v4/locales/fa.cjs +1 -0
- package/node_modules/zod/v4/locales/fa.js +1 -0
- package/node_modules/zod/v4/locales/fi.cjs +1 -0
- package/node_modules/zod/v4/locales/fi.js +1 -0
- package/node_modules/zod/v4/locales/fr-CA.cjs +1 -0
- package/node_modules/zod/v4/locales/fr-CA.js +1 -0
- package/node_modules/zod/v4/locales/fr.cjs +1 -0
- package/node_modules/zod/v4/locales/fr.js +1 -0
- package/node_modules/zod/v4/locales/gu.cjs +1 -0
- package/node_modules/zod/v4/locales/gu.js +1 -0
- package/node_modules/zod/v4/locales/he.cjs +1 -0
- package/node_modules/zod/v4/locales/he.js +1 -0
- package/node_modules/zod/v4/locales/hi.cjs +1 -0
- package/node_modules/zod/v4/locales/hi.js +1 -0
- package/node_modules/zod/v4/locales/hr.cjs +1 -0
- package/node_modules/zod/v4/locales/hr.js +1 -0
- package/node_modules/zod/v4/locales/hu.cjs +1 -0
- package/node_modules/zod/v4/locales/hu.js +1 -0
- package/node_modules/zod/v4/locales/hy.cjs +1 -0
- package/node_modules/zod/v4/locales/hy.js +1 -0
- package/node_modules/zod/v4/locales/id.cjs +1 -0
- package/node_modules/zod/v4/locales/id.js +1 -0
- package/node_modules/zod/v4/locales/is.cjs +1 -0
- package/node_modules/zod/v4/locales/is.js +1 -0
- package/node_modules/zod/v4/locales/it.cjs +1 -0
- package/node_modules/zod/v4/locales/it.js +1 -0
- package/node_modules/zod/v4/locales/ja.cjs +1 -0
- package/node_modules/zod/v4/locales/ja.js +1 -0
- package/node_modules/zod/v4/locales/ka.cjs +1 -0
- package/node_modules/zod/v4/locales/ka.js +1 -0
- package/node_modules/zod/v4/locales/km.cjs +1 -0
- package/node_modules/zod/v4/locales/km.js +1 -0
- package/node_modules/zod/v4/locales/kn.cjs +1 -0
- package/node_modules/zod/v4/locales/kn.js +1 -0
- package/node_modules/zod/v4/locales/ko.cjs +1 -0
- package/node_modules/zod/v4/locales/ko.js +1 -0
- package/node_modules/zod/v4/locales/lt.cjs +1 -0
- package/node_modules/zod/v4/locales/lt.js +1 -0
- package/node_modules/zod/v4/locales/mk.cjs +1 -0
- package/node_modules/zod/v4/locales/mk.js +1 -0
- package/node_modules/zod/v4/locales/ms.cjs +1 -0
- package/node_modules/zod/v4/locales/ms.js +1 -0
- package/node_modules/zod/v4/locales/ne.cjs +1 -0
- package/node_modules/zod/v4/locales/ne.js +1 -0
- package/node_modules/zod/v4/locales/nl.cjs +1 -0
- package/node_modules/zod/v4/locales/nl.js +1 -0
- package/node_modules/zod/v4/locales/nn.cjs +1 -0
- package/node_modules/zod/v4/locales/nn.js +1 -0
- package/node_modules/zod/v4/locales/no.cjs +1 -0
- package/node_modules/zod/v4/locales/no.js +1 -0
- package/node_modules/zod/v4/locales/ota.cjs +1 -0
- package/node_modules/zod/v4/locales/ota.js +1 -0
- package/node_modules/zod/v4/locales/pl.cjs +1 -0
- package/node_modules/zod/v4/locales/pl.js +1 -0
- package/node_modules/zod/v4/locales/ps.cjs +1 -0
- package/node_modules/zod/v4/locales/ps.js +1 -0
- package/node_modules/zod/v4/locales/pt-BR.cjs +1 -0
- package/node_modules/zod/v4/locales/pt-BR.js +1 -0
- package/node_modules/zod/v4/locales/pt.cjs +1 -0
- package/node_modules/zod/v4/locales/pt.js +1 -0
- package/node_modules/zod/v4/locales/ro.cjs +1 -0
- package/node_modules/zod/v4/locales/ro.js +1 -0
- package/node_modules/zod/v4/locales/ru.cjs +1 -0
- package/node_modules/zod/v4/locales/ru.js +1 -0
- package/node_modules/zod/v4/locales/sk.cjs +1 -0
- package/node_modules/zod/v4/locales/sk.js +1 -0
- package/node_modules/zod/v4/locales/sl.cjs +1 -0
- package/node_modules/zod/v4/locales/sl.js +1 -0
- package/node_modules/zod/v4/locales/sv.cjs +1 -0
- package/node_modules/zod/v4/locales/sv.js +1 -0
- package/node_modules/zod/v4/locales/ta.cjs +1 -0
- package/node_modules/zod/v4/locales/ta.js +1 -0
- package/node_modules/zod/v4/locales/tg.cjs +1 -0
- package/node_modules/zod/v4/locales/tg.js +1 -0
- package/node_modules/zod/v4/locales/th.cjs +1 -0
- package/node_modules/zod/v4/locales/th.js +1 -0
- package/node_modules/zod/v4/locales/tk.cjs +1 -0
- package/node_modules/zod/v4/locales/tk.js +1 -0
- package/node_modules/zod/v4/locales/tr.cjs +1 -0
- package/node_modules/zod/v4/locales/tr.js +1 -0
- package/node_modules/zod/v4/locales/uk.cjs +1 -0
- package/node_modules/zod/v4/locales/uk.js +1 -0
- package/node_modules/zod/v4/locales/ur.cjs +1 -0
- package/node_modules/zod/v4/locales/ur.js +1 -0
- package/node_modules/zod/v4/locales/uz.cjs +1 -0
- package/node_modules/zod/v4/locales/uz.js +1 -0
- package/node_modules/zod/v4/locales/vi.cjs +1 -0
- package/node_modules/zod/v4/locales/vi.js +1 -0
- package/node_modules/zod/v4/locales/yo.cjs +1 -0
- package/node_modules/zod/v4/locales/yo.js +1 -0
- package/node_modules/zod/v4/locales/zh-CN.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-CN.js +1 -0
- package/node_modules/zod/v4/locales/zh-TW.cjs +1 -0
- package/node_modules/zod/v4/locales/zh-TW.js +1 -0
- package/node_modules/zod/v4/mini/checks.cjs +2 -1
- package/node_modules/zod/v4/mini/checks.d.cts +1 -1
- package/node_modules/zod/v4/mini/checks.d.ts +1 -1
- package/node_modules/zod/v4/mini/checks.js +1 -1
- package/node_modules/zod/v4/mini/schemas.cjs +11 -13
- package/node_modules/zod/v4/mini/schemas.d.cts +1 -4
- package/node_modules/zod/v4/mini/schemas.d.ts +1 -4
- package/node_modules/zod/v4/mini/schemas.js +9 -11
- package/package.json +2 -2
- package/slingshot/index.js +183 -182
- package/node_modules/@types/node/compatibility/disposable.d.ts +0 -14
- package/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
- package/node_modules/@types/node/compatibility/iterators.d.ts +0 -20
- package/node_modules/undici-types/file.d.ts +0 -39
- package/node_modules/undici-types/filereader.d.ts +0 -54
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
declare module "node:zlib/iter" {
|
|
2
|
+
import { StatefulTransform, SyncStatefulTransform } from "node:stream/iter";
|
|
3
|
+
interface BrotliOptions {
|
|
4
|
+
chunkSize?: number | undefined;
|
|
5
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
6
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
7
|
+
}
|
|
8
|
+
interface ZlibOptions {
|
|
9
|
+
chunkSize?: number | undefined;
|
|
10
|
+
windowBits?: number | undefined;
|
|
11
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
12
|
+
}
|
|
13
|
+
interface ZlibCompressionOptions extends ZlibOptions {
|
|
14
|
+
level?: number | undefined;
|
|
15
|
+
memLevel?: number | undefined;
|
|
16
|
+
strategy?: number | undefined;
|
|
17
|
+
}
|
|
18
|
+
interface ZstdOptions {
|
|
19
|
+
chunkSize?: number | undefined;
|
|
20
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
21
|
+
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
22
|
+
}
|
|
23
|
+
interface ZstdCompressionOptions extends ZstdOptions {
|
|
24
|
+
pledgedSrcSize?: number | undefined;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
28
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
29
|
+
* @since v25.9.0
|
|
30
|
+
* @returns A stateful transform.
|
|
31
|
+
*/
|
|
32
|
+
function compressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
33
|
+
/**
|
|
34
|
+
* Create a Brotli compression transform. Output is compatible with
|
|
35
|
+
* `zlib.brotliDecompress()` and `decompressBrotli()`/`decompressBrotliSync()`.
|
|
36
|
+
* @since v25.9.0
|
|
37
|
+
* @returns A stateful transform.
|
|
38
|
+
*/
|
|
39
|
+
function compressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
40
|
+
/**
|
|
41
|
+
* Create a deflate compression transform. Output is compatible with
|
|
42
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
43
|
+
* @since v25.9.0
|
|
44
|
+
* @returns A stateful transform.
|
|
45
|
+
*/
|
|
46
|
+
function compressDeflate(options?: ZlibCompressionOptions): StatefulTransform;
|
|
47
|
+
/**
|
|
48
|
+
* Create a deflate compression transform. Output is compatible with
|
|
49
|
+
* `zlib.inflate()` and `decompressDeflate()`/`decompressDeflateSync()`.
|
|
50
|
+
* @since v25.9.0
|
|
51
|
+
* @returns A stateful transform.
|
|
52
|
+
*/
|
|
53
|
+
function compressDeflateSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
54
|
+
/**
|
|
55
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
56
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
57
|
+
* @returns A stateful transform.
|
|
58
|
+
*/
|
|
59
|
+
function compressGzip(options?: ZlibCompressionOptions): StatefulTransform;
|
|
60
|
+
/**
|
|
61
|
+
* Create a gzip compression transform. Output is compatible with `zlib.gunzip()`
|
|
62
|
+
* and `decompressGzip()`/`decompressGzipSync()`.
|
|
63
|
+
* @returns A stateful transform.
|
|
64
|
+
*/
|
|
65
|
+
function compressGzipSync(options?: ZlibCompressionOptions): SyncStatefulTransform;
|
|
66
|
+
/**
|
|
67
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
68
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
69
|
+
* @since v25.9.0
|
|
70
|
+
* @returns A stateful transform.
|
|
71
|
+
*/
|
|
72
|
+
function compressZstd(options?: ZstdCompressionOptions): StatefulTransform;
|
|
73
|
+
/**
|
|
74
|
+
* Create a Zstandard compression transform. Output is compatible with
|
|
75
|
+
* `zlib.zstdDecompress()` and `decompressZstd()`/`decompressZstdSync()`.
|
|
76
|
+
* @since v25.9.0
|
|
77
|
+
* @returns A stateful transform.
|
|
78
|
+
*/
|
|
79
|
+
function compressZstdSync(options?: ZstdCompressionOptions): SyncStatefulTransform;
|
|
80
|
+
/**
|
|
81
|
+
* Create a Brotli decompression transform.
|
|
82
|
+
* @since v25.9.0
|
|
83
|
+
* @returns A stateful transform.
|
|
84
|
+
*/
|
|
85
|
+
function decompressBrotli(options?: BrotliOptions): StatefulTransform;
|
|
86
|
+
/**
|
|
87
|
+
* Create a Brotli decompression transform.
|
|
88
|
+
* @since v25.9.0
|
|
89
|
+
* @returns A stateful transform.
|
|
90
|
+
*/
|
|
91
|
+
function decompressBrotliSync(options?: BrotliOptions): SyncStatefulTransform;
|
|
92
|
+
/**
|
|
93
|
+
* Create a deflate decompression transform.
|
|
94
|
+
* @since v25.9.0
|
|
95
|
+
* @returns A stateful transform.
|
|
96
|
+
*/
|
|
97
|
+
function decompressDeflate(options?: ZlibOptions): StatefulTransform;
|
|
98
|
+
/**
|
|
99
|
+
* Create a deflate decompression transform.
|
|
100
|
+
* @since v25.9.0
|
|
101
|
+
* @returns A stateful transform.
|
|
102
|
+
*/
|
|
103
|
+
function decompressDeflateSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
104
|
+
/**
|
|
105
|
+
* Create a gzip decompression transform.
|
|
106
|
+
* @since v25.9.0
|
|
107
|
+
* @returns A stateful transform.
|
|
108
|
+
*/
|
|
109
|
+
function decompressGzip(options?: ZlibOptions): StatefulTransform;
|
|
110
|
+
/**
|
|
111
|
+
* Create a gzip decompression transform.
|
|
112
|
+
* @since v25.9.0
|
|
113
|
+
* @returns A stateful transform.
|
|
114
|
+
*/
|
|
115
|
+
function decompressGzipSync(options?: ZlibOptions): SyncStatefulTransform;
|
|
116
|
+
/**
|
|
117
|
+
* Create a Zstandard decompression transform.
|
|
118
|
+
* @since v25.9.0
|
|
119
|
+
* @returns A stateful transform.
|
|
120
|
+
*/
|
|
121
|
+
function decompressZstd(options?: ZstdOptions): StatefulTransform;
|
|
122
|
+
/**
|
|
123
|
+
* Create a Zstandard decompression transform.
|
|
124
|
+
* @since v25.9.0
|
|
125
|
+
* @returns A stateful transform.
|
|
126
|
+
*/
|
|
127
|
+
function decompressZstdSync(options?: ZstdOptions): SyncStatefulTransform;
|
|
128
|
+
}
|
|
129
|
+
declare module "zlib/iter" {
|
|
130
|
+
export * from "node:zlib/iter";
|
|
131
|
+
}
|
|
@@ -1,97 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* The `node:zlib` module provides compression functionality implemented using
|
|
3
|
-
* Gzip, Deflate/Inflate, and Brotli.
|
|
4
|
-
*
|
|
5
|
-
* To access it:
|
|
6
|
-
*
|
|
7
|
-
* ```js
|
|
8
|
-
* import zlib from 'node:zlib';
|
|
9
|
-
* ```
|
|
10
|
-
*
|
|
11
|
-
* Compression and decompression are built around the Node.js
|
|
12
|
-
* [Streams API](https://nodejs.org/docs/latest-v22.x/api/stream.html).
|
|
13
|
-
*
|
|
14
|
-
* Compressing or decompressing a stream (such as a file) can be accomplished by
|
|
15
|
-
* piping the source stream through a `zlib` `Transform` stream into a destination
|
|
16
|
-
* stream:
|
|
17
|
-
*
|
|
18
|
-
* ```js
|
|
19
|
-
* import { createGzip } from 'node:zlib';
|
|
20
|
-
* import { pipeline } from 'node:stream';
|
|
21
|
-
* import {
|
|
22
|
-
* createReadStream,
|
|
23
|
-
* createWriteStream,
|
|
24
|
-
* } from 'node:fs';
|
|
25
|
-
*
|
|
26
|
-
* const gzip = createGzip();
|
|
27
|
-
* const source = createReadStream('input.txt');
|
|
28
|
-
* const destination = createWriteStream('input.txt.gz');
|
|
29
|
-
*
|
|
30
|
-
* pipeline(source, gzip, destination, (err) => {
|
|
31
|
-
* if (err) {
|
|
32
|
-
* console.error('An error occurred:', err);
|
|
33
|
-
* process.exitCode = 1;
|
|
34
|
-
* }
|
|
35
|
-
* });
|
|
36
|
-
*
|
|
37
|
-
* // Or, Promisified
|
|
38
|
-
*
|
|
39
|
-
* import { promisify } from 'node:util';
|
|
40
|
-
* const pipe = promisify(pipeline);
|
|
41
|
-
*
|
|
42
|
-
* async function do_gzip(input, output) {
|
|
43
|
-
* const gzip = createGzip();
|
|
44
|
-
* const source = createReadStream(input);
|
|
45
|
-
* const destination = createWriteStream(output);
|
|
46
|
-
* await pipe(source, gzip, destination);
|
|
47
|
-
* }
|
|
48
|
-
*
|
|
49
|
-
* do_gzip('input.txt', 'input.txt.gz')
|
|
50
|
-
* .catch((err) => {
|
|
51
|
-
* console.error('An error occurred:', err);
|
|
52
|
-
* process.exitCode = 1;
|
|
53
|
-
* });
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
|
-
* It is also possible to compress or decompress data in a single step:
|
|
57
|
-
*
|
|
58
|
-
* ```js
|
|
59
|
-
* import { deflate, unzip } from 'node:zlib';
|
|
60
|
-
*
|
|
61
|
-
* const input = '.................................';
|
|
62
|
-
* deflate(input, (err, buffer) => {
|
|
63
|
-
* if (err) {
|
|
64
|
-
* console.error('An error occurred:', err);
|
|
65
|
-
* process.exitCode = 1;
|
|
66
|
-
* }
|
|
67
|
-
* console.log(buffer.toString('base64'));
|
|
68
|
-
* });
|
|
69
|
-
*
|
|
70
|
-
* const buffer = Buffer.from('eJzT0yMAAGTvBe8=', 'base64');
|
|
71
|
-
* unzip(buffer, (err, buffer) => {
|
|
72
|
-
* if (err) {
|
|
73
|
-
* console.error('An error occurred:', err);
|
|
74
|
-
* process.exitCode = 1;
|
|
75
|
-
* }
|
|
76
|
-
* console.log(buffer.toString());
|
|
77
|
-
* });
|
|
78
|
-
*
|
|
79
|
-
* // Or, Promisified
|
|
80
|
-
*
|
|
81
|
-
* import { promisify } from 'node:util';
|
|
82
|
-
* const do_unzip = promisify(unzip);
|
|
83
|
-
*
|
|
84
|
-
* do_unzip(buffer)
|
|
85
|
-
* .then((buf) => console.log(buf.toString()))
|
|
86
|
-
* .catch((err) => {
|
|
87
|
-
* console.error('An error occurred:', err);
|
|
88
|
-
* process.exitCode = 1;
|
|
89
|
-
* });
|
|
90
|
-
* ```
|
|
91
|
-
* @since v0.5.8
|
|
92
|
-
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/zlib.js)
|
|
93
|
-
*/
|
|
94
|
-
declare module "zlib" {
|
|
1
|
+
declare module "node:zlib" {
|
|
95
2
|
import { NonSharedBuffer } from "node:buffer";
|
|
96
3
|
import * as stream from "node:stream";
|
|
97
4
|
interface ZlibOptions {
|
|
@@ -125,6 +32,13 @@ declare module "zlib" {
|
|
|
125
32
|
* @default buffer.kMaxLength
|
|
126
33
|
*/
|
|
127
34
|
maxOutputLength?: number | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* If `true`, decompression fails when
|
|
37
|
+
* trailing input is detected after the end of the compressed stream. This
|
|
38
|
+
* includes unreadable bytes and, when decompressing gzip, additional gzip
|
|
39
|
+
* members following the first member. **Default:** `false`
|
|
40
|
+
*/
|
|
41
|
+
rejectGarbageAfterEnd?: boolean | undefined;
|
|
128
42
|
}
|
|
129
43
|
interface BrotliOptions {
|
|
130
44
|
/**
|
|
@@ -148,7 +62,7 @@ declare module "zlib" {
|
|
|
148
62
|
}
|
|
149
63
|
| undefined;
|
|
150
64
|
/**
|
|
151
|
-
* Limits output size when using [convenience methods](https://nodejs.org/docs/latest-
|
|
65
|
+
* Limits output size when using [convenience methods](https://nodejs.org/docs/latest-v26.x/api/zlib.html#convenience-methods).
|
|
152
66
|
* @default buffer.kMaxLength
|
|
153
67
|
*/
|
|
154
68
|
maxOutputLength?: number | undefined;
|
|
@@ -156,6 +70,11 @@ declare module "zlib" {
|
|
|
156
70
|
* If `true`, returns an object with `buffer` and `engine`.
|
|
157
71
|
*/
|
|
158
72
|
info?: boolean | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* If `true`, decompression fails when
|
|
75
|
+
* input remains after the first complete compressed stream. **Default:** `false`
|
|
76
|
+
*/
|
|
77
|
+
rejectGarbageAfterEnd?: boolean | undefined;
|
|
159
78
|
}
|
|
160
79
|
interface ZstdOptions {
|
|
161
80
|
/**
|
|
@@ -172,12 +91,12 @@ declare module "zlib" {
|
|
|
172
91
|
chunkSize?: number | undefined;
|
|
173
92
|
/**
|
|
174
93
|
* Key-value object containing indexed
|
|
175
|
-
* [Zstd parameters](https://nodejs.org/docs/latest-
|
|
94
|
+
* [Zstd parameters](https://nodejs.org/docs/latest-v26.x/api/zlib.html#zstd-constants).
|
|
176
95
|
*/
|
|
177
96
|
params?: { [key: number]: number | boolean } | undefined;
|
|
178
97
|
/**
|
|
179
98
|
* Limits output size when using
|
|
180
|
-
* [convenience methods](https://nodejs.org/docs/latest-
|
|
99
|
+
* [convenience methods](https://nodejs.org/docs/latest-v26.x/api/zlib.html#convenience-methods).
|
|
181
100
|
* @default buffer.kMaxLength
|
|
182
101
|
*/
|
|
183
102
|
maxOutputLength?: number | undefined;
|
|
@@ -188,13 +107,16 @@ declare module "zlib" {
|
|
|
188
107
|
/**
|
|
189
108
|
* Optional dictionary used to improve compression efficiency when compressing or decompressing data that
|
|
190
109
|
* shares common patterns with the dictionary.
|
|
191
|
-
* @since
|
|
110
|
+
* @since v24.6.0
|
|
192
111
|
*/
|
|
193
112
|
dictionary?: NodeJS.ArrayBufferView | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* If `true`, decompression fails when
|
|
115
|
+
* input remains after the first complete compressed stream. **Default:** `false`
|
|
116
|
+
*/
|
|
117
|
+
rejectGarbageAfterEnd?: boolean | undefined;
|
|
194
118
|
}
|
|
195
119
|
interface Zlib {
|
|
196
|
-
/** @deprecated Use bytesWritten instead. */
|
|
197
|
-
readonly bytesRead: number;
|
|
198
120
|
readonly bytesWritten: number;
|
|
199
121
|
shell?: boolean | string | undefined;
|
|
200
122
|
close(callback?: () => void): void;
|
|
@@ -678,70 +600,7 @@ declare module "zlib" {
|
|
|
678
600
|
const Z_SYNC_FLUSH: number;
|
|
679
601
|
const Z_VERSION_ERROR: number;
|
|
680
602
|
}
|
|
681
|
-
// Allowed flush values.
|
|
682
|
-
/** @deprecated Use `constants.Z_NO_FLUSH` */
|
|
683
|
-
const Z_NO_FLUSH: number;
|
|
684
|
-
/** @deprecated Use `constants.Z_PARTIAL_FLUSH` */
|
|
685
|
-
const Z_PARTIAL_FLUSH: number;
|
|
686
|
-
/** @deprecated Use `constants.Z_SYNC_FLUSH` */
|
|
687
|
-
const Z_SYNC_FLUSH: number;
|
|
688
|
-
/** @deprecated Use `constants.Z_FULL_FLUSH` */
|
|
689
|
-
const Z_FULL_FLUSH: number;
|
|
690
|
-
/** @deprecated Use `constants.Z_FINISH` */
|
|
691
|
-
const Z_FINISH: number;
|
|
692
|
-
/** @deprecated Use `constants.Z_BLOCK` */
|
|
693
|
-
const Z_BLOCK: number;
|
|
694
|
-
// Return codes for the compression/decompression functions.
|
|
695
|
-
// Negative values are errors, positive values are used for special but normal events.
|
|
696
|
-
/** @deprecated Use `constants.Z_OK` */
|
|
697
|
-
const Z_OK: number;
|
|
698
|
-
/** @deprecated Use `constants.Z_STREAM_END` */
|
|
699
|
-
const Z_STREAM_END: number;
|
|
700
|
-
/** @deprecated Use `constants.Z_NEED_DICT` */
|
|
701
|
-
const Z_NEED_DICT: number;
|
|
702
|
-
/** @deprecated Use `constants.Z_ERRNO` */
|
|
703
|
-
const Z_ERRNO: number;
|
|
704
|
-
/** @deprecated Use `constants.Z_STREAM_ERROR` */
|
|
705
|
-
const Z_STREAM_ERROR: number;
|
|
706
|
-
/** @deprecated Use `constants.Z_DATA_ERROR` */
|
|
707
|
-
const Z_DATA_ERROR: number;
|
|
708
|
-
/** @deprecated Use `constants.Z_MEM_ERROR` */
|
|
709
|
-
const Z_MEM_ERROR: number;
|
|
710
|
-
/** @deprecated Use `constants.Z_BUF_ERROR` */
|
|
711
|
-
const Z_BUF_ERROR: number;
|
|
712
|
-
/** @deprecated Use `constants.Z_VERSION_ERROR` */
|
|
713
|
-
const Z_VERSION_ERROR: number;
|
|
714
|
-
// Compression levels.
|
|
715
|
-
/** @deprecated Use `constants.Z_NO_COMPRESSION` */
|
|
716
|
-
const Z_NO_COMPRESSION: number;
|
|
717
|
-
/** @deprecated Use `constants.Z_BEST_SPEED` */
|
|
718
|
-
const Z_BEST_SPEED: number;
|
|
719
|
-
/** @deprecated Use `constants.Z_BEST_COMPRESSION` */
|
|
720
|
-
const Z_BEST_COMPRESSION: number;
|
|
721
|
-
/** @deprecated Use `constants.Z_DEFAULT_COMPRESSION` */
|
|
722
|
-
const Z_DEFAULT_COMPRESSION: number;
|
|
723
|
-
// Compression strategy.
|
|
724
|
-
/** @deprecated Use `constants.Z_FILTERED` */
|
|
725
|
-
const Z_FILTERED: number;
|
|
726
|
-
/** @deprecated Use `constants.Z_HUFFMAN_ONLY` */
|
|
727
|
-
const Z_HUFFMAN_ONLY: number;
|
|
728
|
-
/** @deprecated Use `constants.Z_RLE` */
|
|
729
|
-
const Z_RLE: number;
|
|
730
|
-
/** @deprecated Use `constants.Z_FIXED` */
|
|
731
|
-
const Z_FIXED: number;
|
|
732
|
-
/** @deprecated Use `constants.Z_DEFAULT_STRATEGY` */
|
|
733
|
-
const Z_DEFAULT_STRATEGY: number;
|
|
734
|
-
/** @deprecated */
|
|
735
|
-
const Z_BINARY: number;
|
|
736
|
-
/** @deprecated */
|
|
737
|
-
const Z_TEXT: number;
|
|
738
|
-
/** @deprecated */
|
|
739
|
-
const Z_ASCII: number;
|
|
740
|
-
/** @deprecated */
|
|
741
|
-
const Z_UNKNOWN: number;
|
|
742
|
-
/** @deprecated */
|
|
743
|
-
const Z_DEFLATED: number;
|
|
744
603
|
}
|
|
745
|
-
declare module "
|
|
746
|
-
export * from "zlib";
|
|
604
|
+
declare module "zlib" {
|
|
605
|
+
export * from "node:zlib";
|
|
747
606
|
}
|
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
import { URL } from 'url'
|
|
1
|
+
import { URL } from 'node:url'
|
|
2
2
|
import Pool from './pool'
|
|
3
|
-
import Dispatcher from
|
|
3
|
+
import Dispatcher from './dispatcher'
|
|
4
|
+
import TClientStats from './client-stats'
|
|
5
|
+
import TPoolStats from './pool-stats'
|
|
4
6
|
|
|
5
7
|
export default Agent
|
|
6
8
|
|
|
7
|
-
declare class Agent extends Dispatcher{
|
|
8
|
-
constructor(opts?: Agent.Options)
|
|
9
|
+
declare class Agent extends Dispatcher {
|
|
10
|
+
constructor (opts?: Agent.Options)
|
|
9
11
|
/** `true` after `dispatcher.close()` has been called. */
|
|
10
|
-
closed: boolean
|
|
12
|
+
closed: boolean
|
|
11
13
|
/** `true` after `dispatcher.destroyed()` has been called or `dispatcher.close()` has been called and the dispatcher shutdown has completed. */
|
|
12
|
-
destroyed: boolean
|
|
14
|
+
destroyed: boolean
|
|
13
15
|
/** Dispatches a request. */
|
|
14
|
-
dispatch(options: Agent.DispatchOptions, handler: Dispatcher.
|
|
16
|
+
dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean
|
|
17
|
+
/** Aggregate stats for a Agent by origin. */
|
|
18
|
+
readonly stats: Record<string, TClientStats | TPoolStats>
|
|
15
19
|
}
|
|
16
20
|
|
|
17
21
|
declare namespace Agent {
|
|
18
22
|
export interface Options extends Pool.Options {
|
|
19
23
|
/** Default: `(origin, opts) => new Pool(origin, opts)`. */
|
|
20
24
|
factory?(origin: string | URL, opts: Object): Dispatcher;
|
|
21
|
-
|
|
22
|
-
maxRedirections?: number;
|
|
23
|
-
|
|
24
|
-
interceptors?: { Agent?: readonly Dispatcher.DispatchInterceptor[] } & Pool.Options["interceptors"]
|
|
25
|
+
maxOrigins?: number
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
export interface DispatchOptions extends Dispatcher.DispatchOptions {
|
|
28
|
-
/** Integer. */
|
|
29
|
-
maxRedirections?: number;
|
|
30
29
|
}
|
|
31
30
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { URL, UrlObject } from 'url'
|
|
2
|
-
import { Duplex } from 'stream'
|
|
1
|
+
import { URL, UrlObject } from 'node:url'
|
|
2
|
+
import { Duplex } from 'node:stream'
|
|
3
3
|
import Dispatcher from './dispatcher'
|
|
4
4
|
|
|
5
|
-
export {
|
|
6
|
-
request,
|
|
7
|
-
stream,
|
|
8
|
-
pipeline,
|
|
9
|
-
connect,
|
|
10
|
-
upgrade,
|
|
11
|
-
}
|
|
12
|
-
|
|
13
5
|
/** Performs an HTTP request. */
|
|
14
|
-
declare function request(
|
|
6
|
+
declare function request<TOpaque = null> (
|
|
15
7
|
url: string | URL | UrlObject,
|
|
16
|
-
options?: { dispatcher?: Dispatcher } & Omit<Dispatcher.RequestOptions
|
|
17
|
-
): Promise<Dispatcher.ResponseData
|
|
8
|
+
options?: { dispatcher?: Dispatcher } & Omit<Dispatcher.RequestOptions<TOpaque>, 'origin' | 'path' | 'method'> & Partial<Pick<Dispatcher.RequestOptions, 'method'>>,
|
|
9
|
+
): Promise<Dispatcher.ResponseData<TOpaque>>
|
|
18
10
|
|
|
19
11
|
/** A faster version of `request`. */
|
|
20
|
-
declare function stream(
|
|
12
|
+
declare function stream<TOpaque = null> (
|
|
21
13
|
url: string | URL | UrlObject,
|
|
22
|
-
options: { dispatcher?: Dispatcher } & Omit<Dispatcher.RequestOptions
|
|
23
|
-
factory: Dispatcher.StreamFactory
|
|
24
|
-
): Promise<Dispatcher.StreamData
|
|
14
|
+
options: { dispatcher?: Dispatcher } & Omit<Dispatcher.RequestOptions<TOpaque>, 'origin' | 'path'>,
|
|
15
|
+
factory: Dispatcher.StreamFactory<TOpaque>
|
|
16
|
+
): Promise<Dispatcher.StreamData<TOpaque>>
|
|
25
17
|
|
|
26
18
|
/** For easy use with `stream.pipeline`. */
|
|
27
|
-
declare function pipeline(
|
|
19
|
+
declare function pipeline<TOpaque = null> (
|
|
28
20
|
url: string | URL | UrlObject,
|
|
29
|
-
options: { dispatcher?: Dispatcher } & Omit<Dispatcher.PipelineOptions
|
|
30
|
-
handler: Dispatcher.PipelineHandler
|
|
31
|
-
): Duplex
|
|
21
|
+
options: { dispatcher?: Dispatcher } & Omit<Dispatcher.PipelineOptions<TOpaque>, 'origin' | 'path'>,
|
|
22
|
+
handler: Dispatcher.PipelineHandler<TOpaque>
|
|
23
|
+
): Duplex
|
|
32
24
|
|
|
33
25
|
/** Starts two-way communications with the requested resource. */
|
|
34
|
-
declare function connect(
|
|
26
|
+
declare function connect<TOpaque = null> (
|
|
35
27
|
url: string | URL | UrlObject,
|
|
36
|
-
options?: { dispatcher?: Dispatcher } & Omit<Dispatcher.ConnectOptions
|
|
37
|
-
): Promise<Dispatcher.ConnectData
|
|
28
|
+
options?: { dispatcher?: Dispatcher } & Omit<Dispatcher.ConnectOptions<TOpaque>, 'origin' | 'path'>
|
|
29
|
+
): Promise<Dispatcher.ConnectData<TOpaque>>
|
|
38
30
|
|
|
39
31
|
/** Upgrade to a different protocol. */
|
|
40
|
-
declare function upgrade(
|
|
32
|
+
declare function upgrade (
|
|
41
33
|
url: string | URL | UrlObject,
|
|
42
34
|
options?: { dispatcher?: Dispatcher } & Omit<Dispatcher.UpgradeOptions, 'origin' | 'path'>
|
|
43
|
-
): Promise<Dispatcher.UpgradeData
|
|
35
|
+
): Promise<Dispatcher.UpgradeData>
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
request,
|
|
39
|
+
stream,
|
|
40
|
+
pipeline,
|
|
41
|
+
connect,
|
|
42
|
+
upgrade
|
|
43
|
+
}
|
|
@@ -1,29 +1,30 @@
|
|
|
1
1
|
import Pool from './pool'
|
|
2
2
|
import Dispatcher from './dispatcher'
|
|
3
|
-
import { URL } from 'url'
|
|
3
|
+
import { URL } from 'node:url'
|
|
4
4
|
|
|
5
5
|
export default BalancedPool
|
|
6
6
|
|
|
7
|
-
type BalancedPoolConnectOptions = Omit<Dispatcher.ConnectOptions,
|
|
7
|
+
type BalancedPoolConnectOptions = Omit<Dispatcher.ConnectOptions, 'origin'>
|
|
8
8
|
|
|
9
9
|
declare class BalancedPool extends Dispatcher {
|
|
10
|
-
constructor(url: string | string[] | URL | URL[], options?: Pool.Options)
|
|
10
|
+
constructor (url: string | string[] | URL | URL[], options?: Pool.Options)
|
|
11
11
|
|
|
12
|
-
addUpstream(upstream: string | URL): BalancedPool
|
|
13
|
-
removeUpstream(upstream: string | URL): BalancedPool
|
|
14
|
-
|
|
12
|
+
addUpstream (upstream: string | URL): BalancedPool
|
|
13
|
+
removeUpstream (upstream: string | URL): BalancedPool
|
|
14
|
+
getUpstream (upstream: string | URL): Pool | undefined
|
|
15
|
+
upstreams: Array<string>
|
|
15
16
|
|
|
16
17
|
/** `true` after `pool.close()` has been called. */
|
|
17
|
-
closed: boolean
|
|
18
|
+
closed: boolean
|
|
18
19
|
/** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */
|
|
19
|
-
destroyed: boolean
|
|
20
|
+
destroyed: boolean
|
|
20
21
|
|
|
21
22
|
// Override dispatcher APIs.
|
|
22
|
-
override connect(
|
|
23
|
+
override connect (
|
|
23
24
|
options: BalancedPoolConnectOptions
|
|
24
|
-
): Promise<Dispatcher.ConnectData
|
|
25
|
-
override connect(
|
|
25
|
+
): Promise<Dispatcher.ConnectData>
|
|
26
|
+
override connect (
|
|
26
27
|
options: BalancedPoolConnectOptions,
|
|
27
28
|
callback: (err: Error | null, data: Dispatcher.ConnectData) => void
|
|
28
|
-
): void
|
|
29
|
+
): void
|
|
29
30
|
}
|