@visulima/cerebro 3.0.0-alpha.13 → 3.0.0-alpha.14
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 +7 -0
- package/LICENSE.md +86 -91
- 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-Du-YXFui.d.ts → plugin-manager.d-Dz-wu1tI.d.ts} +3 -0
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.14](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.13...@visulima/cerebro@3.0.0-alpha.14) (2026-05-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.15
|
|
7
|
+
|
|
1
8
|
## @visulima/cerebro [3.0.0-alpha.13](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.12...@visulima/cerebro@3.0.0-alpha.13) (2026-04-30)
|
|
2
9
|
|
|
3
10
|
### Features
|
package/LICENSE.md
CHANGED
|
@@ -133,44 +133,20 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
133
133
|
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
134
134
|
> > >
|
|
135
135
|
> > > 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.
|
|
136
|
-
> >
|
|
137
|
-
> >
|
|
138
|
-
> >
|
|
139
|
-
> >
|
|
140
|
-
> >
|
|
141
|
-
> > # Licenses of bundled types
|
|
142
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
143
|
-
> > Apache-2.0
|
|
144
|
-
> >
|
|
145
|
-
> > # Bundled types:
|
|
146
|
-
> > ## ai
|
|
147
|
-
> > License: Apache-2.0
|
|
148
|
-
> > Repository: https://github.com/vercel/ai
|
|
149
|
-
> >
|
|
150
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
151
|
-
> > >
|
|
152
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
153
|
-
> > > you may not use this file except in compliance with the License.
|
|
154
|
-
> > > You may obtain a copy of the License at
|
|
155
|
-
> > >
|
|
156
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
157
|
-
> > >
|
|
158
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
159
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
160
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
161
|
-
> > > See the License for the specific language governing permissions and
|
|
162
|
-
> > > limitations under the License.
|
|
163
136
|
>
|
|
164
137
|
>
|
|
165
138
|
>
|
|
166
139
|
>
|
|
167
140
|
>
|
|
168
141
|
> # Licenses of bundled types
|
|
142
|
+
>
|
|
169
143
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
170
144
|
> MIT
|
|
171
145
|
>
|
|
172
146
|
> # Bundled types:
|
|
147
|
+
>
|
|
173
148
|
> ## @visulima/error
|
|
149
|
+
>
|
|
174
150
|
> License: MIT
|
|
175
151
|
> By: Daniel Bannert
|
|
176
152
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -198,6 +174,40 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
198
174
|
> > SOFTWARE.
|
|
199
175
|
> >
|
|
200
176
|
> >
|
|
177
|
+
>
|
|
178
|
+
> # Licenses of bundled dependencies
|
|
179
|
+
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
180
|
+
> MIT
|
|
181
|
+
>
|
|
182
|
+
> # Bundled dependencies:
|
|
183
|
+
> ## @visulima/error
|
|
184
|
+
> License: MIT
|
|
185
|
+
> By: Daniel Bannert
|
|
186
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
187
|
+
>
|
|
188
|
+
> > MIT License
|
|
189
|
+
> >
|
|
190
|
+
> > Copyright (c) 2026 visulima
|
|
191
|
+
> >
|
|
192
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
193
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
194
|
+
> > in the Software without restriction, including without limitation the rights
|
|
195
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
196
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
197
|
+
> > furnished to do so, subject to the following conditions:
|
|
198
|
+
> >
|
|
199
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
200
|
+
> > copies or substantial portions of the Software.
|
|
201
|
+
> >
|
|
202
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
203
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
204
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
205
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
206
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
207
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
208
|
+
> > SOFTWARE.
|
|
209
|
+
> >
|
|
210
|
+
> >
|
|
201
211
|
> >
|
|
202
212
|
> > # Licenses of bundled dependencies
|
|
203
213
|
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
@@ -218,19 +228,20 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
218
228
|
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
219
229
|
> > >
|
|
220
230
|
> > > 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.
|
|
221
|
-
>
|
|
222
|
-
>
|
|
223
|
-
> >
|
|
224
|
-
> >
|
|
231
|
+
>
|
|
232
|
+
>
|
|
225
233
|
> >
|
|
226
234
|
> > # Licenses of bundled types
|
|
235
|
+
> >
|
|
227
236
|
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
228
237
|
> > Apache-2.0
|
|
229
238
|
> >
|
|
230
239
|
> > # Bundled types:
|
|
240
|
+
> >
|
|
231
241
|
> > ## ai
|
|
242
|
+
> >
|
|
232
243
|
> > License: Apache-2.0
|
|
233
|
-
> > Repository: https://github.com/vercel/ai
|
|
244
|
+
> > Repository: git+https://github.com/vercel/ai.git
|
|
234
245
|
> >
|
|
235
246
|
> > > Copyright 2023 Vercel, Inc.
|
|
236
247
|
> > >
|
|
@@ -1231,44 +1242,20 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1231
1242
|
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1232
1243
|
> > >
|
|
1233
1244
|
> > > 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.
|
|
1234
|
-
> >
|
|
1235
|
-
> >
|
|
1236
|
-
> >
|
|
1237
|
-
> >
|
|
1238
|
-
> >
|
|
1239
|
-
> > # Licenses of bundled types
|
|
1240
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1241
|
-
> > Apache-2.0
|
|
1242
|
-
> >
|
|
1243
|
-
> > # Bundled types:
|
|
1244
|
-
> > ## ai
|
|
1245
|
-
> > License: Apache-2.0
|
|
1246
|
-
> > Repository: https://github.com/vercel/ai
|
|
1247
|
-
> >
|
|
1248
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
1249
|
-
> > >
|
|
1250
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
1251
|
-
> > > you may not use this file except in compliance with the License.
|
|
1252
|
-
> > > You may obtain a copy of the License at
|
|
1253
|
-
> > >
|
|
1254
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
1255
|
-
> > >
|
|
1256
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
1257
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
1258
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1259
|
-
> > > See the License for the specific language governing permissions and
|
|
1260
|
-
> > > limitations under the License.
|
|
1261
1245
|
>
|
|
1262
1246
|
> <!-- /DEPENDENCIES -->
|
|
1263
1247
|
>
|
|
1264
1248
|
>
|
|
1265
1249
|
>
|
|
1266
1250
|
> # Licenses of bundled types
|
|
1251
|
+
>
|
|
1267
1252
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1268
1253
|
> MIT
|
|
1269
1254
|
>
|
|
1270
1255
|
> # Bundled types:
|
|
1256
|
+
>
|
|
1271
1257
|
> ## @visulima/error
|
|
1258
|
+
>
|
|
1272
1259
|
> License: MIT
|
|
1273
1260
|
> By: Daniel Bannert
|
|
1274
1261
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -1296,6 +1283,40 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1296
1283
|
> > SOFTWARE.
|
|
1297
1284
|
> >
|
|
1298
1285
|
> > <!-- DEPENDENCIES -->
|
|
1286
|
+
>
|
|
1287
|
+
> # Licenses of bundled dependencies
|
|
1288
|
+
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
1289
|
+
> MIT
|
|
1290
|
+
>
|
|
1291
|
+
> # Bundled dependencies:
|
|
1292
|
+
> ## @visulima/error
|
|
1293
|
+
> License: MIT
|
|
1294
|
+
> By: Daniel Bannert
|
|
1295
|
+
> Repository: git+https://github.com/visulima/visulima.git
|
|
1296
|
+
>
|
|
1297
|
+
> > MIT License
|
|
1298
|
+
> >
|
|
1299
|
+
> > Copyright (c) 2026 visulima
|
|
1300
|
+
> >
|
|
1301
|
+
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1302
|
+
> > of this software and associated documentation files (the "Software"), to deal
|
|
1303
|
+
> > in the Software without restriction, including without limitation the rights
|
|
1304
|
+
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1305
|
+
> > copies of the Software, and to permit persons to whom the Software is
|
|
1306
|
+
> > furnished to do so, subject to the following conditions:
|
|
1307
|
+
> >
|
|
1308
|
+
> > The above copyright notice and this permission notice shall be included in all
|
|
1309
|
+
> > copies or substantial portions of the Software.
|
|
1310
|
+
> >
|
|
1311
|
+
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1312
|
+
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1313
|
+
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1314
|
+
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1315
|
+
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1316
|
+
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1317
|
+
> > SOFTWARE.
|
|
1318
|
+
> >
|
|
1319
|
+
> >
|
|
1299
1320
|
> >
|
|
1300
1321
|
> > # Licenses of bundled dependencies
|
|
1301
1322
|
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
@@ -1316,19 +1337,20 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1316
1337
|
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1317
1338
|
> > >
|
|
1318
1339
|
> > > 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.
|
|
1319
|
-
>
|
|
1320
|
-
>
|
|
1321
|
-
> >
|
|
1322
|
-
> >
|
|
1340
|
+
>
|
|
1341
|
+
> <!-- /DEPENDENCIES -->
|
|
1323
1342
|
> >
|
|
1324
1343
|
> > # Licenses of bundled types
|
|
1344
|
+
> >
|
|
1325
1345
|
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1326
1346
|
> > Apache-2.0
|
|
1327
1347
|
> >
|
|
1328
1348
|
> > # Bundled types:
|
|
1349
|
+
> >
|
|
1329
1350
|
> > ## ai
|
|
1351
|
+
> >
|
|
1330
1352
|
> > License: Apache-2.0
|
|
1331
|
-
> > Repository: https://github.com/vercel/ai
|
|
1353
|
+
> > Repository: git+https://github.com/vercel/ai.git
|
|
1332
1354
|
> >
|
|
1333
1355
|
> > > Copyright 2023 Vercel, Inc.
|
|
1334
1356
|
> > >
|
|
@@ -1506,33 +1528,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
1506
1528
|
> > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
1507
1529
|
> > >
|
|
1508
1530
|
> > > 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.
|
|
1509
|
-
> >
|
|
1510
|
-
> >
|
|
1511
|
-
> >
|
|
1512
|
-
> >
|
|
1513
|
-
> >
|
|
1514
|
-
> > # Licenses of bundled types
|
|
1515
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
1516
|
-
> > Apache-2.0
|
|
1517
|
-
> >
|
|
1518
|
-
> > # Bundled types:
|
|
1519
|
-
> > ## ai
|
|
1520
|
-
> > License: Apache-2.0
|
|
1521
|
-
> > Repository: https://github.com/vercel/ai
|
|
1522
|
-
> >
|
|
1523
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
1524
|
-
> > >
|
|
1525
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
1526
|
-
> > > you may not use this file except in compliance with the License.
|
|
1527
|
-
> > > You may obtain a copy of the License at
|
|
1528
|
-
> > >
|
|
1529
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
1530
|
-
> > >
|
|
1531
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
1532
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
1533
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1534
|
-
> > > See the License for the specific language governing permissions and
|
|
1535
|
-
> > > limitations under the License.
|
|
1536
1531
|
>
|
|
1537
1532
|
> ---------------------------------------
|
|
1538
1533
|
>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as OptionDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-
|
|
1
|
+
import { O as OptionDefinition, C as Command, T as Toolbox } from "../packem_shared/plugin-manager.d-Dz-wu1tI.js";
|
|
2
2
|
import '@visulima/tabular';
|
|
3
3
|
declare class HelpCommand<TLogger extends Console = Console> implements Command<OptionDefinition<string>, TLogger> {
|
|
4
4
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as CommandSection, O as OptionDefinition, C as Command, P as Plugin, b as PluginManager, c as CliRunOptions, R as RunCommandOptions, d as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-
|
|
2
|
-
export { type A as ArgumentDefinition, type e as CommandExecute, type E as EnvDefinition, type f as OutputType, type g as PluginContext, type T as Toolbox, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-
|
|
1
|
+
import { a as CommandSection, O as OptionDefinition, C as Command, P as Plugin, b as PluginManager, c as CliRunOptions, R as RunCommandOptions, d as Cli$1, L as LazyCommandModule } from "./packem_shared/plugin-manager.d-Dz-wu1tI.js";
|
|
2
|
+
export { type A as ArgumentDefinition, type e as CommandExecute, type E as EnvDefinition, type f as OutputType, type g as PluginContext, type T as Toolbox, type V as VERBOSITY_LEVEL } from "./packem_shared/plugin-manager.d-Dz-wu1tI.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-Du-YXFui.d.ts → plugin-manager.d-Dz-wu1tI.d.ts}
RENAMED
|
@@ -38,6 +38,9 @@ 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
|
+
*/
|
|
41
44
|
/** A Content section comprises a header and one or more lines of content. */
|
|
42
45
|
interface Content {
|
|
43
46
|
/**
|
|
@@ -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-Dz-wu1tI.js";
|
|
3
3
|
import '@visulima/tabular';
|
|
4
4
|
type ErrorHandlerOptions = {
|
|
5
5
|
/** Show detailed error information including stack traces and code frames (default: false) */
|