@storm-software/config 1.109.0 → 1.110.1

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
@@ -1,7 +1,21 @@
1
- ![Storm Software](https://public.storm-cdn.com/logo-banner.png)
1
+ ![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2
2
 
3
3
  # Changelog for Storm Ops - Config
4
4
 
5
+ ## [1.110.1](https://github.com/storm-software/storm-ops/releases/tag/config%401.110.1) (2025-03-16)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Clean up the CHANGELOG markdown
10
+ ([a328f646b](https://github.com/storm-software/storm-ops/commit/a328f646b))
11
+
12
+ ## [1.110.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.110.0) (2025-03-16)
13
+
14
+ ### Features
15
+
16
+ - **git-tools:** Updated the default release notes banner image
17
+ ([46b55b394](https://github.com/storm-software/storm-ops/commit/46b55b394))
18
+
5
19
  ## [1.109.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.109.0) (2025-03-16)
6
20
 
7
21
  ### Features
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.106.13-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.110.1-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 -->
@@ -11,7 +11,7 @@
11
11
 
12
12
 
13
13
 
14
- var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
14
+ var _chunkOLYJTH7Rcjs = require('./chunk-OLYJTH7R.cjs');
15
15
 
16
16
  // src/schema.ts
17
17
  var _zod = require('zod'); var _zod2 = _interopRequireDefault(_zod);
@@ -103,17 +103,17 @@ var WorkspaceBotConfigSchema = _zod2.default.object({
103
103
  email: _zod2.default.string().trim().email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
104
104
  }).describe("The workspace's bot user's config used to automated various operations tasks");
105
105
  var WorkspaceReleaseConfigSchema = _zod2.default.object({
106
- banner: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_BANNER).describe("A URL to a banner image used to display the workspace's release"),
106
+ banner: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_BANNER).describe("A URL to a banner image used to display the workspace's release"),
107
107
  header: _zod2.default.string().trim().optional().describe("A header message appended to the start of the workspace's release notes"),
108
- footer: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
108
+ footer: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
109
109
  }).describe("The workspace's release config used during the release process");
110
110
  var WorkspaceAccountConfigSchema = _zod2.default.object({
111
- twitter: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TWITTER).describe("A Twitter/X account associated with the organization/project"),
112
- discord: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_DISCORD).describe("A Discord account associated with the organization/project"),
113
- telegram: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM).describe("A Telegram account associated with the organization/project"),
114
- slack: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_SLACK).describe("A Slack account associated with the organization/project"),
115
- medium: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_MEDIUM).describe("A Medium account associated with the organization/project"),
116
- github: _zod2.default.string().trim().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_GITHUB).describe("A GitHub account associated with the organization/project")
111
+ twitter: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TWITTER).describe("A Twitter/X account associated with the organization/project"),
112
+ discord: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_DISCORD).describe("A Discord account associated with the organization/project"),
113
+ telegram: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM).describe("A Telegram account associated with the organization/project"),
114
+ slack: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_SLACK).describe("A Slack account associated with the organization/project"),
115
+ medium: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_MEDIUM).describe("A Medium account associated with the organization/project"),
116
+ github: _zod2.default.string().trim().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_GITHUB).describe("A GitHub account associated with the organization/project")
117
117
  }).describe("The workspace's account config used to store various social media links");
