@storm-software/config
Advanced tools
+20
-20
@@ -57,19 +57,2 @@ 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; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| dark: { | ||
@@ -111,3 +94,3 @@ foreground?: string | undefined; | ||
| }; | ||
| } | Record<string, { | ||
| } | { | ||
| dark?: string | undefined; | ||
@@ -129,3 +112,3 @@ light?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| } | Record<string, { | ||
| dark: { | ||
@@ -167,2 +150,19 @@ 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; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| }>; | ||
@@ -187,3 +187,3 @@ $schema?: string | undefined; | ||
| locale?: string | undefined; | ||
| logLevel?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "debug" | "trace" | "all" | undefined; | ||
| logLevel?: "success" | "info" | "debug" | "fatal" | "silent" | "error" | "warn" | "trace" | "all" | undefined; | ||
| skipConfigLogging?: boolean | undefined; | ||
@@ -190,0 +190,0 @@ registry?: { |
+20
-20
@@ -57,19 +57,2 @@ 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; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| dark: { | ||
@@ -111,3 +94,3 @@ foreground?: string | undefined; | ||
| }; | ||
| } | Record<string, { | ||
| } | { | ||
| dark?: string | undefined; | ||
@@ -129,3 +112,3 @@ light?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| } | { | ||
| } | Record<string, { | ||
| dark: { | ||
@@ -167,2 +150,19 @@ 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; | ||
| positive?: string | undefined; | ||
| negative?: string | undefined; | ||
| gradient?: string[] | undefined; | ||
| }>; | ||
@@ -187,3 +187,3 @@ $schema?: string | undefined; | ||
| locale?: string | undefined; | ||
| logLevel?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "debug" | "trace" | "all" | undefined; | ||
| logLevel?: "success" | "info" | "debug" | "fatal" | "silent" | "error" | "warn" | "trace" | "all" | undefined; | ||
| skipConfigLogging?: boolean | undefined; | ||
@@ -190,0 +190,0 @@ registry?: { |
@@ -334,9 +334,9 @@ import * as z from 'zod/mini'; | ||
| declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| trace: "trace"; | ||
@@ -426,9 +426,9 @@ all: "all"; | ||
| logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| trace: "trace"; | ||
@@ -435,0 +435,0 @@ all: "all"; |
+8
-8
@@ -334,9 +334,9 @@ import * as z from 'zod/mini'; | ||
| declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| trace: "trace"; | ||
@@ -426,9 +426,9 @@ all: "all"; | ||
| logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{ | ||
| error: "error"; | ||
| success: "success"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| fatal: "fatal"; | ||
| silent: "silent"; | ||
| fatal: "fatal"; | ||
| error: "error"; | ||
| warn: "warn"; | ||
| info: "info"; | ||
| debug: "debug"; | ||
| trace: "trace"; | ||
@@ -435,0 +435,0 @@ all: "all"; |
+2
-2
| { | ||
| "name": "@storm-software/config", | ||
| "version": "1.135.19", | ||
| "version": "1.135.20", | ||
| "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": "b36c20518247a8ba2bd68a4096bb2ba17f0bac68" | ||
| "gitHead": "469c8932ad1e3740270697b723a62b57d3a0b65e" | ||
| } |
+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
444946
0.04%