@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
|
@@ -1,35 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
* The `node:dgram` module provides an implementation of UDP datagram sockets.
|
|
3
|
-
*
|
|
4
|
-
* ```js
|
|
5
|
-
* import dgram from 'node:dgram';
|
|
6
|
-
*
|
|
7
|
-
* const server = dgram.createSocket('udp4');
|
|
8
|
-
*
|
|
9
|
-
* server.on('error', (err) => {
|
|
10
|
-
* console.error(`server error:\n${err.stack}`);
|
|
11
|
-
* server.close();
|
|
12
|
-
* });
|
|
13
|
-
*
|
|
14
|
-
* server.on('message', (msg, rinfo) => {
|
|
15
|
-
* console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
|
|
16
|
-
* });
|
|
17
|
-
*
|
|
18
|
-
* server.on('listening', () => {
|
|
19
|
-
* const address = server.address();
|
|
20
|
-
* console.log(`server listening ${address.address}:${address.port}`);
|
|
21
|
-
* });
|
|
22
|
-
*
|
|
23
|
-
* server.bind(41234);
|
|
24
|
-
* // Prints: server listening 0.0.0.0:41234
|
|
25
|
-
* ```
|
|
26
|
-
* @see [source](https://github.com/nodejs/node/blob/v22.x/lib/dgram.js)
|
|
27
|
-
*/
|
|
28
|
-
declare module "dgram" {
|
|
1
|
+
declare module "node:dgram" {
|
|
29
2
|
import { NonSharedBuffer } from "node:buffer";
|
|
30
|
-
import { AddressInfo, BlockList } from "node:net";
|
|
31
3
|
import * as dns from "node:dns";
|
|
32
|
-
import { Abortable, EventEmitter } from "node:events";
|
|
4
|
+
import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
|
|
5
|
+
import { AddressInfo, BlockList } from "node:net";
|
|
33
6
|
interface RemoteInfo {
|
|
34
7
|
address: string;
|
|
35
8
|
family: "IPv4" | "IPv6";
|
|
@@ -42,6 +15,10 @@ declare module "dgram" {
|
|
|
42
15
|
exclusive?: boolean | undefined;
|
|
43
16
|
fd?: number | undefined;
|
|
44
17
|
}
|
|
18
|
+
interface BindSyncOptions {
|
|
19
|
+
port?: number | undefined;
|
|
20
|
+
address?: string | undefined;
|
|
21
|
+
}
|
|
45
22
|
type SocketType = "udp4" | "udp6";
|
|
46
23
|
interface SocketOptions extends Abortable {
|
|
47
24
|
type: SocketType;
|
|
@@ -88,6 +65,13 @@ declare module "dgram" {
|
|
|
88
65
|
*/
|
|
89
66
|
function createSocket(type: SocketType, callback?: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): Socket;
|
|
90
67
|
function createSocket(options: SocketOptions, callback?: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): Socket;
|
|
68
|
+
interface SocketEventMap {
|
|
69
|
+
"close": [];
|
|
70
|
+
"connect": [];
|
|
71
|
+
"error": [err: Error];
|
|
72
|
+
"listening": [];
|
|
73
|
+
"message": [msg: NonSharedBuffer, rinfo: RemoteInfo];
|
|
74
|
+
}
|
|
91
75
|
/**
|
|
92
76
|
* Encapsulates the datagram functionality.
|
|
93
77
|
*
|
|
@@ -95,7 +79,7 @@ declare module "dgram" {
|
|
|
95
79
|
* The `new` keyword is not to be used to create `dgram.Socket` instances.
|
|
96
80
|
* @since v0.1.99
|
|
97
81
|
*/
|
|
98
|
-
class Socket
|
|
82
|
+
class Socket implements EventEmitter {
|
|
99
83
|
/**
|
|
100
84
|
* Tells the kernel to join a multicast group at the given `multicastAddress` and `multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the `multicastInterface` argument is not
|
|
101
85
|
* specified, the operating system will choose
|
|
@@ -137,10 +121,12 @@ declare module "dgram" {
|
|
|
137
121
|
* messages on a named `port` and optional `address`. If `port` is not
|
|
138
122
|
* specified or is `0`, the operating system will attempt to bind to a
|
|
139
123
|
* random port. If `address` is not specified, the operating system will
|
|
140
|
-
* attempt to listen on all addresses. Once binding is complete, a
|
|
124
|
+
* attempt to listen on all addresses. Once binding is complete, a
|
|
125
|
+
* `'listening'` event is emitted and the optional `callback` function is
|
|
141
126
|
* called.
|
|
142
127
|
*
|
|
143
|
-
* Specifying both a `'listening'` event listener and passing a
|
|
128
|
+
* Specifying both a `'listening'` event listener and passing a
|
|
129
|
+
* `callback` to the `socket.bind()` method is not harmful but not very
|
|
144
130
|
* useful.
|
|
145
131
|
*
|
|
146
132
|
* A bound datagram socket keeps the Node.js process running to receive
|
|
@@ -177,9 +163,82 @@ declare module "dgram" {
|
|
|
177
163
|
* @param callback with no parameters. Called when binding is complete.
|
|
178
164
|
*/
|
|
179
165
|
bind(port?: number, address?: string, callback?: () => void): this;
|
|
180
|
-
bind(port
|
|
181
|
-
bind(callback
|
|
166
|
+
bind(port: number, callback: () => void): this;
|
|
167
|
+
bind(callback: () => void): this;
|
|
168
|
+
/**
|
|
169
|
+
* For UDP sockets, causes the `dgram.Socket` to listen for datagram
|
|
170
|
+
* messages on a named `port` and optional `address` that are passed as
|
|
171
|
+
* properties of an `options` object passed as the first argument. If
|
|
172
|
+
* `port` is not specified or is `0`, the operating system will attempt
|
|
173
|
+
* to bind to a random port. If `address` is not specified, the operating
|
|
174
|
+
* system will attempt to listen on all addresses. Once binding is
|
|
175
|
+
* complete, a `'listening'` event is emitted and the optional `callback`
|
|
176
|
+
* function is called.
|
|
177
|
+
*
|
|
178
|
+
* The `options` object may contain a `fd` property. When a `fd` greater
|
|
179
|
+
* than `0` is set, it will wrap around an existing socket with the given
|
|
180
|
+
* file descriptor. In this case, the properties of `port` and `address`
|
|
181
|
+
* will be ignored.
|
|
182
|
+
*
|
|
183
|
+
* Specifying both a `'listening'` event listener and passing a
|
|
184
|
+
* `callback` to the `socket.bind()` method is not harmful but not very
|
|
185
|
+
* useful.
|
|
186
|
+
*
|
|
187
|
+
* The `options` object may contain an additional `exclusive` property that is
|
|
188
|
+
* used when using `dgram.Socket` objects with the [`cluster`](https://nodejs.org/docs/latest-v26.x/api/cluster.html) module. When
|
|
189
|
+
* `exclusive` is set to `false` (the default), cluster workers will use the same
|
|
190
|
+
* underlying socket handle allowing connection handling duties to be shared.
|
|
191
|
+
* When `exclusive` is `true`, however, the handle is not shared and attempted
|
|
192
|
+
* port sharing results in an error. Creating a `dgram.Socket` with the `reusePort`
|
|
193
|
+
* option set to `true` causes `exclusive` to always be `true` when `socket.bind()`
|
|
194
|
+
* is called.
|
|
195
|
+
*
|
|
196
|
+
* A bound datagram socket keeps the Node.js process running to receive
|
|
197
|
+
* datagram messages.
|
|
198
|
+
*
|
|
199
|
+
* If binding fails, an `'error'` event is generated. In rare case (e.g.
|
|
200
|
+
* attempting to bind with a closed socket), an `Error` may be thrown.
|
|
201
|
+
*
|
|
202
|
+
* An example socket listening on an exclusive port is shown below.
|
|
203
|
+
*
|
|
204
|
+
* ```js
|
|
205
|
+
* socket.bind({
|
|
206
|
+
* address: 'localhost',
|
|
207
|
+
* port: 8000,
|
|
208
|
+
* exclusive: true,
|
|
209
|
+
* });
|
|
210
|
+
* ```
|
|
211
|
+
* @since v0.11.14
|
|
212
|
+
* @param options Required. Supports the following properties:
|
|
213
|
+
*/
|
|
182
214
|
bind(options: BindOptions, callback?: () => void): this;
|
|
215
|
+
/**
|
|
216
|
+
* The synchronous counterpart of `socket.bind()`. `bind(2)` is a local,
|
|
217
|
+
* non-blocking system call, so the bind is performed inline and the resolved
|
|
218
|
+
* address is returned immediately, including the operating-system-assigned
|
|
219
|
+
* ephemeral port when `port` is `0`:
|
|
220
|
+
*
|
|
221
|
+
* ```js
|
|
222
|
+
* const dgram = require('node:dgram');
|
|
223
|
+
*
|
|
224
|
+
* const socket = dgram.createSocket('udp4');
|
|
225
|
+
* const address = socket.bindSync({ address: '0.0.0.0', port: 0 });
|
|
226
|
+
* console.log(address); // e.g. { address: '0.0.0.0', family: 'IPv4', port: 53124 }
|
|
227
|
+
* ```
|
|
228
|
+
*
|
|
229
|
+
* A bind failure such as `EADDRINUSE` is thrown synchronously rather than emitted
|
|
230
|
+
* as an `'error'` event. After `bindSync()` returns, `socket.address()` is
|
|
231
|
+
* valid synchronously and the `'listening'` event is emitted on the next tick.
|
|
232
|
+
*
|
|
233
|
+
* `address` must be a numeric IP literal; `bindSync()` never performs DNS
|
|
234
|
+
* resolution (asynchronous name resolution being the only genuinely blocking part
|
|
235
|
+
* of binding). Incoming datagrams continue to be delivered asynchronously via the
|
|
236
|
+
* `'message'` event. `bindSync()` always binds the socket's own handle and
|
|
237
|
+
* does not participate in [`cluster`](https://nodejs.org/docs/latest-v26.x/api/cluster.html) handle sharing.
|
|
238
|
+
* @since v26.4.0
|
|
239
|
+
* @returns The bound address as returned by `socket.address()`.
|
|
240
|
+
*/
|
|
241
|
+
bindSync(options?: BindSyncOptions): AddressInfo;
|
|
183
242
|
/**
|
|
184
243
|
* Close the underlying socket and stop listening for data on it. If a callback is
|
|
185
244
|
* provided, it is added as a listener for the `'close'` event.
|
|
@@ -202,6 +261,42 @@ declare module "dgram" {
|
|
|
202
261
|
*/
|
|
203
262
|
connect(port: number, address?: string, callback?: () => void): void;
|
|
204
263
|
connect(port: number, callback: () => void): void;
|
|
264
|
+
/**
|
|
265
|
+
* The synchronous counterpart of `socket.connect()`. For a UDP socket
|
|
266
|
+
* `connect(2)` only records the default peer address and is a local, non-blocking
|
|
267
|
+
* system call, so the association is performed inline. Any error raised by the
|
|
268
|
+
* call itself (for example `EAFNOSUPPORT` for a mismatched address family) is
|
|
269
|
+
* thrown synchronously rather than reported via the `'error'` event. Because
|
|
270
|
+
* `connect(2)` does not probe reachability, errors such as `ECONNREFUSED` are
|
|
271
|
+
* still surfaced asynchronously on a later send or receive, exactly as for
|
|
272
|
+
* `socket.connect()`:
|
|
273
|
+
*
|
|
274
|
+
* ```js
|
|
275
|
+
* const dgram = require('node:dgram');
|
|
276
|
+
*
|
|
277
|
+
* const socket = dgram.createSocket('udp4');
|
|
278
|
+
* socket.connectSync(41234, '127.0.0.1');
|
|
279
|
+
* console.log(socket.remoteAddress()); // { address: '127.0.0.1', family: 'IPv4', port: 41234 }
|
|
280
|
+
* ```
|
|
281
|
+
*
|
|
282
|
+
* If the socket is still unbound it is bound synchronously first. After
|
|
283
|
+
* `connectSync()` returns, `socket.remoteAddress()` is valid synchronously
|
|
284
|
+
* and the `'connect'` event is emitted on the next tick. Trying to call
|
|
285
|
+
* `connectSync()` on an already connected socket throws an
|
|
286
|
+
* `ERR_SOCKET_DGRAM_IS_CONNECTED` exception, and calling it while an
|
|
287
|
+
* asynchronous [`socket.bind()`][] is still in progress throws an
|
|
288
|
+
* `ERR_SOCKET_ALREADY_BOUND` exception.
|
|
289
|
+
*
|
|
290
|
+
* `address` must be a numeric IP literal; `connectSync()` never performs DNS
|
|
291
|
+
* resolution (asynchronous name resolution being the only genuinely blocking part
|
|
292
|
+
* of connecting).
|
|
293
|
+
* @since v26.4.0
|
|
294
|
+
* @param address A numeric IP address to connect to. Unlike
|
|
295
|
+
* `socket.connect()`, no DNS resolution is performed, so a host name is not
|
|
296
|
+
* accepted. If omitted, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for
|
|
297
|
+
* `udp6` sockets) is used.
|
|
298
|
+
*/
|
|
299
|
+
connectSync(port: number, address?: string): void;
|
|
205
300
|
/**
|
|
206
301
|
* A synchronous function that disassociates a connected `dgram.Socket` from
|
|
207
302
|
* its remote address. Trying to call `disconnect()` on an unbound or already
|
|
@@ -544,57 +639,14 @@ declare module "dgram" {
|
|
|
544
639
|
* @since v13.1.0, v12.16.0
|
|
545
640
|
*/
|
|
546
641
|
dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void;
|
|
547
|
-
/**
|
|
548
|
-
* events.EventEmitter
|
|
549
|
-
* 1. close
|
|
550
|
-
* 2. connect
|
|
551
|
-
* 3. error
|
|
552
|
-
* 4. listening
|
|
553
|
-
* 5. message
|
|
554
|
-
*/
|
|
555
|
-
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
556
|
-
addListener(event: "close", listener: () => void): this;
|
|
557
|
-
addListener(event: "connect", listener: () => void): this;
|
|
558
|
-
addListener(event: "error", listener: (err: Error) => void): this;
|
|
559
|
-
addListener(event: "listening", listener: () => void): this;
|
|
560
|
-
addListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this;
|
|
561
|
-
emit(event: string | symbol, ...args: any[]): boolean;
|
|
562
|
-
emit(event: "close"): boolean;
|
|
563
|
-
emit(event: "connect"): boolean;
|
|
564
|
-
emit(event: "error", err: Error): boolean;
|
|
565
|
-
emit(event: "listening"): boolean;
|
|
566
|
-
emit(event: "message", msg: NonSharedBuffer, rinfo: RemoteInfo): boolean;
|
|
567
|
-
on(event: string, listener: (...args: any[]) => void): this;
|
|
568
|
-
on(event: "close", listener: () => void): this;
|
|
569
|
-
on(event: "connect", listener: () => void): this;
|
|
570
|
-
on(event: "error", listener: (err: Error) => void): this;
|
|
571
|
-
on(event: "listening", listener: () => void): this;
|
|
572
|
-
on(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this;
|
|
573
|
-
once(event: string, listener: (...args: any[]) => void): this;
|
|
574
|
-
once(event: "close", listener: () => void): this;
|
|
575
|
-
once(event: "connect", listener: () => void): this;
|
|
576
|
-
once(event: "error", listener: (err: Error) => void): this;
|
|
577
|
-
once(event: "listening", listener: () => void): this;
|
|
578
|
-
once(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this;
|
|
579
|
-
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
580
|
-
prependListener(event: "close", listener: () => void): this;
|
|
581
|
-
prependListener(event: "connect", listener: () => void): this;
|
|
582
|
-
prependListener(event: "error", listener: (err: Error) => void): this;
|
|
583
|
-
prependListener(event: "listening", listener: () => void): this;
|
|
584
|
-
prependListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this;
|
|
585
|
-
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
586
|
-
prependOnceListener(event: "close", listener: () => void): this;
|
|
587
|
-
prependOnceListener(event: "connect", listener: () => void): this;
|
|
588
|
-
prependOnceListener(event: "error", listener: (err: Error) => void): this;
|
|
589
|
-
prependOnceListener(event: "listening", listener: () => void): this;
|
|
590
|
-
prependOnceListener(event: "message", listener: (msg: NonSharedBuffer, rinfo: RemoteInfo) => void): this;
|
|
591
642
|
/**
|
|
592
643
|
* Calls `socket.close()` and returns a promise that fulfills when the socket has closed.
|
|
593
644
|
* @since v20.5.0
|
|
594
645
|
*/
|
|
595
646
|
[Symbol.asyncDispose](): Promise<void>;
|
|
596
647
|
}
|
|
648
|
+
interface Socket extends InternalEventEmitter<SocketEventMap> {}
|
|
597
649
|
}
|
|
598
|
-
declare module "
|
|
599
|
-
export * from "dgram";
|
|
650
|
+
declare module "dgram" {
|
|
651
|
+
export * from "node:dgram";
|
|
600
652
|
}
|