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
570
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.135.19
to
1.135.20
+20
-20
dist/define-config.d.cts

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

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

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

{
"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"
}

@@ -30,3 +30,3 @@ <!-- START header -->

[![Version](https://img.shields.io/badge/version-1.135.15-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
[![Version](https://img.shields.io/badge/version-1.135.19-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)

@@ -33,0 +33,0 @@ <!-- prettier-ignore-start -->

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