@storm-software/workspace-tools 1.43.1 → 1.43.2
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 +7 -0
- package/index.js +7 -7
- package/meta.json +1 -1
- package/package.json +1 -1
- package/src/base/index.js +7 -7
- package/src/executors/design-tokens/executor.js +7 -7
- package/src/executors/tsup/executor.js +7 -7
- package/src/executors/tsup-browser/executor.js +7 -7
- package/src/executors/tsup-neutral/executor.js +7 -7
- package/src/executors/tsup-node/executor.js +7 -7
- package/src/generators/browser-library/generator.js +7 -7
- package/src/generators/config-schema/generator.js +7 -7
- package/src/generators/neutral-library/generator.js +7 -7
- package/src/generators/node-library/generator.js +7 -7
- package/src/generators/preset/generator.js +7 -7
|
@@ -47377,7 +47377,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47377
47377
|
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
|
|
47378
47378
|
return (message) => {
|
|
47379
47379
|
console.error(
|
|
47380
|
-
` ${chalk.bold.bgHex(config?.colors?.fatal ? config.colors.fatal : "#1fb2a6").
|
|
47380
|
+
` ${chalk.bold.bgHex(config?.colors?.fatal ? config.colors.fatal : "#1fb2a6").white("\n\n \u{1F480} Fatal ")} ${chalk.reset.hex(
|
|
47381
47381
|
config?.colors?.fatal ? config.colors.fatal : "#1fb2a6"
|
|
47382
47382
|
)(message)}
|
|
47383
47383
|
`
|
|
@@ -47387,7 +47387,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47387
47387
|
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
|
|
47388
47388
|
return (message) => {
|
|
47389
47389
|
console.error(
|
|
47390
|
-
` ${chalk.bold.bgHex(config?.colors?.error ? config.colors.error : "#7d1a1a").
|
|
47390
|
+
` ${chalk.bold.bgHex(config?.colors?.error ? config.colors.error : "#7d1a1a").white("\n\n \u{1F6D1} Error ")} ${chalk.reset.hex(
|
|
47391
47391
|
config?.colors?.error ? config.colors.error : "#7d1a1a"
|
|
47392
47392
|
)(message)}
|
|
47393
47393
|
`
|
|
@@ -47397,7 +47397,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47397
47397
|
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
|
|
47398
47398
|
return (message) => {
|
|
47399
47399
|
console.warn(
|
|
47400
|
-
` ${chalk.bold.bgHex(config?.colors?.warning ? config.colors.warning : "#fcc419").
|
|
47400
|
+
` ${chalk.bold.bgHex(config?.colors?.warning ? config.colors.warning : "#fcc419").white("\n\n \u26A0\uFE0F Warn ")} ${chalk.reset.hex(
|
|
47401
47401
|
config?.colors?.warning ? config.colors.warning : "#fcc419"
|
|
47402
47402
|
)(message)}
|
|
47403
47403
|
`
|
|
@@ -47407,7 +47407,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47407
47407
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
|
|
47408
47408
|
return (message) => {
|
|
47409
47409
|
console.info(
|
|
47410
|
-
` ${chalk.bold.bgHex(config?.colors?.info ? config.colors.info : "#0ea5e9").
|
|
47410
|
+
` ${chalk.bold.bgHex(config?.colors?.info ? config.colors.info : "#0ea5e9").white("\n\n \u{1F4EC} Info ")} ${chalk.reset.hex(
|
|
47411
47411
|
config?.colors?.info ? config.colors.info : "#0ea5e9"
|
|
47412
47412
|
)(message)}
|
|
47413
47413
|
`
|
|
@@ -47417,7 +47417,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47417
47417
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
|
|
47418
47418
|
return (message) => {
|
|
47419
47419
|
console.info(
|
|
47420
|
-
` ${chalk.bold.bgHex(config?.colors?.success ? config.colors.success : "#087f5b").
|
|
47420
|
+
` ${chalk.bold.bgHex(config?.colors?.success ? config.colors.success : "#087f5b").white("\n\n \u{1F389} Success ")} ${chalk.reset.hex(
|
|
47421
47421
|
config?.colors?.success ? config.colors.success : "#087f5b"
|
|
47422
47422
|
)(message)}
|
|
47423
47423
|
`
|
|
@@ -47427,7 +47427,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47427
47427
|
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel || typeof logLevel === "string" && LogLevel.DEBUG >= getLogLevel(logLevel)) {
|
|
47428
47428
|
return (message) => {
|
|
47429
47429
|
console.debug(
|
|
47430
|
-
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").
|
|
47430
|
+
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").white("\n\n \u{1F9EA} Debug ")} ${chalk.reset.hex(
|
|
47431
47431
|
config?.colors?.primary ? config.colors.primary : "#1fb2a6"
|
|
47432
47432
|
)(message)}
|
|
47433
47433
|
`
|
|
@@ -47436,7 +47436,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
47436
47436
|
}
|
|
47437
47437
|
return (message) => {
|
|
47438
47438
|
console.log(
|
|
47439
|
-
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").
|
|
47439
|
+
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").white("\n\n \u{1F4E2} System ")} ${chalk.bold.hex(
|
|
47440
47440
|
config?.colors?.primary ? config.colors.primary : "#1fb2a6"
|
|
47441
47441
|
)(message)}
|
|
47442
47442
|
`
|
|
@@ -30136,7 +30136,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30136
30136
|
if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
|
|
30137
30137
|
return (message) => {
|
|
30138
30138
|
console.error(
|
|
30139
|
-
` ${chalk.bold.bgHex(config?.colors?.fatal ? config.colors.fatal : "#1fb2a6").
|
|
30139
|
+
` ${chalk.bold.bgHex(config?.colors?.fatal ? config.colors.fatal : "#1fb2a6").white("\n\n \u{1F480} Fatal ")} ${chalk.reset.hex(
|
|
30140
30140
|
config?.colors?.fatal ? config.colors.fatal : "#1fb2a6"
|
|
30141
30141
|
)(message)}
|
|
30142
30142
|
`
|
|
@@ -30146,7 +30146,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30146
30146
|
if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
|
|
30147
30147
|
return (message) => {
|
|
30148
30148
|
console.error(
|
|
30149
|
-
` ${chalk.bold.bgHex(config?.colors?.error ? config.colors.error : "#7d1a1a").
|
|
30149
|
+
` ${chalk.bold.bgHex(config?.colors?.error ? config.colors.error : "#7d1a1a").white("\n\n \u{1F6D1} Error ")} ${chalk.reset.hex(
|
|
30150
30150
|
config?.colors?.error ? config.colors.error : "#7d1a1a"
|
|
30151
30151
|
)(message)}
|
|
30152
30152
|
`
|
|
@@ -30156,7 +30156,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30156
30156
|
if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
|
|
30157
30157
|
return (message) => {
|
|
30158
30158
|
console.warn(
|
|
30159
|
-
` ${chalk.bold.bgHex(config?.colors?.warning ? config.colors.warning : "#fcc419").
|
|
30159
|
+
` ${chalk.bold.bgHex(config?.colors?.warning ? config.colors.warning : "#fcc419").white("\n\n \u26A0\uFE0F Warn ")} ${chalk.reset.hex(
|
|
30160
30160
|
config?.colors?.warning ? config.colors.warning : "#fcc419"
|
|
30161
30161
|
)(message)}
|
|
30162
30162
|
`
|
|
@@ -30166,7 +30166,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30166
30166
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
|
|
30167
30167
|
return (message) => {
|
|
30168
30168
|
console.info(
|
|
30169
|
-
` ${chalk.bold.bgHex(config?.colors?.info ? config.colors.info : "#0ea5e9").
|
|
30169
|
+
` ${chalk.bold.bgHex(config?.colors?.info ? config.colors.info : "#0ea5e9").white("\n\n \u{1F4EC} Info ")} ${chalk.reset.hex(
|
|
30170
30170
|
config?.colors?.info ? config.colors.info : "#0ea5e9"
|
|
30171
30171
|
)(message)}
|
|
30172
30172
|
`
|
|
@@ -30176,7 +30176,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30176
30176
|
if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
|
|
30177
30177
|
return (message) => {
|
|
30178
30178
|
console.info(
|
|
30179
|
-
` ${chalk.bold.bgHex(config?.colors?.success ? config.colors.success : "#087f5b").
|
|
30179
|
+
` ${chalk.bold.bgHex(config?.colors?.success ? config.colors.success : "#087f5b").white("\n\n \u{1F389} Success ")} ${chalk.reset.hex(
|
|
30180
30180
|
config?.colors?.success ? config.colors.success : "#087f5b"
|
|
30181
30181
|
)(message)}
|
|
30182
30182
|
`
|
|
@@ -30186,7 +30186,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30186
30186
|
if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel || typeof logLevel === "string" && LogLevel.DEBUG >= getLogLevel(logLevel)) {
|
|
30187
30187
|
return (message) => {
|
|
30188
30188
|
console.debug(
|
|
30189
|
-
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").
|
|
30189
|
+
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").white("\n\n \u{1F9EA} Debug ")} ${chalk.reset.hex(
|
|
30190
30190
|
config?.colors?.primary ? config.colors.primary : "#1fb2a6"
|
|
30191
30191
|
)(message)}
|
|
30192
30192
|
`
|
|
@@ -30195,7 +30195,7 @@ var getLogFn = (config = {}, logLevel = LogLevel.INFO) => {
|
|
|
30195
30195
|
}
|
|
30196
30196
|
return (message) => {
|
|
30197
30197
|
console.log(
|
|
30198
|
-
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").
|
|
30198
|
+
` ${chalk.bold.bgHex(config?.colors?.primary ? config.colors.primary : "#1fb2a6").white("\n\n \u{1F4E2} System ")} ${chalk.bold.hex(
|
|
30199
30199
|
config?.colors?.primary ? config.colors.primary : "#1fb2a6"
|
|
30200
30200
|
)(message)}
|
|
30201
30201
|
`
|