@visulima/cerebro 3.0.0-alpha.27 → 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 +40 -0
- package/LICENSE.md +733 -225
- 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/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-CuIdny8w.d.ts} +77 -4
- 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 +7 -10
- package/dist/packem_shared/Cerebro-Bx5ieMPF.js +0 -4
- package/dist/packem_shared/index-DZdxQ8Yb.js +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,43 @@
|
|
|
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
|
+
|
|
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)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **cerebro:** inject fs/console/process into toolbox + clone/getAction ([7d8ab0a](https://github.com/visulima/visulima/commit/7d8ab0a3ef88ac2c8da054984cf36162e8a61530))
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **cerebro:** silence packem hoist warning blocking prod build ([608aa67](https://github.com/visulima/visulima/commit/608aa676b615473e9e7860b72f788d6c58b96bd7))
|
|
21
|
+
* **storage-client:** percent-encode user fields in defaultFingerprint ([7c78a0f](https://github.com/visulima/visulima/commit/7c78a0f9512e2a673b941d80839e9f1e86b7b5d0))
|
|
22
|
+
|
|
23
|
+
### Miscellaneous Chores
|
|
24
|
+
|
|
25
|
+
* refresh generated license bundles and disposable-domain stats ([a389f38](https://github.com/visulima/visulima/commit/a389f38484788aafa8ba9b698e2dd5805a982d98))
|
|
26
|
+
* sorted package.json ([b47c545](https://github.com/visulima/visulima/commit/b47c545591600fdab17d5cd3a3fbc68b61e199da))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Dependencies
|
|
30
|
+
|
|
31
|
+
* **@visulima/colorize:** upgraded to 2.0.0-alpha.12
|
|
32
|
+
* **@visulima/tabular:** upgraded to 4.0.0-alpha.12
|
|
33
|
+
* **@visulima/boxen:** upgraded to 3.0.0-alpha.11
|
|
34
|
+
* **@visulima/command-line-args:** upgraded to 2.0.0-alpha.10
|
|
35
|
+
* **@visulima/error:** upgraded to 6.0.0-alpha.30
|
|
36
|
+
* **@visulima/find-cache-dir:** upgraded to 3.0.0-alpha.10
|
|
37
|
+
* **@visulima/pail:** upgraded to 4.0.0-alpha.18
|
|
38
|
+
* **@visulima/path:** upgraded to 3.0.0-alpha.11
|
|
39
|
+
* **@visulima/string:** upgraded to 3.0.0-alpha.14
|
|
40
|
+
|
|
1
41
|
## @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)
|
|
2
42
|
|
|
3
43
|
### Miscellaneous Chores
|