@visulima/cerebro 1.1.40 → 1.1.41

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,26 @@
1
+ ## @visulima/cerebro [1.1.41](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.40...@visulima/cerebro@1.1.41) (2025-05-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **cerebro:** update dependencies ([0c120e1](https://github.com/visulima/visulima/commit/0c120e1f363dc97e2d33cd94249e08a5da30f7f1))
6
+
7
+ ### Styles
8
+
9
+ * cs fixes ([6570d56](https://github.com/visulima/visulima/commit/6570d568a80bd3fd4bfd73c824dc78f7e3a372f8))
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * updated dev dependencies ([2433ed5](https://github.com/visulima/visulima/commit/2433ed5fb662e0303c37edee8ddc21b46c21263f))
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * **@visulima/boxen:** upgraded to 1.0.31
19
+ * **@visulima/colorize:** upgraded to 1.4.22
20
+ * **@visulima/find-cache-dir:** upgraded to 1.0.29
21
+ * **@visulima/pail:** upgraded to 2.1.23
22
+ * **@visulima/path:** upgraded to 1.3.6
23
+
1
24
  ## @visulima/cerebro [1.1.40](https://github.com/visulima/visulima/compare/@visulima/cerebro@1.1.39...@visulima/cerebro@1.1.40) (2025-03-07)
2
25
 
3
26
  ### Bug Fixes
package/LICENSE.md CHANGED
@@ -129,7 +129,6 @@ Repository: git+https://github.com/visulima/visulima.git
129
129
  >
130
130
  >
131
131
  >
132
- >
133
132
  > # Licenses of bundled dependencies
134
133
  > The published @visulima/path artifact additionally contains code with the following licenses:
135
134
  > MIT
@@ -24,10 +24,10 @@ const semverGt = /* @__PURE__ */ __name$4((version1, version2) => {
24
24
 
25
25
  var __defProp$3 = Object.defineProperty;
26
26
  var __name$3 = (target, value) => __defProp$3(target, "name", { value, configurable: true });
27
- var __defProp$2$1 = Object.defineProperty;
28
- var __name$2$1 = /* @__PURE__ */ __name$3((target, value) => __defProp$2$1(target, "name", { value, configurable: true }), "__name$2");
27
+ var __defProp$1$1 = Object.defineProperty;
28
+ var __name$1$1 = /* @__PURE__ */ __name$3((target, value) => __defProp$1$1(target, "name", { value, configurable: true }), "__name$1");
29
29
  const DRIVE_LETTER_START_RE = /^[A-Z]:\//i;
30
- const normalizeWindowsPath = /* @__PURE__ */ __name$2$1((input = "") => {
30
+ const normalizeWindowsPath = /* @__PURE__ */ __name$1$1((input = "") => {
31
31
  if (!input) {
32
32
  return input;
33
33
  }
@@ -20,10 +20,10 @@ const semverGt = /* @__PURE__ */ __name$4((version1, version2) => {
20
20
 
21
21
  var __defProp$3 = Object.defineProperty;
22
22
  var __name$3 = (target, value) => __defProp$3(target, "name", { value, configurable: true });
23
- var __defProp$2$1 = Object.defineProperty;
24
- var __name$2$1 = /* @__PURE__ */ __name$3((target, value) => __defProp$2$1(target, "name", { value, configurable: true }), "__name$2");
23
+ var __defProp$1$1 = Object.defineProperty;
24
+ var __name$1$1 = /* @__PURE__ */ __name$3((target, value) => __defProp$1$1(target, "name", { value, configurable: true }), "__name$1");
25
25
  const DRIVE_LETTER_START_RE = /^[A-Z]:\//i;
26
- const normalizeWindowsPath = /* @__PURE__ */ __name$2$1((input = "") => {
26
+ const normalizeWindowsPath = /* @__PURE__ */ __name$1$1((input = "") => {
27
27
  if (!input) {
28
28
  return input;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/cerebro",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "A delightful toolkit for building Node-powered CLIs.",
5
5
  "keywords": [
6
6
  "command",
@@ -86,12 +86,12 @@
86
86
  "LICENSE.md"
87
87
  ],
88
88
  "dependencies": {
89
- "@visulima/boxen": "1.0.30",
90
- "@visulima/colorize": "1.4.21",
91
- "@visulima/find-cache-dir": "1.0.28",
92
- "@visulima/pail": "2.1.22",
89
+ "@visulima/boxen": "1.0.31",
90
+ "@visulima/colorize": "1.4.22",
91
+ "@visulima/find-cache-dir": "1.0.29",
92
+ "@visulima/pail": "2.1.23",
93
93
  "cli-table3": "^0.6.5",
94
- "command-line-args": "^6.0.0",
94
+ "command-line-args": "^6.0.1",
95
95
  "fastest-levenshtein": "^1.0.16"
96
96
  },
97
97
  "engines": {