118
118
  var WorkspaceDirectoryConfigSchema = _zod2.default.object({
119
119
  cache: _zod2.default.string().trim().optional().describe("The directory used to store the environment's cached file data"),
@@ -131,10 +131,10 @@ var StormConfigSchema = _zod2.default.object({
131
131
  organization: _zod2.default.string().trim().default("storm-software").describe("The organization of the workspace"),
132
132
  repository: _zod2.default.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
133
133
  license: _zod2.default.string().trim().default("Apache-2.0").describe("The license type of the package"),
134
- homepage: _zod2.default.string().trim().url().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
135
- docs: _zod2.default.string().trim().url().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
136
- licensing: _zod2.default.string().trim().url().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
137
- contact: _zod2.default.string().trim().url().default(_chunkDWIKKIAVcjs.STORM_DEFAULT_CONTACT).describe("The base contact site for the workspace"),
134
+ homepage: _zod2.default.string().trim().url().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
135
+ docs: _zod2.default.string().trim().url().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
136
+ licensing: _zod2.default.string().trim().url().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
137
+ contact: _zod2.default.string().trim().url().default(_chunkOLYJTH7Rcjs.STORM_DEFAULT_CONTACT).describe("The base contact site for the workspace"),
138
138
  branch: _zod2.default.string().trim().default("main").describe("The branch of the workspace"),
139
139
  preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
140
140
  owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
@@ -11,7 +11,7 @@ import {
11
11
  STORM_DEFAULT_LICENSING,
12
12
  STORM_DEFAULT_RELEASE_BANNER,
13
13
  STORM_DEFAULT_RELEASE_FOOTER
14
- } from "./chunk-2DXL7O2R.js";
14
+ } from "./chunk-HODJMVAD.js";
15
15
 
16
16
  // src/schema.ts
17
17
  import z from "zod";
@@ -4,7 +4,7 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
4
  var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
5
5
  var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
6
6
  var STORM_DEFAULT_LICENSE = "Apache-2.0";
7
- var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
+ var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
8
8
  var STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
9
9
  var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
10
10
  var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
@@ -4,7 +4,7 @@ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
4
  var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
5
5
  var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
6
6
  var STORM_DEFAULT_LICENSE = "Apache-2.0";
7
- var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
+ var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
8
8
  var STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
9
9
  var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
10
10
  var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
15
+ var _chunkOLYJTH7Rcjs = require('./chunk-OLYJTH7R.cjs');
16
16
  require('./chunk-USNT2KNT.cjs');
17
17
 
18
18
 
@@ -28,4 +28,4 @@ require('./chunk-USNT2KNT.cjs');
28
28
 
29
29
 
30
30
 
31
- exports.STORM_DEFAULT_ACCOUNT_DISCORD = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_DISCORD; exports.STORM_DEFAULT_ACCOUNT_GITHUB = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_GITHUB; exports.STORM_DEFAULT_ACCOUNT_MEDIUM = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_MEDIUM; exports.STORM_DEFAULT_ACCOUNT_SLACK = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_SLACK; exports.STORM_DEFAULT_ACCOUNT_TELEGRAM = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM; exports.STORM_DEFAULT_ACCOUNT_TWITTER = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TWITTER; exports.STORM_DEFAULT_CONTACT = _chunkDWIKKIAVcjs.STORM_DEFAULT_CONTACT; exports.STORM_DEFAULT_DOCS = _chunkDWIKKIAVcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkDWIKKIAVcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkDWIKKIAVcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkDWIKKIAVcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_FOOTER;
31
+ exports.STORM_DEFAULT_ACCOUNT_DISCORD = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_DISCORD; exports.STORM_DEFAULT_ACCOUNT_GITHUB = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_GITHUB; exports.STORM_DEFAULT_ACCOUNT_MEDIUM = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_MEDIUM; exports.STORM_DEFAULT_ACCOUNT_SLACK = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_SLACK; exports.STORM_DEFAULT_ACCOUNT_TELEGRAM = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM; exports.STORM_DEFAULT_ACCOUNT_TWITTER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TWITTER; exports.STORM_DEFAULT_CONTACT = _chunkOLYJTH7Rcjs.STORM_DEFAULT_CONTACT; exports.STORM_DEFAULT_DOCS = _chunkOLYJTH7Rcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkOLYJTH7Rcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkOLYJTH7Rcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkOLYJTH7Rcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_FOOTER;
@@ -3,7 +3,7 @@ declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
4
4
  declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
5
  declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
6
- declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
+ declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
7
7
  declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
8
8
  declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
9
9
  declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
@@ -3,7 +3,7 @@ declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
4
4
  declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
5
  declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
6
- declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
+ declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
7
7
  declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
8
8
  declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
9
9
  declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
package/dist/constants.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  STORM_DEFAULT_LICENSING,
13
13
  STORM_DEFAULT_RELEASE_BANNER,
14
14
  STORM_DEFAULT_RELEASE_FOOTER
15
- } from "./chunk-2DXL7O2R.js";
15
+ } from "./chunk-HODJMVAD.js";
16
16
  import "./chunk-SHUYVCID.js";
17
17
  export {
18
18
  STORM_DEFAULT_ACCOUNT_DISCORD,
package/dist/index.cjs CHANGED
@@ -16,7 +16,7 @@ var _chunkSNJKI2QWcjs = require('./chunk-SNJKI2QW.cjs');
16
16
 
17
17
 
18
18
 
19
- var _chunkJFTD6CBJcjs = require('./chunk-JFTD6CBJ.cjs');
19
+ var _chunk4SJ57WRVcjs = require('./chunk-4SJ57WRV.cjs');
20
20
 
21
21
 
22
22
 
@@ -31,7 +31,7 @@ var _chunkJFTD6CBJcjs = require('./chunk-JFTD6CBJ.cjs');
31
31
 
32
32
 
33
33
 
34
- var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
34
+ var _chunkOLYJTH7Rcjs = require('./chunk-OLYJTH7R.cjs');
35
35
 
36
36
 
37
37
  var _chunkWRJN6ED4cjs = require('./chunk-WRJN6ED4.cjs');
@@ -66,4 +66,4 @@ require('./chunk-USNT2KNT.cjs');
66
66
 
67
67
 
68
68
 
69
- exports.COLOR_KEYS = _chunkWRJN6ED4cjs.COLOR_KEYS; exports.ColorConfigMapSchema = _chunkJFTD6CBJcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunkJFTD6CBJcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunkJFTD6CBJcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunkJFTD6CBJcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunkJFTD6CBJcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunkJFTD6CBJcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunkJFTD6CBJcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunkJFTD6CBJcjs.RegistryUrlConfigSchema; exports.STORM_DEFAULT_ACCOUNT_DISCORD = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_DISCORD; exports.STORM_DEFAULT_ACCOUNT_GITHUB = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_GITHUB; exports.STORM_DEFAULT_ACCOUNT_MEDIUM = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_MEDIUM; exports.STORM_DEFAULT_ACCOUNT_SLACK = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_SLACK; exports.STORM_DEFAULT_ACCOUNT_TELEGRAM = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM; exports.STORM_DEFAULT_ACCOUNT_TWITTER = _chunkDWIKKIAVcjs.STORM_DEFAULT_ACCOUNT_TWITTER; exports.STORM_DEFAULT_CONTACT = _chunkDWIKKIAVcjs.STORM_DEFAULT_CONTACT; exports.STORM_DEFAULT_DOCS = _chunkDWIKKIAVcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkDWIKKIAVcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkDWIKKIAVcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkDWIKKIAVcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkDWIKKIAVcjs.STORM_DEFAULT_RELEASE_FOOTER; exports.SingleThemeColorConfigSchema = _chunkJFTD6CBJcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunkJFTD6CBJcjs.StormConfigSchema; exports.WorkspaceAccountConfigSchema = _chunkJFTD6CBJcjs.WorkspaceAccountConfigSchema; exports.WorkspaceBotConfigSchema = _chunkJFTD6CBJcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunkJFTD6CBJcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunkJFTD6CBJcjs.WorkspaceReleaseConfigSchema; exports.defineConfig = _chunkSNJKI2QWcjs.defineConfig;
69
+ exports.COLOR_KEYS = _chunkWRJN6ED4cjs.COLOR_KEYS; exports.ColorConfigMapSchema = _chunk4SJ57WRVcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunk4SJ57WRVcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunk4SJ57WRVcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunk4SJ57WRVcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunk4SJ57WRVcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunk4SJ57WRVcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunk4SJ57WRVcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunk4SJ57WRVcjs.RegistryUrlConfigSchema; exports.STORM_DEFAULT_ACCOUNT_DISCORD = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_DISCORD; exports.STORM_DEFAULT_ACCOUNT_GITHUB = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_GITHUB; exports.STORM_DEFAULT_ACCOUNT_MEDIUM = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_MEDIUM; exports.STORM_DEFAULT_ACCOUNT_SLACK = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_SLACK; exports.STORM_DEFAULT_ACCOUNT_TELEGRAM = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TELEGRAM; exports.STORM_DEFAULT_ACCOUNT_TWITTER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_ACCOUNT_TWITTER; exports.STORM_DEFAULT_CONTACT = _chunkOLYJTH7Rcjs.STORM_DEFAULT_CONTACT; exports.STORM_DEFAULT_DOCS = _chunkOLYJTH7Rcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkOLYJTH7Rcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkOLYJTH7Rcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkOLYJTH7Rcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkOLYJTH7Rcjs.STORM_DEFAULT_RELEASE_FOOTER; exports.SingleThemeColorConfigSchema = _chunk4SJ57WRVcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunk4SJ57WRVcjs.StormConfigSchema; exports.WorkspaceAccountConfigSchema = _chunk4SJ57WRVcjs.WorkspaceAccountConfigSchema; exports.WorkspaceBotConfigSchema = _chunk4SJ57WRVcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunk4SJ57WRVcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunk4SJ57WRVcjs.WorkspaceReleaseConfigSchema; exports.defineConfig = _chunkSNJKI2QWcjs.defineConfig;
package/dist/index.js CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  WorkspaceBotConfigSchema,
17
17
  WorkspaceDirectoryConfigSchema,
18
18
  WorkspaceReleaseConfigSchema
19
- } from "./chunk-XA5LFJUS.js";
19
+ } from "./chunk-FWJ7T4PW.js";
20
20
  import {
21
21
  STORM_DEFAULT_ACCOUNT_DISCORD,
22
22
  STORM_DEFAULT_ACCOUNT_GITHUB,
@@ -31,7 +31,7 @@ import {
31
31
  STORM_DEFAULT_LICENSING,
32
32
  STORM_DEFAULT_RELEASE_BANNER,
33
33
  STORM_DEFAULT_RELEASE_FOOTER
34
- } from "./chunk-2DXL7O2R.js";
34
+ } from "./chunk-HODJMVAD.js";
35
35
  import {
36
36
  COLOR_KEYS
37
37
  } from "./chunk-HFZRRAQB.js";
