@storm-software/config 1.106.13 → 1.107.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,3 +1,7 @@
1
+
2
+
3
+
4
+
1
5
  ## 1.106.13 (2025-03-16)
2
6
 
3
7
  ### Miscellaneous
@@ -4,7 +4,7 @@
4
4
 
5
5
 
6
6
 
7
- var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
7
+ var _chunkCPQUL4OScjs = require('./chunk-CPQUL4OS.cjs');
8
8
 
9
9
  // src/schema.ts
10
10
  var _zod = require('zod'); var _zod2 = _interopRequireDefault(_zod);
@@ -96,9 +96,9 @@ var WorkspaceBotConfigSchema = _zod2.default.object({
96
96
  email: _zod2.default.string().trim().email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
97
97
  }).describe("The workspace's bot user's config used to automated various operations tasks");
98
98
  var WorkspaceReleaseConfigSchema = _zod2.default.object({
99
- banner: _zod2.default.string().trim().default(_chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_BANNER).describe("A URL to a banner image used to display the workspace's release"),
99
+ banner: _zod2.default.string().trim().default(_chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_BANNER).describe("A URL to a banner image used to display the workspace's release"),
100
100
  header: _zod2.default.string().trim().optional().describe("A header message appended to the start of the workspace's release notes"),
101
- footer: _zod2.default.string().trim().default(_chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
101
+ footer: _zod2.default.string().trim().default(_chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
102
102
  }).describe("The workspace's release config used during the release process");
103
103
  var WorkspaceDirectoryConfigSchema = _zod2.default.object({
104
104
  cache: _zod2.default.string().trim().optional().describe("The directory used to store the environment's cached file data"),
@@ -116,9 +116,9 @@ var StormConfigSchema = _zod2.default.object({
116
116
  organization: _zod2.default.string().trim().default("storm-software").describe("The organization of the workspace"),
117
117
  repository: _zod2.default.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
118
118
  license: _zod2.default.string().trim().default("Apache-2.0").describe("The license type of the package"),
119
- homepage: _zod2.default.string().trim().url().default(_chunk4VHKMV3Rcjs.STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
120
- docs: _zod2.default.string().trim().url().default(_chunk4VHKMV3Rcjs.STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
121
- licensing: _zod2.default.string().trim().url().default(_chunk4VHKMV3Rcjs.STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
119
+ homepage: _zod2.default.string().trim().url().default(_chunkCPQUL4OScjs.STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
120
+ docs: _zod2.default.string().trim().url().default(_chunkCPQUL4OScjs.STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
121
+ licensing: _zod2.default.string().trim().url().default(_chunkCPQUL4OScjs.STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
122
122
  branch: _zod2.default.string().trim().default("main").describe("The branch of the workspace"),
123
123
  preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
124
124
  owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
@@ -0,0 +1,22 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/constants.ts
2
+ var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
3
+ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
+ var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
+ var STORM_DEFAULT_LICENSE = "Apache-2.0";
6
+ var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
+ var STORM_DEFAULT_RELEASE_FOOTER = `
8
+ [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.
9
+
10
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.
11
+
12
+ If 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!
13
+ `;
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+ exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_LICENSE = STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_RELEASE_BANNER = STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = STORM_DEFAULT_RELEASE_FOOTER;
@@ -0,0 +1,22 @@
1
+ // src/constants.ts
2
+ var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
3
+ var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
+ var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
+ var STORM_DEFAULT_LICENSE = "Apache-2.0";
6
+ var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
+ var STORM_DEFAULT_RELEASE_FOOTER = `
8
+ [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.
9
+
10
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.
11
+
12
+ If 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!
13
+ `;
14
+
15
+ export {
16
+ STORM_DEFAULT_DOCS,
17
+ STORM_DEFAULT_HOMEPAGE,
18
+ STORM_DEFAULT_LICENSING,
19
+ STORM_DEFAULT_LICENSE,
20
+ STORM_DEFAULT_RELEASE_BANNER,
21
+ STORM_DEFAULT_RELEASE_FOOTER
22
+ };
@@ -4,7 +4,7 @@ import {
4
4
  STORM_DEFAULT_LICENSING,
5
5
  STORM_DEFAULT_RELEASE_BANNER,
6
6
  STORM_DEFAULT_RELEASE_FOOTER
7
- } from "./chunk-EPKJHK5F.js";
7
+ } from "./chunk-KO5ZCYSI.js";
8
8
 
9
9
  // src/schema.ts
10
10
  import z from "zod";
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
8
+ var _chunkCPQUL4OScjs = require('./chunk-CPQUL4OS.cjs');
9
9
  require('./chunk-USNT2KNT.cjs');
10
10
 
11
11
 
@@ -14,4 +14,4 @@ require('./chunk-USNT2KNT.cjs');
14
14
 
15
15
 
16
16
 
17
- exports.STORM_DEFAULT_DOCS = _chunk4VHKMV3Rcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunk4VHKMV3Rcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunk4VHKMV3Rcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunk4VHKMV3Rcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_FOOTER;
17
+ exports.STORM_DEFAULT_DOCS = _chunkCPQUL4OScjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkCPQUL4OScjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkCPQUL4OScjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkCPQUL4OScjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_FOOTER;
@@ -3,6 +3,6 @@ declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
4
4
  declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
5
5
  declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
- declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization and creator\nof Cyclone UI, Storm Stack and Acidic.\n\nOur mission is to make software development more accessible. Our ideal future is\none where anyone can create software without years of prior development\nexperience serving as a barrier to entry. We hope to achieve this via LLMs,\nGenerative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,\nreceive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next\ngeneration of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our\n[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n\n![Storm Software](https://public.storm-cdn.com/icon-fill.png){ width=\"200\" style=\"display: block; margin: 0 auto\" }\n![Visit us at stormsoftware.com](https://public.storm-cdn.com/visit-us-text.svg){ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
6
+ declare const STORM_DEFAULT_RELEASE_FOOTER = "\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";
7
7
 
8
8
  export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER };
@@ -3,6 +3,6 @@ declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
4
4
  declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
5
5
  declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
- declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization and creator\nof Cyclone UI, Storm Stack and Acidic.\n\nOur mission is to make software development more accessible. Our ideal future is\none where anyone can create software without years of prior development\nexperience serving as a barrier to entry. We hope to achieve this via LLMs,\nGenerative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,\nreceive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next\ngeneration of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our\n[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n\n![Storm Software](https://public.storm-cdn.com/icon-fill.png){ width=\"200\" style=\"display: block; margin: 0 auto\" }\n![Visit us at stormsoftware.com](https://public.storm-cdn.com/visit-us-text.svg){ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
6
+ declare const STORM_DEFAULT_RELEASE_FOOTER = "\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";
7
7
 
8
8
  export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER };
package/dist/constants.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  STORM_DEFAULT_LICENSING,
6
6
  STORM_DEFAULT_RELEASE_BANNER,
7
7
  STORM_DEFAULT_RELEASE_FOOTER
8
- } from "./chunk-EPKJHK5F.js";
8
+ } from "./chunk-KO5ZCYSI.js";
9
9
  import "./chunk-SHUYVCID.js";
10
10
  export {
11
11
  STORM_DEFAULT_DOCS,
package/dist/index.cjs CHANGED
@@ -15,7 +15,7 @@ var _chunkSNJKI2QWcjs = require('./chunk-SNJKI2QW.cjs');
15
15
 
16
16
 
17
17
 
18
- var _chunkUEFF6FLRcjs = require('./chunk-UEFF6FLR.cjs');
18
+ var _chunk5RAKNLPPcjs = require('./chunk-5RAKNLPP.cjs');
19
19
 
20
20
 
21
21
 
@@ -23,7 +23,7 @@ var _chunkUEFF6FLRcjs = require('./chunk-UEFF6FLR.cjs');
23
23
 
24
24
 
25
25
 
26
- var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
26
+ var _chunkCPQUL4OScjs = require('./chunk-CPQUL4OS.cjs');
27
27
 
28
28
 
29
29
  var _chunkWRJN6ED4cjs = require('./chunk-WRJN6ED4.cjs');
@@ -50,4 +50,4 @@ require('./chunk-USNT2KNT.cjs');
50
50
 
51
51
 
52
52
 
53
- exports.COLOR_KEYS = _chunkWRJN6ED4cjs.COLOR_KEYS; exports.ColorConfigMapSchema = _chunkUEFF6FLRcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunkUEFF6FLRcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunkUEFF6FLRcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunkUEFF6FLRcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunkUEFF6FLRcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunkUEFF6FLRcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunkUEFF6FLRcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunkUEFF6FLRcjs.RegistryUrlConfigSchema; exports.STORM_DEFAULT_DOCS = _chunk4VHKMV3Rcjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunk4VHKMV3Rcjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunk4VHKMV3Rcjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunk4VHKMV3Rcjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunk4VHKMV3Rcjs.STORM_DEFAULT_RELEASE_FOOTER; exports.SingleThemeColorConfigSchema = _chunkUEFF6FLRcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunkUEFF6FLRcjs.StormConfigSchema; exports.WorkspaceBotConfigSchema = _chunkUEFF6FLRcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunkUEFF6FLRcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunkUEFF6FLRcjs.WorkspaceReleaseConfigSchema; exports.defineConfig = _chunkSNJKI2QWcjs.defineConfig;
53
+ exports.COLOR_KEYS = _chunkWRJN6ED4cjs.COLOR_KEYS; exports.ColorConfigMapSchema = _chunk5RAKNLPPcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunk5RAKNLPPcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunk5RAKNLPPcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunk5RAKNLPPcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunk5RAKNLPPcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunk5RAKNLPPcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunk5RAKNLPPcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunk5RAKNLPPcjs.RegistryUrlConfigSchema; exports.STORM_DEFAULT_DOCS = _chunkCPQUL4OScjs.STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = _chunkCPQUL4OScjs.STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSE = _chunkCPQUL4OScjs.STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_LICENSING = _chunkCPQUL4OScjs.STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_RELEASE_BANNER = _chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = _chunkCPQUL4OScjs.STORM_DEFAULT_RELEASE_FOOTER; exports.SingleThemeColorConfigSchema = _chunk5RAKNLPPcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunk5RAKNLPPcjs.StormConfigSchema; exports.WorkspaceBotConfigSchema = _chunk5RAKNLPPcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunk5RAKNLPPcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunk5RAKNLPPcjs.WorkspaceReleaseConfigSchema; exports.defineConfig = _chunkSNJKI2QWcjs.defineConfig;
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  WorkspaceBotConfigSchema,
16
16
  WorkspaceDirectoryConfigSchema,
17
17
  WorkspaceReleaseConfigSchema
18
- } from "./chunk-WB3YUUR2.js";
18
+ } from "./chunk-ORVYZZUV.js";
19
19
  import {
20
20
  STORM_DEFAULT_DOCS,
21
21
  STORM_DEFAULT_HOMEPAGE,
@@ -23,7 +23,7 @@ import {
23
23
  STORM_DEFAULT_LICENSING,
24
24
  STORM_DEFAULT_RELEASE_BANNER,
25
25
  STORM_DEFAULT_RELEASE_FOOTER
26
- } from "./chunk-EPKJHK5F.js";
26
+ } from "./chunk-KO5ZCYSI.js";
27
27
  import {
28
28
  COLOR_KEYS
29
29
  } from "./chunk-HFZRRAQB.js";
package/dist/schema.cjs CHANGED
@@ -12,8 +12,8 @@
12
12
 
13
13
 
14
14
 
15
- var _chunkUEFF6FLRcjs = require('./chunk-UEFF6FLR.cjs');
16
- require('./chunk-4VHKMV3R.cjs');
15
+ var _chunk5RAKNLPPcjs = require('./chunk-5RAKNLPP.cjs');
16
+ require('./chunk-CPQUL4OS.cjs');
17
17
  require('./chunk-USNT2KNT.cjs');
18
18
 
19
19
 
@@ -29,4 +29,4 @@ require('./chunk-USNT2KNT.cjs');
29
29
 
30
30
 
31
31
 
32
- exports.ColorConfigMapSchema = _chunkUEFF6FLRcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunkUEFF6FLRcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunkUEFF6FLRcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunkUEFF6FLRcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunkUEFF6FLRcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunkUEFF6FLRcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunkUEFF6FLRcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunkUEFF6FLRcjs.RegistryUrlConfigSchema; exports.SingleThemeColorConfigSchema = _chunkUEFF6FLRcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunkUEFF6FLRcjs.StormConfigSchema; exports.WorkspaceBotConfigSchema = _chunkUEFF6FLRcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunkUEFF6FLRcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunkUEFF6FLRcjs.WorkspaceReleaseConfigSchema;
32
+ exports.ColorConfigMapSchema = _chunk5RAKNLPPcjs.ColorConfigMapSchema; exports.ColorConfigSchema = _chunk5RAKNLPPcjs.ColorConfigSchema; exports.DarkThemeColorConfigSchema = _chunk5RAKNLPPcjs.DarkThemeColorConfigSchema; exports.ExtendsSchema = _chunk5RAKNLPPcjs.ExtendsSchema; exports.LightThemeColorConfigSchema = _chunk5RAKNLPPcjs.LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = _chunk5RAKNLPPcjs.MultiThemeColorConfigSchema; exports.RegistryConfigSchema = _chunk5RAKNLPPcjs.RegistryConfigSchema; exports.RegistryUrlConfigSchema = _chunk5RAKNLPPcjs.RegistryUrlConfigSchema; exports.SingleThemeColorConfigSchema = _chunk5RAKNLPPcjs.SingleThemeColorConfigSchema; exports.StormConfigSchema = _chunk5RAKNLPPcjs.StormConfigSchema; exports.WorkspaceBotConfigSchema = _chunk5RAKNLPPcjs.WorkspaceBotConfigSchema; exports.WorkspaceDirectoryConfigSchema = _chunk5RAKNLPPcjs.WorkspaceDirectoryConfigSchema; exports.WorkspaceReleaseConfigSchema = _chunk5RAKNLPPcjs.WorkspaceReleaseConfigSchema;
package/dist/schema.js CHANGED
@@ -12,8 +12,8 @@ import {
12
12
  WorkspaceBotConfigSchema,
13
13
  WorkspaceDirectoryConfigSchema,
14
14
  WorkspaceReleaseConfigSchema
15
- } from "./chunk-WB3YUUR2.js";
16
- import "./chunk-EPKJHK5F.js";
15
+ } from "./chunk-ORVYZZUV.js";
16
+ import "./chunk-KO5ZCYSI.js";
17
17
  import "./chunk-SHUYVCID.js";
18
18
  export {
19
19
  ColorConfigMapSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config",
3
- "version": "1.106.13",
3
+ "version": "1.107.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": {
@@ -3,4 +3,4 @@ export declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
3
3
  export declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
4
4
  export declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
5
5
  export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
6
- export declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization and creator\nof Cyclone UI, Storm Stack and Acidic.\n\nOur mission is to make software development more accessible. Our ideal future is\none where anyone can create software without years of prior development\nexperience serving as a barrier to entry. We hope to achieve this via LLMs,\nGenerative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,\nreceive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next\ngeneration of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our\n[Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n\n![Storm Software](https://public.storm-cdn.com/icon-fill.png){ width=\"200\" style=\"display: block; margin: 0 auto\" }\n![Visit us at stormsoftware.com](https://public.storm-cdn.com/visit-us-text.svg){ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
6
+ export declare const STORM_DEFAULT_RELEASE_FOOTER = "\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";
@@ -1,34 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/constants.ts
2
- var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
3
- var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
- var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
- var STORM_DEFAULT_LICENSE = "Apache-2.0";
6
- var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
- var STORM_DEFAULT_RELEASE_FOOTER = `
8
- Storm Software is an open source software development organization and creator
9
- of Cyclone UI, Storm Stack and Acidic.
10
-
11
- Our mission is to make software development more accessible. Our ideal future is
12
- one where anyone can create software without years of prior development
13
- experience serving as a barrier to entry. We hope to achieve this via LLMs,
14
- Generative AI, and intuitive, high-level data modeling/programming languages.
15
-
16
- Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
17
- receive release notifications, ask questions, and get involved.
18
-
19
- If this sounds interesting, and you would like to help us in creating the next
20
- generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our
21
- [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!
22
-
23
- ![Storm Software](https://public.storm-cdn.com/icon-fill.png){ width="200" style="display: block; margin: 0 auto" }
24
- ![Visit us at stormsoftware.com](https://public.storm-cdn.com/visit-us-text.svg){ height="90" style="display: block; margin: 0 auto" }
25
- `;
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
-
34
- exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.STORM_DEFAULT_LICENSE = STORM_DEFAULT_LICENSE; exports.STORM_DEFAULT_RELEASE_BANNER = STORM_DEFAULT_RELEASE_BANNER; exports.STORM_DEFAULT_RELEASE_FOOTER = STORM_DEFAULT_RELEASE_FOOTER;
@@ -1,34 +0,0 @@
1
- // src/constants.ts
2
- var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
3
- var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
4
- var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
5
- var STORM_DEFAULT_LICENSE = "Apache-2.0";
6
- var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
7
- var STORM_DEFAULT_RELEASE_FOOTER = `
8
- Storm Software is an open source software development organization and creator
9
- of Cyclone UI, Storm Stack and Acidic.
10
-
11
- Our mission is to make software development more accessible. Our ideal future is
12
- one where anyone can create software without years of prior development
13
- experience serving as a barrier to entry. We hope to achieve this via LLMs,
14
- Generative AI, and intuitive, high-level data modeling/programming languages.
15
-
16
- Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
17
- receive release notifications, ask questions, and get involved.
18
-
19
- If this sounds interesting, and you would like to help us in creating the next
20
- generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our
21
- [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!
22
-
23
- ![Storm Software](https://public.storm-cdn.com/icon-fill.png){ width="200" style="display: block; margin: 0 auto" }
24
- ![Visit us at stormsoftware.com](https://public.storm-cdn.com/visit-us-text.svg){ height="90" style="display: block; margin: 0 auto" }
25
- `;
26
-
27
- export {
28
- STORM_DEFAULT_DOCS,
29
- STORM_DEFAULT_HOMEPAGE,
30
- STORM_DEFAULT_LICENSING,
31
- STORM_DEFAULT_LICENSE,
32
- STORM_DEFAULT_RELEASE_BANNER,
33
- STORM_DEFAULT_RELEASE_FOOTER
34
- };