@storm-software/config 1.116.1 → 1.117.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,33 @@
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.117.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.117.0) (2025-05-06)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Update the release executor to replace workspace
10
+ configurations
11
+ ([7d2aa456c](https://github.com/storm-software/storm-ops/commit/7d2aa456c))
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Regenerate README markdown files
16
+ ([96f241a4d](https://github.com/storm-software/storm-ops/commit/96f241a4d))
17
+ - **monorepo:** Regenerate README markdown files
18
+ ([17bbe7e16](https://github.com/storm-software/storm-ops/commit/17bbe7e16))
19
+
20
+ ## [1.116.2](https://github.com/storm-software/storm-ops/releases/tag/config%401.116.2) (2025-05-06)
21
+
22
+ ### Bug Fixes
23
+
24
+ - **workspace-tools:** Resolve issue with import path in executor
25
+ ([ddad2fdc8](https://github.com/storm-software/storm-ops/commit/ddad2fdc8))
26
+
27
+ ### Miscellaneous
28
+
29
+ - **monorepo:** Regenerate README markdown files
30
+ ([7e0751c3d](https://github.com/storm-software/storm-ops/commit/7e0751c3d))
31
+
5
32
  ## [1.116.1](https://github.com/storm-software/storm-ops/releases/tag/config%401.116.1) (2025-05-06)
6
33
 
7
34
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.115.2-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)
24
+ [![Version](https://img.shields.io/badge/version-1.116.2-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.116.1",
3
+ "version": "1.117.0",
4
4
  "type": "module",
5
5
  "description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
6
6
  "repository": {
@@ -17,46 +17,28 @@
17
17
  "./presets/base.json": "./presets/base.json",
18
18
  "./presets/storm-software.json": "./presets/storm-software.json",
19
19
  "./index": {
20
- "import": {
21
- "types": "./dist/index.d.ts",
22
- "default": "./dist/index.js"
23
- },
20
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
24
21
  "require": {
25
22
  "types": "./dist/index.d.cts",
26
23
  "default": "./dist/index.cjs"
27
24
  },
28
- "default": {
29
- "types": "./dist/index.d.ts",
30
- "default": "./dist/index.js"
31
- }
25
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
32
26
  },
33
27
  ".": {
34
- "import": {
35
- "types": "./dist/index.d.ts",
36
- "default": "./dist/index.js"
37
- },
28
+ "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
38
29
  "require": {
39
30
  "types": "./dist/index.d.cts",
40
31
  "default": "./dist/index.cjs"
41
32
  },
42
- "default": {
43
- "types": "./dist/index.d.ts",
44
- "default": "./dist/index.js"
45
- }
33
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
46
34
  },
47
35
  "./types": {
48
- "import": {
49
- "types": "./dist/types.d.ts",
50
- "default": "./dist/types.js"
51
- },
36
+ "import": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
52
37
  "require": {
53
38
  "types": "./dist/types.d.cts",
54
39
  "default": "./dist/types.cjs"
55
40
  },
56
- "default": {
57
- "types": "./dist/types.d.ts",
58
- "default": "./dist/types.js"
59
- }
41
+ "default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
60
42
  },
61
43
  "./schema": {
62
44
  "import": {
@@ -102,13 +84,7 @@
102
84
  }
103
85
  },
104
86
  "types": "./dist/index.d.ts",
105
- "dependencies": {
106
- "zod": "^3.24.0"
107
- },
108
- "devDependencies": {
109
- "tsup": "8.4.0"
110
- },
111
- "publishConfig": {
112
- "access": "public"
113
- }
114
- }
87
+ "dependencies": { "zod": "^3.24.0" },
88
+ "devDependencies": { "tsup": "8.4.0" },
89
+ "publishConfig": { "access": "public" }
90
+ }
@@ -0,0 +1,14 @@
1
+ export declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
2
+ export declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
+ export declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
4
+ export declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
+ export declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
6
+ export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
7
+ export declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
8
+ export declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
9
+ export declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
10
+ export declare const STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
11
+ export declare const STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
12
+ export declare const STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
13
+ export declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n";
14
+ export declare const STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
@@ -0,0 +1,217 @@
1
+ import type { StormWorkspaceConfigInput } from "./types";
2
+ /**
3
+ * Type the config values for the current Storm workspace
4
+ *
5
+ * @param input - The config values for the current Storm workspace
6
+ * @returns The config values for the current Storm workspace
7
+ */
8
+ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
9
+ bot: {
10
+ name?: string | undefined;
11
+ email?: string | undefined;
12
+ };
13
+ release: {
14
+ banner?: string | undefined;
15
+ header?: string | undefined;
16
+ footer?: string | undefined;
17
+ };
18
+ account: {
19
+ github?: string | undefined;
20
+ twitter?: string | undefined;
21
+ discord?: string | undefined;
22
+ telegram?: string | undefined;
23
+ slack?: string | undefined;
24
+ medium?: string | undefined;
25
+ };
26
+ error: {
27
+ codesFile?: string | undefined;
28
+ url?: string | undefined;
29
+ };
30
+ workspaceRoot: string;
31
+ directories: {
32
+ cache?: string | undefined;
33
+ data?: string | undefined;
34
+ config?: string | undefined;
35
+ temp?: string | undefined;
36
+ log?: string | undefined;
37
+ build?: string | undefined;
38
+ };
39
+ colors: {
40
+ dark: {
41
+ foreground?: string | undefined;
42
+ background?: string | undefined;
43
+ brand?: string | undefined;
44
+ alternate?: string | undefined;
45
+ accent?: string | undefined;
46
+ link?: string | undefined;
47
+ help?: string | undefined;
48
+ success?: string | undefined;
49
+ info?: string | undefined;
50
+ warning?: string | undefined;
51
+ danger?: string | undefined;
52
+ fatal?: string | undefined;
53
+ positive?: string | undefined;
54
+ negative?: string | undefined;
55
+ };
56
+ light: {
57
+ foreground?: string | undefined;
58
+ background?: string | undefined;
59
+ brand?: string | undefined;
60
+ alternate?: string | undefined;
61
+ accent?: string | undefined;
62
+ link?: string | undefined;
63
+ help?: string | undefined;
64
+ success?: string | undefined;
65
+ info?: string | undefined;
66
+ warning?: string | undefined;
67
+ danger?: string | undefined;
68
+ fatal?: string | undefined;
69
+ positive?: string | undefined;
70
+ negative?: string | undefined;
71
+ };
72
+ } | {
73
+ brand?: string | undefined;
74
+ alternate?: string | undefined;
75
+ accent?: string | undefined;
76
+ link?: string | undefined;
77
+ help?: string | undefined;
78
+ success?: string | undefined;
79
+ info?: string | undefined;
80
+ warning?: string | undefined;
81
+ danger?: string | undefined;
82
+ fatal?: string | undefined;
83
+ positive?: string | undefined;
84
+ negative?: string | undefined;
85
+ dark?: string | undefined;
86
+ light?: string | undefined;
87
+ } | {
88
+ base: {
89
+ dark: {
90
+ foreground?: string | undefined;
91
+ background?: string | undefined;
92
+ brand?: string | undefined;
93
+ alternate?: string | undefined;
94
+ accent?: string | undefined;
95
+ link?: string | undefined;
96
+ help?: string | undefined;
97
+ success?: string | undefined;
98
+ info?: string | undefined;
99
+ warning?: string | undefined;
100
+ danger?: string | undefined;
101
+ fatal?: string | undefined;
102
+ positive?: string | undefined;
103
+ negative?: string | undefined;
104
+ };
105
+ light: {
106
+ foreground?: string | undefined;
107
+ background?: string | undefined;
108
+ brand?: string | undefined;
109
+ alternate?: string | undefined;
110
+ accent?: string | undefined;
111
+ link?: string | undefined;
112
+ help?: string | undefined;
113
+ success?: string | undefined;
114
+ info?: string | undefined;
115
+ warning?: string | undefined;
116
+ danger?: string | undefined;
117
+ fatal?: string | undefined;
118
+ positive?: string | undefined;
119
+ negative?: string | undefined;
120
+ };
121
+ } | {
122
+ brand?: string | undefined;
123
+ alternate?: string | undefined;
124
+ accent?: string | undefined;
125
+ link?: string | undefined;
126
+ help?: string | undefined;
127
+ success?: string | undefined;
128
+ info?: string | undefined;
129
+ warning?: string | undefined;
130
+ danger?: string | undefined;
131
+ fatal?: string | undefined;
132
+ positive?: string | undefined;
133
+ negative?: string | undefined;
134
+ dark?: string | undefined;
135
+ light?: string | undefined;
136
+ };
137
+ } | Record<string, {
138
+ dark: {
139
+ foreground?: string | undefined;
140
+ background?: string | undefined;
141
+ brand?: string | undefined;
142
+ alternate?: string | undefined;
143
+ accent?: string | undefined;
144
+ link?: string | undefined;
145
+ help?: string | undefined;
146
+ success?: string | undefined;
147
+ info?: string | undefined;
148
+ warning?: string | undefined;
149
+ danger?: string | undefined;
150
+ fatal?: string | undefined;
151
+ positive?: string | undefined;
152
+ negative?: string | undefined;
153
+ };
154
+ light: {
155
+ foreground?: string | undefined;
156
+ background?: string | undefined;
157
+ brand?: string | undefined;
158
+ alternate?: string | undefined;
159
+ accent?: string | undefined;
160
+ link?: string | undefined;
161
+ help?: string | undefined;
162
+ success?: string | undefined;
163
+ info?: string | undefined;
164
+ warning?: string | undefined;
165
+ danger?: string | undefined;
166
+ fatal?: string | undefined;
167
+ positive?: string | undefined;
168
+ negative?: string | undefined;
169
+ };
170
+ } | {
171
+ brand?: string | undefined;
172
+ alternate?: string | undefined;
173
+ accent?: string | undefined;
174
+ link?: string | undefined;
175
+ help?: string | undefined;
176
+ success?: string | undefined;
177
+ info?: string | undefined;
178
+ warning?: string | undefined;
179
+ danger?: string | undefined;
180
+ fatal?: string | undefined;
181
+ positive?: string | undefined;
182
+ negative?: string | undefined;
183
+ dark?: string | undefined;
184
+ light?: string | undefined;
185
+ }>;
186
+ name?: string | undefined;
187
+ $schema?: string | null | undefined;
188
+ extends?: string | string[] | undefined;
189
+ namespace?: string | undefined;
190
+ organization?: string | undefined;
191
+ repository?: string | undefined;
192
+ license?: string | undefined;
193
+ homepage?: string | undefined;
194
+ docs?: string | undefined;
195
+ licensing?: string | undefined;
196
+ contact?: string | undefined;
197
+ branch?: string | undefined;
198
+ preid?: string | undefined;
199
+ owner?: string | undefined;
200
+ mode?: "development" | "staging" | "production" | undefined;
201
+ externalPackagePatterns?: string[] | undefined;
202
+ skipCache?: boolean | undefined;
203
+ packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
204
+ timezone?: string | undefined;
205
+ locale?: string | undefined;
206
+ logLevel?: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all" | undefined;
207
+ skipConfigLogging?: boolean | undefined;
208
+ registry?: {
209
+ github?: string | undefined;
210
+ npm?: string | undefined;
211
+ cargo?: string | undefined;
212
+ cyclone?: string | undefined;
213
+ container?: string | undefined;
214
+ } | undefined;
215
+ configFile?: string | null | undefined;
216
+ extensions?: Record<string, any> | undefined;
217
+ };
@@ -6,7 +6,6 @@
6
6
  *
7
7
  * @packageDocumentation
8
8
  */
9
-
10
9
  export * from "./constants";
11
10
  export * from "./define-config";
12
11
  export * from "./schema";