package/dist/schema.cjs CHANGED
@@ -13,8 +13,8 @@
13
13
 
14
14
 
15
15
 
16
- var _chunkJFTD6CBJcjs = require('./chunk-JFTD6CBJ.cjs');
17
- require('./chunk-DWIKKIAV.cjs');
16
+ var _chunk4SJ57WRVcjs = require('./chunk-4SJ57WRV.cjs');
17
+ require('./chunk-OLYJTH7R.cjs');
18
18
  require('./chunk-USNT2KNT.cjs');
19
19
 
20
20
 
@@ -31,4 +31,4 @@ require('./chunk-USNT2KNT.cjs');
31
31
 
32
32
 
33
33
 
34
- exports.ColorConfigMapSchema = _chunkJFTD6CBJcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunkJFTD6CBJcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunkJFTD6CBJcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunkJFTD6CBJcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunkJFTD6CBJcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunkJFTD6CBJcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunkJFTD6CBJcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunkJFTD6CBJcjs.RegistryUrlConfigSchema; exports.SingleThemeColorConfigSchema = _chunkJFTD6CBJcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunkJFTD6CBJcjs.StormConfigSchema; exports.WorkspaceAccountConfigSchema = _chunkJFTD6CBJcjs.WorkspaceAccountConfigSchema; exports.WorkspaceBotConfigSchema = _chunkJFTD6CBJcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunkJFTD6CBJcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunkJFTD6CBJcjs.WorkspaceReleaseConfigSchema;
34
+ exports.ColorConfigMapSchema = _chunk4SJ57WRVcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunk4SJ57WRVcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunk4SJ57WRVcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunk4SJ57WRVcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunk4SJ57WRVcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunk4SJ57WRVcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunk4SJ57WRVcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunk4SJ57WRVcjs.RegistryUrlConfigSchema; exports.SingleThemeColorConfigSchema = _chunk4SJ57WRVcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunk4SJ57WRVcjs.StormConfigSchema; exports.WorkspaceAccountConfigSchema = _chunk4SJ57WRVcjs.WorkspaceAccountConfigSchema; exports.WorkspaceBotConfigSchema = _chunk4SJ57WRVcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunk4SJ57WRVcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunk4SJ57WRVcjs.WorkspaceReleaseConfigSchema;
package/dist/schema.js CHANGED
@@ -13,8 +13,8 @@ import {
13
13
  WorkspaceBotConfigSchema,
14
14
  WorkspaceDirectoryConfigSchema,
15
15
  WorkspaceReleaseConfigSchema
16
- } from "./chunk-XA5LFJUS.js";
17
- import "./chunk-2DXL7O2R.js";
16
+ } from "./chunk-FWJ7T4PW.js";
17
+ import "./chunk-HODJMVAD.js";
18
18
  import "./chunk-SHUYVCID.js";
19
19
  export {
20
20
  ColorConfigMapSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.109.0",
3
+ "version": "1.110.1",
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": {
@@ -121,7 +121,7 @@
121
121
  "properties": {
122
122
  "banner": {
123
123
  "type": "string",
124
- "default": "https://public.storm-cdn.com/logo-banner.png",
124
+ "default": "https://public.storm-cdn.com/brand-banner.png",
125
125
  "description": "A URL to a banner image used to display the workspace's release"
126
126
  },
127
127
  "header": {
@@ -130,7 +130,7 @@
130
130
  },
131
131
  "footer": {
132
132
  "type": "string",
133
- "default": "\n[Storm Software](https://stormsoftware.com) 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",
133
+ "default": "\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",
134
134
  "description": "A footer message appended to the end of the workspace's release notes"
135
135
  }
136
136
  },
@@ -3,7 +3,7 @@ export declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  export declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
4
4
  export declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
5
  export declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
6
- export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
+ export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
7
7
  export declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
8
8
  export declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
9
9
  export declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";