@visulima/cerebro 3.0.0-alpha.24 → 3.0.0-alpha.25
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 +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-Dz-wu1tI.d.ts → plugin-manager.d-Du-YXFui.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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/cerebro [3.0.0-alpha.25](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.24...@visulima/cerebro@3.0.0-alpha.25) (2026-05-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.26
|
|
7
|
+
|
|
1
8
|
## @visulima/cerebro [3.0.0-alpha.24](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.23...@visulima/cerebro@3.0.0-alpha.24) (2026-05-16)
|
|
2
9
|
|
|
3
10
|
|
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
|
|
|
@@ -703,14 +638,11 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
703
638
|
>
|
|
704
639
|
>
|
|
705
640
|
> # Licenses of bundled types
|
|
706
|
-
>
|
|
707
641
|
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
708
642
|
> MIT
|
|
709
643
|
>
|
|
710
644
|
> # Bundled types:
|
|
711
|
-
>
|
|
712
645
|
> ## @visulima/error
|
|
713
|
-
>
|
|
714
646
|
> License: MIT
|
|
715
647
|
> By: Daniel Bannert
|
|
716
648
|
> Repository: git+https://github.com/visulima/visulima.git
|
|
@@ -738,40 +670,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
738
670
|
> > SOFTWARE.
|
|
739
671
|
> >
|
|
740
672
|
> > <!-- DEPENDENCIES -->
|
|
741
|
-
>
|
|
742
|
-
> # Licenses of bundled dependencies
|
|
743
|
-
> The published @visulima/command-line-args artifact additionally contains code with the following licenses:
|
|
744
|
-
> MIT
|
|
745
|
-
>
|
|
746
|
-
> # Bundled dependencies:
|
|
747
|
-
> ## @visulima/error
|
|
748
|
-
> License: MIT
|
|
749
|
-
> By: Daniel Bannert
|
|
750
|
-
> Repository: git+https://github.com/visulima/visulima.git
|
|
751
|
-
>
|
|
752
|
-
> > MIT License
|
|
753
|
-
> >
|
|
754
|
-
> > Copyright (c) 2026 visulima
|
|
755
|
-
> >
|
|
756
|
-
> > Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
757
|
-
> > of this software and associated documentation files (the "Software"), to deal
|
|
758
|
-
> > in the Software without restriction, including without limitation the rights
|
|
759
|
-
> > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
760
|
-
> > copies of the Software, and to permit persons to whom the Software is
|
|
761
|
-
> > furnished to do so, subject to the following conditions:
|
|
762
|
-
> >
|
|
763
|
-
> > The above copyright notice and this permission notice shall be included in all
|
|
764
|
-
> > copies or substantial portions of the Software.
|
|
765
|
-
> >
|
|
766
|
-
> > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
767
|
-
> > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
768
|
-
> > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
769
|
-
> > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
770
|
-
> > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
771
|
-
> > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
772
|
-
> > SOFTWARE.
|
|
773
|
-
> >
|
|
774
|
-
> >
|
|
775
673
|
> >
|
|
776
674
|
> > # Licenses of bundled dependencies
|
|
777
675
|
> >
|
|
@@ -796,7 +694,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
796
694
|
> > >
|
|
797
695
|
> > > 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.
|
|
798
696
|
> >
|
|
799
|
-
> >
|
|
697
|
+
> > <!-- /DEPENDENCIES -->
|
|
800
698
|
> >
|
|
801
699
|
> >
|
|
802
700
|
> >
|
|
@@ -822,34 +720,6 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
822
720
|
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
823
721
|
> > > See the License for the specific language governing permissions and
|
|
824
722
|
> > > limitations under the License.
|
|
825
|
-
>
|
|
826
|
-
> <!-- /DEPENDENCIES -->
|
|
827
|
-
>
|
|
828
|
-
> > # Licenses of bundled types
|
|
829
|
-
> >
|
|
830
|
-
> > The published @visulima/error artifact additionally contains code with the following licenses:
|
|
831
|
-
> > Apache-2.0
|
|
832
|
-
> >
|
|
833
|
-
> > # Bundled types:
|
|
834
|
-
> >
|
|
835
|
-
> > ## ai
|
|
836
|
-
> >
|
|
837
|
-
> > License: Apache-2.0
|
|
838
|
-
> > Repository: git+https://github.com/vercel/ai.git
|
|
839
|
-
> >
|
|
840
|
-
> > > Copyright 2023 Vercel, Inc.
|
|
841
|
-
> > >
|
|
842
|
-
> > > Licensed under the Apache License, Version 2.0 (the "License");
|
|
843
|
-
> > > you may not use this file except in compliance with the License.
|
|
844
|
-
> > > You may obtain a copy of the License at
|
|
845
|
-
> > >
|
|
846
|
-
> > > http://www.apache.org/licenses/LICENSE-2.0
|
|
847
|
-
> > >
|
|
848
|
-
> > > Unless required by applicable law or agreed to in writing, software
|
|
849
|
-
> > > distributed under the License is distributed on an "AS IS" BASIS,
|
|
850
|
-
> > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
851
|
-
> > > See the License for the specific language governing permissions and
|
|
852
|
-
> > > limitations under the License.
|
|
853
723
|
|
|
854
724
|
---------------------------------------
|
|
855
725
|
|
|
@@ -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-Du-YXFui.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 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-Du-YXFui.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-Du-YXFui.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-Dz-wu1tI.d.ts → plugin-manager.d-Du-YXFui.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-Du-YXFui.js";
|
|
3
3
|
import '@visulima/tabular';
|
|
4
4
|
type ErrorHandlerOptions = {
|
|
5
5
|
/** Show detailed error information including stack traces and code frames (default: false) */
|