@visulima/cerebro 3.0.0-alpha.26 → 3.0.0-alpha.28
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 +46 -0
- package/LICENSE.md +638 -0
- package/README.md +126 -2
- package/dist/commands/completion-command.d.ts +1 -1
- package/dist/commands/help-command.d.ts +1 -1
- package/dist/commands/help-command.js +1 -1
- package/dist/commands/readme-command.d.ts +1 -1
- package/dist/commands/readme-command.js +1 -1
- package/dist/commands/version-command.d.ts +1 -1
- package/dist/index.d.ts +82 -3
- package/dist/index.js +1 -1
- package/dist/logger/create-pail-logger.d.ts +1 -36
- package/dist/packem_shared/Cerebro-CtfwEvsG.js +4 -0
- package/dist/packem_shared/{VisulimaError-Bh91XNXu.js → VisulimaError-WfDZ45Qv.js} +1 -1
- package/dist/packem_shared/constants-DmzZF6_u-BmMwILI_.js +1 -0
- package/dist/packem_shared/index-Bl6FHt1Y.js +6 -0
- package/dist/packem_shared/{plugin-manager.d-Dz-wu1tI.d.ts → plugin-manager.d-BSQtHbWS.d.ts} +77 -1
- package/dist/packem_shared/renderError-DxgI44AK-DFDWFoCr.js +24 -0
- package/dist/plugins/error-handler-plugin.d.ts +1 -1
- package/dist/plugins/error-handler-plugin.js +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 +7 -10
- package/dist/packem_shared/Cerebro-Bx5ieMPF.js +0 -4
- package/dist/packem_shared/index-DZdxQ8Yb.js +0 -6
- package/dist/packem_shared/renderError-B_XyYPKJ-B65kP-Ou.js +0 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
## @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
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **cerebro:** inject fs/console/process into toolbox + clone/getAction ([7d8ab0a](https://github.com/visulima/visulima/commit/7d8ab0a3ef88ac2c8da054984cf36162e8a61530))
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **cerebro:** silence packem hoist warning blocking prod build ([608aa67](https://github.com/visulima/visulima/commit/608aa676b615473e9e7860b72f788d6c58b96bd7))
|
|
10
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous Chores
|
|
13
|
+
|
|
14
|
+
* refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
|
|
15
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.12
|
|
21
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.12
|
|
22
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.11
|
|
23
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.10
|
|
24
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.30
|
|
25
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.10
|
|
26
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.18
|
|
27
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.11
|
|
28
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.14
|
|
29
|
+
|
|
30
|
+
## @visulima/cerebro [3.0.0-alpha.27](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.26...@visulima/cerebro@3.0.0-alpha.27) (2026-05-26)
|
|
31
|
+
|
|
32
|
+
### Miscellaneous Chores
|
|
33
|
+
|
|
34
|
+
* **ci-stability:** green CI across vis, native, lint, tests, attw ([#651](https://github.com/visulima/visulima/issues/651)) ([d4eb684](https://github.com/visulima/visulima/commit/d4eb684b5f75c818c9251048c605a0ed54a268e3))
|
|
35
|
+
* **repo:** apply eslint --fix and prettier --fix across packages ([#650](https://github.com/visulima/visulima/issues/650)) ([2e26a84](https://github.com/visulima/visulima/commit/2e26a84774f218f21345e9a8ecd68236b6542743)), closes [#620](https://github.com/visulima/visulima/issues/620)
|
|
36
|
+
|
|
37
|
+
### Tests
|
|
38
|
+
|
|
39
|
+
* **repo:** add dist runtime + types integration tests ([32ee300](https://github.com/visulima/visulima/commit/32ee300b7184117a0ddf9f9d390f75f8932d5ed9))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Dependencies
|
|
43
|
+
|
|
44
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.28
|
|
45
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.17
|
|
46
|
+
|
|
1
47
|
## @visulima/cerebro [3.0.0-alpha.26](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.25...@visulima/cerebro@3.0.0-alpha.26) (2026-05-20)
|
|
2
48
|
|
|
3
49
|
### Bug Fixes
|