@visulima/cerebro 3.0.0-alpha.15 → 3.0.0-alpha.16

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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## @visulima/cerebro [3.0.0-alpha.16](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.15...@visulima/cerebro@3.0.0-alpha.16) (2026-05-06)
2
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/error:** upgraded to 6.0.0-alpha.17
7
+ * **@visulima/pail:** upgraded to 4.0.0-alpha.14
8
+
1
9
  ## @visulima/cerebro [3.0.0-alpha.15](https://github.com/visulima/visulima/compare/@visulima/cerebro@3.0.0-alpha.14...@visulima/cerebro@3.0.0-alpha.15) (2026-05-06)
2
10
 
3
11
  ### Miscellaneous Chores
package/LICENSE.md CHANGED
@@ -1516,11 +1516,14 @@ Repository: git+https://github.com/visulima/visulima.git
1516
1516
  > >
1517
1517
  > >
1518
1518
  > > # Licenses of bundled dependencies
1519
+ > >
1519
1520
  > > The published @visulima/error artifact additionally contains code with the following licenses:
1520
1521
  > > MIT
1521
1522
  > >
1522
1523
  > > # Bundled dependencies:
1524
+ > >
1523
1525
  > > ## is-plain-obj
1526
+ > >
1524
1527
  > > License: MIT
1525
1528
  > > By: Sindre Sorhus
1526
1529
  > > Repository: sindresorhus/is-plain-obj
@@ -1534,6 +1537,33 @@ Repository: git+https://github.com/visulima/visulima.git
1534
1537
  > > > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1535
1538
  > > >
1536
1539
  > > > 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.
1540
+ > >
1541
+ > >
1542
+ > >
1543
+ > >
1544
+ > >
1545
+ > > # Licenses of bundled types
1546
+ > > The published @visulima/error artifact additionally contains code with the following licenses:
1547
+ > > Apache-2.0
1548
+ > >
1549
+ > > # Bundled types:
1550
+ > > ## ai
1551
+ > > License: Apache-2.0
1552
+ > > Repository: https://github.com/vercel/ai
1553
+ > >
1554
+ > > > Copyright 2023 Vercel, Inc.
1555
+ > > >
1556
+ > > > Licensed under the Apache License, Version 2.0 (the "License");
1557
+ > > > you may not use this file except in compliance with the License.
1558
+ > > > You may obtain a copy of the License at
1559
+ > > >
1560
+ > > > http://www.apache.org/licenses/LICENSE-2.0
1561
+ > > >
1562
+ > > > Unless required by applicable law or agreed to in writing, software
1563
+ > > > distributed under the License is distributed on an "AS IS" BASIS,
1564
+ > > > WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1565
+ > > > See the License for the specific language governing permissions and
1566
+ > > > limitations under the License.
1537
1567
  >
1538
1568
  > ---------------------------------------
1539
1569
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "3.0.0-alpha.15",
3
+ "version": "3.0.0-alpha.16",
4
4
  "description": "A delightful toolkit for building cross-runtime CLIs for Node.js, Deno, and Bun.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -128,7 +128,7 @@
128
128
  "@bomb.sh/tab": "0.0.15",
129
129
  "@visulima/boxen": "3.0.0-alpha.10",
130
130
  "@visulima/find-cache-dir": "3.0.0-alpha.9",
131
- "@visulima/pail": "4.0.0-alpha.13",
131
+ "@visulima/pail": "4.0.0-alpha.14",
132
132
  "github-slugger": "2.0.0"
133
133
  },
134
134
  "peerDependenciesMeta": {