diff --git a/biome.json b/biome.json index 984237f..ab0ad18 100644 --- a/biome.json +++ b/biome.json @@ -22,7 +22,7 @@ "linter": { "enabled": true, "rules": { - "recommended": true, + "preset": "recommended", "suspicious": { "noAssignInExpressions": "off", "noExplicitAny": "off" diff --git a/docs/autocomplete.md b/docs/autocomplete.md index 1eabc5d..cc04351 100644 --- a/docs/autocomplete.md +++ b/docs/autocomplete.md @@ -33,4 +33,4 @@ EXAMPLES $ commercelayer autocomplete --refresh-cache ``` -_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.45/src/commands/autocomplete/index.ts)_ +_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.56/src/commands/autocomplete/index.ts)_ diff --git a/docs/help.md b/docs/help.md index 6973cdc..240eb7c 100644 --- a/docs/help.md +++ b/docs/help.md @@ -22,4 +22,4 @@ DESCRIPTION Display help for commercelayer. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.58/src/commands/help.ts)_ diff --git a/docs/plugins.md b/docs/plugins.md index e1df647..6bf2dfb 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -33,7 +33,7 @@ EXAMPLES $ commercelayer plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/index.ts)_ ### `commercelayer plugins:available` @@ -80,7 +80,7 @@ EXAMPLES $ commercelayer plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/inspect.ts)_ ### `commercelayer plugins:install PLUGIN` @@ -129,7 +129,7 @@ EXAMPLES $ commercelayer plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/install.ts)_ ### `commercelayer plugins:latest [PLUGIN]` @@ -185,7 +185,7 @@ EXAMPLES $ commercelayer plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/link.ts)_ ### `commercelayer plugins:reset` @@ -200,7 +200,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/reset.ts)_ ### `commercelayer plugins:uninstall [PLUGIN]` @@ -228,7 +228,7 @@ EXAMPLES $ commercelayer plugins:uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/uninstall.ts)_ ### `commercelayer plugins:update` @@ -246,4 +246,4 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 0133614..71587ed 100644 --- a/package.json +++ b/package.json @@ -94,8 +94,8 @@ "release": "pnpm upgrade && pnpm lint && pnpm prepack && pnpm postpack" }, "devDependencies": { - "@biomejs/biome": "^2.5.2", - "@commercelayer/cli-dev": "^3.1.5", + "@biomejs/biome": "^2.5.8", + "@commercelayer/cli-dev": "^3.1.9", "@fig/complete-oclif": "^2.0.1", "@oclif/test": "^3.2.15", "@semantic-release/changelog": "^6.0.3", @@ -105,29 +105,29 @@ "@types/inquirer": "^8.2.13", "@types/lodash.kebabcase": "^4.1.9", "@types/mocha": "^10.0.10", - "@types/node": "^25.9.4", + "@types/node": "^25.9.5", "@types/update-notifier": "^5.1.0", "@withfig/autocomplete-types": "^1.31.0", "chai": "^6.2.2", "dotenv": "^17.4.2", "mocha": "^10.8.2", "nyc": "^18.0.0", - "oclif": "^4.23.24", - "prettier": "^3.9.4", - "semantic-release": "^25.0.5", - "tsx": "^4.22.4", + "oclif": "^4.23.30", + "prettier": "^3.9.6", + "semantic-release": "^25.0.9", + "tsx": "^4.23.12", "typescript": "^5.9.3" }, "dependencies": { - "@commercelayer/cli-core": "^5.11.1", - "@commercelayer/cli-ux": "^1.2.1", + "@commercelayer/cli-core": "^5.11.3", + "@commercelayer/cli-ux": "^1.2.3", "@commercelayer/provisioning-sdk": "^2.10.2", "@commercelayer/sdk": "^6.58.0", "@oclif/core": "^3.27.0", - "@oclif/plugin-autocomplete": "^3.2.53", - "@oclif/plugin-help": "^6.2.53", - "@oclif/plugin-not-found": "^3.2.88", - "@oclif/plugin-plugins": "^5.4.81", + "@oclif/plugin-autocomplete": "^3.2.56", + "@oclif/plugin-help": "^6.2.58", + "@oclif/plugin-not-found": "^3.2.93", + "@oclif/plugin-plugins": "^5.4.87", "configstore": "^5.0.1", "inquirer": "^8.2.7", "lodash.kebabcase": "^4.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da01053..3c3e851 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@commercelayer/cli-core': - specifier: ^5.11.1 - version: 5.11.1 + specifier: ^5.11.3 + version: 5.11.3 '@commercelayer/cli-ux': - specifier: ^1.2.1 - version: 1.2.1(@oclif/core@3.27.0) + specifier: ^1.2.3 + version: 1.2.3(@oclif/core@3.27.0) '@commercelayer/provisioning-sdk': specifier: ^2.10.2 version: 2.10.2 @@ -24,17 +24,17 @@ importers: specifier: ^3.27.0 version: 3.27.0 '@oclif/plugin-autocomplete': - specifier: ^3.2.53 - version: 3.2.53 + specifier: ^3.2.56 + version: 3.2.56(supports-color@8.1.1) '@oclif/plugin-help': - specifier: ^6.2.53 - version: 6.2.53 + specifier: ^6.2.58 + version: 6.2.58 '@oclif/plugin-not-found': - specifier: ^3.2.88 - version: 3.2.88(@types/node@25.9.5) + specifier: ^3.2.93 + version: 3.2.93(@types/node@25.9.5) '@oclif/plugin-plugins': - specifier: ^5.4.81 - version: 5.4.84 + specifier: ^5.4.87 + version: 5.4.87(supports-color@8.1.1) configstore: specifier: ^5.0.1 version: 5.0.1 @@ -52,23 +52,23 @@ importers: version: 5.1.7 devDependencies: '@biomejs/biome': - specifier: ^2.5.2 - version: 2.5.4 + specifier: ^2.5.8 + version: 2.5.8 '@commercelayer/cli-dev': - specifier: ^3.1.5 - version: 3.1.6 + specifier: ^3.1.9 + version: 3.1.9 '@fig/complete-oclif': specifier: ^2.0.1 version: 2.0.1(@types/node@25.9.5)(typescript@5.9.3) '@oclif/test': specifier: ^3.2.15 - version: 3.2.15 + version: 3.2.15(supports-color@8.1.1) '@semantic-release/changelog': specifier: ^6.0.3 - version: 6.0.3(semantic-release@25.0.8(typescript@5.9.3)) + version: 6.0.3(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3)) '@semantic-release/git': specifier: ^10.0.1 - version: 10.0.1(semantic-release@25.0.8(typescript@5.9.3)) + version: 10.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1) '@types/chai': specifier: ^5.2.3 version: 5.2.3 @@ -85,7 +85,7 @@ importers: specifier: ^10.0.10 version: 10.0.10 '@types/node': - specifier: ^25.9.4 + specifier: ^25.9.5 version: 25.9.5 '@types/update-notifier': specifier: ^5.1.0 @@ -104,19 +104,19 @@ importers: version: 10.8.2 nyc: specifier: ^18.0.0 - version: 18.0.0 + version: 18.0.0(supports-color@8.1.1) oclif: - specifier: ^4.23.24 - version: 4.23.27(@types/node@25.9.5) + specifier: ^4.23.30 + version: 4.23.30(@types/node@25.9.5)(supports-color@8.1.1) prettier: - specifier: ^3.9.4 - version: 3.9.5 + specifier: ^3.9.6 + version: 3.9.6 semantic-release: - specifier: ^25.0.5 - version: 25.0.8(typescript@5.9.3) + specifier: ^25.0.9 + version: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) tsx: - specifier: ^4.22.4 - version: 4.23.1 + specifier: ^4.23.12 + version: 4.23.12 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -278,59 +278,59 @@ packages: resolution: {integrity: sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==} engines: {node: '>=6.9.0'} - '@biomejs/biome@2.5.4': - resolution: {integrity: sha512-xy5FNE5kQJKyK5MR1gJy6ztXYx4WBAbYGlK04lMEgmyPRWKybY9NFwiG9yo0XdzOU8Xvhj41u034J1ywfoWfMw==} + '@biomejs/biome@2.5.8': + resolution: {integrity: sha512-aeAeeJB9fSDc7Gq+2GqpQxA0qBj6gj1k2R6L1cYqGePKP/baIq1WX8y6B+D+nRsO5ViQL22K/8IwbqERW0q1nw==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.5.4': - resolution: {integrity: sha512-4o3NFRobXHynkgcFVrlZsoDAFtF2ldlEGN8sORSws5ZQqyY4PXnPUIylu4ksfyHuwkfvDREuWh3JK+niRwGq3w==} + '@biomejs/cli-darwin-arm64@2.5.8': + resolution: {integrity: sha512-mk1QON9PHllvvLN5gU3f4rMxeh4syK5p9OvKyWH6/W8ueh04uaC8TUXXByhGufWf/y5mQc03ZLM45zU+cmqMjA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.5.4': - resolution: {integrity: sha512-D32P5HkU2Y6PySuC/WsVDTOgsDwVFmujzhhhOQjajtATpVWFDXuVd3oRbsWNSEA+aaFzyzZm22szsyydBYlSyQ==} + '@biomejs/cli-darwin-x64@2.5.8': + resolution: {integrity: sha512-bsGwFMBNyHPyiLSsQcZJxdoRrg1V4JL+d7wEsvUBczlP9U9lwM+7mzQHxI4o1mhBsTmdOBbAb6fHU3Z3snN45w==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.5.4': - resolution: {integrity: sha512-Rpm5/AT1m+DlJmUoYvS4/vXc+0tXJPJ2NQz25TGPyHVF5JrWy75PE0GH6kVxsKtQDuCH4OgzquZq0R4kj/wCVg==} + '@biomejs/cli-linux-arm64-musl@2.5.8': + resolution: {integrity: sha512-VcJNbstduTHx83NGAdhp78/JOcP45BZHXL7yNsfI1uGzdUgegAz2s+mSoT7wK6PBNzLoqG0zDOXaz/RQYVtSiw==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [musl] - '@biomejs/cli-linux-arm64@2.5.4': - resolution: {integrity: sha512-pSEfW7B8kTsXUjUxC1xVVK+y85Ht3C5XxZ9gclmC7/3Ku9Vqz8jmI7k0p/BNIjQ6t4sFERI2sFeH73ybiZl6YQ==} + '@biomejs/cli-linux-arm64@2.5.8': + resolution: {integrity: sha512-XmFiA0WPYFC+uiUDC8WRFzAIH9bo7vwQLav38Uoq4ETC+T/+uBi0TsYGJECkugY3r8USl3jc+Ae2/irAF6F2lQ==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] libc: [glibc] - '@biomejs/cli-linux-x64-musl@2.5.4': - resolution: {integrity: sha512-aby/PohmmgbShcHqFsZVzG8H6D98+P+A6xRWRrQcLW1pCjabcov5UUlke4UqNQBYTkDQav+jB4zyyDDeKB2GaA==} + '@biomejs/cli-linux-x64-musl@2.5.8': + resolution: {integrity: sha512-kKmiyokeISRGq2FLwvr+TzsgBusfxaZ0FZNLcOYOpCK/78tRrEjeEBLvq3xLZMpqbANgJdRPI7vZX8ZL37u9/w==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [musl] - '@biomejs/cli-linux-x64@2.5.4': - resolution: {integrity: sha512-FNxojWJkL7EajAuzBgoLe0T2G0y112M4lBrDIFl/DomFTx8yqenYOIdsRLNXvOvBBofE8hJi85LjzLmBDpY7/Q==} + '@biomejs/cli-linux-x64@2.5.8': + resolution: {integrity: sha512-S5wcm9OBDvLHodD4PUaN488hCpco9QD/9ZxuYJiw4euWtr/oQvLR72z2ixItH8Wd5BCm6FZaeb+YNvOoM1xHtQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] libc: [glibc] - '@biomejs/cli-win32-arm64@2.5.4': - resolution: {integrity: sha512-emoXexPZIPAZkz2RKmA95WJUqK3I5MJNYtwEbL5ESciRzhmFMMyekDhNG8hpeOaK+ZGRDxAU4wvGuA5IHQ0h0w==} + '@biomejs/cli-win32-arm64@2.5.8': + resolution: {integrity: sha512-nILH0mzm3Hi3iEdd7o7GpB8kBR/mSQwfQG/tyBqyNrY2GFtcgwfV9nV8xLmbtUpMNY/Oi0Ml1XgfR4flOdq+AA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.5.4': - resolution: {integrity: sha512-U1jaluLw1qQc2Tx7/CeSoL9N5XcqIH+GWjpUAy1ouB5nVjSCMNO+NNHdY3RAs8zxNurLWAdj6pehQdCA2zyU+Q==} + '@biomejs/cli-win32-x64@2.5.8': + resolution: {integrity: sha512-I2czzXTY61f3nFJxXoMDq80t7MivxDEnCjE+8sDKoFfcKMaoQdkqhIFQ3KyY0XLzeSpUBYeNAXgD+iOV/BU0VA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -339,17 +339,17 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@commercelayer/cli-core@5.11.1': - resolution: {integrity: sha512-wbnE02yp5jOYY/UUNNFjEkvzScgVU5cJoGrPjXvJow/Vk25i9FXzgFcMSHpMtYJ8IlNFQhCdyx031P1rZx7Rog==} + '@commercelayer/cli-core@5.11.3': + resolution: {integrity: sha512-OC7f0sAheFZ4y4iSaYs2g+dsXjKDcW7OroPbkGgFUHJ9fyrKz3DRQYua2phdgQ0CTRjdb44giVQQve8vaXGc0A==} engines: {node: '>=20'} - '@commercelayer/cli-dev@3.1.6': - resolution: {integrity: sha512-X/BaVm4xF2j73H4ej5VSPGsR3oCDqOqB/hAKfLCK7pe89oU7SA8kf1NVh/YEVZOTQ7z9kY3wxJSdkJeFOeyQ5g==} + '@commercelayer/cli-dev@3.1.9': + resolution: {integrity: sha512-xJTWdlbo0jViEi/5ctJfAWSpogCtYG6f9qhJ+oWHhtKwLr+8flxIcKyxfOwGIQI8gSFPYF4jt8aPp8Mu90UxDw==} engines: {node: '>=20'} hasBin: true - '@commercelayer/cli-ux@1.2.1': - resolution: {integrity: sha512-ClfS1KkpwUGZ4OBprVOOYVJzqvhzmZIdRVA/RcNDe489VePws9hZv3oSc9P0XAij40kALnWIe+IZnNoEiQgvdQ==} + '@commercelayer/cli-ux@1.2.3': + resolution: {integrity: sha512-ZdKoqtI/g0eH5YRDblBJG36E0qeoO5JgnT28ZDJnLSzH7o3vsMmrY0khhACsLzj4GkmWFVaA2iQJYmz46A0vyQ==} engines: {node: '>=20'} peerDependencies: '@oclif/core': 3.27.0 @@ -738,20 +738,32 @@ packages: resolution: {integrity: sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==} engines: {node: '>=18.0.0'} - '@oclif/plugin-autocomplete@3.2.53': - resolution: {integrity: sha512-cGAgN9ujTDxa6C84d6XNVsmoFnDFfHwdiykAnAfym3oBLxoXBNYMZhmfnZ8KBWDy/r/DYf11BrGJwqKl2P0iSA==} + '@oclif/core@4.13.5': + resolution: {integrity: sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw==} + engines: {node: '>=18.0.0'} + + '@oclif/plugin-autocomplete@3.2.56': + resolution: {integrity: sha512-P96b6RZvQatlJ6pX6sgIFOQhgX2tFVhgSfw53GT/MajecCQNFGVqagJKo2CfcPsacDpuFuPRT6zji8h1oaqtrA==} engines: {node: '>=18.0.0'} '@oclif/plugin-help@6.2.53': resolution: {integrity: sha512-njx2nTH87EQEEuz4ShNtL0gzzN981MRkDPqScbu+Tkd7NpIv30OHdTjQK1GzGtkf+V2RvSYIrX+LrLsUVh9DJw==} engines: {node: '>=18.0.0'} + '@oclif/plugin-help@6.2.58': + resolution: {integrity: sha512-DAYMXZrTWRMLTbpX+rT+ibAmKrZ6IVNGn+fgAGjMoeNlqlSY94eJHocgmqChMwsdWp3H3x+jFmPJiYQt/ifr3Q==} + engines: {node: '>=18.0.0'} + '@oclif/plugin-not-found@3.2.88': resolution: {integrity: sha512-5YTKSpuV77910/iGnGsj0fr9kOazCy/h1brki1CocbfawdvaVPedcwCH25wMcdRfo8mFD656bG9/kdki/+Wb9A==} engines: {node: '>=18.0.0'} - '@oclif/plugin-plugins@5.4.84': - resolution: {integrity: sha512-MPWLirqUsclzOFzQ0LzF+5ZxZX7KaMKeMdmaPEGGNWHEKMXJxETDSj8EYQ0k38bJc7mqPxeg8fKGoSRj05n+Ag==} + '@oclif/plugin-not-found@3.2.93': + resolution: {integrity: sha512-KBizxn+kgTPWLUCo/vDz/oDdEA5Ll5H6x0jJhl05B56yHwgQp46ZxwXmtBsxvvgrmMqJEtFUw2Qrq+nTHWWv4g==} + engines: {node: '>=18.0.0'} + + '@oclif/plugin-plugins@5.4.87': + resolution: {integrity: sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw==} engines: {node: '>=18.0.0'} '@oclif/plugin-warn-if-update-available@3.1.68': @@ -1490,6 +1502,11 @@ packages: engines: {node: '>=0.10.0'} hasBin: true + ejs@6.0.1: + resolution: {integrity: sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA==} + engines: {node: '>=0.12.18'} + hasBin: true + electron-to-chromium@1.5.393: resolution: {integrity: sha512-kiDJdIUawuEIcp9XoICKp1iTYDEbgguIPq526N1Q7jIQDeQ3CqoMx71025PI/7E48Ddtw2HuWsVjY7afEgNxmg==} @@ -1925,6 +1942,11 @@ packages: engines: {node: '>=8'} hasBin: true + is-docker@3.0.0: + resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + hasBin: true + is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -1937,6 +1959,11 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} + is-inside-container@1.0.0: + resolution: {integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==} + engines: {node: '>=14.16'} + hasBin: true + is-installed-globally@0.4.0: resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} engines: {node: '>=10'} @@ -2004,6 +2031,10 @@ packages: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} + is-wsl@3.1.1: + resolution: {integrity: sha512-e6rvdUCiQCAuumZslxRJWR/Doq4VpPR82kqclvcS0efgt430SlGIk05vdCN58+VrzgtIcfNODjozVielycD4Sw==} + engines: {node: '>=16'} + is-yarn-global@0.3.0: resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} @@ -2486,8 +2517,8 @@ packages: resolution: {integrity: sha512-Y6tg5rHfsefSkfKujv2SwHulInROy/rCL5F4w0QOWxut8AnxYxf0YmNhTh95Zfyxpsudo66uqkux0ACFnyMSgQ==} engines: {node: '>= 16'} - oclif@4.23.27: - resolution: {integrity: sha512-DNUQ22pglqstzuTRb+E4yjJI20PVGNGHCJa/vzH3HQCrS0B0GQPjWwIeMWjgWaQHBi1oXO2jMDHHpCLDNgW/tQ==} + oclif@4.23.30: + resolution: {integrity: sha512-x8sMRv606XqZAWEfGh981PP2JM4G2CKt4/z2KDntoNHljD8slfJ5sHaDFUQya9w6W8xOJDMFF3UaLAFFYHo13w==} engines: {node: '>=18.0.0'} hasBin: true @@ -2675,8 +2706,12 @@ packages: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} - prettier@3.9.5: - resolution: {integrity: sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==} + powershell-utils@0.1.0: + resolution: {integrity: sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==} + engines: {node: '>=20'} + + prettier@3.9.6: + resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==} engines: {node: '>=14'} hasBin: true @@ -2829,8 +2864,8 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - semantic-release@25.0.8: - resolution: {integrity: sha512-w/iZ0bur36rKffXZYmIUmy068eoBY3Ij1DCCddx2JwWEM5Tg+eU9ld/E9qSInVvPASyyR2Ln/XGfQ9OZrMlhtw==} + semantic-release@25.0.9: + resolution: {integrity: sha512-bxve7csK0/Txr++CkfrmV+X1r4jqiSOw2WsSad9E2S68R+ZfLBwDn8IceM8WfiOmKQIHgsQc1cNA8Dzg7U75pg==} engines: {node: ^22.14.0 || >= 24.10.0} hasBin: true @@ -3082,8 +3117,8 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - tsx@4.23.1: - resolution: {integrity: sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==} + tsx@4.23.12: + resolution: {integrity: sha512-FDf4L4sYzKtzWYhU/Xm0AQFdTjdIxNo9ElTf2mxXM6k8YMHXzYUe4yODVaXP4V9uMFbVg8c0qyBccK2OOxb45Q==} engines: {node: '>=18.0.0'} hasBin: true @@ -3281,6 +3316,10 @@ packages: write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} + wsl-utils@0.4.0: + resolution: {integrity: sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA==} + engines: {node: '>=20'} + xdg-basedir@4.0.0: resolution: {integrity: sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==} engines: {node: '>=8'} @@ -3550,16 +3589,16 @@ snapshots: '@babel/compat-data@7.29.7': {} - '@babel/core@7.29.7': + '@babel/core@7.29.7(supports-color@8.1.1)': dependencies: '@babel/code-frame': 7.29.7 '@babel/generator': 7.29.7 '@babel/helper-compilation-targets': 7.29.7 - '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7) + '@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1) '@babel/helpers': 7.29.7 '@babel/parser': 7.29.7 '@babel/template': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.7(supports-color@8.1.1) '@babel/types': 7.29.7 '@jridgewell/remapping': 2.3.5 convert-source-map: 2.0.0 @@ -3588,19 +3627,19 @@ snapshots: '@babel/helper-globals@7.29.7': {} - '@babel/helper-module-imports@7.29.7': + '@babel/helper-module-imports@7.29.7(supports-color@8.1.1)': dependencies: - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.7(supports-color@8.1.1) '@babel/types': 7.29.7 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)': + '@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)': dependencies: - '@babel/core': 7.29.7 - '@babel/helper-module-imports': 7.29.7 + '@babel/core': 7.29.7(supports-color@8.1.1) + '@babel/helper-module-imports': 7.29.7(supports-color@8.1.1) '@babel/helper-validator-identifier': 7.29.7 - '@babel/traverse': 7.29.7 + '@babel/traverse': 7.29.7(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -3625,7 +3664,7 @@ snapshots: '@babel/parser': 7.29.7 '@babel/types': 7.29.7 - '@babel/traverse@7.29.7': + '@babel/traverse@7.29.7(supports-color@8.1.1)': dependencies: '@babel/code-frame': 7.29.7 '@babel/generator': 7.29.7 @@ -3642,45 +3681,45 @@ snapshots: '@babel/helper-string-parser': 7.29.7 '@babel/helper-validator-identifier': 7.29.7 - '@biomejs/biome@2.5.4': + '@biomejs/biome@2.5.8': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.5.4 - '@biomejs/cli-darwin-x64': 2.5.4 - '@biomejs/cli-linux-arm64': 2.5.4 - '@biomejs/cli-linux-arm64-musl': 2.5.4 - '@biomejs/cli-linux-x64': 2.5.4 - '@biomejs/cli-linux-x64-musl': 2.5.4 - '@biomejs/cli-win32-arm64': 2.5.4 - '@biomejs/cli-win32-x64': 2.5.4 - - '@biomejs/cli-darwin-arm64@2.5.4': + '@biomejs/cli-darwin-arm64': 2.5.8 + '@biomejs/cli-darwin-x64': 2.5.8 + '@biomejs/cli-linux-arm64': 2.5.8 + '@biomejs/cli-linux-arm64-musl': 2.5.8 + '@biomejs/cli-linux-x64': 2.5.8 + '@biomejs/cli-linux-x64-musl': 2.5.8 + '@biomejs/cli-win32-arm64': 2.5.8 + '@biomejs/cli-win32-x64': 2.5.8 + + '@biomejs/cli-darwin-arm64@2.5.8': optional: true - '@biomejs/cli-darwin-x64@2.5.4': + '@biomejs/cli-darwin-x64@2.5.8': optional: true - '@biomejs/cli-linux-arm64-musl@2.5.4': + '@biomejs/cli-linux-arm64-musl@2.5.8': optional: true - '@biomejs/cli-linux-arm64@2.5.4': + '@biomejs/cli-linux-arm64@2.5.8': optional: true - '@biomejs/cli-linux-x64-musl@2.5.4': + '@biomejs/cli-linux-x64-musl@2.5.8': optional: true - '@biomejs/cli-linux-x64@2.5.4': + '@biomejs/cli-linux-x64@2.5.8': optional: true - '@biomejs/cli-win32-arm64@2.5.4': + '@biomejs/cli-win32-arm64@2.5.8': optional: true - '@biomejs/cli-win32-x64@2.5.4': + '@biomejs/cli-win32-x64@2.5.8': optional: true '@colors/colors@1.5.0': optional: true - '@commercelayer/cli-core@5.11.1': + '@commercelayer/cli-core@5.11.3': dependencies: '@commercelayer/js-auth': 6.7.2 '@oclif/core': 3.27.0 @@ -3690,7 +3729,7 @@ snapshots: transitivePeerDependencies: - encoding - '@commercelayer/cli-dev@3.1.6': + '@commercelayer/cli-dev@3.1.9': dependencies: '@oclif/core': 3.27.0 fs-extra: 10.1.0 @@ -3699,7 +3738,7 @@ snapshots: normalize-package-data: 5.0.0 tslib: 2.8.1 - '@commercelayer/cli-ux@1.2.1(@oclif/core@3.27.0)': + '@commercelayer/cli-ux@1.2.3(@oclif/core@3.27.0)': dependencies: '@oclif/core': 3.27.0 ansi-escapes: 4.3.2 @@ -3811,7 +3850,7 @@ snapshots: '@fig/complete-oclif@2.0.1(@types/node@25.9.5)(typescript@5.9.3)': dependencies: '@oclif/core': 2.16.0(@types/node@25.9.5)(typescript@5.9.3) - prettier: 3.9.5 + prettier: 3.9.6 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -4118,7 +4157,28 @@ snapshots: wordwrap: 1.0.0 wrap-ansi: 7.0.0 - '@oclif/plugin-autocomplete@3.2.53': + '@oclif/core@4.13.5': + dependencies: + ansi-escapes: 4.3.2 + ansis: 3.17.0 + clean-stack: 3.0.1 + cli-spinners: 2.9.2 + debug: 4.4.3(supports-color@8.1.1) + ejs: 6.0.1 + get-package-type: 0.1.0 + indent-string: 4.0.0 + lilconfig: 3.1.3 + minimatch: 10.2.5 + semver: 7.8.5 + string-width: 4.2.3 + supports-color: 8.1.1 + tinyglobby: 0.2.17 + widest-line: 3.1.0 + wordwrap: 1.0.0 + wrap-ansi: 7.0.0 + wsl-utils: 0.4.0 + + '@oclif/plugin-autocomplete@3.2.56(supports-color@8.1.1)': dependencies: '@oclif/core': 4.11.14 ansis: 3.17.0 @@ -4131,6 +4191,10 @@ snapshots: dependencies: '@oclif/core': 4.11.14 + '@oclif/plugin-help@6.2.58': + dependencies: + '@oclif/core': 4.11.14 + '@oclif/plugin-not-found@3.2.88(@types/node@25.9.5)': dependencies: '@inquirer/prompts': 7.10.1(@types/node@25.9.5) @@ -4140,9 +4204,18 @@ snapshots: transitivePeerDependencies: - '@types/node' - '@oclif/plugin-plugins@5.4.84': + '@oclif/plugin-not-found@3.2.93(@types/node@25.9.5)': dependencies: - '@oclif/core': 4.11.14 + '@inquirer/prompts': 7.10.1(@types/node@25.9.5) + '@oclif/core': 4.13.5 + ansis: 3.17.0 + fast-levenshtein: 3.0.0 + transitivePeerDependencies: + - '@types/node' + + '@oclif/plugin-plugins@5.4.87(supports-color@8.1.1)': + dependencies: + '@oclif/core': 4.13.5 ansis: 3.17.0 debug: 4.4.3(supports-color@8.1.1) npm: 11.18.0 @@ -4156,22 +4229,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@oclif/plugin-warn-if-update-available@3.1.68': + '@oclif/plugin-warn-if-update-available@3.1.68(supports-color@8.1.1)': dependencies: '@oclif/core': 4.11.14 ansis: 3.17.0 debug: 4.4.3(supports-color@8.1.1) - http-call: 5.3.0 + http-call: 5.3.0(supports-color@8.1.1) lodash: 4.18.1 registry-auth-token: 5.1.1 transitivePeerDependencies: - supports-color - '@oclif/test@3.2.15': + '@oclif/test@3.2.15(supports-color@8.1.1)': dependencies: '@oclif/core': 3.27.0 chai: 4.5.0 - fancy-test: 3.0.16 + fancy-test: 3.0.16(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -4249,25 +4322,25 @@ snapshots: '@sec-ant/readable-stream@0.4.1': {} - '@semantic-release/changelog@6.0.3(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/changelog@6.0.3(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))': dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 fs-extra: 11.3.6 lodash: 4.18.1 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) - '@semantic-release/commit-analyzer@13.0.1(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/commit-analyzer@13.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)': dependencies: conventional-changelog-angular: 8.3.1 conventional-changelog-writer: 8.4.0 conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.4.0 debug: 4.4.3(supports-color@8.1.1) - import-from-esm: 2.0.0 + import-from-esm: 2.0.0(supports-color@8.1.1) lodash-es: 4.18.1 micromatch: 4.0.8 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) transitivePeerDependencies: - supports-color @@ -4275,7 +4348,7 @@ snapshots: '@semantic-release/error@4.0.0': {} - '@semantic-release/git@10.0.1(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/git@10.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)': dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 @@ -4285,11 +4358,11 @@ snapshots: lodash: 4.18.1 micromatch: 4.0.8 p-reduce: 2.1.0 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) transitivePeerDependencies: - supports-color - '@semantic-release/github@12.0.9(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/github@12.0.9(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)': dependencies: '@octokit/core': 7.0.6 '@octokit/plugin-paginate-rest': 14.0.0(@octokit/core@7.0.6) @@ -4299,13 +4372,13 @@ snapshots: aggregate-error: 5.0.0 debug: 4.4.3(supports-color@8.1.1) dir-glob: 3.0.1 - http-proxy-agent: 9.1.0 - https-proxy-agent: 9.1.0 + http-proxy-agent: 9.1.0(supports-color@8.1.1) + https-proxy-agent: 9.1.0(supports-color@8.1.1) issue-parser: 7.0.2 lodash-es: 4.18.1 mime: 4.1.0 p-filter: 4.1.0 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) tinyglobby: 0.2.17 undici: 7.28.0 url-join: 5.0.0 @@ -4313,7 +4386,7 @@ snapshots: - kerberos - supports-color - '@semantic-release/npm@13.1.5(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/npm@13.1.5(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))': dependencies: '@actions/core': 3.0.1 '@semantic-release/error': 4.0.0 @@ -4328,21 +4401,21 @@ snapshots: rc: 1.2.8 read-pkg: 10.1.0 registry-auth-token: 5.1.1 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) semver: 7.8.5 tempy: 3.2.0 - '@semantic-release/release-notes-generator@14.1.1(semantic-release@25.0.8(typescript@5.9.3))': + '@semantic-release/release-notes-generator@14.1.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1)': dependencies: conventional-changelog-angular: 8.3.1 conventional-changelog-writer: 8.4.0 conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.4.0 debug: 4.4.3(supports-color@8.1.1) - import-from-esm: 2.0.0 + import-from-esm: 2.0.0(supports-color@8.1.1) lodash-es: 4.18.1 read-package-up: 11.0.0 - semantic-release: 25.0.8(typescript@5.9.3) + semantic-release: 25.0.9(supports-color@8.1.1)(typescript@5.9.3) transitivePeerDependencies: - supports-color @@ -4976,6 +5049,8 @@ snapshots: dependencies: jake: 10.9.4 + ejs@6.0.1: {} + electron-to-chromium@1.5.393: {} emoji-regex@10.6.0: {} @@ -5079,7 +5154,7 @@ snapshots: strip-final-newline: 4.0.0 yoctocolors: 2.1.2 - fancy-test@3.0.16: + fancy-test@3.0.16(supports-color@8.1.1): dependencies: '@types/chai': 5.2.3 '@types/lodash': 4.17.24 @@ -5087,9 +5162,9 @@ snapshots: '@types/sinon': 22.0.0 lodash: 4.18.1 mock-stdin: 1.0.0 - nock: 13.5.6 + nock: 13.5.6(supports-color@8.1.1) sinon: 16.1.3 - stdout-stderr: 0.1.13 + stdout-stderr: 0.1.13(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -5341,7 +5416,7 @@ snapshots: http-cache-semantics@4.2.0: {} - http-call@5.3.0: + http-call@5.3.0(supports-color@8.1.1): dependencies: content-type: 1.0.5 debug: 4.4.3(supports-color@8.1.1) @@ -5352,7 +5427,7 @@ snapshots: transitivePeerDependencies: - supports-color - http-proxy-agent@9.1.0: + http-proxy-agent@9.1.0(supports-color@8.1.1): dependencies: agent-base: 9.0.0 debug: 4.4.3(supports-color@8.1.1) @@ -5366,7 +5441,7 @@ snapshots: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - https-proxy-agent@9.1.0: + https-proxy-agent@9.1.0(supports-color@8.1.1): dependencies: agent-base: 9.0.0 debug: 4.4.3(supports-color@8.1.1) @@ -5396,7 +5471,7 @@ snapshots: parent-module: 1.0.1 resolve-from: 4.0.0 - import-from-esm@2.0.0: + import-from-esm@2.0.0(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) import-meta-resolve: 4.2.0 @@ -5464,6 +5539,8 @@ snapshots: is-docker@2.2.1: {} + is-docker@3.0.0: {} + is-extglob@2.1.1: {} is-fullwidth-code-point@3.0.0: {} @@ -5472,6 +5549,10 @@ snapshots: dependencies: is-extglob: 2.1.1 + is-inside-container@1.0.0: + dependencies: + is-docker: 3.0.0 + is-installed-globally@0.4.0: dependencies: global-dirs: 3.0.1 @@ -5511,6 +5592,10 @@ snapshots: dependencies: is-docker: 2.2.1 + is-wsl@3.1.1: + dependencies: + is-inside-container: 1.0.0 + is-yarn-global@0.3.0: {} isarray@1.0.0: {} @@ -5540,9 +5625,9 @@ snapshots: dependencies: append-transform: 2.0.0 - istanbul-lib-instrument@6.0.3: + istanbul-lib-instrument@6.0.3(supports-color@8.1.1): dependencies: - '@babel/core': 7.29.7 + '@babel/core': 7.29.7(supports-color@8.1.1) '@babel/parser': 7.29.7 '@istanbuljs/schema': 0.1.6 istanbul-lib-coverage: 3.2.2 @@ -5564,7 +5649,7 @@ snapshots: make-dir: 4.0.0 supports-color: 7.2.0 - istanbul-lib-source-maps@4.0.1: + istanbul-lib-source-maps@4.0.1(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) istanbul-lib-coverage: 3.2.2 @@ -5851,7 +5936,7 @@ snapshots: lower-case: 2.0.2 tslib: 2.8.1 - nock@13.5.6: + nock@13.5.6(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) json-stringify-safe: 5.0.1 @@ -5923,7 +6008,7 @@ snapshots: npm@11.18.0: {} - nyc@18.0.0: + nyc@18.0.0(supports-color@8.1.1): dependencies: '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.6 @@ -5937,10 +6022,10 @@ snapshots: glob: 13.0.6 istanbul-lib-coverage: 3.2.2 istanbul-lib-hook: 3.0.0 - istanbul-lib-instrument: 6.0.3 + istanbul-lib-instrument: 6.0.3(supports-color@8.1.1) istanbul-lib-processinfo: 3.0.1 istanbul-lib-report: 3.0.1 - istanbul-lib-source-maps: 4.0.1 + istanbul-lib-source-maps: 4.0.1(supports-color@8.1.1) istanbul-reports: 3.2.0 make-dir: 3.1.0 node-preload: 0.2.1 @@ -5961,7 +6046,7 @@ snapshots: object-treeify@4.0.1: {} - oclif@4.23.27(@types/node@25.9.5): + oclif@4.23.30(@types/node@25.9.5)(supports-color@8.1.1): dependencies: '@aws-sdk/client-cloudfront': 3.1090.0 '@aws-sdk/client-s3': 3.1090.0 @@ -5971,7 +6056,7 @@ snapshots: '@oclif/core': 4.11.14 '@oclif/plugin-help': 6.2.53 '@oclif/plugin-not-found': 3.2.88(@types/node@25.9.5) - '@oclif/plugin-warn-if-update-available': 3.1.68 + '@oclif/plugin-warn-if-update-available': 3.1.68(supports-color@8.1.1) ansis: 3.17.0 async-retry: 1.3.3 change-case: 4.1.2 @@ -6163,7 +6248,9 @@ snapshots: dependencies: find-up: 4.1.0 - prettier@3.9.5: {} + powershell-utils@0.1.0: {} + + prettier@3.9.6: {} pretty-ms@9.3.0: dependencies: @@ -6310,13 +6397,13 @@ snapshots: safer-buffer@2.1.2: {} - semantic-release@25.0.8(typescript@5.9.3): + semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3): dependencies: - '@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.8(typescript@5.9.3)) + '@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1) '@semantic-release/error': 4.0.0 - '@semantic-release/github': 12.0.9(semantic-release@25.0.8(typescript@5.9.3)) - '@semantic-release/npm': 13.1.5(semantic-release@25.0.8(typescript@5.9.3)) - '@semantic-release/release-notes-generator': 14.1.1(semantic-release@25.0.8(typescript@5.9.3)) + '@semantic-release/github': 12.0.9(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1) + '@semantic-release/npm': 13.1.5(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3)) + '@semantic-release/release-notes-generator': 14.1.1(semantic-release@25.0.9(supports-color@8.1.1)(typescript@5.9.3))(supports-color@8.1.1) aggregate-error: 5.0.0 cosmiconfig: 9.0.2(typescript@5.9.3) debug: 4.4.3(supports-color@8.1.1) @@ -6328,7 +6415,7 @@ snapshots: git-log-parser: 1.2.1 hook-std: 4.0.0 hosted-git-info: 9.0.3 - import-from-esm: 2.0.0 + import-from-esm: 2.0.0(supports-color@8.1.1) lodash-es: 4.18.1 marked: 15.0.12 marked-terminal: 7.3.0(marked@15.0.12) @@ -6447,7 +6534,7 @@ snapshots: sprintf-js@1.0.3: {} - stdout-stderr@0.1.13: + stdout-stderr@0.1.13(supports-color@8.1.1): dependencies: debug: 4.4.3(supports-color@8.1.1) strip-ansi: 6.0.1 @@ -6602,7 +6689,7 @@ snapshots: tslib@2.8.1: {} - tsx@4.23.1: + tsx@4.23.12: dependencies: esbuild: 0.28.1 optionalDependencies: @@ -6781,6 +6868,11 @@ snapshots: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 + wsl-utils@0.4.0: + dependencies: + is-wsl: 3.1.1 + powershell-utils: 0.1.0 + xdg-basedir@4.0.0: {} xtend@4.0.2: {}