@storm-software/config
Advanced tools
+21
-21
@@ -57,2 +57,20 @@ import { StormWorkspaceConfigInput } from './types.cjs'; | ||
| colors: { | ||
| dark?: string | undefined; | ||
| light?: string | undefined; | ||
| brand?: string | undefined; | ||
| alternate?: string | undefined; | ||
| accent?: string | undefined; | ||
| link?: string | undefined; | ||
| help?: string | undefined; | ||
| success?: string | undefined; | ||
| info?: string | undefined; | ||
| debug?: string | undefined; | ||
| warning?: string | undefined; | ||
| danger?: string | undefined; | ||
| fatal?: string | undefined; | ||
| performance?: string | undefined; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| dark: { | ||
@@ -96,3 +114,3 @@ foreground?: string | undefined; | ||
| }; | ||
| } | { | ||
| } | Record<string, { | ||
| dark?: string | undefined; | ||
@@ -115,3 +133,3 @@ light?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | Record<string, { | ||
| } | { | ||
| dark: { | ||
@@ -155,20 +173,2 @@ foreground?: string | undefined; | ||
| }; | ||
| } | { | ||
| dark?: string | undefined; | ||
| light?: string | undefined; | ||
| brand?: string | undefined; | ||
| alternate?: string | undefined; | ||
| accent?: string | undefined; | ||
| link?: string | undefined; | ||
| help?: string | undefined; | ||
| success?: string | undefined; | ||
| info?: string | undefined; | ||
| debug?: string | undefined; | ||
| warning?: string | undefined; | ||
| danger?: string | undefined; | ||
| fatal?: string | undefined; | ||
| performance?: string | undefined; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| }>; | ||
@@ -193,3 +193,3 @@ $schema?: string | undefined; | ||
| locale?: string | undefined; | ||
| logLevel?: "success" | "info" | "debug" | "fatal" | "performance" | "silent" | "error" | "warn" | "trace" | "all" | undefined; | ||
| logLevel?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "performance" | "debug" | "trace" | "all" | undefined; | ||
| skipConfigLogging?: boolean | undefined; | ||
@@ -196,0 +196,0 @@ registry?: { |
+21
-21
@@ -57,2 +57,20 @@ import { StormWorkspaceConfigInput } from './types.js'; | ||
| colors: { | ||
| dark?: string | undefined; | ||
| light?: string | undefined; | ||
| brand?: string | undefined; | ||
| alternate?: string | undefined; | ||
| accent?: string | undefined; | ||
| link?: string | undefined; | ||
| help?: string | undefined; | ||
| success?: string | undefined; | ||
| info?: string | undefined; | ||
| debug?: string | undefined; | ||
| warning?: string | undefined; | ||
| danger?: string | undefined; | ||
| fatal?: string | undefined; | ||
| performance?: string | undefined; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| dark: { | ||
@@ -96,3 +114,3 @@ foreground?: string | undefined; | ||
| }; | ||
| } | { | ||
| } | Record<string, { | ||
| dark?: string | undefined; | ||
@@ -115,3 +133,3 @@ light?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | Record<string, { | ||
| } | { | ||
| dark: { | ||
@@ -155,20 +173,2 @@ foreground?: string | undefined; | ||
| }; | ||
| } | { | ||
| dark?: string | undefined; | ||
| light?: string | undefined; | ||
| brand?: string | undefined; | ||
| alternate?: string | undefined; | ||
| accent?: string | undefined; | ||
| link?: string | undefined; | ||
| help?: string | undefined; | ||
| success?: string | undefined; | ||
| info?: string | undefined; | ||
| debug?: string | undefined; | ||
| warning?: string | undefined; | ||
| danger?: string | undefined; | ||
| fatal?: string | undefined; | ||
| performance?: string | undefined; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| }>; | ||
@@ -193,3 +193,3 @@ $schema?: string | undefined; | ||
| locale?: string | undefined; | ||
| logLevel?: "success" | "info" | "debug" | "fatal" | "performance" | "silent" | "error" | "warn" | "trace" | "all" | undefined; | ||
| logLevel?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "performance" | "debug" | "trace" | "all" | undefined; | ||
| skipConfigLogging?: boolean | undefined; | ||
@@ -196,0 +196,0 @@ registry?: { |
+10
-10
@@ -346,10 +346,10 @@ import * as z from 'zod/mini'; | ||
| declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| performance: "performance"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| performance: "performance"; | ||
| silent: "silent"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| trace: "trace"; | ||
@@ -439,10 +439,10 @@ all: "all"; | ||
| logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| performance: "performance"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| performance: "performance"; | ||
| silent: "silent"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| trace: "trace"; | ||
@@ -449,0 +449,0 @@ all: "all"; |
+10
-10
@@ -346,10 +346,10 @@ import * as z from 'zod/mini'; | ||
| declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| performance: "performance"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| performance: "performance"; | ||
| silent: "silent"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| trace: "trace"; | ||
@@ -439,10 +439,10 @@ all: "all"; | ||
| logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| performance: "performance"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| performance: "performance"; | ||
| silent: "silent"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| trace: "trace"; | ||
@@ -449,0 +449,0 @@ all: "all"; |
+2
-2
| { | ||
| "name": "@storm-software/config", | ||
| "version": "1.136.1", | ||
| "version": "1.136.2", | ||
| "type": "module", | ||
@@ -90,3 +90,3 @@ "description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.", | ||
| "publishConfig": { "access": "public" }, | ||
| "gitHead": "44dac4c2a9df20ceaf583923530d42d05cfc020c" | ||
| "gitHead": "872dc0ccc98adaac38b0449ed1cf76ffb3eadee0" | ||
| } |
+1
-1
@@ -30,3 +30,3 @@ <!-- START header --> | ||
| [](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/)  | ||
| [](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/)  | ||
@@ -33,0 +33,0 @@ <!-- prettier-ignore-start --> |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
459931
0.07%