🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@storm-software/config

Package Overview
Dependencies
Maintainers
2
Versions
691
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.138.6
to
1.138.7
+21
-21
dist/define-config.d.cts

@@ -57,20 +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;
discovery?: 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: {

@@ -114,3 +96,3 @@ foreground?: string | undefined;

};
} | Record<string, {
} | {
dark?: string | undefined;

@@ -133,3 +115,3 @@ light?: string | undefined;

gradient?: string[] | undefined;
} | {
} | Record<string, {
dark: {

@@ -173,2 +155,20 @@ foreground?: string | undefined;

};
} | {
dark?: string | undefined;
light?: string | undefined;
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
discovery?: 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?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "performance" | "debug" | "trace" | "all" | undefined;
logLevel?: "success" | "info" | "debug" | "fatal" | "performance" | "silent" | "error" | "warn" | "trace" | "all" | undefined;
skipConfigLogging?: boolean | undefined;

@@ -196,0 +196,0 @@ registry?: {

@@ -57,20 +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;
discovery?: 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: {

@@ -114,3 +96,3 @@ foreground?: string | undefined;

};
} | Record<string, {
} | {
dark?: string | undefined;

@@ -133,3 +115,3 @@ light?: string | undefined;

gradient?: string[] | undefined;
} | {
} | Record<string, {
dark: {

@@ -173,2 +155,20 @@ foreground?: string | undefined;

};
} | {
dark?: string | undefined;
light?: string | undefined;
brand?: string | undefined;
alternate?: string | undefined;
accent?: string | undefined;
link?: string | undefined;
discovery?: 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?: "error" | "success" | "silent" | "fatal" | "warn" | "info" | "performance" | "debug" | "trace" | "all" | undefined;
logLevel?: "success" | "info" | "debug" | "fatal" | "performance" | "silent" | "error" | "warn" | "trace" | "all" | undefined;
skipConfigLogging?: boolean | undefined;

@@ -196,0 +196,0 @@ registry?: {

@@ -346,10 +346,10 @@ import * as z from 'zod/v4/mini';

declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
error: "error";
success: "success";
info: "info";
debug: "debug";
fatal: "fatal";
performance: "performance";
silent: "silent";
fatal: "fatal";
error: "error";
warn: "warn";
info: "info";
performance: "performance";
debug: "debug";
trace: "trace";

@@ -439,10 +439,10 @@ all: "all";

logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
error: "error";
success: "success";
info: "info";
debug: "debug";
fatal: "fatal";
performance: "performance";
silent: "silent";
fatal: "fatal";
error: "error";
warn: "warn";
info: "info";
performance: "performance";
debug: "debug";
trace: "trace";

@@ -449,0 +449,0 @@ all: "all";

@@ -346,10 +346,10 @@ import * as z from 'zod/v4/mini';

declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
error: "error";
success: "success";
info: "info";
debug: "debug";
fatal: "fatal";
performance: "performance";
silent: "silent";
fatal: "fatal";
error: "error";
warn: "warn";
info: "info";
performance: "performance";
debug: "debug";
trace: "trace";

@@ -439,10 +439,10 @@ all: "all";

logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
error: "error";
success: "success";
info: "info";
debug: "debug";
fatal: "fatal";
performance: "performance";
silent: "silent";
fatal: "fatal";
error: "error";
warn: "warn";
info: "info";
performance: "performance";
debug: "debug";
trace: "trace";

@@ -449,0 +449,0 @@ all: "all";

{
"name": "@storm-software/config",
"version": "1.138.6",
"version": "1.138.7",
"private": false,

@@ -8,3 +8,3 @@ "description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",

"type": "github",
"url": "https://github.com/storm-software/storm-ops",
"url": "https://github.com/storm-software/storm-ops.git",
"directory": "packages/config"

@@ -91,3 +91,3 @@ },

"publishConfig": { "access": "public" },
"gitHead": "5e767e625b4b6646f1cfc91a939c375a1aecd9ef"
"gitHead": "fdea267e4dc6eba5a25455d10238ec64177ed701"
}

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