create-hedgeboard 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -118,12 +118,12 @@ function extractZip(zipBuffer, destDir) {
118
118
  const c = {
119
119
  reset: "\x1b[0m",
120
120
  bold: "\x1b[1m",
121
- dim: "\x1b[2m",
121
+ dim: "\x1b[38;5;240m",
122
122
  green: "\x1b[32m",
123
123
  cyan: "\x1b[36m",
124
124
  yellow: "\x1b[33m",
125
125
  magenta: "\x1b[35m",
126
- gray: "\x1b[90m",
126
+ gray: "\x1b[38;5;243m",
127
127
  white: "\x1b[97m",
128
128
  bgGreen: "\x1b[42m",
129
129
  underline: "\x1b[4m",
@@ -145,7 +145,7 @@ ${dg}${c.bold} ██████╔╝██║ ██║█████
145
145
  ${dg}${c.bold} ██╔══██╗██║ ██║██╔══██║██╔══██╗██║ ██║${c.reset}
146
146
  ${dg}${c.bold} ██████╔╝╚██████╔╝██║ ██║██║ ██║██████╔╝${c.reset}
147
147
  ${dg}${c.bold} ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ ${c.reset}
148
- ${c.dim} AI-Native Financial Intelligence — v1.0.4${c.reset}
148
+ ${c.dim} AI-Native Financial Intelligence — v1.0.6${c.reset}
149
149
  `);
150
150
  }
151
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-hedgeboard",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Set up a HedgeBoard financial intelligence workspace",
5
5
  "bin": {
6
6
  "create-hedgeboard": "./index.js"