node-red-contrib-tak-registration 0.14.1 → 0.15.0
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/README.md +1 -1
- package/node_modules/@types/geojson/README.md +1 -1
- package/node_modules/@types/geojson/index.d.ts +36 -2
- package/node_modules/@types/geojson/package.json +2 -2
- package/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/node/assert.d.ts +14 -0
- package/node_modules/@types/node/async_hooks.d.ts +64 -2
- package/node_modules/@types/node/buffer.buffer.d.ts +117 -39
- package/node_modules/@types/node/buffer.d.ts +6 -13
- package/node_modules/@types/node/cluster.d.ts +1 -1
- package/node_modules/@types/node/constants.d.ts +14 -12
- package/node_modules/@types/node/crypto.d.ts +44 -10
- package/node_modules/@types/node/dgram.d.ts +10 -7
- package/node_modules/@types/node/diagnostics_channel.d.ts +20 -1
- package/node_modules/@types/node/fs/promises.d.ts +23 -26
- package/node_modules/@types/node/fs.d.ts +166 -125
- package/node_modules/@types/node/globals.d.ts +141 -338
- package/node_modules/@types/node/http.d.ts +25 -3
- package/node_modules/@types/node/http2.d.ts +3 -4
- package/node_modules/@types/node/https.d.ts +3 -1
- package/node_modules/@types/node/inspector.d.ts +36 -0
- package/node_modules/@types/node/module.d.ts +599 -236
- package/node_modules/@types/node/net.d.ts +44 -13
- package/node_modules/@types/node/package.json +9 -4
- package/node_modules/@types/node/perf_hooks.d.ts +5 -0
- package/node_modules/@types/node/process.d.ts +69 -2
- package/node_modules/@types/node/querystring.d.ts +2 -3
- package/node_modules/@types/node/readline.d.ts +6 -1
- package/node_modules/@types/node/sea.d.ts +1 -1
- package/node_modules/@types/node/sqlite.d.ts +291 -17
- package/node_modules/@types/node/stream/consumers.d.ts +32 -6
- package/node_modules/@types/node/stream/web.d.ts +9 -4
- package/node_modules/@types/node/stream.d.ts +936 -1000
- package/node_modules/@types/node/test.d.ts +169 -137
- package/node_modules/@types/node/timers/promises.d.ts +24 -13
- package/node_modules/@types/node/timers.d.ts +159 -112
- package/node_modules/@types/node/tls.d.ts +34 -1
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +110 -35
- package/node_modules/@types/node/util.d.ts +323 -110
- package/node_modules/@types/node/v8.d.ts +81 -0
- package/node_modules/@types/node/vm.d.ts +21 -6
- package/node_modules/@types/node/worker_threads.d.ts +1 -0
- package/node_modules/@types/node/zlib.d.ts +167 -36
- package/node_modules/axios/CHANGELOG.md +124 -0
- package/node_modules/axios/README.md +38 -16
- package/node_modules/axios/dist/axios.js +44 -39
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -1
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +43 -39
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +43 -39
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -1
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +74 -43
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +3 -2
- package/node_modules/axios/index.d.ts +5 -2
- package/node_modules/axios/lib/adapters/fetch.js +1 -1
- package/node_modules/axios/lib/adapters/http.js +1 -1
- package/node_modules/axios/lib/core/Axios.js +11 -2
- package/node_modules/axios/lib/core/AxiosHeaders.js +15 -3
- package/node_modules/axios/lib/core/buildFullPath.js +3 -2
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/formDataToStream.js +4 -3
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/lib/platform/node/index.js +26 -0
- package/node_modules/axios/lib/utils.js +12 -28
- package/node_modules/axios/package.json +3 -3
- package/node_modules/bignumber.js/CHANGELOG.md +82 -1
- package/node_modules/bignumber.js/LICENCE.md +1 -1
- package/node_modules/bignumber.js/README.md +6 -4
- package/node_modules/bignumber.js/bignumber.d.mts +6 -0
- package/node_modules/bignumber.js/bignumber.d.ts +3 -1829
- package/node_modules/bignumber.js/bignumber.js +3 -3
- package/node_modules/bignumber.js/bignumber.mjs +3 -3
- package/node_modules/bignumber.js/package.json +17 -7
- package/node_modules/bignumber.js/types.d.ts +1821 -0
- package/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/node_modules/dunder-proto/.eslintrc +5 -0
- package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/node_modules/dunder-proto/.nycrc +13 -0
- package/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/node_modules/dunder-proto/LICENSE +21 -0
- package/node_modules/dunder-proto/README.md +54 -0
- package/node_modules/dunder-proto/get.d.ts +5 -0
- package/node_modules/dunder-proto/get.js +30 -0
- package/node_modules/dunder-proto/package.json +76 -0
- package/node_modules/dunder-proto/set.d.ts +5 -0
- package/node_modules/dunder-proto/set.js +35 -0
- package/node_modules/dunder-proto/test/get.js +34 -0
- package/node_modules/dunder-proto/test/index.js +4 -0
- package/node_modules/dunder-proto/test/set.js +50 -0
- package/node_modules/dunder-proto/tsconfig.json +9 -0
- package/node_modules/es-define-property/.eslintrc +13 -0
- package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/node_modules/es-define-property/.nycrc +9 -0
- package/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/node_modules/es-define-property/LICENSE +21 -0
- package/node_modules/es-define-property/README.md +49 -0
- package/node_modules/es-define-property/index.d.ts +3 -0
- package/node_modules/es-define-property/index.js +14 -0
- package/node_modules/es-define-property/package.json +81 -0
- package/node_modules/es-define-property/test/index.js +56 -0
- package/node_modules/es-define-property/tsconfig.json +10 -0
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/es-object-atoms/.eslintrc +16 -0
- package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/node_modules/es-object-atoms/LICENSE +21 -0
- package/node_modules/es-object-atoms/README.md +63 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/node_modules/es-object-atoms/ToObject.js +10 -0
- package/node_modules/es-object-atoms/index.d.ts +3 -0
- package/node_modules/es-object-atoms/index.js +4 -0
- package/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/node_modules/es-object-atoms/isObject.js +6 -0
- package/node_modules/es-object-atoms/package.json +80 -0
- package/node_modules/es-object-atoms/test/index.js +38 -0
- package/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/node_modules/es-set-tostringtag/README.md +53 -0
- package/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/node_modules/es-set-tostringtag/index.js +35 -0
- package/node_modules/es-set-tostringtag/package.json +78 -0
- package/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +63 -0
- package/node_modules/fast-xml-parser/README.md +37 -51
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
- package/node_modules/fast-xml-parser/package.json +36 -18
- package/node_modules/fast-xml-parser/src/cli/cli.js +12 -12
- package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
- package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
- package/node_modules/fast-xml-parser/src/fxp.d.ts +28 -1
- package/node_modules/fast-xml-parser/src/fxp.js +11 -8
- package/node_modules/fast-xml-parser/src/ignoreAttributes.js +2 -4
- package/node_modules/fast-xml-parser/src/util.js +14 -18
- package/node_modules/fast-xml-parser/src/{v5 → v6}/CharsSymbol.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/EntitiesParser.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OptionsBuilder.js +3 -6
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/BaseOutputBuilder.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsArrBuilder.js +3 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsMinArrBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/JsObjBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/OutputBuilders/ParserOptionsBuilder.js +6 -11
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPath.js +1 -1
- package/node_modules/fast-xml-parser/src/{v5 → v6}/TagPathMatcher.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XMLParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/Xml2JsParser.js +8 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlPartReader.js +4 -10
- package/node_modules/fast-xml-parser/src/{v5 → v6}/XmlSpecialTagsReader.js +5 -12
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/BufferSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/inputSource/StringSource.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/EntitiesParser.js +3 -5
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParser.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/booleanParserExt.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/currency.js +1 -3
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/join.js +1 -2
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/number.js +2 -4
- package/node_modules/fast-xml-parser/src/{v5 → v6}/valueParsers/trim.js +1 -3
- package/node_modules/fast-xml-parser/src/validator.js +5 -5
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -4
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +1 -2
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +287 -71
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +3 -5
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +23 -23
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +21 -8
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +8 -2
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +22 -7
- package/node_modules/form-data/lib/form_data.js +24 -22
- package/node_modules/form-data/package.json +17 -14
- package/node_modules/function-bind/.eslintrc +21 -0
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/LICENSE +20 -0
- package/node_modules/function-bind/README.md +46 -0
- package/node_modules/function-bind/implementation.js +84 -0
- package/node_modules/function-bind/index.js +5 -0
- package/node_modules/function-bind/package.json +87 -0
- package/node_modules/function-bind/test/.eslintrc +9 -0
- package/node_modules/function-bind/test/index.js +252 -0
- package/node_modules/get-intrinsic/.eslintrc +42 -0
- package/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/node_modules/get-intrinsic/.nycrc +9 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/node_modules/get-intrinsic/LICENSE +21 -0
- package/node_modules/get-intrinsic/README.md +71 -0
- package/node_modules/get-intrinsic/index.js +378 -0
- package/node_modules/get-intrinsic/package.json +97 -0
- package/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/node_modules/get-proto/.eslintrc +10 -0
- package/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/node_modules/get-proto/.nycrc +9 -0
- package/node_modules/get-proto/CHANGELOG.md +21 -0
- package/node_modules/get-proto/LICENSE +21 -0
- package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/node_modules/get-proto/README.md +50 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/node_modules/get-proto/index.d.ts +5 -0
- package/node_modules/get-proto/index.js +27 -0
- package/node_modules/get-proto/package.json +81 -0
- package/node_modules/get-proto/test/index.js +68 -0
- package/node_modules/get-proto/tsconfig.json +9 -0
- package/node_modules/gopd/.eslintrc +16 -0
- package/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/node_modules/gopd/CHANGELOG.md +45 -0
- package/node_modules/gopd/LICENSE +21 -0
- package/node_modules/gopd/README.md +40 -0
- package/node_modules/gopd/gOPD.d.ts +1 -0
- package/node_modules/gopd/gOPD.js +4 -0
- package/node_modules/gopd/index.d.ts +5 -0
- package/node_modules/gopd/index.js +15 -0
- package/node_modules/gopd/package.json +77 -0
- package/node_modules/gopd/test/index.js +36 -0
- package/node_modules/gopd/tsconfig.json +9 -0
- package/node_modules/has-symbols/.eslintrc +11 -0
- package/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/node_modules/has-symbols/.nycrc +9 -0
- package/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/node_modules/has-symbols/LICENSE +21 -0
- package/node_modules/has-symbols/README.md +46 -0
- package/node_modules/has-symbols/index.d.ts +3 -0
- package/node_modules/has-symbols/index.js +14 -0
- package/node_modules/has-symbols/package.json +111 -0
- package/node_modules/has-symbols/shams.d.ts +3 -0
- package/node_modules/has-symbols/shams.js +45 -0
- package/node_modules/has-symbols/test/index.js +22 -0
- package/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/node_modules/has-symbols/test/tests.js +58 -0
- package/node_modules/has-symbols/tsconfig.json +10 -0
- package/node_modules/has-tostringtag/.eslintrc +5 -0
- package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/node_modules/has-tostringtag/LICENSE +21 -0
- package/node_modules/has-tostringtag/README.md +46 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +8 -0
- package/node_modules/has-tostringtag/package.json +108 -0
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +8 -0
- package/node_modules/has-tostringtag/test/index.js +21 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/node_modules/has-tostringtag/test/tests.js +15 -0
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/hasown/.eslintrc +5 -0
- package/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/node_modules/hasown/.nycrc +13 -0
- package/node_modules/hasown/CHANGELOG.md +40 -0
- package/node_modules/hasown/LICENSE +21 -0
- package/node_modules/hasown/README.md +40 -0
- package/node_modules/hasown/index.d.ts +3 -0
- package/node_modules/hasown/index.js +8 -0
- package/node_modules/hasown/package.json +92 -0
- package/node_modules/hasown/tsconfig.json +6 -0
- package/node_modules/long/README.md +93 -87
- package/node_modules/long/index.d.ts +2 -2
- package/node_modules/long/index.js +360 -246
- package/node_modules/long/package.json +12 -4
- package/node_modules/long/types.d.ts +474 -0
- package/node_modules/long/umd/index.d.ts +2 -456
- package/node_modules/long/umd/index.js +1585 -1395
- package/node_modules/long/umd/types.d.ts +474 -0
- package/node_modules/math-intrinsics/.eslintrc +16 -0
- package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/node_modules/math-intrinsics/LICENSE +21 -0
- package/node_modules/math-intrinsics/README.md +50 -0
- package/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/node_modules/math-intrinsics/abs.js +4 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/node_modules/math-intrinsics/floor.js +4 -0
- package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/node_modules/math-intrinsics/isFinite.js +12 -0
- package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/node_modules/math-intrinsics/isInteger.js +16 -0
- package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/node_modules/math-intrinsics/isNaN.js +6 -0
- package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/node_modules/math-intrinsics/max.d.ts +1 -0
- package/node_modules/math-intrinsics/max.js +4 -0
- package/node_modules/math-intrinsics/min.d.ts +1 -0
- package/node_modules/math-intrinsics/min.js +4 -0
- package/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/node_modules/math-intrinsics/mod.js +9 -0
- package/node_modules/math-intrinsics/package.json +86 -0
- package/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/node_modules/math-intrinsics/pow.js +4 -0
- package/node_modules/math-intrinsics/round.d.ts +1 -0
- package/node_modules/math-intrinsics/round.js +4 -0
- package/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/node_modules/math-intrinsics/sign.js +11 -0
- package/node_modules/math-intrinsics/test/index.js +192 -0
- package/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/node_modules/protobufjs/dist/light/protobuf.js +531 -80
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +671 -144
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +71 -13
- package/node_modules/protobufjs/package.json +4 -2
- package/node_modules/protobufjs/src/decoder.js +8 -10
- package/node_modules/protobufjs/src/encoder.js +1 -1
- package/node_modules/protobufjs/src/enum.js +25 -0
- package/node_modules/protobufjs/src/field.js +104 -28
- package/node_modules/protobufjs/src/namespace.js +124 -13
- package/node_modules/protobufjs/src/object.js +139 -4
- package/node_modules/protobufjs/src/oneof.js +19 -0
- package/node_modules/protobufjs/src/parse.js +139 -63
- package/node_modules/protobufjs/src/root.js +52 -15
- package/node_modules/protobufjs/src/service.js +23 -1
- package/node_modules/protobufjs/src/type.js +29 -4
- package/node_modules/protobufjs/src/util.js +4 -1
- package/node_modules/strnum/.github/SECURITY.md +5 -0
- package/node_modules/strnum/CHANGELOG.md +33 -0
- package/node_modules/strnum/README.md +14 -3
- package/node_modules/strnum/algo.stflow +84 -0
- package/node_modules/strnum/package.json +9 -2
- package/node_modules/strnum/strnum.js +72 -67
- package/node_modules/strnum/strnum.test.js +29 -6
- package/node_modules/strnum/test.js +9 -0
- package/node_modules/undici-types/dispatcher.d.ts +1 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/readable.d.ts +5 -0
- package/node_modules/undici-types/webidl.d.ts +6 -0
- package/node_modules/uuid/README.md +12 -12
- package/node_modules/uuid/dist/cjs/types.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v1.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v1.js +1 -1
- package/node_modules/uuid/dist/cjs/v3.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v35.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v4.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v5.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v6.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v7.d.ts +1 -1
- package/node_modules/uuid/dist/cjs/v7.js +1 -1
- package/node_modules/uuid/dist/cjs-browser/types.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v1.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v1.js +1 -1
- package/node_modules/uuid/dist/cjs-browser/v3.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v35.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v4.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v5.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v6.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v7.d.ts +1 -1
- package/node_modules/uuid/dist/cjs-browser/v7.js +1 -1
- package/node_modules/uuid/dist/esm/types.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v1.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v1.js +1 -1
- package/node_modules/uuid/dist/esm/v3.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v35.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v4.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v5.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v6.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v7.d.ts +1 -1
- package/node_modules/uuid/dist/esm/v7.js +1 -1
- package/node_modules/uuid/dist/esm-browser/types.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v1.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v1.js +1 -1
- package/node_modules/uuid/dist/esm-browser/v3.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v35.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v4.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v5.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v6.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v7.d.ts +1 -1
- package/node_modules/uuid/dist/esm-browser/v7.js +1 -1
- package/node_modules/uuid/package.json +1 -1
- package/package.json +7 -7
- package/tak-registration.html +4 -4
- package/tak-registration.js +13 -6
- package/node_modules/axios/SECURITY.md +0 -6
- /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
|
@@ -113,6 +113,87 @@ declare module "v8" {
|
|
|
113
113
|
* @since v1.0.0
|
|
114
114
|
*/
|
|
115
115
|
function getHeapStatistics(): HeapInfo;
|
|
116
|
+
/**
|
|
117
|
+
* It returns an object with a structure similar to the
|
|
118
|
+
* [`cppgc::HeapStatistics`](https://v8docs.nodesource.com/node-22.4/d7/d51/heap-statistics_8h_source.html)
|
|
119
|
+
* object. See the [V8 documentation](https://v8docs.nodesource.com/node-22.4/df/d2f/structcppgc_1_1_heap_statistics.html)
|
|
120
|
+
* for more information about the properties of the object.
|
|
121
|
+
*
|
|
122
|
+
* ```js
|
|
123
|
+
* // Detailed
|
|
124
|
+
* ({
|
|
125
|
+
* committed_size_bytes: 131072,
|
|
126
|
+
* resident_size_bytes: 131072,
|
|
127
|
+
* used_size_bytes: 152,
|
|
128
|
+
* space_statistics: [
|
|
129
|
+
* {
|
|
130
|
+
* name: 'NormalPageSpace0',
|
|
131
|
+
* committed_size_bytes: 0,
|
|
132
|
+
* resident_size_bytes: 0,
|
|
133
|
+
* used_size_bytes: 0,
|
|
134
|
+
* page_stats: [{}],
|
|
135
|
+
* free_list_stats: {},
|
|
136
|
+
* },
|
|
137
|
+
* {
|
|
138
|
+
* name: 'NormalPageSpace1',
|
|
139
|
+
* committed_size_bytes: 131072,
|
|
140
|
+
* resident_size_bytes: 131072,
|
|
141
|
+
* used_size_bytes: 152,
|
|
142
|
+
* page_stats: [{}],
|
|
143
|
+
* free_list_stats: {},
|
|
144
|
+
* },
|
|
145
|
+
* {
|
|
146
|
+
* name: 'NormalPageSpace2',
|
|
147
|
+
* committed_size_bytes: 0,
|
|
148
|
+
* resident_size_bytes: 0,
|
|
149
|
+
* used_size_bytes: 0,
|
|
150
|
+
* page_stats: [{}],
|
|
151
|
+
* free_list_stats: {},
|
|
152
|
+
* },
|
|
153
|
+
* {
|
|
154
|
+
* name: 'NormalPageSpace3',
|
|
155
|
+
* committed_size_bytes: 0,
|
|
156
|
+
* resident_size_bytes: 0,
|
|
157
|
+
* used_size_bytes: 0,
|
|
158
|
+
* page_stats: [{}],
|
|
159
|
+
* free_list_stats: {},
|
|
160
|
+
* },
|
|
161
|
+
* {
|
|
162
|
+
* name: 'LargePageSpace',
|
|
163
|
+
* committed_size_bytes: 0,
|
|
164
|
+
* resident_size_bytes: 0,
|
|
165
|
+
* used_size_bytes: 0,
|
|
166
|
+
* page_stats: [{}],
|
|
167
|
+
* free_list_stats: {},
|
|
168
|
+
* },
|
|
169
|
+
* ],
|
|
170
|
+
* type_names: [],
|
|
171
|
+
* detail_level: 'detailed',
|
|
172
|
+
* });
|
|
173
|
+
* ```
|
|
174
|
+
*
|
|
175
|
+
* ```js
|
|
176
|
+
* // Brief
|
|
177
|
+
* ({
|
|
178
|
+
* committed_size_bytes: 131072,
|
|
179
|
+
* resident_size_bytes: 131072,
|
|
180
|
+
* used_size_bytes: 128864,
|
|
181
|
+
* space_statistics: [],
|
|
182
|
+
* type_names: [],
|
|
183
|
+
* detail_level: 'brief',
|
|
184
|
+
* });
|
|
185
|
+
* ```
|
|
186
|
+
* @since v22.15.0
|
|
187
|
+
* @param detailLevel **Default:** `'detailed'`. Specifies the level of detail in the returned statistics.
|
|
188
|
+
* Accepted values are:
|
|
189
|
+
* * `'brief'`: Brief statistics contain only the top-level
|
|
190
|
+
* allocated and used
|
|
191
|
+
* memory statistics for the entire heap.
|
|
192
|
+
* * `'detailed'`: Detailed statistics also contain a break
|
|
193
|
+
* down per space and page, as well as freelist statistics
|
|
194
|
+
* and object type histograms.
|
|
195
|
+
*/
|
|
196
|
+
function getCppHeapStatistics(detailLevel?: "brief" | "detailed"): object;
|
|
116
197
|
/**
|
|
117
198
|
* Returns statistics about the V8 heap spaces, i.e. the segments which make up
|
|
118
199
|
* the V8 heap. Neither the ordering of heap spaces, nor the availability of a
|
|
@@ -58,7 +58,7 @@ declare module "vm" {
|
|
|
58
58
|
}
|
|
59
59
|
interface ScriptOptions extends BaseOptions {
|
|
60
60
|
/**
|
|
61
|
-
* V8's code cache data for the supplied source.
|
|
61
|
+
* Provides an optional data with V8's code cache data for the supplied source.
|
|
62
62
|
*/
|
|
63
63
|
cachedData?: Buffer | NodeJS.ArrayBufferView | undefined;
|
|
64
64
|
/** @deprecated in favor of `script.createCachedData()` */
|
|
@@ -69,7 +69,7 @@ declare module "vm" {
|
|
|
69
69
|
* [Support of dynamic `import()` in compilation APIs](https://nodejs.org/docs/latest-v22.x/api/vm.html#support-of-dynamic-import-in-compilation-apis).
|
|
70
70
|
*/
|
|
71
71
|
importModuleDynamically?:
|
|
72
|
-
| ((specifier: string, script: Script, importAttributes: ImportAttributes) => Module)
|
|
72
|
+
| ((specifier: string, script: Script, importAttributes: ImportAttributes) => Module | Promise<Module>)
|
|
73
73
|
| typeof constants.USE_MAIN_CONTEXT_DEFAULT_LOADER
|
|
74
74
|
| undefined;
|
|
75
75
|
}
|
|
@@ -110,18 +110,24 @@ declare module "vm" {
|
|
|
110
110
|
microtaskMode?: CreateContextOptions["microtaskMode"];
|
|
111
111
|
}
|
|
112
112
|
interface RunningCodeOptions extends RunningScriptOptions {
|
|
113
|
-
|
|
113
|
+
/**
|
|
114
|
+
* Provides an optional data with V8's code cache data for the supplied source.
|
|
115
|
+
*/
|
|
116
|
+
cachedData?: ScriptOptions["cachedData"] | undefined;
|
|
114
117
|
importModuleDynamically?: ScriptOptions["importModuleDynamically"];
|
|
115
118
|
}
|
|
116
119
|
interface RunningCodeInNewContextOptions extends RunningScriptInNewContextOptions {
|
|
117
|
-
|
|
120
|
+
/**
|
|
121
|
+
* Provides an optional data with V8's code cache data for the supplied source.
|
|
122
|
+
*/
|
|
123
|
+
cachedData?: ScriptOptions["cachedData"] | undefined;
|
|
118
124
|
importModuleDynamically?: ScriptOptions["importModuleDynamically"];
|
|
119
125
|
}
|
|
120
126
|
interface CompileFunctionOptions extends BaseOptions {
|
|
121
127
|
/**
|
|
122
128
|
* Provides an optional data with V8's code cache data for the supplied source.
|
|
123
129
|
*/
|
|
124
|
-
cachedData?:
|
|
130
|
+
cachedData?: ScriptOptions["cachedData"] | undefined;
|
|
125
131
|
/**
|
|
126
132
|
* Specifies whether to produce new cache data.
|
|
127
133
|
* @default false
|
|
@@ -848,6 +854,9 @@ declare module "vm" {
|
|
|
848
854
|
* @default 'vm:module(i)' where i is a context-specific ascending index.
|
|
849
855
|
*/
|
|
850
856
|
identifier?: string | undefined;
|
|
857
|
+
/**
|
|
858
|
+
* Provides an optional data with V8's code cache data for the supplied source.
|
|
859
|
+
*/
|
|
851
860
|
cachedData?: ScriptOptions["cachedData"] | undefined;
|
|
852
861
|
context?: Context | undefined;
|
|
853
862
|
lineOffset?: BaseOptions["lineOffset"] | undefined;
|
|
@@ -856,7 +865,13 @@ declare module "vm" {
|
|
|
856
865
|
* Called during evaluation of this module to initialize the `import.meta`.
|
|
857
866
|
*/
|
|
858
867
|
initializeImportMeta?: ((meta: ImportMeta, module: SourceTextModule) => void) | undefined;
|
|
859
|
-
importModuleDynamically?:
|
|
868
|
+
importModuleDynamically?:
|
|
869
|
+
| ((
|
|
870
|
+
specifier: string,
|
|
871
|
+
referrer: SourceTextModule,
|
|
872
|
+
importAttributes: ImportAttributes,
|
|
873
|
+
) => Module | Promise<Module>)
|
|
874
|
+
| undefined;
|
|
860
875
|
}
|
|
861
876
|
/**
|
|
862
877
|
* This feature is only available with the `--experimental-vm-modules` command
|
|
@@ -60,6 +60,7 @@ declare module "worker_threads" {
|
|
|
60
60
|
import { Readable, Writable } from "node:stream";
|
|
61
61
|
import { URL } from "node:url";
|
|
62
62
|
import { X509Certificate } from "node:crypto";
|
|
63
|
+
const isInternalThread: boolean;
|
|
63
64
|
const isMainThread: boolean;
|
|
64
65
|
const parentPort: null | MessagePort;
|
|
65
66
|
const resourceLimits: ResourceLimits;
|
|
@@ -148,6 +148,31 @@ declare module "zlib" {
|
|
|
148
148
|
*/
|
|
149
149
|
maxOutputLength?: number | undefined;
|
|
150
150
|
}
|
|
151
|
+
interface ZstdOptions {
|
|
152
|
+
/**
|
|
153
|
+
* @default constants.ZSTD_e_continue
|
|
154
|
+
*/
|
|
155
|
+
flush?: number | undefined;
|
|
156
|
+
/**
|
|
157
|
+
* @default constants.ZSTD_e_end
|
|
158
|
+
*/
|
|
159
|
+
finishFlush?: number | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* @default 16 * 1024
|
|
162
|
+
*/
|
|
163
|
+
chunkSize?: number | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Key-value object containing indexed
|
|
166
|
+
* [Zstd parameters](https://nodejs.org/docs/latest-v22.x/api/zlib.html#zstd-constants).
|
|
167
|
+
*/
|
|
168
|
+
params?: { [key: number]: number | boolean } | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* Limits output size when using
|
|
171
|
+
* [convenience methods](https://nodejs.org/docs/latest-v22.x/api/zlib.html#convenience-methods).
|
|
172
|
+
* @default buffer.kMaxLength
|
|
173
|
+
*/
|
|
174
|
+
maxOutputLength?: number | undefined;
|
|
175
|
+
}
|
|
151
176
|
interface Zlib {
|
|
152
177
|
/** @deprecated Use bytesWritten instead. */
|
|
153
178
|
readonly bytesRead: number;
|
|
@@ -172,6 +197,16 @@ declare module "zlib" {
|
|
|
172
197
|
interface DeflateRaw extends stream.Transform, Zlib, ZlibReset, ZlibParams {}
|
|
173
198
|
interface InflateRaw extends stream.Transform, Zlib, ZlibReset {}
|
|
174
199
|
interface Unzip extends stream.Transform, Zlib {}
|
|
200
|
+
/**
|
|
201
|
+
* @since v22.15.0
|
|
202
|
+
* @experimental
|
|
203
|
+
*/
|
|
204
|
+
interface ZstdCompress extends stream.Transform, Zlib {}
|
|
205
|
+
/**
|
|
206
|
+
* @since v22.15.0
|
|
207
|
+
* @experimental
|
|
208
|
+
*/
|
|
209
|
+
interface ZstdDecompress extends stream.Transform, Zlib {}
|
|
175
210
|
/**
|
|
176
211
|
* Computes a 32-bit [Cyclic Redundancy Check](https://en.wikipedia.org/wiki/Cyclic_redundancy_check) checksum of `data`.
|
|
177
212
|
* If `value` is specified, it is used as the starting value of the checksum, otherwise, 0 is used as the starting value.
|
|
@@ -233,6 +268,16 @@ declare module "zlib" {
|
|
|
233
268
|
* @since v0.5.8
|
|
234
269
|
*/
|
|
235
270
|
function createUnzip(options?: ZlibOptions): Unzip;
|
|
271
|
+
/**
|
|
272
|
+
* Creates and returns a new `ZstdCompress` object.
|
|
273
|
+
* @since v22.15.0
|
|
274
|
+
*/
|
|
275
|
+
function createZstdCompress(options?: ZstdOptions): ZstdCompress;
|
|
276
|
+
/**
|
|
277
|
+
* Creates and returns a new `ZstdDecompress` object.
|
|
278
|
+
* @since v22.15.0
|
|
279
|
+
*/
|
|
280
|
+
function createZstdDecompress(options?: ZstdOptions): ZstdDecompress;
|
|
236
281
|
type InputType = string | ArrayBuffer | NodeJS.ArrayBufferView;
|
|
237
282
|
type CompressCallback = (error: Error | null, result: Buffer) => void;
|
|
238
283
|
/**
|
|
@@ -352,6 +397,36 @@ declare module "zlib" {
|
|
|
352
397
|
* @since v0.11.12
|
|
353
398
|
*/
|
|
354
399
|
function unzipSync(buf: InputType, options?: ZlibOptions): Buffer;
|
|
400
|
+
/**
|
|
401
|
+
* @since v22.15.0
|
|
402
|
+
* @experimental
|
|
403
|
+
*/
|
|
404
|
+
function zstdCompress(buf: InputType, callback: CompressCallback): void;
|
|
405
|
+
function zstdCompress(buf: InputType, options: ZstdOptions, callback: CompressCallback): void;
|
|
406
|
+
namespace zstdCompress {
|
|
407
|
+
function __promisify__(buffer: InputType, options?: ZstdOptions): Promise<Buffer>;
|
|
408
|
+
}
|
|
409
|
+
/**
|
|
410
|
+
* Compress a chunk of data with `ZstdCompress`.
|
|
411
|
+
* @since v22.15.0
|
|
412
|
+
* @experimental
|
|
413
|
+
*/
|
|
414
|
+
function zstdCompressSync(buf: InputType, options?: ZstdOptions): Buffer;
|
|
415
|
+
/**
|
|
416
|
+
* @since v22.15.0
|
|
417
|
+
* @experimental
|
|
418
|
+
*/
|
|
419
|
+
function zstdDecompress(buf: InputType, callback: CompressCallback): void;
|
|
420
|
+
function zstdDecompress(buf: InputType, options: ZstdOptions, callback: CompressCallback): void;
|
|
421
|
+
namespace zstdDecompress {
|
|
422
|
+
function __promisify__(buffer: InputType, options?: ZstdOptions): Promise<Buffer>;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Decompress a chunk of data with `ZstdDecompress`.
|
|
426
|
+
* @since v22.15.0
|
|
427
|
+
* @experimental
|
|
428
|
+
*/
|
|
429
|
+
function zstdDecompressSync(buf: InputType, options?: ZstdOptions): Buffer;
|
|
355
430
|
namespace constants {
|
|
356
431
|
const BROTLI_DECODE: number;
|
|
357
432
|
const BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES: number;
|
|
@@ -423,50 +498,106 @@ declare module "zlib" {
|
|
|
423
498
|
const INFLATE: number;
|
|
424
499
|
const INFLATERAW: number;
|
|
425
500
|
const UNZIP: number;
|
|
426
|
-
|
|
427
|
-
const
|
|
428
|
-
const
|
|
429
|
-
const
|
|
430
|
-
const
|
|
431
|
-
const
|
|
501
|
+
const ZLIB_VERNUM: number;
|
|
502
|
+
const ZSTD_CLEVEL_DEFAULT: number;
|
|
503
|
+
const ZSTD_COMPRESS: number;
|
|
504
|
+
const ZSTD_DECOMPRESS: number;
|
|
505
|
+
const ZSTD_btlazy2: number;
|
|
506
|
+
const ZSTD_btopt: number;
|
|
507
|
+
const ZSTD_btultra: number;
|
|
508
|
+
const ZSTD_btultra2: number;
|
|
509
|
+
const ZSTD_c_chainLog: number;
|
|
510
|
+
const ZSTD_c_checksumFlag: number;
|
|
511
|
+
const ZSTD_c_compressionLevel: number;
|
|
512
|
+
const ZSTD_c_contentSizeFlag: number;
|
|
513
|
+
const ZSTD_c_dictIDFlag: number;
|
|
514
|
+
const ZSTD_c_enableLongDistanceMatching: number;
|
|
515
|
+
const ZSTD_c_hashLog: number;
|
|
516
|
+
const ZSTD_c_jobSize: number;
|
|
517
|
+
const ZSTD_c_ldmBucketSizeLog: number;
|
|
518
|
+
const ZSTD_c_ldmHashLog: number;
|
|
519
|
+
const ZSTD_c_ldmHashRateLog: number;
|
|
520
|
+
const ZSTD_c_ldmMinMatch: number;
|
|
521
|
+
const ZSTD_c_minMatch: number;
|
|
522
|
+
const ZSTD_c_nbWorkers: number;
|
|
523
|
+
const ZSTD_c_overlapLog: number;
|
|
524
|
+
const ZSTD_c_searchLog: number;
|
|
525
|
+
const ZSTD_c_strategy: number;
|
|
526
|
+
const ZSTD_c_targetLength: number;
|
|
527
|
+
const ZSTD_c_windowLog: number;
|
|
528
|
+
const ZSTD_d_windowLogMax: number;
|
|
529
|
+
const ZSTD_dfast: number;
|
|
530
|
+
const ZSTD_e_continue: number;
|
|
531
|
+
const ZSTD_e_end: number;
|
|
532
|
+
const ZSTD_e_flush: number;
|
|
533
|
+
const ZSTD_error_GENERIC: number;
|
|
534
|
+
const ZSTD_error_checksum_wrong: number;
|
|
535
|
+
const ZSTD_error_corruption_detected: number;
|
|
536
|
+
const ZSTD_error_dictionaryCreation_failed: number;
|
|
537
|
+
const ZSTD_error_dictionary_corrupted: number;
|
|
538
|
+
const ZSTD_error_dictionary_wrong: number;
|
|
539
|
+
const ZSTD_error_dstBuffer_null: number;
|
|
540
|
+
const ZSTD_error_dstSize_tooSmall: number;
|
|
541
|
+
const ZSTD_error_frameParameter_unsupported: number;
|
|
542
|
+
const ZSTD_error_frameParameter_windowTooLarge: number;
|
|
543
|
+
const ZSTD_error_init_missing: number;
|
|
544
|
+
const ZSTD_error_literals_headerWrong: number;
|
|
545
|
+
const ZSTD_error_maxSymbolValue_tooLarge: number;
|
|
546
|
+
const ZSTD_error_maxSymbolValue_tooSmall: number;
|
|
547
|
+
const ZSTD_error_memory_allocation: number;
|
|
548
|
+
const ZSTD_error_noForwardProgress_destFull: number;
|
|
549
|
+
const ZSTD_error_noForwardProgress_inputEmpty: number;
|
|
550
|
+
const ZSTD_error_no_error: number;
|
|
551
|
+
const ZSTD_error_parameter_combination_unsupported: number;
|
|
552
|
+
const ZSTD_error_parameter_outOfBound: number;
|
|
553
|
+
const ZSTD_error_parameter_unsupported: number;
|
|
554
|
+
const ZSTD_error_prefix_unknown: number;
|
|
555
|
+
const ZSTD_error_srcSize_wrong: number;
|
|
556
|
+
const ZSTD_error_stabilityCondition_notRespected: number;
|
|
557
|
+
const ZSTD_error_stage_wrong: number;
|
|
558
|
+
const ZSTD_error_tableLog_tooLarge: number;
|
|
559
|
+
const ZSTD_error_version_unsupported: number;
|
|
560
|
+
const ZSTD_error_workSpace_tooSmall: number;
|
|
561
|
+
const ZSTD_fast: number;
|
|
562
|
+
const ZSTD_greedy: number;
|
|
563
|
+
const ZSTD_lazy: number;
|
|
564
|
+
const ZSTD_lazy2: number;
|
|
565
|
+
const Z_BEST_COMPRESSION: number;
|
|
566
|
+
const Z_BEST_SPEED: number;
|
|
432
567
|
const Z_BLOCK: number;
|
|
433
|
-
const Z_TREES: number;
|
|
434
|
-
// Return codes for the compression/decompression functions.
|
|
435
|
-
// Negative values are errors, positive values are used for special but normal events.
|
|
436
|
-
const Z_OK: number;
|
|
437
|
-
const Z_STREAM_END: number;
|
|
438
|
-
const Z_NEED_DICT: number;
|
|
439
|
-
const Z_ERRNO: number;
|
|
440
|
-
const Z_STREAM_ERROR: number;
|
|
441
|
-
const Z_DATA_ERROR: number;
|
|
442
|
-
const Z_MEM_ERROR: number;
|
|
443
568
|
const Z_BUF_ERROR: number;
|
|
444
|
-
const
|
|
445
|
-
|
|
446
|
-
const Z_NO_COMPRESSION: number;
|
|
447
|
-
const Z_BEST_SPEED: number;
|
|
448
|
-
const Z_BEST_COMPRESSION: number;
|
|
569
|
+
const Z_DATA_ERROR: number;
|
|
570
|
+
const Z_DEFAULT_CHUNK: number;
|
|
449
571
|
const Z_DEFAULT_COMPRESSION: number;
|
|
450
|
-
|
|
451
|
-
const
|
|
452
|
-
const Z_HUFFMAN_ONLY: number;
|
|
453
|
-
const Z_RLE: number;
|
|
454
|
-
const Z_FIXED: number;
|
|
572
|
+
const Z_DEFAULT_LEVEL: number;
|
|
573
|
+
const Z_DEFAULT_MEMLEVEL: number;
|
|
455
574
|
const Z_DEFAULT_STRATEGY: number;
|
|
456
575
|
const Z_DEFAULT_WINDOWBITS: number;
|
|
457
|
-
|
|
458
|
-
const
|
|
459
|
-
const
|
|
460
|
-
const
|
|
576
|
+
const Z_ERRNO: number;
|
|
577
|
+
const Z_FILTERED: number;
|
|
578
|
+
const Z_FINISH: number;
|
|
579
|
+
const Z_FIXED: number;
|
|
580
|
+
const Z_FULL_FLUSH: number;
|
|
581
|
+
const Z_HUFFMAN_ONLY: number;
|
|
461
582
|
const Z_MAX_CHUNK: number;
|
|
462
|
-
const
|
|
463
|
-
const Z_MIN_MEMLEVEL: number;
|
|
583
|
+
const Z_MAX_LEVEL: number;
|
|
464
584
|
const Z_MAX_MEMLEVEL: number;
|
|
465
|
-
const
|
|
585
|
+
const Z_MAX_WINDOWBITS: number;
|
|
586
|
+
const Z_MEM_ERROR: number;
|
|
587
|
+
const Z_MIN_CHUNK: number;
|
|
466
588
|
const Z_MIN_LEVEL: number;
|
|
467
|
-
const
|
|
468
|
-
const
|
|
469
|
-
const
|
|
589
|
+
const Z_MIN_MEMLEVEL: number;
|
|
590
|
+
const Z_MIN_WINDOWBITS: number;
|
|
591
|
+
const Z_NEED_DICT: number;
|
|
592
|
+
const Z_NO_COMPRESSION: number;
|
|
593
|
+
const Z_NO_FLUSH: number;
|
|
594
|
+
const Z_OK: number;
|
|
595
|
+
const Z_PARTIAL_FLUSH: number;
|
|
596
|
+
const Z_RLE: number;
|
|
597
|
+
const Z_STREAM_END: number;
|
|
598
|
+
const Z_STREAM_ERROR: number;
|
|
599
|
+
const Z_SYNC_FLUSH: number;
|
|
600
|
+
const Z_VERSION_ERROR: number;
|
|
470
601
|
}
|
|
471
602
|
// Allowed flush values.
|
|
472
603
|
/** @deprecated Use `constants.Z_NO_FLUSH` */
|
|
@@ -1,5 +1,129 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
# [1.9.0](https://github.com/axios/axios/compare/v1.8.4...v1.9.0) (2025-04-24)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **core:** fix the Axios constructor implementation to treat the config argument as optional; ([#6881](https://github.com/axios/axios/issues/6881)) ([6c5d4cd](https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983))
|
|
9
|
+
* **fetch:** fixed ERR_NETWORK mapping for Safari browsers; ([#6767](https://github.com/axios/axios/issues/6767)) ([dfe8411](https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45))
|
|
10
|
+
* **headers:** allow iterable objects to be a data source for the set method; ([#6873](https://github.com/axios/axios/issues/6873)) ([1b1f9cc](https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc))
|
|
11
|
+
* **headers:** fix `getSetCookie` by using 'get' method for caseless access; ([#6874](https://github.com/axios/axios/issues/6874)) ([d4f7df4](https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9))
|
|
12
|
+
* **headers:** fixed support for setting multiple header values from an iterated source; ([#6885](https://github.com/axios/axios/issues/6885)) ([f7a3b5e](https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15))
|
|
13
|
+
* **http:** send minimal end multipart boundary ([#6661](https://github.com/axios/axios/issues/6661)) ([987d2e2](https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc))
|
|
14
|
+
* **types:** fix autocomplete for adapter config ([#6855](https://github.com/axios/axios/issues/6855)) ([e61a893](https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **AxiosHeaders:** add getSetCookie method to retrieve set-cookie headers values ([#5707](https://github.com/axios/axios/issues/5707)) ([80ea756](https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996))
|
|
20
|
+
|
|
21
|
+
### Contributors to this release
|
|
22
|
+
|
|
23
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+200/-34 (#6890 #6889 #6888 #6885 #6881 #6767 #6874 #6873 )")
|
|
24
|
+
- <img src="https://avatars.githubusercontent.com/u/4814473?v=4&s=18" alt="avatar" width="18"/> [Jay](https://github.com/jasonsaayman "+26/-1 ()")
|
|
25
|
+
- <img src="https://avatars.githubusercontent.com/u/22686401?v=4&s=18" alt="avatar" width="18"/> [Willian Agostini](https://github.com/WillianAgostini "+21/-0 (#5707 )")
|
|
26
|
+
- <img src="https://avatars.githubusercontent.com/u/2500247?v=4&s=18" alt="avatar" width="18"/> [George Cheng](https://github.com/Gerhut "+3/-3 (#5096 )")
|
|
27
|
+
- <img src="https://avatars.githubusercontent.com/u/30260221?v=4&s=18" alt="avatar" width="18"/> [FatahChan](https://github.com/FatahChan "+2/-2 (#6855 )")
|
|
28
|
+
- <img src="https://avatars.githubusercontent.com/u/49002?v=4&s=18" alt="avatar" width="18"/> [Ionuț G. Stan](https://github.com/igstan "+1/-1 (#6661 )")
|
|
29
|
+
|
|
30
|
+
## [1.8.4](https://github.com/axios/axios/compare/v1.8.3...v1.8.4) (2025-03-19)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* **buildFullPath:** handle `allowAbsoluteUrls: false` without `baseURL` ([#6833](https://github.com/axios/axios/issues/6833)) ([f10c2e0](https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9))
|
|
36
|
+
|
|
37
|
+
### Contributors to this release
|
|
38
|
+
|
|
39
|
+
- <img src="https://avatars.githubusercontent.com/u/8029107?v=4&s=18" alt="avatar" width="18"/> [Marc Hassan](https://github.com/mhassan1 "+5/-1 (#6833 )")
|
|
40
|
+
|
|
41
|
+
## [1.8.3](https://github.com/axios/axios/compare/v1.8.2...v1.8.3) (2025-03-10)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* add missing type for allowAbsoluteUrls ([#6818](https://github.com/axios/axios/issues/6818)) ([10fa70e](https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2))
|
|
47
|
+
* **xhr/fetch:** pass `allowAbsoluteUrls` to `buildFullPath` in `xhr` and `fetch` adapters ([#6814](https://github.com/axios/axios/issues/6814)) ([ec159e5](https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9))
|
|
48
|
+
|
|
49
|
+
### Contributors to this release
|
|
50
|
+
|
|
51
|
+
- <img src="https://avatars.githubusercontent.com/u/3238291?v=4&s=18" alt="avatar" width="18"/> [Ashcon Partovi](https://github.com/Electroid "+6/-0 (#6811 )")
|
|
52
|
+
- <img src="https://avatars.githubusercontent.com/u/28559054?v=4&s=18" alt="avatar" width="18"/> [StefanBRas](https://github.com/StefanBRas "+4/-0 (#6818 )")
|
|
53
|
+
- <img src="https://avatars.githubusercontent.com/u/8029107?v=4&s=18" alt="avatar" width="18"/> [Marc Hassan](https://github.com/mhassan1 "+2/-2 (#6814 )")
|
|
54
|
+
|
|
55
|
+
## [1.8.2](https://github.com/axios/axios/compare/v1.8.1...v1.8.2) (2025-03-07)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* **http-adapter:** add allowAbsoluteUrls to path building ([#6810](https://github.com/axios/axios/issues/6810)) ([fb8eec2](https://github.com/axios/axios/commit/fb8eec214ce7744b5ca787f2c3b8339b2f54b00f))
|
|
61
|
+
|
|
62
|
+
### Contributors to this release
|
|
63
|
+
|
|
64
|
+
- <img src="https://avatars.githubusercontent.com/u/14166260?v=4&s=18" alt="avatar" width="18"/> [Fasoro-Joseph Alexander](https://github.com/lexcorp16 "+1/-1 (#6810 )")
|
|
65
|
+
|
|
66
|
+
## [1.8.1](https://github.com/axios/axios/compare/v1.8.0...v1.8.1) (2025-02-26)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* **utils:** move `generateString` to platform utils to avoid importing crypto module into client builds; ([#6789](https://github.com/axios/axios/issues/6789)) ([36a5a62](https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec))
|
|
72
|
+
|
|
73
|
+
### Contributors to this release
|
|
74
|
+
|
|
75
|
+
- <img src="https://avatars.githubusercontent.com/u/12586868?v=4&s=18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://github.com/DigitalBrainJS "+51/-47 (#6789 )")
|
|
76
|
+
|
|
77
|
+
# [1.8.0](https://github.com/axios/axios/compare/v1.7.9...v1.8.0) (2025-02-25)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* **examples:** application crashed when navigating examples in browser ([#5938](https://github.com/axios/axios/issues/5938)) ([1260ded](https://github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c))
|
|
83
|
+
* missing word in SUPPORT_QUESTION.yml ([#6757](https://github.com/axios/axios/issues/6757)) ([1f890b1](https://github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e))
|
|
84
|
+
* **utils:** replace getRandomValues with crypto module ([#6788](https://github.com/axios/axios/issues/6788)) ([23a25af](https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c))
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Features
|
|
88
|
+
|
|
89
|
+
* Add config for ignoring absolute URLs ([#5902](https://github.com/axios/axios/issues/5902)) ([#6192](https://github.com/axios/axios/issues/6192)) ([32c7bcc](https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3))
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Reverts
|
|
93
|
+
|
|
94
|
+
* Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) ([1317261](https://github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda)), closes [#6731](https://github.com/axios/axios/issues/6731) [#6732](https://github.com/axios/axios/issues/6732)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### BREAKING CHANGES
|
|
98
|
+
|
|
99
|
+
* code relying on the above will now combine the URLs instead of prefer request URL
|
|
100
|
+
|
|
101
|
+
* feat: add config option for allowing absolute URLs
|
|
102
|
+
|
|
103
|
+
* fix: add default value for allowAbsoluteUrls in buildFullPath
|
|
104
|
+
|
|
105
|
+
* fix: typo in flow control when setting allowAbsoluteUrls
|
|
106
|
+
|
|
107
|
+
### Contributors to this release
|
|
108
|
+
|
|
109
|
+
- <img src="https://avatars.githubusercontent.com/u/7661715?v=4&s=18" alt="avatar" width="18"/> [Michael Toscano](https://github.com/GethosTheWalrus "+42/-8 (#6192 )")
|
|
110
|
+
- <img src="https://avatars.githubusercontent.com/u/22686401?v=4&s=18" alt="avatar" width="18"/> [Willian Agostini](https://github.com/WillianAgostini "+26/-3 (#6788 #6777 )")
|
|
111
|
+
- <img src="https://avatars.githubusercontent.com/u/72578270?v=4&s=18" alt="avatar" width="18"/> [Naron](https://github.com/naronchen "+27/-0 (#5901 )")
|
|
112
|
+
- <img src="https://avatars.githubusercontent.com/u/47430686?v=4&s=18" alt="avatar" width="18"/> [shravan || श्रvan](https://github.com/shravan20 "+7/-3 (#6116 )")
|
|
113
|
+
- <img src="https://avatars.githubusercontent.com/u/145078271?v=4&s=18" alt="avatar" width="18"/> [Justin Dhillon](https://github.com/justindhillon "+0/-7 (#6312 )")
|
|
114
|
+
- <img src="https://avatars.githubusercontent.com/u/30925732?v=4&s=18" alt="avatar" width="18"/> [yionr](https://github.com/yionr "+5/-1 (#6129 )")
|
|
115
|
+
- <img src="https://avatars.githubusercontent.com/u/534166?v=4&s=18" alt="avatar" width="18"/> [Shin'ya Ueoka](https://github.com/ueokande "+3/-3 (#5935 )")
|
|
116
|
+
- <img src="https://avatars.githubusercontent.com/u/33569?v=4&s=18" alt="avatar" width="18"/> [Dan Dascalescu](https://github.com/dandv "+3/-3 (#5908 #6757 )")
|
|
117
|
+
- <img src="https://avatars.githubusercontent.com/u/16476523?v=4&s=18" alt="avatar" width="18"/> [Nitin Ramnani](https://github.com/NitinRamnani "+2/-2 (#5938 )")
|
|
118
|
+
- <img src="https://avatars.githubusercontent.com/u/152275799?v=4&s=18" alt="avatar" width="18"/> [Shay Molcho](https://github.com/shaymolcho "+2/-2 (#6770 )")
|
|
119
|
+
- <img src="https://avatars.githubusercontent.com/u/4814473?v=4&s=18" alt="avatar" width="18"/> [Jay](https://github.com/jasonsaayman "+0/-3 (#6732 )")
|
|
120
|
+
- fancy45daddy
|
|
121
|
+
- <img src="https://avatars.githubusercontent.com/u/127725897?v=4&s=18" alt="avatar" width="18"/> [Habip Akyol](https://github.com/habipakyol "+1/-1 (#6030 )")
|
|
122
|
+
- <img src="https://avatars.githubusercontent.com/u/54869395?v=4&s=18" alt="avatar" width="18"/> [Bailey Lissington](https://github.com/llamington "+1/-1 (#6771 )")
|
|
123
|
+
- <img src="https://avatars.githubusercontent.com/u/14969290?v=4&s=18" alt="avatar" width="18"/> [Bernardo da Eira Duarte](https://github.com/bernardoduarte "+1/-1 (#6480 )")
|
|
124
|
+
- <img src="https://avatars.githubusercontent.com/u/117800149?v=4&s=18" alt="avatar" width="18"/> [Shivam Batham](https://github.com/Shivam-Batham "+1/-1 (#5949 )")
|
|
125
|
+
- <img src="https://avatars.githubusercontent.com/u/67861627?v=4&s=18" alt="avatar" width="18"/> [Lipin Kariappa](https://github.com/lipinnnnn "+1/-1 (#5936 )")
|
|
126
|
+
|
|
3
127
|
## [1.7.9](https://github.com/axios/axios/compare/v1.7.8...v1.7.9) (2024-12-04)
|
|
4
128
|
|
|
5
129
|
|