diff --git a/package-lock.json b/package-lock.json index d907cb2b..693debd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "eslint-config-prettier": "^9.1.0", "playwright": "^1.48.0", "prettier": "^3.2.0", + "tsdown": "0.20.3", "turbo": "2.9.14", "typedoc": "^0.28.19", "typescript": "^5.7.0", @@ -61,6 +62,74 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/generator": { + "version": "8.0.0-rc.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/generator/-/generator-8.0.0-rc.2.tgz", + "integrity": "sha512-oCQ1IKPwkzCeJzAPb7Fv8rQ9k5+1sG8mf2uoHiMInPYvkRfrDJxbTIbH51U+jstlkghus0vAi3EBvkfvEsYNLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^8.0.0-rc.2", + "@babel/types": "^8.0.0-rc.2", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "@types/jsesc": "^2.5.0", + "jsesc": "^3.0.2" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/@babel/generator/node_modules/@babel/helper-string-parser": { + "version": "8.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz", + "integrity": "sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/@babel/generator/node_modules/@babel/helper-validator-identifier": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.4.tgz", + "integrity": "sha512-4wFaiLd0bVo4cIoTXI3zKI038NIWE/cr3jvBjejOVYVxV/m8Ltav1USiGzG1fmS5J2RhgEOgXNNK46cRPnRsrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/@babel/generator/node_modules/@babel/parser": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/parser/-/parser-8.0.4.tgz", + "integrity": "sha512-srpptsAkEbbNIC/q8nT7o+m6CQe8CJUTV/t7MYc9NnWlgYVtHOb7JH6SorxMhN0kuRJjVqXbKClG6xSbPtzz+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^8.0.4" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/@babel/generator/node_modules/@babel/types": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/types/-/types-8.0.4.tgz", + "integrity": "sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^8.0.0", + "@babel/helper-validator-identifier": "^8.0.4" + }, + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, "node_modules/@babel/helper-string-parser": { "version": "7.27.1", "resolved": "https://npm-proxy.dev.databricks.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", @@ -479,6 +548,43 @@ "resolved": "packages/workspaces", "link": true }, + "node_modules/@emnapi/core": { + "version": "1.11.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/core/-/core-1.11.2.tgz", + "integrity": "sha512-TC8MkTuZUtcTSiFeuC0ksCh9QIJ5+F21MvZ4Wn4ORfYaFJ/0dsiudv5tVkejgwZlwQ39jL9WWDe2lz8x0WglOA==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.11.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/runtime/-/runtime-1.11.2.tgz", + "integrity": "sha512-kyOl3X0DuTiT1h2ft8r2fYO8JYtU9a9Xis/zBSiGArNaagCOWx90N1k2wxp18czFDH+OgcWGb5ZP/XMt3dcyPA==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/wasi-threads/-/wasi-threads-1.2.2.tgz", + "integrity": "sha512-c95qOXkHdydNKhscBTebqEC1CVAZpyqOfVfBzQ1qgzyl3gfeldUjIggDbIZgDKsHLgnsM+igH7TJ/eAasaVuMA==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@esbuild/aix-ppc64": { "version": "0.25.12", "resolved": "https://npm-proxy.dev.databricks.com/@esbuild/aix-ppc64/-/aix-ppc64-0.25.12.tgz", @@ -1216,6 +1322,25 @@ "node": ">=12" } }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.6", + "resolved": "https://npm-proxy.cloud.databricks.com/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.6.tgz", + "integrity": "sha512-ZLv/JdUfkvOy9eCnnBaGfiO+XimbjebAeO+MRQqD/B+FR1tnRN0tpKSJHRbE8sFfS6aqsXZ67TQjfwfsxULVbg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.3" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://npm-proxy.dev.databricks.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -1254,6 +1379,16 @@ "node": ">= 8" } }, + "node_modules/@oxc-project/types": { + "version": "0.112.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@oxc-project/types/-/types-0.112.0.tgz", + "integrity": "sha512-m6RebKHIRsax2iCwVpYW2ErQwa4ywHJrE4sCK3/8JK8ZZAWOKXaRJFl/uP51gaVyyXlaS4+chU1nSCdzYf6QqQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://npm-proxy.dev.databricks.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -1272,24 +1407,23 @@ "dev": true, "license": "MIT" }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz", - "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==", - "cpu": [ - "arm" - ], + "node_modules/@quansync/fs": { + "version": "1.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@quansync/fs/-/fs-1.0.0.tgz", + "integrity": "sha512-4TJ3DFtlf1L5LDMaM6CanJ/0lckGNtJcMjQ1NAV6zDmA0tEHKZtxNKin8EgPaVX1YzljbxckyT2tJrpQKAtngQ==", "dev": true, "license": "MIT", - "optional": true, - "os": [ - "android" - ] + "dependencies": { + "quansync": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz", - "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==", + "node_modules/@rolldown/binding-android-arm64": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.3.tgz", + "integrity": "sha512-0T1k9FinuBZ/t7rZ8jN6OpUKPnUjNdYHoj/cESWrQ3ZraAJ4OMm6z7QjSfCxqj8mOp9kTKc1zHK3kGz5vMu+nQ==", "cpu": [ "arm64" ], @@ -1298,12 +1432,15 @@ "optional": true, "os": [ "android" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz", - "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==", + "node_modules/@rolldown/binding-darwin-arm64": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.3.tgz", + "integrity": "sha512-JWWLzvcmc/3pe7qdJqPpuPk91SoE/N+f3PcWx/6ZwuyDVyungAEJPvKm/eEldiDdwTmaEzWfIR+HORxYWrCi1A==", "cpu": [ "arm64" ], @@ -1312,12 +1449,15 @@ "optional": true, "os": [ "darwin" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz", - "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==", + "node_modules/@rolldown/binding-darwin-x64": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.3.tgz", + "integrity": "sha512-MTakBxfx3tde5WSmbHxuqlDsIW0EzQym+PJYGF4P6lG2NmKzi128OGynoFUqoD5ryCySEY85dug4v+LWGBElIw==", "cpu": [ "x64" ], @@ -1326,188 +1466,458 @@ "optional": true, "os": [ "darwin" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz", - "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==", + "node_modules/@rolldown/binding-freebsd-x64": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.3.tgz", + "integrity": "sha512-jje3oopyOLs7IwfvXoS6Lxnmie5JJO7vW29fdGFu5YGY1EDbVDhD+P9vDihqS5X6fFiqL3ZQZCMBg6jyHkSVww==", "cpu": [ - "arm64" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "freebsd" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz", - "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==", + "node_modules/@rolldown/binding-linux-arm-gnueabihf": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.3.tgz", + "integrity": "sha512-A0n8P3hdLAaqzSFrQoA42p23ZKBYQOw+8EH5r15Sa9X1kD9/JXe0YT2gph2QTWvdr0CVK2BOXiK6ENfy6DXOag==", "cpu": [ - "x64" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "freebsd" - ] + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz", - "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==", + "node_modules/@rolldown/binding-linux-arm64-gnu": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.3.tgz", + "integrity": "sha512-kWXkoxxarYISBJ4bLNf5vFkEbb4JvccOwxWDxuK9yee8lg5XA7OpvlTptfRuwEvYcOZf+7VS69Uenpmpyo5Bjw==", "cpu": [ - "arm" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz", - "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==", + "node_modules/@rolldown/binding-linux-arm64-musl": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.3.tgz", + "integrity": "sha512-Z03/wrqau9Bicfgb3Dbs6SYTHliELk2PM2LpG2nFd+cGupTMF5kanLEcj2vuuJLLhptNyS61rtk7SOZ+lPsTUA==", "cpu": [ - "arm" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz", - "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==", + "node_modules/@rolldown/binding-linux-ppc64-gnu": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-ppc64-gnu/-/binding-linux-ppc64-gnu-1.0.0-rc.17.tgz", + "integrity": "sha512-4EII1iNGRUN5WwGbF/kOh/EIkoDN9HsupgLQoXfY+D1oyJm7/F4t5PYU5n8SWZgG0FEwakyM8pGgwcBYruGTlA==", "cpu": [ - "arm64" + "ppc64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz", - "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==", + "node_modules/@rolldown/binding-linux-s390x-gnu": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-s390x-gnu/-/binding-linux-s390x-gnu-1.0.0-rc.17.tgz", + "integrity": "sha512-AH8oq3XqQo4IibpVXvPeLDI5pzkpYn0WiZAfT05kFzoJ6tQNzwRdDYQ45M8I/gslbodRZwW8uxLhbSBbkv96rA==", "cpu": [ - "arm64" + "s390x" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-gnu": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz", - "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==", + "node_modules/@rolldown/binding-linux-x64-gnu": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.3.tgz", + "integrity": "sha512-iSXXZsQp08CSilff/DCTFZHSVEpEwdicV3W8idHyrByrcsRDVh9sGC3sev6d8BygSGj3vt8GvUKBPCoyMA4tgQ==", "cpu": [ - "loong64" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-loong64-musl": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz", - "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==", + "node_modules/@rolldown/binding-linux-x64-musl": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.3.tgz", + "integrity": "sha512-qaj+MFudtdCv9xZo9znFvkgoajLdc+vwf0Kz5N44g+LU5XMe+IsACgn3UG7uTRlCCvhMAGXm1XlpEA5bZBrOcw==", "cpu": [ - "loong64" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ "linux" - ] + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-gnu": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz", - "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==", + "node_modules/@rolldown/binding-openharmony-arm64": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.3.tgz", + "integrity": "sha512-U662UnMETyjT65gFmG9ma+XziENrs7BBnENi/27swZPYagubfHRirXHG2oMl+pEax2WvO7Kb9gHZmMakpYqBHQ==", "cpu": [ - "ppc64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-ppc64-musl": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz", - "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==", + "node_modules/@rolldown/binding-wasm32-wasi": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.3.tgz", + "integrity": "sha512-gekrQ3Q2HiC1T5njGyuUJoGpK/l6B/TNXKed3fZXNf9YRTJn3L5MOZsFBn4bN2+UX+8+7hgdlTcEsexX988G4g==", "cpu": [ - "ppc64" + "wasm32" ], "dev": true, "license": "MIT", "optional": true, - "os": [ - "linux" - ] + "dependencies": { + "@napi-rs/wasm-runtime": "^1.1.1" + }, + "engines": { + "node": ">=14.0.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz", - "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==", + "node_modules/@rolldown/binding-win32-arm64-msvc": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.3.tgz", + "integrity": "sha512-85y5JifyMgs8m5K2XzR/VDsapKbiFiohl7s5lEj7nmNGO0pkTXE7q6TQScei96BNAsoK7JC3pA7ukA8WRHVJpg==", "cpu": [ - "riscv64" + "arm64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-riscv64-musl": { - "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz", - "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==", + "node_modules/@rolldown/binding-win32-x64-msvc": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.3.tgz", + "integrity": "sha512-a4VUQZH7LxGbUJ3qJ/TzQG8HxdHvf+jOnqf7B7oFx1TEBm+j2KNL2zr5SQ7wHkNAcaPevF6gf9tQnVBnC4mD+A==", "cpu": [ - "riscv64" + "x64" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" - ] + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { + "node_modules/@rolldown/pluginutils": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz", + "integrity": "sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.59.0", - "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz", - "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.59.0.tgz", + "integrity": "sha512-upnNBkA6ZH2VKGcBj9Fyl9IGNPULcjXRlg0LLeaioQWueH30p6IXtJEbKAgvyv+mJaMxSm1l6xwDXYjpEMiLMg==", "cpu": [ - "s390x" + "arm" ], "dev": true, "license": "MIT", "optional": true, "os": [ - "linux" + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.59.0.tgz", + "integrity": "sha512-hZ+Zxj3SySm4A/DylsDKZAeVg0mvi++0PYVceVyX7hemkw7OreKdCvW2oQ3T1FMZvCaQXqOTHb8qmBShoqk69Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.59.0.tgz", + "integrity": "sha512-W2Psnbh1J8ZJw0xKAd8zdNgF9HRLkdWwwdWqubSVk0pUuQkoHnv7rx4GiF9rT4t5DIZGAsConRE3AxCdJ4m8rg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.59.0.tgz", + "integrity": "sha512-ZW2KkwlS4lwTv7ZVsYDiARfFCnSGhzYPdiOU4IM2fDbL+QGlyAbjgSFuqNRbSthybLbIJ915UtZBtmuLrQAT/w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.59.0.tgz", + "integrity": "sha512-EsKaJ5ytAu9jI3lonzn3BgG8iRBjV4LxZexygcQbpiU0wU0ATxhNVEpXKfUa0pS05gTcSDMKpn3Sx+QB9RlTTA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.59.0.tgz", + "integrity": "sha512-d3DuZi2KzTMjImrxoHIAODUZYoUUMsuUiY4SRRcJy6NJoZ6iIqWnJu9IScV9jXysyGMVuW+KNzZvBLOcpdl3Vg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.59.0.tgz", + "integrity": "sha512-t4ONHboXi/3E0rT6OZl1pKbl2Vgxf9vJfWgmUoCEVQVxhW6Cw/c8I6hbbu7DAvgp82RKiH7TpLwxnJeKv2pbsw==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.59.0.tgz", + "integrity": "sha512-CikFT7aYPA2ufMD086cVORBYGHffBo4K8MQ4uPS/ZnY54GKj36i196u8U+aDVT2LX4eSMbyHtyOh7D7Zvk2VvA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.59.0.tgz", + "integrity": "sha512-jYgUGk5aLd1nUb1CtQ8E+t5JhLc9x5WdBKew9ZgAXg7DBk0ZHErLHdXM24rfX+bKrFe+Xp5YuJo54I5HFjGDAA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.59.0.tgz", + "integrity": "sha512-peZRVEdnFWZ5Bh2KeumKG9ty7aCXzzEsHShOZEFiCQlDEepP1dpUl/SrUNXNg13UmZl+gzVDPsiCwnV1uI0RUA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-gnu": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.59.0.tgz", + "integrity": "sha512-gbUSW/97f7+r4gHy3Jlup8zDG190AuodsWnNiXErp9mT90iCy9NKKU0Xwx5k8VlRAIV2uU9CsMnEFg/xXaOfXg==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-loong64-musl": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.59.0.tgz", + "integrity": "sha512-yTRONe79E+o0FWFijasoTjtzG9EBedFXJMl888NBEDCDV9I2wGbFFfJQQe63OijbFCUZqxpHz1GzpbtSFikJ4Q==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-gnu": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.59.0.tgz", + "integrity": "sha512-sw1o3tfyk12k3OEpRddF68a1unZ5VCN7zoTNtSn2KndUE+ea3m3ROOKRCZxEpmT9nsGnogpFP9x6mnLTCaoLkA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-ppc64-musl": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.59.0.tgz", + "integrity": "sha512-+2kLtQ4xT3AiIxkzFVFXfsmlZiG5FXYW7ZyIIvGA7Bdeuh9Z0aN4hVyXS/G1E9bTP/vqszNIN/pUKCk/BTHsKA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.59.0.tgz", + "integrity": "sha512-NDYMpsXYJJaj+I7UdwIuHHNxXZ/b/N2hR15NyH3m2qAtb/hHPA4g4SuuvrdxetTdndfj9b1WOmy73kcPRoERUg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-musl": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.59.0.tgz", + "integrity": "sha512-nLckB8WOqHIf1bhymk+oHxvM9D3tyPndZH8i8+35p/1YiVoVswPid2yLzgX7ZJP0KQvnkhM4H6QZ5m0LzbyIAg==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.59.0", + "resolved": "https://npm-proxy.dev.databricks.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.59.0.tgz", + "integrity": "sha512-oF87Ie3uAIvORFBpwnCvUzdeYUqi2wY6jRFWJAy1qus/udHFYIkplYRW+wo+GRUP4sKzYdmE1Y3+rY5Gc4ZO+w==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" ] }, "node_modules/@rollup/rollup-linux-x64-gnu": { @@ -1789,6 +2199,17 @@ "win32" ] }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.3", + "resolved": "https://npm-proxy.cloud.databricks.com/@tybys/wasm-util/-/wasm-util-0.10.3.tgz", + "integrity": "sha512-F3fo1MYrRJYL3zER0OUOmkutjr1Vp23m7OsSgp7nq4SP6OqX6C/56XFIPAl5bt3zaBRjmW7SGz3u/6LwFpYcOg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, "node_modules/@types/aria-query": { "version": "5.0.4", "resolved": "https://npm-proxy.dev.databricks.com/@types/aria-query/-/aria-query-5.0.4.tgz", @@ -1831,6 +2252,13 @@ "@types/unist": "*" } }, + "node_modules/@types/jsesc": { + "version": "2.5.1", + "resolved": "https://npm-proxy.cloud.databricks.com/@types/jsesc/-/jsesc-2.5.1.tgz", + "integrity": "sha512-9VN+6yxLOPLOav+7PwjZbxiID2bVaeq0ED4qSQmdQTdjnXJSaCVKTR58t15oqH1H5t8Ng2ZX1SabJVoN9Q34bw==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/json-bigint": { "version": "1.0.4", "resolved": "https://npm-proxy.dev.databricks.com/@types/json-bigint/-/json-bigint-1.0.4.tgz", @@ -2346,6 +2774,16 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/ansis": { + "version": "4.3.1", + "resolved": "https://npm-proxy.cloud.databricks.com/ansis/-/ansis-4.3.1.tgz", + "integrity": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + } + }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://npm-proxy.dev.databricks.com/argparse/-/argparse-2.0.1.tgz", @@ -2373,22 +2811,90 @@ "node": ">=12" } }, - "node_modules/ast-v8-to-istanbul": { - "version": "0.3.12", - "resolved": "https://npm-proxy.dev.databricks.com/ast-v8-to-istanbul/-/ast-v8-to-istanbul-0.3.12.tgz", - "integrity": "sha512-BRRC8VRZY2R4Z4lFIL35MwNXmwVqBityvOIwETtsCSwvjl0IdgFsy9NhdaA6j74nUdtJJlIypeRhpDam19Wq3g==", + "node_modules/ast-kit": { + "version": "3.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/ast-kit/-/ast-kit-3.0.0.tgz", + "integrity": "sha512-8OG92q3R35qjC/4i6BLBMg8IB+fClWu/1PEwg2Z9Rn+BuNaiEgJzpzn+pxWOdHJWDCAwu2JP0wCDTozAM4QirQ==", "dev": true, "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.31", + "@babel/parser": "^8.0.0", "estree-walker": "^3.0.3", - "js-tokens": "^10.0.0" + "pathe": "^2.0.3" + }, + "engines": { + "node": "^22.18.0 || >=24.11.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" } }, - "node_modules/ast-v8-to-istanbul/node_modules/js-tokens": { - "version": "10.0.0", - "resolved": "https://npm-proxy.dev.databricks.com/js-tokens/-/js-tokens-10.0.0.tgz", - "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==", + "node_modules/ast-kit/node_modules/@babel/helper-string-parser": { + "version": "8.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz", + "integrity": "sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/ast-kit/node_modules/@babel/helper-validator-identifier": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.4.tgz", + "integrity": "sha512-4wFaiLd0bVo4cIoTXI3zKI038NIWE/cr3jvBjejOVYVxV/m8Ltav1USiGzG1fmS5J2RhgEOgXNNK46cRPnRsrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/ast-kit/node_modules/@babel/parser": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/parser/-/parser-8.0.4.tgz", + "integrity": "sha512-srpptsAkEbbNIC/q8nT7o+m6CQe8CJUTV/t7MYc9NnWlgYVtHOb7JH6SorxMhN0kuRJjVqXbKClG6xSbPtzz+g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^8.0.4" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/ast-kit/node_modules/@babel/types": { + "version": "8.0.4", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/types/-/types-8.0.4.tgz", + "integrity": "sha512-eY+Yn3dCqTGmyiq2QRU66lA5FL8lqqqvecHt0fF3uHONIa7ToYsaCiWV8lOKqAs0Rb2SjixiKFROngnulPtt2g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^8.0.0", + "@babel/helper-validator-identifier": "^8.0.4" + }, + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/ast-v8-to-istanbul": { + "version": "0.3.12", + "resolved": "https://npm-proxy.dev.databricks.com/ast-v8-to-istanbul/-/ast-v8-to-istanbul-0.3.12.tgz", + "integrity": "sha512-BRRC8VRZY2R4Z4lFIL35MwNXmwVqBityvOIwETtsCSwvjl0IdgFsy9NhdaA6j74nUdtJJlIypeRhpDam19Wq3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.31", + "estree-walker": "^3.0.3", + "js-tokens": "^10.0.0" + } + }, + "node_modules/ast-v8-to-istanbul/node_modules/js-tokens": { + "version": "10.0.0", + "resolved": "https://npm-proxy.dev.databricks.com/js-tokens/-/js-tokens-10.0.0.tgz", + "integrity": "sha512-lM/UBzQmfJRo9ABXbPWemivdCW8V2G8FHaHdypQaIy523snUjog0W71ayWXTjiR+ixeMyVHN2XcpnTd/liPg/Q==", "dev": true, "license": "MIT" }, @@ -2411,6 +2917,16 @@ "node": "*" } }, + "node_modules/birpc": { + "version": "4.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/birpc/-/birpc-4.0.0.tgz", + "integrity": "sha512-LShSxJP0KTmd101b6DRyGBj57LZxSDYWKitQNW/mi8GRMvZb078Uf9+pveax1DrVL89vm7mWe+TovdI/UDOuPw==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/brace-expansion": { "version": "5.0.7", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz", @@ -2565,6 +3081,13 @@ "dev": true, "license": "MIT" }, + "node_modules/defu": { + "version": "6.1.7", + "resolved": "https://npm-proxy.cloud.databricks.com/defu/-/defu-6.1.7.tgz", + "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==", + "dev": true, + "license": "MIT" + }, "node_modules/dequal": { "version": "2.0.3", "resolved": "https://npm-proxy.dev.databricks.com/dequal/-/dequal-2.0.3.tgz", @@ -2595,6 +3118,27 @@ "dev": true, "license": "MIT" }, + "node_modules/dts-resolver": { + "version": "2.1.3", + "resolved": "https://npm-proxy.cloud.databricks.com/dts-resolver/-/dts-resolver-2.1.3.tgz", + "integrity": "sha512-bihc7jPC90VrosXNzK0LTE2cuLP6jr0Ro8jk+kMugHReJVLIpHz/xadeq3MhuwyO4TD4OA3L1Q8pBBFRc08Tsw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + }, + "peerDependencies": { + "oxc-resolver": ">=11.0.0" + }, + "peerDependenciesMeta": { + "oxc-resolver": { + "optional": true + } + } + }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://npm-proxy.dev.databricks.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz", @@ -2609,6 +3153,16 @@ "dev": true, "license": "MIT" }, + "node_modules/empathic": { + "version": "2.0.1", + "resolved": "https://npm-proxy.cloud.databricks.com/empathic/-/empathic-2.0.1.tgz", + "integrity": "sha512-YGRs8knHhKHVShLkFET/rWAU8kmHbOV5LwN938RHI0pljAJ1Gf6SzXsSmRaEzcXTtOOmVqJ5+WtQPL5uigY50Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14" + } + }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://npm-proxy.dev.databricks.com/entities/-/entities-4.5.0.tgz", @@ -3049,6 +3603,19 @@ "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, + "node_modules/get-tsconfig": { + "version": "4.13.6", + "resolved": "https://npm-proxy.cloud.databricks.com/get-tsconfig/-/get-tsconfig-4.13.6.tgz", + "integrity": "sha512-shZT/QMiSHc/YBLxxOkMtgSid5HFoauqCE3/exfsEcwg1WkeqjG+V40yBbBrsD+jW2HDXcs28xOfcbm2jI8Ddw==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-pkg-maps": "^1.0.0" + }, + "funding": { + "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" + } + }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://npm-proxy.dev.databricks.com/glob/-/glob-7.2.3.tgz", @@ -3148,6 +3715,13 @@ "node": ">=8" } }, + "node_modules/hookable": { + "version": "6.1.1", + "resolved": "https://npm-proxy.cloud.databricks.com/hookable/-/hookable-6.1.1.tgz", + "integrity": "sha512-U9LYDy1CwhMCnprUfeAZWZGByVbhd54hwepegYTK7Pi5NvqEj63ifz5z+xukznehT7i6NIZRu89Ay1AZmRsLEQ==", + "dev": true, + "license": "MIT" + }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://npm-proxy.dev.databricks.com/html-escaper/-/html-escaper-2.0.2.tgz", @@ -3182,6 +3756,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/import-without-cache": { + "version": "0.2.5", + "resolved": "https://npm-proxy.cloud.databricks.com/import-without-cache/-/import-without-cache-0.2.5.tgz", + "integrity": "sha512-B6Lc2s6yApwnD2/pMzFh/d5AVjdsDXjgkeJ766FmFuJELIGHNycKRj+l3A39yZPM4CchqNCB4RITEAYB1KUM6A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + } + }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://npm-proxy.dev.databricks.com/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -3367,6 +3954,19 @@ "integrity": "sha512-9fqMSQbhJykSeii05nxKl4m6Eqn2P6rOlYiS+C5Dr/HPIU/7yZxu5qzbs40tgaFORiw2Amd0mirjxatXYMkIew==", "license": "Apache-2.0" }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://npm-proxy.cloud.databricks.com/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/json-bigint": { "version": "1.0.0", "resolved": "https://npm-proxy.dev.databricks.com/json-bigint/-/json-bigint-1.0.0.tgz", @@ -3637,6 +4237,20 @@ "dev": true, "license": "MIT" }, + "node_modules/obug": { + "version": "2.1.4", + "resolved": "https://npm-proxy.cloud.databricks.com/obug/-/obug-2.1.4.tgz", + "integrity": "sha512-4a+OsYv9UktOJKE+l1A4OufDgdRF9PifWj+tJnHURo/P+WOxpG4GzUFL9qCalmWauao6ogiG+QvnCovwPoyAWA==", + "dev": true, + "funding": [ + "https://github.com/sponsors/sxzz", + "https://opencollective.com/debug" + ], + "license": "MIT", + "engines": { + "node": ">=12.20.0" + } + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://npm-proxy.dev.databricks.com/once/-/once-1.4.0.tgz", @@ -3936,6 +4550,23 @@ "node": ">=6" } }, + "node_modules/quansync": { + "version": "1.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/quansync/-/quansync-1.0.0.tgz", + "integrity": "sha512-5xZacEEufv3HSTPQuchrvV6soaiACMFnq1H8wkVioctoH3TRha9Sz66lOxRwPK/qZj7HPiSveih9yAyh98gvqA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/antfu" + }, + { + "type": "individual", + "url": "https://github.com/sponsors/sxzz" + } + ], + "license": "MIT" + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://npm-proxy.dev.databricks.com/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -3974,6 +4605,16 @@ "node": ">=4" } }, + "node_modules/resolve-pkg-maps": { + "version": "1.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", + "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" + } + }, "node_modules/reusify": { "version": "1.1.0", "resolved": "https://npm-proxy.dev.databricks.com/reusify/-/reusify-1.1.0.tgz", @@ -4002,6 +4643,133 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/rolldown": { + "version": "1.0.0-rc.3", + "resolved": "https://npm-proxy.cloud.databricks.com/rolldown/-/rolldown-1.0.0-rc.3.tgz", + "integrity": "sha512-Po/YZECDOqVXjIXrtC5h++a5NLvKAQNrd9ggrIG3sbDfGO5BqTUsrI6l8zdniKRp3r5Tp/2JTrXqx4GIguFCMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oxc-project/types": "=0.112.0", + "@rolldown/pluginutils": "1.0.0-rc.3" + }, + "bin": { + "rolldown": "bin/cli.mjs" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "optionalDependencies": { + "@rolldown/binding-android-arm64": "1.0.0-rc.3", + "@rolldown/binding-darwin-arm64": "1.0.0-rc.3", + "@rolldown/binding-darwin-x64": "1.0.0-rc.3", + "@rolldown/binding-freebsd-x64": "1.0.0-rc.3", + "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.3", + "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.3", + "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.3", + "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.3", + "@rolldown/binding-linux-x64-musl": "1.0.0-rc.3", + "@rolldown/binding-openharmony-arm64": "1.0.0-rc.3", + "@rolldown/binding-wasm32-wasi": "1.0.0-rc.3", + "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.3", + "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.3" + } + }, + "node_modules/rolldown-plugin-dts": { + "version": "0.22.5", + "resolved": "https://npm-proxy.cloud.databricks.com/rolldown-plugin-dts/-/rolldown-plugin-dts-0.22.5.tgz", + "integrity": "sha512-M/HXfM4cboo+jONx9Z0X+CUf3B5tCi7ni+kR5fUW50Fp9AlZk0oVLesibGWgCXDKFp5lpgQ9yhKoImUFjl3VZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/generator": "8.0.0-rc.2", + "@babel/helper-validator-identifier": "8.0.0-rc.2", + "@babel/parser": "8.0.0-rc.2", + "@babel/types": "8.0.0-rc.2", + "ast-kit": "^3.0.0-beta.1", + "birpc": "^4.0.0", + "dts-resolver": "^2.1.3", + "get-tsconfig": "^4.13.6", + "obug": "^2.1.1" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + }, + "peerDependencies": { + "@ts-macro/tsc": "^0.3.6", + "@typescript/native-preview": ">=7.0.0-dev.20250601.1", + "rolldown": "^1.0.0-rc.3", + "typescript": "^5.0.0 || ^6.0.0-beta", + "vue-tsc": "~3.2.0" + }, + "peerDependenciesMeta": { + "@ts-macro/tsc": { + "optional": true + }, + "@typescript/native-preview": { + "optional": true + }, + "typescript": { + "optional": true + }, + "vue-tsc": { + "optional": true + } + } + }, + "node_modules/rolldown-plugin-dts/node_modules/@babel/helper-string-parser": { + "version": "8.0.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-string-parser/-/helper-string-parser-8.0.0.tgz", + "integrity": "sha512-6mJgmFFFIIO82vvoLt9XtRC7/TkzXfts1t/SpRX4IHSzMgqoPYCWesVu1udUPUWioAE/2fcG6WuI8zrkE1gwrg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^22.18.0 || >=24.11.0" + } + }, + "node_modules/rolldown-plugin-dts/node_modules/@babel/helper-validator-identifier": { + "version": "8.0.0-rc.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/helper-validator-identifier/-/helper-validator-identifier-8.0.0-rc.2.tgz", + "integrity": "sha512-xExUBkuXWJjVuIbO7z6q7/BA9bgfJDEhVL0ggrggLMbg0IzCUWGT1hZGE8qUH7Il7/RD/a6cZ3AAFrrlp1LF/A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/rolldown-plugin-dts/node_modules/@babel/parser": { + "version": "8.0.0-rc.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/parser/-/parser-8.0.0-rc.2.tgz", + "integrity": "sha512-29AhEtcq4x8Dp3T72qvUMZHx0OMXCj4Jy/TEReQa+KWLln524Cj1fWb3QFi0l/xSpptQBR6y9RNEXuxpFvwiUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^8.0.0-rc.2" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/rolldown-plugin-dts/node_modules/@babel/types": { + "version": "8.0.0-rc.2", + "resolved": "https://npm-proxy.cloud.databricks.com/@babel/types/-/types-8.0.0-rc.2.tgz", + "integrity": "sha512-91gAaWRznDwSX4E2tZ1YjBuIfnQVOFDCQ2r0Toby0gu4XEbyF623kXLMA8d4ZbCu+fINcrudkmEcwSUHgDDkNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^8.0.0-rc.2", + "@babel/helper-validator-identifier": "^8.0.0-rc.2" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, "node_modules/rollup": { "version": "4.59.0", "resolved": "https://npm-proxy.dev.databricks.com/rollup/-/rollup-4.59.0.tgz", @@ -4464,6 +5232,16 @@ "node": ">=6" } }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://npm-proxy.cloud.databricks.com/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "license": "MIT", + "bin": { + "tree-kill": "cli.js" + } + }, "node_modules/ts-api-utils": { "version": "2.4.0", "resolved": "https://npm-proxy.dev.databricks.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz", @@ -4477,6 +5255,86 @@ "typescript": ">=4.8.4" } }, + "node_modules/tsdown": { + "version": "0.20.3", + "resolved": "https://npm-proxy.cloud.databricks.com/tsdown/-/tsdown-0.20.3.tgz", + "integrity": "sha512-qWOUXSbe4jN8JZEgrkc/uhJpC8VN2QpNu3eZkBWwNuTEjc/Ik1kcc54ycfcQ5QPRHeu9OQXaLfCI3o7pEJgB2w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansis": "^4.2.0", + "cac": "^6.7.14", + "defu": "^6.1.4", + "empathic": "^2.0.0", + "hookable": "^6.0.1", + "import-without-cache": "^0.2.5", + "obug": "^2.1.1", + "picomatch": "^4.0.3", + "rolldown": "1.0.0-rc.3", + "rolldown-plugin-dts": "^0.22.1", + "semver": "^7.7.3", + "tinyexec": "^1.0.2", + "tinyglobby": "^0.2.15", + "tree-kill": "^1.2.2", + "unconfig-core": "^7.4.2", + "unrun": "^0.2.27" + }, + "bin": { + "tsdown": "dist/run.mjs" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/sxzz" + }, + "peerDependencies": { + "@arethetypeswrong/core": "^0.18.1", + "@vitejs/devtools": "*", + "publint": "^0.3.0", + "typescript": "^5.0.0", + "unplugin-lightningcss": "^0.4.0", + "unplugin-unused": "^0.5.0" + }, + "peerDependenciesMeta": { + "@arethetypeswrong/core": { + "optional": true + }, + "@vitejs/devtools": { + "optional": true + }, + "publint": { + "optional": true + }, + "typescript": { + "optional": true + }, + "unplugin-lightningcss": { + "optional": true + }, + "unplugin-unused": { + "optional": true + } + } + }, + "node_modules/tsdown/node_modules/tinyexec": { + "version": "1.2.4", + "resolved": "https://npm-proxy.cloud.databricks.com/tinyexec/-/tinyexec-1.2.4.tgz", + "integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://npm-proxy.cloud.databricks.com/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "dev": true, + "license": "0BSD", + "optional": true + }, "node_modules/tsx": { "version": "4.22.3", "resolved": "https://npm-proxy.dev.databricks.com/tsx/-/tsx-4.22.3.tgz", @@ -5111,6 +5969,20 @@ "dev": true, "license": "MIT" }, + "node_modules/unconfig-core": { + "version": "7.5.0", + "resolved": "https://npm-proxy.cloud.databricks.com/unconfig-core/-/unconfig-core-7.5.0.tgz", + "integrity": "sha512-Su3FauozOGP44ZmKdHy2oE6LPjk51M/TRRjHv2HNCWiDvfvCoxC2lno6jevMA91MYAdCdwP05QnWdWpSbncX/w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@quansync/fs": "^1.0.0", + "quansync": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/antfu" + } + }, "node_modules/undici-types": { "version": "6.21.0", "resolved": "https://npm-proxy.dev.databricks.com/undici-types/-/undici-types-6.21.0.tgz", @@ -5118,6 +5990,341 @@ "dev": true, "license": "MIT" }, + "node_modules/unrun": { + "version": "0.2.39", + "resolved": "https://npm-proxy.cloud.databricks.com/unrun/-/unrun-0.2.39.tgz", + "integrity": "sha512-h9FxYVpztY/wwq+bauLOh6Y3CWu2IVeRLq5lxzneBiIU9Tn86OGp9xiQrGhnYspAmg5dzdY0Cc8+Y70kuTARCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "rolldown": "1.0.0-rc.17" + }, + "bin": { + "unrun": "dist/cli.mjs" + }, + "engines": { + "node": ">=20.19.0" + }, + "funding": { + "url": "https://github.com/sponsors/Gugustinette" + }, + "peerDependencies": { + "synckit": "^0.11.11" + }, + "peerDependenciesMeta": { + "synckit": { + "optional": true + } + } + }, + "node_modules/unrun/node_modules/@emnapi/core": { + "version": "1.10.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/core/-/core-1.10.0.tgz", + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/unrun/node_modules/@emnapi/runtime": { + "version": "1.10.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/runtime/-/runtime-1.10.0.tgz", + "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/unrun/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "resolved": "https://npm-proxy.cloud.databricks.com/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/unrun/node_modules/@oxc-project/types": { + "version": "0.127.0", + "resolved": "https://npm-proxy.cloud.databricks.com/@oxc-project/types/-/types-0.127.0.tgz", + "integrity": "sha512-aIYXQBo4lCbO4z0R3FHeucQHpF46l2LbMdxRvqvuRuW2OxdnSkcng5B8+K12spgLDj93rtN3+J2Vac/TIO+ciQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/Boshen" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-android-arm64": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-android-arm64/-/binding-android-arm64-1.0.0-rc.17.tgz", + "integrity": "sha512-s70pVGhw4zqGeFnXWvAzJDlvxhlRollagdCCKRgOsgUOH3N1l0LIxf83AtGzmb5SiVM4Hjl5HyarMRfdfj3DaQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-darwin-arm64": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-darwin-arm64/-/binding-darwin-arm64-1.0.0-rc.17.tgz", + "integrity": "sha512-4ksWc9n0mhlZpZ9PMZgTGjeOPRu8MB1Z3Tz0Mo02eWfWCHMW1zN82Qz/pL/rC+yQa+8ZnutMF0JjJe7PjwasYw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-darwin-x64": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-darwin-x64/-/binding-darwin-x64-1.0.0-rc.17.tgz", + "integrity": "sha512-SUSDOI6WwUVNcWxd02QEBjLdY1VPHvlEkw6T/8nYG322iYWCTxRb1vzk4E+mWWYehTp7ERibq54LSJGjmouOsw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-freebsd-x64": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-freebsd-x64/-/binding-freebsd-x64-1.0.0-rc.17.tgz", + "integrity": "sha512-hwnz3nw9dbJ05EDO/PvcjaaewqqDy7Y1rn1UO81l8iIK1GjenME75dl16ajbvSSMfv66WXSRCYKIqfgq2KCfxw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-linux-arm-gnueabihf": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm-gnueabihf/-/binding-linux-arm-gnueabihf-1.0.0-rc.17.tgz", + "integrity": "sha512-IS+W7epTcwANmFSQFrS1SivEXHtl1JtuQA9wlxrZTcNi6mx+FDOYrakGevvvTwgj2JvWiK8B29/qD9BELZPyXQ==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-linux-arm64-gnu": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm64-gnu/-/binding-linux-arm64-gnu-1.0.0-rc.17.tgz", + "integrity": "sha512-e6usGaHKW5BMNZOymS1UcEYGowQMWcgZ71Z17Sl/h2+ZziNJ1a9n3Zvcz6LdRyIW5572wBCTH/Z+bKuZouGk9Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-linux-arm64-musl": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-arm64-musl/-/binding-linux-arm64-musl-1.0.0-rc.17.tgz", + "integrity": "sha512-b/CgbwAJpmrRLp02RPfhbudf5tZnN9nsPWK82znefso832etkem8H7FSZwxrOI9djcdTP7U6YfNhbRnh7djErg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-linux-x64-gnu": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-x64-gnu/-/binding-linux-x64-gnu-1.0.0-rc.17.tgz", + "integrity": "sha512-cLnjV3xfo7KslbU41Z7z8BH/E1y5mzUYzAqih1d1MDaIGZRCMqTijqLv76/P7fyHuvUcfGsIpqCdddbxLLK9rA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-linux-x64-musl": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-linux-x64-musl/-/binding-linux-x64-musl-1.0.0-rc.17.tgz", + "integrity": "sha512-0phclDw1spsL7dUB37sIARuis2tAgomCJXAHZlpt8PXZ4Ba0dRP1e+66lsRqrfhISeN9bEGNjQs+T/Fbd7oYGw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-openharmony-arm64": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-openharmony-arm64/-/binding-openharmony-arm64-1.0.0-rc.17.tgz", + "integrity": "sha512-0ag/hEgXOwgw4t8QyQvUCxvEg+V0KBcA6YuOx9g0r02MprutRF5dyljgm3EmR02O292UX7UeS6HzWHAl6KgyhA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-wasm32-wasi": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-wasm32-wasi/-/binding-wasm32-wasi-1.0.0-rc.17.tgz", + "integrity": "sha512-LEXei6vo0E5wTGwpkJ4KoT3OZJRnglwldt5ziLzOlc6qqb55z4tWNq2A+PFqCJuvWWdP53CVhG1Z9NtToDPJrA==", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.10.0", + "@emnapi/runtime": "1.10.0", + "@napi-rs/wasm-runtime": "^1.1.4" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-win32-arm64-msvc": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-win32-arm64-msvc/-/binding-win32-arm64-msvc-1.0.0-rc.17.tgz", + "integrity": "sha512-gUmyzBl3SPMa6hrqFUth9sVfcLBlYsbMzBx5PlexMroZStgzGqlZ26pYG89rBb45Mnia+oil6YAIFeEWGWhoZA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/binding-win32-x64-msvc": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/binding-win32-x64-msvc/-/binding-win32-x64-msvc-1.0.0-rc.17.tgz", + "integrity": "sha512-3hkiolcUAvPB9FLb3UZdfjVVNWherN1f/skkGWJP/fgSQhYUZpSIRr0/I8ZK9TkF3F7kxvJAk0+IcKvPHk9qQg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": "^20.19.0 || >=22.12.0" + } + }, + "node_modules/unrun/node_modules/@rolldown/pluginutils": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.17.tgz", + "integrity": "sha512-n8iosDOt6Ig1UhJ2AYqoIhHWh/isz0xpicHTzpKBeotdVsTEcxsSA/i3EVM7gQAj0rU27OLAxCjzlj15IWY7bg==", + "dev": true, + "license": "MIT" + }, + "node_modules/unrun/node_modules/rolldown": { + "version": "1.0.0-rc.17", + "resolved": "https://npm-proxy.cloud.databricks.com/rolldown/-/rolldown-1.0.0-rc.17.tgz", + "integrity": "sha512-ZrT53oAKrtA4+YtBWPQbtPOxIbVDbxT0orcYERKd63VJTF13zPcgXTvD4843L8pcsI7M6MErt8QtON6lrB9tyA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oxc-project/types": "=0.127.0", + "@rolldown/pluginutils": "1.0.0-rc.17" + }, + "bin": { + "rolldown": "bin/cli.mjs" + }, + "engines": { + "node": "^20.19.0 || >=22.12.0" + }, + "optionalDependencies": { + "@rolldown/binding-android-arm64": "1.0.0-rc.17", + "@rolldown/binding-darwin-arm64": "1.0.0-rc.17", + "@rolldown/binding-darwin-x64": "1.0.0-rc.17", + "@rolldown/binding-freebsd-x64": "1.0.0-rc.17", + "@rolldown/binding-linux-arm-gnueabihf": "1.0.0-rc.17", + "@rolldown/binding-linux-arm64-gnu": "1.0.0-rc.17", + "@rolldown/binding-linux-arm64-musl": "1.0.0-rc.17", + "@rolldown/binding-linux-ppc64-gnu": "1.0.0-rc.17", + "@rolldown/binding-linux-s390x-gnu": "1.0.0-rc.17", + "@rolldown/binding-linux-x64-gnu": "1.0.0-rc.17", + "@rolldown/binding-linux-x64-musl": "1.0.0-rc.17", + "@rolldown/binding-openharmony-arm64": "1.0.0-rc.17", + "@rolldown/binding-wasm32-wasi": "1.0.0-rc.17", + "@rolldown/binding-win32-arm64-msvc": "1.0.0-rc.17", + "@rolldown/binding-win32-x64-msvc": "1.0.0-rc.17" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://npm-proxy.dev.databricks.com/uri-js/-/uri-js-4.4.1.tgz", diff --git a/package.json b/package.json index da240e8f..a6b7682d 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "eslint-config-prettier": "^9.1.0", "playwright": "^1.48.0", "prettier": "^3.2.0", + "tsdown": "0.20.3", "turbo": "2.9.14", "typedoc": "^0.28.19", "typescript": "^5.7.0", diff --git a/packages/accessmanagement/package.json b/packages/accessmanagement/package.json index ce40ebd0..7b3977af 100644 --- a/packages/accessmanagement/package.json +++ b/packages/accessmanagement/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/aigateway/package.json b/packages/aigateway/package.json index c9d89b6b..683d6492 100644 --- a/packages/aigateway/package.json +++ b/packages/aigateway/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/alerts/package.json b/packages/alerts/package.json index 9014b4d1..092eb97e 100644 --- a/packages/alerts/package.json +++ b/packages/alerts/package.json @@ -20,7 +20,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/apps/package.json b/packages/apps/package.json index ddda8023..f04bfd52 100644 --- a/packages/apps/package.json +++ b/packages/apps/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/auth/package.json b/packages/auth/package.json index 1b3167c7..1ee8d372 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -37,7 +37,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src tests --ext .ts", "lint:fix": "eslint src tests --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 57f605cb..d41e5c8c 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/budgetpolicy/package.json b/packages/budgetpolicy/package.json index 3b0d06f3..dec75fa3 100644 --- a/packages/budgetpolicy/package.json +++ b/packages/budgetpolicy/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/budgets/package.json b/packages/budgets/package.json index e791e6cb..4196310f 100644 --- a/packages/budgets/package.json +++ b/packages/budgets/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/cleanrooms/package.json b/packages/cleanrooms/package.json index 616ed282..01df2423 100644 --- a/packages/cleanrooms/package.json +++ b/packages/cleanrooms/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/clusterlibraries/package.json b/packages/clusterlibraries/package.json index 427bfe53..999ce0a5 100644 --- a/packages/clusterlibraries/package.json +++ b/packages/clusterlibraries/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/clusterpolicies/package.json b/packages/clusterpolicies/package.json index bf2775ef..c0f25bde 100644 --- a/packages/clusterpolicies/package.json +++ b/packages/clusterpolicies/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/clusters/package.json b/packages/clusters/package.json index d8199ea5..a6d3bb35 100644 --- a/packages/clusters/package.json +++ b/packages/clusters/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/commandexecution/package.json b/packages/commandexecution/package.json index 11ec98de..42165f3e 100644 --- a/packages/commandexecution/package.json +++ b/packages/commandexecution/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/core/package.json b/packages/core/package.json index faad360b..f71a8c7e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -74,7 +74,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src tests --ext .ts", "lint:fix": "eslint src tests --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", diff --git a/packages/customllms/package.json b/packages/customllms/package.json index 73f97edd..6668a377 100644 --- a/packages/customllms/package.json +++ b/packages/customllms/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/database/package.json b/packages/database/package.json index 74b821f6..cceed464 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/dataclassification/package.json b/packages/dataclassification/package.json index 1d4af6d6..506de37d 100644 --- a/packages/dataclassification/package.json +++ b/packages/dataclassification/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/dataquality/package.json b/packages/dataquality/package.json index 8bb511c1..f04f3781 100644 --- a/packages/dataquality/package.json +++ b/packages/dataquality/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/disasterrecovery/package.json b/packages/disasterrecovery/package.json index 22d374de..8dc92558 100644 --- a/packages/disasterrecovery/package.json +++ b/packages/disasterrecovery/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/environments/package.json b/packages/environments/package.json index d90d4b67..7e78e930 100644 --- a/packages/environments/package.json +++ b/packages/environments/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/experiments/package.json b/packages/experiments/package.json index 82f54125..759deedb 100644 --- a/packages/experiments/package.json +++ b/packages/experiments/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/features/package.json b/packages/features/package.json index a231ce31..c55e6874 100644 --- a/packages/features/package.json +++ b/packages/features/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/featurestore/package.json b/packages/featurestore/package.json index 7a40557a..8b265dd2 100644 --- a/packages/featurestore/package.json +++ b/packages/featurestore/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/files/package.json b/packages/files/package.json index 7ab87a8e..fc612f90 100644 --- a/packages/files/package.json +++ b/packages/files/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/forecasting/package.json b/packages/forecasting/package.json index b77c3d45..b13f5b48 100644 --- a/packages/forecasting/package.json +++ b/packages/forecasting/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/genie/package.json b/packages/genie/package.json index cc5728a2..753a7c96 100644 --- a/packages/genie/package.json +++ b/packages/genie/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/gitcredentials/package.json b/packages/gitcredentials/package.json index 4a30dbbc..0f47d7c2 100644 --- a/packages/gitcredentials/package.json +++ b/packages/gitcredentials/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/globalinitscripts/package.json b/packages/globalinitscripts/package.json index 0bb36cac..90c9e361 100644 --- a/packages/globalinitscripts/package.json +++ b/packages/globalinitscripts/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/instancepools/package.json b/packages/instancepools/package.json index b0c9820b..6e668258 100644 --- a/packages/instancepools/package.json +++ b/packages/instancepools/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/instanceprofiles/package.json b/packages/instanceprofiles/package.json index 112644d4..9c561aa4 100644 --- a/packages/instanceprofiles/package.json +++ b/packages/instanceprofiles/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/jobs/package.json b/packages/jobs/package.json index 5cfff986..60477570 100644 --- a/packages/jobs/package.json +++ b/packages/jobs/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/keyconfigurations/package.json b/packages/keyconfigurations/package.json index 6e20ced0..439c4eb0 100644 --- a/packages/keyconfigurations/package.json +++ b/packages/keyconfigurations/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/knowledgeassistants/package.json b/packages/knowledgeassistants/package.json index f0f180ee..d6f8c79b 100644 --- a/packages/knowledgeassistants/package.json +++ b/packages/knowledgeassistants/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/lakeview/package.json b/packages/lakeview/package.json index afb0bfa7..1ddf5e1d 100644 --- a/packages/lakeview/package.json +++ b/packages/lakeview/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/logdelivery/package.json b/packages/logdelivery/package.json index f521facd..fa3d3ee8 100644 --- a/packages/logdelivery/package.json +++ b/packages/logdelivery/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/marketplaces/package.json b/packages/marketplaces/package.json index fe4dc874..cfe0b4b5 100644 --- a/packages/marketplaces/package.json +++ b/packages/marketplaces/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/modelregistry/package.json b/packages/modelregistry/package.json index 2a7bea95..ea53481c 100644 --- a/packages/modelregistry/package.json +++ b/packages/modelregistry/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/modelserving/package.json b/packages/modelserving/package.json index b59f6d9e..12c33ea5 100644 --- a/packages/modelserving/package.json +++ b/packages/modelserving/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/modelservingquery/package.json b/packages/modelservingquery/package.json index 933ccceb..c142fc6c 100644 --- a/packages/modelservingquery/package.json +++ b/packages/modelservingquery/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/networking/package.json b/packages/networking/package.json index 2ae98d76..c833711d 100644 --- a/packages/networking/package.json +++ b/packages/networking/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/notificationdestinations/package.json b/packages/notificationdestinations/package.json index 96455bc1..4e53f667 100644 --- a/packages/notificationdestinations/package.json +++ b/packages/notificationdestinations/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/oauth/package.json b/packages/oauth/package.json index c6a80ac8..d2a56057 100644 --- a/packages/oauth/package.json +++ b/packages/oauth/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/options/package.json b/packages/options/package.json index be1fba4a..8a2ee0b4 100644 --- a/packages/options/package.json +++ b/packages/options/package.json @@ -25,7 +25,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src tests --ext .ts", "lint:fix": "eslint src tests --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", diff --git a/packages/pipelines/package.json b/packages/pipelines/package.json index bc703e23..e5802b27 100644 --- a/packages/pipelines/package.json +++ b/packages/pipelines/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/policyfamilies/package.json b/packages/policyfamilies/package.json index aff7a7d3..8cb01114 100644 --- a/packages/policyfamilies/package.json +++ b/packages/policyfamilies/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/postgres/package.json b/packages/postgres/package.json index f996f8ff..ffd051c8 100644 --- a/packages/postgres/package.json +++ b/packages/postgres/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/queries/package.json b/packages/queries/package.json index 5f58638e..e843376e 100644 --- a/packages/queries/package.json +++ b/packages/queries/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/queryhistory/package.json b/packages/queryhistory/package.json index 89c802a4..f1e4db3b 100644 --- a/packages/queryhistory/package.json +++ b/packages/queryhistory/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/repos/package.json b/packages/repos/package.json index fbe48936..2c22d411 100644 --- a/packages/repos/package.json +++ b/packages/repos/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/scim/package.json b/packages/scim/package.json index 43b1d1c7..ea11473c 100644 --- a/packages/scim/package.json +++ b/packages/scim/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/secrets/package.json b/packages/secrets/package.json index 8d25ab2a..65f7e3b4 100644 --- a/packages/secrets/package.json +++ b/packages/secrets/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/settings/package.json b/packages/settings/package.json index c2ec9184..508a906d 100644 --- a/packages/settings/package.json +++ b/packages/settings/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/sharing/package.json b/packages/sharing/package.json index 9c29afcc..bdb78d87 100644 --- a/packages/sharing/package.json +++ b/packages/sharing/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/statementexecution/package.json b/packages/statementexecution/package.json index bc8ed080..2062ae90 100644 --- a/packages/statementexecution/package.json +++ b/packages/statementexecution/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/storageconfigurations/package.json b/packages/storageconfigurations/package.json index 712d70f0..1b46cdba 100644 --- a/packages/storageconfigurations/package.json +++ b/packages/storageconfigurations/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/supervisoragents/package.json b/packages/supervisoragents/package.json index 815a4c70..bcc426a4 100644 --- a/packages/supervisoragents/package.json +++ b/packages/supervisoragents/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/tagassignments/package.json b/packages/tagassignments/package.json index 31d60bd0..1e1ed846 100644 --- a/packages/tagassignments/package.json +++ b/packages/tagassignments/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/tagpolicies/package.json b/packages/tagpolicies/package.json index 32949b0c..e724ae21 100644 --- a/packages/tagpolicies/package.json +++ b/packages/tagpolicies/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/tokenmanagement/package.json b/packages/tokenmanagement/package.json index f35245a1..4d8026e9 100644 --- a/packages/tokenmanagement/package.json +++ b/packages/tokenmanagement/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 075eb8c6..b3fff78d 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/abacpolicies/package.json b/packages/uc/abacpolicies/package.json index 658445b2..ad22b66c 100644 --- a/packages/uc/abacpolicies/package.json +++ b/packages/uc/abacpolicies/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/artifactallowlists/package.json b/packages/uc/artifactallowlists/package.json index 97963a8d..47d72910 100644 --- a/packages/uc/artifactallowlists/package.json +++ b/packages/uc/artifactallowlists/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/catalogs/package.json b/packages/uc/catalogs/package.json index 35cc06fe..27ccd512 100644 --- a/packages/uc/catalogs/package.json +++ b/packages/uc/catalogs/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/connections/package.json b/packages/uc/connections/package.json index 4dffcb6c..59cec1cc 100644 --- a/packages/uc/connections/package.json +++ b/packages/uc/connections/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/credentials/package.json b/packages/uc/credentials/package.json index f389362a..1533f0ce 100644 --- a/packages/uc/credentials/package.json +++ b/packages/uc/credentials/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/entitytagassignments/package.json b/packages/uc/entitytagassignments/package.json index 018b9240..092bf94c 100644 --- a/packages/uc/entitytagassignments/package.json +++ b/packages/uc/entitytagassignments/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/externallineage/package.json b/packages/uc/externallineage/package.json index 4eb4028e..2670ddce 100644 --- a/packages/uc/externallineage/package.json +++ b/packages/uc/externallineage/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/externallocations/package.json b/packages/uc/externallocations/package.json index ff5bbdd5..622f71df 100644 --- a/packages/uc/externallocations/package.json +++ b/packages/uc/externallocations/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/externalmetadata/package.json b/packages/uc/externalmetadata/package.json index b580316d..f3ae8552 100644 --- a/packages/uc/externalmetadata/package.json +++ b/packages/uc/externalmetadata/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/functions/package.json b/packages/uc/functions/package.json index 37b39280..6c140bf9 100644 --- a/packages/uc/functions/package.json +++ b/packages/uc/functions/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/grants/package.json b/packages/uc/grants/package.json index 24c9f424..02b6c55d 100644 --- a/packages/uc/grants/package.json +++ b/packages/uc/grants/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/metastores/package.json b/packages/uc/metastores/package.json index 698ac438..f4498b50 100644 --- a/packages/uc/metastores/package.json +++ b/packages/uc/metastores/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/onlinetables/package.json b/packages/uc/onlinetables/package.json index 3d2bef30..09f44412 100644 --- a/packages/uc/onlinetables/package.json +++ b/packages/uc/onlinetables/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/registeredmodels/package.json b/packages/uc/registeredmodels/package.json index e57f668e..cc6368b3 100644 --- a/packages/uc/registeredmodels/package.json +++ b/packages/uc/registeredmodels/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/resourcequotas/package.json b/packages/uc/resourcequotas/package.json index b4346014..162fbb6a 100644 --- a/packages/uc/resourcequotas/package.json +++ b/packages/uc/resourcequotas/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/rfa/package.json b/packages/uc/rfa/package.json index da5f14e7..4f6f9fdd 100644 --- a/packages/uc/rfa/package.json +++ b/packages/uc/rfa/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/schemas/package.json b/packages/uc/schemas/package.json index 564516f1..4c1a4952 100644 --- a/packages/uc/schemas/package.json +++ b/packages/uc/schemas/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/secrets/package.json b/packages/uc/secrets/package.json index 75a93ef2..75506ce8 100644 --- a/packages/uc/secrets/package.json +++ b/packages/uc/secrets/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/systemschemas/package.json b/packages/uc/systemschemas/package.json index 99d37214..9cbcf72f 100644 --- a/packages/uc/systemschemas/package.json +++ b/packages/uc/systemschemas/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/tables/package.json b/packages/uc/tables/package.json index 07098168..6055e944 100644 --- a/packages/uc/tables/package.json +++ b/packages/uc/tables/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/volumes/package.json b/packages/uc/volumes/package.json index 68d53995..ee5784ed 100644 --- a/packages/uc/volumes/package.json +++ b/packages/uc/volumes/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/uc/workspacebindings/package.json b/packages/uc/workspacebindings/package.json index 31a3ef50..b6430567 100644 --- a/packages/uc/workspacebindings/package.json +++ b/packages/uc/workspacebindings/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/usagedashboards/package.json b/packages/usagedashboards/package.json index df697790..6ad659e9 100644 --- a/packages/usagedashboards/package.json +++ b/packages/usagedashboards/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/vectorsearch/package.json b/packages/vectorsearch/package.json index 5ff004ae..4d99e567 100644 --- a/packages/vectorsearch/package.json +++ b/packages/vectorsearch/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/warehouses/package.json b/packages/warehouses/package.json index 9e49f413..741347b0 100644 --- a/packages/warehouses/package.json +++ b/packages/warehouses/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/packages/workspaces/package.json b/packages/workspaces/package.json index 10557769..14e67355 100644 --- a/packages/workspaces/package.json +++ b/packages/workspaces/package.json @@ -15,7 +15,7 @@ "LICENSE" ], "scripts": { - "build": "tsc -b", + "build": "tsdown", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\"", diff --git a/tsdown.config.ts b/tsdown.config.ts new file mode 100644 index 00000000..17bd5b6b --- /dev/null +++ b/tsdown.config.ts @@ -0,0 +1,25 @@ +import {defineConfig} from 'tsdown'; + +export default defineConfig({ + entry: { + '*': 'src/**/*.ts', + }, + outDir: 'dist', + format: 'esm', + platform: 'neutral', + target: 'es2024', + minify: false, + dts: { + resolver: 'tsc', + sourcemap: true, + }, + sourcemap: true, + clean: false, + unbundle: true, + hash: false, + external: id => /^[^./]/.test(id), + tsconfig: './tsconfig.json', + outExtensions: () => ({ + js: '.js', + }), +});