You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@storm-software/config

Package Overview
Dependencies
Maintainers
2
Versions
602
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storm-software/config - npm Package Compare versions

Comparing version
1.137.7
to
1.137.8
+21
-21
dist/define-config.d.cts

@@ -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?: {

@@ -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?: {

@@ -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";

@@ -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";

{
"name": "@storm-software/config",
"version": "1.137.7",
"version": "1.137.8",
"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": "97bbdfefb110f80668eb34141b72fee22e831c11"
"gitHead": "0fe8b6078b8152ac756d5b2ccd7d4daa8bb9b57b"
}

Sorry, the diff of this file is too big to display