@visulima/cerebro 3.0.0-alpha.28 → 3.0.0-alpha.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/LICENSE.md +2 -132
- package/dist/commands/completion-command.d.ts +1 -1
- package/dist/commands/help-command.d.ts +1 -1
- package/dist/commands/readme-command.d.ts +1 -1
- package/dist/commands/version-command.d.ts +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/packem_shared/{plugin-manager.d-BSQtHbWS.d.ts → plugin-manager.d-CuIdny8w.d.ts} +0 -3
- package/dist/plugins/error-handler-plugin.d.ts +1 -1
- package/dist/plugins/runtime-version-check-plugin.d.ts +1 -1
- package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.29](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.28...@visulima/cerebro@3.0.0-alpha.29) (2026-05-29)
|
|
2
|
+
|
|
3
|
+
### Tests
|
|
4
|
+
|
|
5
|
+
* improve coverage across packages ([91bd6d3](https://github.com/visulima/visulima/commit/91bd6d3b61736e3c8bd1fc59b0b5955f76a5d323))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.19
|
|
11
|
+
|
|
1
12
|
## @visulima/cerebro [3.0.0-alpha.28](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.27...@visulima/cerebro@3.0.0-alpha.28) (2026-05-27)
|
|
2
13
|
|
|
3
14
|
### Features
|
package/LICENSE.md
CHANGED
|
@@ -169,14 +169,11 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
169
169
|
>
|
|
170
170
|
>
|
|
171
171
|
> # Licenses of bundled types
|
|
172
|
-
>
|
|
173
172
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
174
173
|
> MIT
|
|
175
174
|
>
|
|
176
175
|
> # Bundled types:
|
|
177
|
-
>
|
|
178
176
|
> ## @visulima/error
|
|
179
|
-
>
|
|
180
177
|
> License: MIT
|
|
181
178
|
> By: Daniel Bannert
|
|
182
179
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -204,40 +201,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
204
201
|
> > SOFTWARE.
|
|
205
202
|
> >
|
|
206
203
|
> >
|
|
207
|
-
>
|
|
208
|
-
> # Licenses of bundled dependencies
|
|
209
|
-
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
210
|
-
> MIT
|
|
211
|
-
>
|
|
212
|
-
> # Bundled dependencies:
|
|
213
|
-
> ## @visulima/error
|
|
214
|
-
> License: MIT
|
|
215
|
-
> By: Daniel Bannert
|
|
216
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
217
|
-
>
|
|
218
|
-
> > MIT License
|
|
219
|
-
> >
|
|
220
|
-
> > Copyright (c) 2026 visulima
|
|
221
|
-
> >
|
|
222
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
223
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
224
|
-
> > in the Software without restriction, including without limitation the rights
|
|
225
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
226
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
227
|
-
> > furnished to do so, subject to the following conditions:
|
|
228
|
-
> >
|
|
229
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
230
|
-
> > copies or substantial portions of the Software.
|
|
231
|
-
> >
|
|
232
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
233
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
234
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
235
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
236
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
237
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
238
|
-
> > SOFTWARE.
|
|
239
|
-
> >
|
|
240
|
-
> >
|
|
241
204
|
> >
|
|
242
205
|
> > # Licenses of bundled dependencies
|
|
243
206
|
> >
|
|
@@ -262,7 +225,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
262
225
|
> > >
|
|
263
226
|
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
264
227
|
> >
|
|
265
|
-
> >
|
|
228
|
+
> >
|
|
266
229
|
> >
|
|
267
230
|
> >
|
|
268
231
|
> >
|
|
@@ -288,34 +251,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
288
251
|
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
289
252
|
> > > See the License for the specific language governing permissions and
|
|
290
253
|
> > > limitations under the License.
|
|
291
|
-
>
|
|
292
|
-
>
|
|
293
|
-
>
|
|
294
|
-
> > # Licenses of bundled types
|
|
295
|
-
> >
|
|
296
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
297
|
-
> > Apache-2.0
|
|
298
|
-
> >
|
|
299
|
-
> > # Bundled types:
|
|
300
|
-
> >
|
|
301
|
-
> > ## ai
|
|
302
|
-
> >
|
|
303
|
-
> > License: Apache-2.0
|
|
304
|
-
> > Repository: git+https://github.com/vercel/ai.git
|
|
305
|
-
> >
|
|
306
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
307
|
-
> > >
|
|
308
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
309
|
-
> > > you may not use this file except in compliance with the License.
|
|
310
|
-
> > > You may obtain a copy of the License at
|
|
311
|
-
> > >
|
|
312
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
313
|
-
> > >
|
|
314
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
315
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
316
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
317
|
-
> > > See the License for the specific language governing permissions and
|
|
318
|
-
> > > limitations under the License.
|
|
319
254
|
|
|
320
255
|
---------------------------------------
|
|
321
256
|
|
|
@@ -1341,14 +1276,11 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1341
1276
|
>
|
|
1342
1277
|
>
|
|
1343
1278
|
> # Licenses of bundled types
|
|
1344
|
-
>
|
|
1345
1279
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1346
1280
|
> MIT
|
|
1347
1281
|
>
|
|
1348
1282
|
> # Bundled types:
|
|
1349
|
-
>
|
|
1350
1283
|
> ## @visulima/error
|
|
1351
|
-
>
|
|
1352
1284
|
> License: MIT
|
|
1353
1285
|
> By: Daniel Bannert
|
|
1354
1286
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -1376,40 +1308,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1376
1308
|
> > SOFTWARE.
|
|
1377
1309
|
> >
|
|
1378
1310
|
> > <!-- DEPENDENCIES -->
|
|
1379
|
-
>
|
|
1380
|
-
> # Licenses of bundled dependencies
|
|
1381
|
-
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1382
|
-
> MIT
|
|
1383
|
-
>
|
|
1384
|
-
> # Bundled dependencies:
|
|
1385
|
-
> ## @visulima/error
|
|
1386
|
-
> License: MIT
|
|
1387
|
-
> By: Daniel Bannert
|
|
1388
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
1389
|
-
>
|
|
1390
|
-
> > MIT License
|
|
1391
|
-
> >
|
|
1392
|
-
> > Copyright (c) 2026 visulima
|
|
1393
|
-
> >
|
|
1394
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1395
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
1396
|
-
> > in the Software without restriction, including without limitation the rights
|
|
1397
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1398
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
1399
|
-
> > furnished to do so, subject to the following conditions:
|
|
1400
|
-
> >
|
|
1401
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
1402
|
-
> > copies or substantial portions of the Software.
|
|
1403
|
-
> >
|
|
1404
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1405
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1406
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1407
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1408
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1409
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1410
|
-
> > SOFTWARE.
|
|
1411
|
-
> >
|
|
1412
|
-
> >
|
|
1413
1311
|
> >
|
|
1414
1312
|
> > # Licenses of bundled dependencies
|
|
1415
1313
|
> >
|
|
@@ -1434,7 +1332,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1434
1332
|
> > >
|
|
1435
1333
|
> > > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1436
1334
|
> >
|
|
1437
|
-
> >
|
|
1335
|
+
> > <!-- /DEPENDENCIES -->
|
|
1438
1336
|
> >
|
|
1439
1337
|
> >
|
|
1440
1338
|
> >
|
|
@@ -1460,34 +1358,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1460
1358
|
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1461
1359
|
> > > See the License for the specific language governing permissions and
|
|
1462
1360
|
> > > limitations under the License.
|
|
1463
|
-
>
|
|
1464
|
-
> <!-- /DEPENDENCIES -->
|
|
1465
|
-
>
|
|
1466
|
-
> > # Licenses of bundled types
|
|
1467
|
-
> >
|
|
1468
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1469
|
-
> > Apache-2.0
|
|
1470
|
-
> >
|
|
1471
|
-
> > # Bundled types:
|
|
1472
|
-
> >
|
|
1473
|
-
> > ## ai
|
|
1474
|
-
> >
|
|
1475
|
-
> > License: Apache-2.0
|
|
1476
|
-
> > Repository: git+https://github.com/vercel/ai.git
|
|
1477
|
-
> >
|
|
1478
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
1479
|
-
> > >
|
|
1480
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
1481
|
-
> > > you may not use this file except in compliance with the License.
|
|
1482
|
-
> > > You may obtain a copy of the License at
|
|
1483
|
-
> > >
|
|
1484
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
1485
|
-
> > >
|
|
1486
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
1487
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
1488
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1489
|
-
> > > See the License for the specific language governing permissions and
|
|
1490
|
-
> > > limitations under the License.
|
|
1491
1361
|
|
|
1492
1362
|
---------------------------------------
|
|
1493
1363
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OptionDefinition, A as ArgumentDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-
|
|
1
|
+
import { O as OptionDefinition, A as ArgumentDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-CuIdny8w.js";
|
|
2
2
|
import '@visulima/tabular';
|
|
3
3
|
declare class HelpCommand<TLogger extends Console = Console> implements Command<OptionDefinition<string>, TLogger> {
|
|
4
4
|
argument: ArgumentDefinition<string>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as CerebroFs, b as CommandSection, O as OptionDefinition, C as Command, P as Plugin, c as PluginManager, d as CliRunOptions, R as RunCommandOptions, T as Toolbox, e as CommandExecute, f as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-
|
|
2
|
-
export { type A as ArgumentDefinition, type g as CerebroProcess, type E as EnvDefinition, type h as OutputType, type i as PluginContext, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-
|
|
1
|
+
import { a as CerebroFs, b as CommandSection, O as OptionDefinition, C as Command, P as Plugin, c as PluginManager, d as CliRunOptions, R as RunCommandOptions, T as Toolbox, e as CommandExecute, f as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-CuIdny8w.js";
|
|
2
|
+
export { type A as ArgumentDefinition, type g as CerebroProcess, type E as EnvDefinition, type h as OutputType, type i as PluginContext, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-CuIdny8w.js";
|
|
3
3
|
export { V as VisulimaError } from "./packem_shared/index.d-Br8HpP0A.js";
|
|
4
4
|
import '@visulima/tabular';
|
|
5
5
|
type CliOptions<T extends Console = Console> = {
|
package/dist/packem_shared/{plugin-manager.d-BSQtHbWS.d.ts → plugin-manager.d-CuIdny8w.d.ts}
RENAMED
|
@@ -38,9 +38,6 @@ interface OptionDefinition$1 {
|
|
|
38
38
|
*/
|
|
39
39
|
type?: (input: string) => any;
|
|
40
40
|
}
|
|
41
|
-
/**
|
|
42
|
-
* Error thrown when an option is already set (duplicate assignment).
|
|
43
|
-
*/
|
|
44
41
|
/** A Content section comprises a header and one or more lines of content. */
|
|
45
42
|
interface Content {
|
|
46
43
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { O as Options$1 } from "../packem_shared/index.d-Br8HpP0A.js";
|
|
2
|
-
import { P as Plugin } from "../packem_shared/plugin-manager.d-
|
|
2
|
+
import { P as Plugin } from "../packem_shared/plugin-manager.d-CuIdny8w.js";
|
|
3
3
|
import '@visulima/tabular';
|
|
4
4
|
type ErrorHandlerOptions = {
|
|
5
5
|
/** Show detailed error information including stack traces and code frames (default: false) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/cerebro",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.29",
|
|
4
4
|
"description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@bomb.sh/tab": "0.0.15",
|
|
119
119
|
"@visulima/boxen": "3.0.0-alpha.11",
|
|
120
120
|
"@visulima/find-cache-dir": "3.0.0-alpha.10",
|
|
121
|
-
"@visulima/pail": "4.0.0-alpha.
|
|
121
|
+
"@visulima/pail": "4.0.0-alpha.19",
|
|
122
122
|
"github-slugger": "2.0.0"
|
|
123
123
|
},
|
|
124
124
|
"peerDependenciesMeta": {
|