@storm-software/config 1.106.11 → 1.106.13
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 +12 -0
- package/README.md +1 -1
- package/dist/chunk-4VHKMV3R.cjs +34 -0
- package/dist/chunk-EPKJHK5F.js +34 -0
- package/dist/{chunk-JNZ6APQ5.cjs → chunk-UEFF6FLR.cjs} +14 -5
- package/dist/{chunk-ARJWLQIE.js → chunk-WB3YUUR2.js} +11 -2
- package/dist/constants.cjs +6 -2
- package/dist/constants.d.cts +3 -1
- package/dist/constants.d.ts +3 -1
- package/dist/constants.js +7 -3
- package/dist/define-config.d.cts +5 -0
- package/dist/define-config.d.ts +5 -0
- package/dist/index.cjs +9 -3
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +10 -4
- package/dist/schema.cjs +5 -3
- package/dist/schema.d.cts +37 -1
- package/dist/schema.d.ts +37 -1
- package/dist/schema.js +6 -4
- package/package.json +1 -1
- package/schemas/storm-workspace.schema.json +22 -1
- package/src/constants.d.ts +2 -0
- package/src/define-config.d.ts +5 -0
- package/src/schema.d.ts +36 -0
- package/dist/chunk-AVMOBJJQ.cjs +0 -12
- package/dist/chunk-PQYQEEST.js +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## 1.106.13 (2025-03-16)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Regenerate README markdown files ([bc0c826a6](https://github.com/storm-software/storm-ops/commit/bc0c826a6))
|
|
6
|
+
|
|
7
|
+
## 1.106.12 (2025-03-12)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Regenerate README markdown files ([e83d6f588](https://github.com/storm-software/storm-ops/commit/e83d6f588))
|
|
12
|
+
|
|
1
13
|
## 1.106.11 (2025-03-12)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
{ width="200" style="display: block; margin: 0 auto" }
|
|
24
|
+
{ 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;
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
{ width="200" style="display: block; margin: 0 auto" }
|
|
24
|
+
{ 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
|
+
};
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
|
|
6
8
|
|
|
7
9
|
// src/schema.ts
|
|
8
10
|
var _zod = require('zod'); var _zod2 = _interopRequireDefault(_zod);
|
|
@@ -93,6 +95,11 @@ var WorkspaceBotConfigSchema = _zod2.default.object({
|
|
|
93
95
|
name: _zod2.default.string().trim().default("stormie-bot").describe("The workspace bot user's name (this is the bot that will be used to perform various tasks)"),
|
|
94
96
|
email: _zod2.default.string().trim().email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
95
97
|
}).describe("The workspace's bot user's config used to automated various operations tasks");
|
|
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"),
|
|
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")
|
|
102
|
+
}).describe("The workspace's release config used during the release process");
|
|
96
103
|
var WorkspaceDirectoryConfigSchema = _zod2.default.object({
|
|
97
104
|
cache: _zod2.default.string().trim().optional().describe("The directory used to store the environment's cached file data"),
|
|
98
105
|
data: _zod2.default.string().trim().optional().describe("The directory used to store the environment's data files"),
|
|
@@ -109,13 +116,14 @@ var StormConfigSchema = _zod2.default.object({
|
|
|
109
116
|
organization: _zod2.default.string().trim().default("storm-software").describe("The organization of the workspace"),
|
|
110
117
|
repository: _zod2.default.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
111
118
|
license: _zod2.default.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
112
|
-
homepage: _zod2.default.string().trim().url().default(
|
|
113
|
-
docs: _zod2.default.string().trim().url().default(
|
|
114
|
-
licensing: _zod2.default.string().trim().url().default(
|
|
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"),
|
|
115
122
|
branch: _zod2.default.string().trim().default("main").describe("The branch of the workspace"),
|
|
116
123
|
preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
117
124
|
owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
118
125
|
bot: WorkspaceBotConfigSchema,
|
|
126
|
+
release: WorkspaceReleaseConfigSchema,
|
|
119
127
|
mode: _zod2.default.enum([
|
|
120
128
|
"development",
|
|
121
129
|
"staging",
|
|
@@ -164,4 +172,5 @@ var StormConfigSchema = _zod2.default.object({
|
|
|
164
172
|
|
|
165
173
|
|
|
166
174
|
|
|
167
|
-
|
|
175
|
+
|
|
176
|
+
exports.DarkThemeColorConfigSchema = DarkThemeColorConfigSchema; exports.LightThemeColorConfigSchema = LightThemeColorConfigSchema; exports.MultiThemeColorConfigSchema = MultiThemeColorConfigSchema; exports.SingleThemeColorConfigSchema = SingleThemeColorConfigSchema; exports.RegistryUrlConfigSchema = RegistryUrlConfigSchema; exports.RegistryConfigSchema = RegistryConfigSchema; exports.ColorConfigSchema = ColorConfigSchema; exports.ColorConfigMapSchema = ColorConfigMapSchema; exports.ExtendsSchema = ExtendsSchema; exports.WorkspaceBotConfigSchema = WorkspaceBotConfigSchema; exports.WorkspaceReleaseConfigSchema = WorkspaceReleaseConfigSchema; exports.WorkspaceDirectoryConfigSchema = WorkspaceDirectoryConfigSchema; exports.StormConfigSchema = StormConfigSchema;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
STORM_DEFAULT_DOCS,
|
|
3
3
|
STORM_DEFAULT_HOMEPAGE,
|
|
4
|
-
STORM_DEFAULT_LICENSING
|
|
5
|
-
|
|
4
|
+
STORM_DEFAULT_LICENSING,
|
|
5
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
6
|
+
STORM_DEFAULT_RELEASE_FOOTER
|
|
7
|
+
} from "./chunk-EPKJHK5F.js";
|
|
6
8
|
|
|
7
9
|
// src/schema.ts
|
|
8
10
|
import z from "zod";
|
|
@@ -93,6 +95,11 @@ var WorkspaceBotConfigSchema = z.object({
|
|
|
93
95
|
name: z.string().trim().default("stormie-bot").describe("The workspace bot user's name (this is the bot that will be used to perform various tasks)"),
|
|
94
96
|
email: z.string().trim().email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
95
97
|
}).describe("The workspace's bot user's config used to automated various operations tasks");
|
|
98
|
+
var WorkspaceReleaseConfigSchema = z.object({
|
|
99
|
+
banner: z.string().trim().default(STORM_DEFAULT_RELEASE_BANNER).describe("A URL to a banner image used to display the workspace's release"),
|
|
100
|
+
header: z.string().trim().optional().describe("A header message appended to the start of the workspace's release notes"),
|
|
101
|
+
footer: z.string().trim().default(STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
|
|
102
|
+
}).describe("The workspace's release config used during the release process");
|
|
96
103
|
var WorkspaceDirectoryConfigSchema = z.object({
|
|
97
104
|
cache: z.string().trim().optional().describe("The directory used to store the environment's cached file data"),
|
|
98
105
|
data: z.string().trim().optional().describe("The directory used to store the environment's data files"),
|
|
@@ -116,6 +123,7 @@ var StormConfigSchema = z.object({
|
|
|
116
123
|
preid: z.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
117
124
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
118
125
|
bot: WorkspaceBotConfigSchema,
|
|
126
|
+
release: WorkspaceReleaseConfigSchema,
|
|
119
127
|
mode: z.enum([
|
|
120
128
|
"development",
|
|
121
129
|
"staging",
|
|
@@ -162,6 +170,7 @@ export {
|
|
|
162
170
|
ColorConfigMapSchema,
|
|
163
171
|
ExtendsSchema,
|
|
164
172
|
WorkspaceBotConfigSchema,
|
|
173
|
+
WorkspaceReleaseConfigSchema,
|
|
165
174
|
WorkspaceDirectoryConfigSchema,
|
|
166
175
|
StormConfigSchema
|
|
167
176
|
};
|
package/dist/constants.cjs
CHANGED
|
@@ -3,11 +3,15 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
|
|
7
9
|
require('./chunk-USNT2KNT.cjs');
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
|
|
13
|
-
|
|
15
|
+
|
|
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;
|
package/dist/constants.d.cts
CHANGED
|
@@ -2,5 +2,7 @@ declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
|
2
2
|
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
|
+
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{ width=\"200\" style=\"display: block; margin: 0 auto\" }\n{ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
|
|
5
7
|
|
|
6
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING };
|
|
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.d.ts
CHANGED
|
@@ -2,5 +2,7 @@ declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
|
2
2
|
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
|
+
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{ width=\"200\" style=\"display: block; margin: 0 auto\" }\n{ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
|
|
5
7
|
|
|
6
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING };
|
|
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
|
@@ -2,12 +2,16 @@ import {
|
|
|
2
2
|
STORM_DEFAULT_DOCS,
|
|
3
3
|
STORM_DEFAULT_HOMEPAGE,
|
|
4
4
|
STORM_DEFAULT_LICENSE,
|
|
5
|
-
STORM_DEFAULT_LICENSING
|
|
6
|
-
|
|
5
|
+
STORM_DEFAULT_LICENSING,
|
|
6
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
7
|
+
STORM_DEFAULT_RELEASE_FOOTER
|
|
8
|
+
} from "./chunk-EPKJHK5F.js";
|
|
7
9
|
import "./chunk-SHUYVCID.js";
|
|
8
10
|
export {
|
|
9
11
|
STORM_DEFAULT_DOCS,
|
|
10
12
|
STORM_DEFAULT_HOMEPAGE,
|
|
11
13
|
STORM_DEFAULT_LICENSE,
|
|
12
|
-
STORM_DEFAULT_LICENSING
|
|
14
|
+
STORM_DEFAULT_LICENSING,
|
|
15
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
16
|
+
STORM_DEFAULT_RELEASE_FOOTER
|
|
13
17
|
};
|
package/dist/define-config.d.cts
CHANGED
|
@@ -13,6 +13,11 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
13
13
|
name?: string | undefined;
|
|
14
14
|
email?: string | undefined;
|
|
15
15
|
};
|
|
16
|
+
release: {
|
|
17
|
+
banner?: string | undefined;
|
|
18
|
+
header?: string | undefined;
|
|
19
|
+
footer?: string | undefined;
|
|
20
|
+
};
|
|
16
21
|
directories: {
|
|
17
22
|
cache?: string | undefined;
|
|
18
23
|
data?: string | undefined;
|
package/dist/define-config.d.ts
CHANGED
|
@@ -13,6 +13,11 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
13
13
|
name?: string | undefined;
|
|
14
14
|
email?: string | undefined;
|
|
15
15
|
};
|
|
16
|
+
release: {
|
|
17
|
+
banner?: string | undefined;
|
|
18
|
+
header?: string | undefined;
|
|
19
|
+
footer?: string | undefined;
|
|
20
|
+
};
|
|
16
21
|
directories: {
|
|
17
22
|
cache?: string | undefined;
|
|
18
23
|
data?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -14,13 +14,16 @@ var _chunkSNJKI2QWcjs = require('./chunk-SNJKI2QW.cjs');
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var _chunkJNZ6APQ5cjs = require('./chunk-JNZ6APQ5.cjs');
|
|
18
17
|
|
|
18
|
+
var _chunkUEFF6FLRcjs = require('./chunk-UEFF6FLR.cjs');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
var _chunk4VHKMV3Rcjs = require('./chunk-4VHKMV3R.cjs');
|
|
24
27
|
|
|
25
28
|
|
|
26
29
|
var _chunkWRJN6ED4cjs = require('./chunk-WRJN6ED4.cjs');
|
|
@@ -44,4 +47,7 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
44
47
|
|
|
45
48
|
|
|
46
49
|
|
|
47
|
-
|
|
50
|
+
|
|
51
|
+
|
|
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;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING } from './constants.cjs';
|
|
1
|
+
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER } from './constants.cjs';
|
|
2
2
|
export { defineConfig } from './define-config.cjs';
|
|
3
|
-
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema } from './schema.cjs';
|
|
3
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema } from './schema.cjs';
|
|
4
4
|
export { COLOR_KEYS, ColorConfig, ColorConfigInput, ColorConfigMap, ColorConfigMapInput, DarkThemeColorConfig, DarkThemeColorConfigInput, LightThemeColorConfig, LightThemeColorConfigInput, MultiThemeColorConfig, MultiThemeColorConfigInput, SingleThemeColorConfig, SingleThemeColorConfigInput, StormConfig, StormConfigInput } from './types.cjs';
|
|
5
5
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING } from './constants.js';
|
|
1
|
+
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER } from './constants.js';
|
|
2
2
|
export { defineConfig } from './define-config.js';
|
|
3
|
-
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema } from './schema.js';
|
|
3
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema } from './schema.js';
|
|
4
4
|
export { COLOR_KEYS, ColorConfig, ColorConfigInput, ColorConfigMap, ColorConfigMapInput, DarkThemeColorConfig, DarkThemeColorConfigInput, LightThemeColorConfig, LightThemeColorConfigInput, MultiThemeColorConfig, MultiThemeColorConfigInput, SingleThemeColorConfig, SingleThemeColorConfigInput, StormConfig, StormConfigInput } from './types.js';
|
|
5
5
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -13,14 +13,17 @@ import {
|
|
|
13
13
|
SingleThemeColorConfigSchema,
|
|
14
14
|
StormConfigSchema,
|
|
15
15
|
WorkspaceBotConfigSchema,
|
|
16
|
-
WorkspaceDirectoryConfigSchema
|
|
17
|
-
|
|
16
|
+
WorkspaceDirectoryConfigSchema,
|
|
17
|
+
WorkspaceReleaseConfigSchema
|
|
18
|
+
} from "./chunk-WB3YUUR2.js";
|
|
18
19
|
import {
|
|
19
20
|
STORM_DEFAULT_DOCS,
|
|
20
21
|
STORM_DEFAULT_HOMEPAGE,
|
|
21
22
|
STORM_DEFAULT_LICENSE,
|
|
22
|
-
STORM_DEFAULT_LICENSING
|
|
23
|
-
|
|
23
|
+
STORM_DEFAULT_LICENSING,
|
|
24
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
25
|
+
STORM_DEFAULT_RELEASE_FOOTER
|
|
26
|
+
} from "./chunk-EPKJHK5F.js";
|
|
24
27
|
import {
|
|
25
28
|
COLOR_KEYS
|
|
26
29
|
} from "./chunk-HFZRRAQB.js";
|
|
@@ -39,9 +42,12 @@ export {
|
|
|
39
42
|
STORM_DEFAULT_HOMEPAGE,
|
|
40
43
|
STORM_DEFAULT_LICENSE,
|
|
41
44
|
STORM_DEFAULT_LICENSING,
|
|
45
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
46
|
+
STORM_DEFAULT_RELEASE_FOOTER,
|
|
42
47
|
SingleThemeColorConfigSchema,
|
|
43
48
|
StormConfigSchema,
|
|
44
49
|
WorkspaceBotConfigSchema,
|
|
45
50
|
WorkspaceDirectoryConfigSchema,
|
|
51
|
+
WorkspaceReleaseConfigSchema,
|
|
46
52
|
defineConfig
|
|
47
53
|
};
|
package/dist/schema.cjs
CHANGED
|
@@ -11,8 +11,9 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
require('./chunk-
|
|
14
|
+
|
|
15
|
+
var _chunkUEFF6FLRcjs = require('./chunk-UEFF6FLR.cjs');
|
|
16
|
+
require('./chunk-4VHKMV3R.cjs');
|
|
16
17
|
require('./chunk-USNT2KNT.cjs');
|
|
17
18
|
|
|
18
19
|
|
|
@@ -27,4 +28,5 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
|
|
30
|
-
|
|
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;
|
package/dist/schema.d.cts
CHANGED
|
@@ -1048,6 +1048,19 @@ declare const WorkspaceBotConfigSchema: z.ZodObject<{
|
|
|
1048
1048
|
name?: string | undefined;
|
|
1049
1049
|
email?: string | undefined;
|
|
1050
1050
|
}>;
|
|
1051
|
+
declare const WorkspaceReleaseConfigSchema: z.ZodObject<{
|
|
1052
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1053
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1054
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1055
|
+
}, "strip", z.ZodTypeAny, {
|
|
1056
|
+
banner: string;
|
|
1057
|
+
footer: string;
|
|
1058
|
+
header?: string | undefined;
|
|
1059
|
+
}, {
|
|
1060
|
+
banner?: string | undefined;
|
|
1061
|
+
header?: string | undefined;
|
|
1062
|
+
footer?: string | undefined;
|
|
1063
|
+
}>;
|
|
1051
1064
|
declare const WorkspaceDirectoryConfigSchema: z.ZodObject<{
|
|
1052
1065
|
cache: z.ZodOptional<z.ZodString>;
|
|
1053
1066
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1097,6 +1110,19 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1097
1110
|
name?: string | undefined;
|
|
1098
1111
|
email?: string | undefined;
|
|
1099
1112
|
}>;
|
|
1113
|
+
release: z.ZodObject<{
|
|
1114
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1115
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1116
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1117
|
+
}, "strip", z.ZodTypeAny, {
|
|
1118
|
+
banner: string;
|
|
1119
|
+
footer: string;
|
|
1120
|
+
header?: string | undefined;
|
|
1121
|
+
}, {
|
|
1122
|
+
banner?: string | undefined;
|
|
1123
|
+
header?: string | undefined;
|
|
1124
|
+
footer?: string | undefined;
|
|
1125
|
+
}>;
|
|
1100
1126
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
1101
1127
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
1102
1128
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1876,6 +1902,11 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1876
1902
|
name: string;
|
|
1877
1903
|
email: string;
|
|
1878
1904
|
};
|
|
1905
|
+
release: {
|
|
1906
|
+
banner: string;
|
|
1907
|
+
footer: string;
|
|
1908
|
+
header?: string | undefined;
|
|
1909
|
+
};
|
|
1879
1910
|
mode: "development" | "staging" | "production";
|
|
1880
1911
|
workspaceRoot: string;
|
|
1881
1912
|
externalPackagePatterns: string[];
|
|
@@ -2060,6 +2091,11 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2060
2091
|
name?: string | undefined;
|
|
2061
2092
|
email?: string | undefined;
|
|
2062
2093
|
};
|
|
2094
|
+
release: {
|
|
2095
|
+
banner?: string | undefined;
|
|
2096
|
+
header?: string | undefined;
|
|
2097
|
+
footer?: string | undefined;
|
|
2098
|
+
};
|
|
2063
2099
|
directories: {
|
|
2064
2100
|
cache?: string | undefined;
|
|
2065
2101
|
data?: string | undefined;
|
|
@@ -2248,4 +2284,4 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2248
2284
|
extensions?: Record<string, any> | undefined;
|
|
2249
2285
|
}>;
|
|
2250
2286
|
|
|
2251
|
-
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema };
|
|
2287
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema };
|
package/dist/schema.d.ts
CHANGED
|
@@ -1048,6 +1048,19 @@ declare const WorkspaceBotConfigSchema: z.ZodObject<{
|
|
|
1048
1048
|
name?: string | undefined;
|
|
1049
1049
|
email?: string | undefined;
|
|
1050
1050
|
}>;
|
|
1051
|
+
declare const WorkspaceReleaseConfigSchema: z.ZodObject<{
|
|
1052
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1053
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1054
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1055
|
+
}, "strip", z.ZodTypeAny, {
|
|
1056
|
+
banner: string;
|
|
1057
|
+
footer: string;
|
|
1058
|
+
header?: string | undefined;
|
|
1059
|
+
}, {
|
|
1060
|
+
banner?: string | undefined;
|
|
1061
|
+
header?: string | undefined;
|
|
1062
|
+
footer?: string | undefined;
|
|
1063
|
+
}>;
|
|
1051
1064
|
declare const WorkspaceDirectoryConfigSchema: z.ZodObject<{
|
|
1052
1065
|
cache: z.ZodOptional<z.ZodString>;
|
|
1053
1066
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1097,6 +1110,19 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1097
1110
|
name?: string | undefined;
|
|
1098
1111
|
email?: string | undefined;
|
|
1099
1112
|
}>;
|
|
1113
|
+
release: z.ZodObject<{
|
|
1114
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1115
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1116
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1117
|
+
}, "strip", z.ZodTypeAny, {
|
|
1118
|
+
banner: string;
|
|
1119
|
+
footer: string;
|
|
1120
|
+
header?: string | undefined;
|
|
1121
|
+
}, {
|
|
1122
|
+
banner?: string | undefined;
|
|
1123
|
+
header?: string | undefined;
|
|
1124
|
+
footer?: string | undefined;
|
|
1125
|
+
}>;
|
|
1100
1126
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
1101
1127
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
1102
1128
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1876,6 +1902,11 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1876
1902
|
name: string;
|
|
1877
1903
|
email: string;
|
|
1878
1904
|
};
|
|
1905
|
+
release: {
|
|
1906
|
+
banner: string;
|
|
1907
|
+
footer: string;
|
|
1908
|
+
header?: string | undefined;
|
|
1909
|
+
};
|
|
1879
1910
|
mode: "development" | "staging" | "production";
|
|
1880
1911
|
workspaceRoot: string;
|
|
1881
1912
|
externalPackagePatterns: string[];
|
|
@@ -2060,6 +2091,11 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2060
2091
|
name?: string | undefined;
|
|
2061
2092
|
email?: string | undefined;
|
|
2062
2093
|
};
|
|
2094
|
+
release: {
|
|
2095
|
+
banner?: string | undefined;
|
|
2096
|
+
header?: string | undefined;
|
|
2097
|
+
footer?: string | undefined;
|
|
2098
|
+
};
|
|
2063
2099
|
directories: {
|
|
2064
2100
|
cache?: string | undefined;
|
|
2065
2101
|
data?: string | undefined;
|
|
@@ -2248,4 +2284,4 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2248
2284
|
extensions?: Record<string, any> | undefined;
|
|
2249
2285
|
}>;
|
|
2250
2286
|
|
|
2251
|
-
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema };
|
|
2287
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema };
|
package/dist/schema.js
CHANGED
|
@@ -10,9 +10,10 @@ import {
|
|
|
10
10
|
SingleThemeColorConfigSchema,
|
|
11
11
|
StormConfigSchema,
|
|
12
12
|
WorkspaceBotConfigSchema,
|
|
13
|
-
WorkspaceDirectoryConfigSchema
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
WorkspaceDirectoryConfigSchema,
|
|
14
|
+
WorkspaceReleaseConfigSchema
|
|
15
|
+
} from "./chunk-WB3YUUR2.js";
|
|
16
|
+
import "./chunk-EPKJHK5F.js";
|
|
16
17
|
import "./chunk-SHUYVCID.js";
|
|
17
18
|
export {
|
|
18
19
|
ColorConfigMapSchema,
|
|
@@ -26,5 +27,6 @@ export {
|
|
|
26
27
|
SingleThemeColorConfigSchema,
|
|
27
28
|
StormConfigSchema,
|
|
28
29
|
WorkspaceBotConfigSchema,
|
|
29
|
-
WorkspaceDirectoryConfigSchema
|
|
30
|
+
WorkspaceDirectoryConfigSchema,
|
|
31
|
+
WorkspaceReleaseConfigSchema
|
|
30
32
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.106.
|
|
3
|
+
"version": "1.106.13",
|
|
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": {
|
|
@@ -110,6 +110,27 @@
|
|
|
110
110
|
"additionalProperties": false,
|
|
111
111
|
"description": "The workspace's bot user's config used to automated various operations tasks"
|
|
112
112
|
},
|
|
113
|
+
"release": {
|
|
114
|
+
"type": "object",
|
|
115
|
+
"properties": {
|
|
116
|
+
"banner": {
|
|
117
|
+
"type": "string",
|
|
118
|
+
"default": "https://public.storm-cdn.com/logo-banner.png",
|
|
119
|
+
"description": "A URL to a banner image used to display the workspace's release"
|
|
120
|
+
},
|
|
121
|
+
"header": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"description": "A header message appended to the start of the workspace's release notes"
|
|
124
|
+
},
|
|
125
|
+
"footer": {
|
|
126
|
+
"type": "string",
|
|
127
|
+
"default": "\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{ width=\"200\" style=\"display: block; margin: 0 auto\" }\n{ height=\"90\" style=\"display: block; margin: 0 auto\" }\n",
|
|
128
|
+
"description": "A footer message appended to the end of the workspace's release notes"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"additionalProperties": false,
|
|
132
|
+
"description": "The workspace's release config used during the release process"
|
|
133
|
+
},
|
|
113
134
|
"mode": {
|
|
114
135
|
"type": "string",
|
|
115
136
|
"enum": ["development", "staging", "production"],
|
|
@@ -493,7 +514,7 @@
|
|
|
493
514
|
"description": "Configuration of each used extension"
|
|
494
515
|
}
|
|
495
516
|
},
|
|
496
|
-
"required": ["bot", "directories", "colors"],
|
|
517
|
+
"required": ["bot", "release", "directories", "colors"],
|
|
497
518
|
"additionalProperties": false,
|
|
498
519
|
"description": "Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."
|
|
499
520
|
}
|
package/src/constants.d.ts
CHANGED
|
@@ -2,3 +2,5 @@ export declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
|
2
2
|
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
|
+
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{ width=\"200\" style=\"display: block; margin: 0 auto\" }\n{ height=\"90\" style=\"display: block; margin: 0 auto\" }\n";
|
package/src/define-config.d.ts
CHANGED
|
@@ -10,6 +10,11 @@ export declare const defineConfig: (input: StormConfigInput) => {
|
|
|
10
10
|
name?: string | undefined;
|
|
11
11
|
email?: string | undefined;
|
|
12
12
|
};
|
|
13
|
+
release: {
|
|
14
|
+
banner?: string | undefined;
|
|
15
|
+
header?: string | undefined;
|
|
16
|
+
footer?: string | undefined;
|
|
17
|
+
};
|
|
13
18
|
directories: {
|
|
14
19
|
cache?: string | undefined;
|
|
15
20
|
data?: string | undefined;
|
package/src/schema.d.ts
CHANGED
|
@@ -1047,6 +1047,19 @@ export declare const WorkspaceBotConfigSchema: z.ZodObject<{
|
|
|
1047
1047
|
name?: string | undefined;
|
|
1048
1048
|
email?: string | undefined;
|
|
1049
1049
|
}>;
|
|
1050
|
+
export declare const WorkspaceReleaseConfigSchema: z.ZodObject<{
|
|
1051
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1052
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1053
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1054
|
+
}, "strip", z.ZodTypeAny, {
|
|
1055
|
+
banner: string;
|
|
1056
|
+
footer: string;
|
|
1057
|
+
header?: string | undefined;
|
|
1058
|
+
}, {
|
|
1059
|
+
banner?: string | undefined;
|
|
1060
|
+
header?: string | undefined;
|
|
1061
|
+
footer?: string | undefined;
|
|
1062
|
+
}>;
|
|
1050
1063
|
export declare const WorkspaceDirectoryConfigSchema: z.ZodObject<{
|
|
1051
1064
|
cache: z.ZodOptional<z.ZodString>;
|
|
1052
1065
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1096,6 +1109,19 @@ export declare const StormConfigSchema: z.ZodObject<{
|
|
|
1096
1109
|
name?: string | undefined;
|
|
1097
1110
|
email?: string | undefined;
|
|
1098
1111
|
}>;
|
|
1112
|
+
release: z.ZodObject<{
|
|
1113
|
+
banner: z.ZodDefault<z.ZodString>;
|
|
1114
|
+
header: z.ZodOptional<z.ZodString>;
|
|
1115
|
+
footer: z.ZodDefault<z.ZodString>;
|
|
1116
|
+
}, "strip", z.ZodTypeAny, {
|
|
1117
|
+
banner: string;
|
|
1118
|
+
footer: string;
|
|
1119
|
+
header?: string | undefined;
|
|
1120
|
+
}, {
|
|
1121
|
+
banner?: string | undefined;
|
|
1122
|
+
header?: string | undefined;
|
|
1123
|
+
footer?: string | undefined;
|
|
1124
|
+
}>;
|
|
1099
1125
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
1100
1126
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
1101
1127
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1875,6 +1901,11 @@ export declare const StormConfigSchema: z.ZodObject<{
|
|
|
1875
1901
|
name: string;
|
|
1876
1902
|
email: string;
|
|
1877
1903
|
};
|
|
1904
|
+
release: {
|
|
1905
|
+
banner: string;
|
|
1906
|
+
footer: string;
|
|
1907
|
+
header?: string | undefined;
|
|
1908
|
+
};
|
|
1878
1909
|
mode: "development" | "staging" | "production";
|
|
1879
1910
|
workspaceRoot: string;
|
|
1880
1911
|
externalPackagePatterns: string[];
|
|
@@ -2059,6 +2090,11 @@ export declare const StormConfigSchema: z.ZodObject<{
|
|
|
2059
2090
|
name?: string | undefined;
|
|
2060
2091
|
email?: string | undefined;
|
|
2061
2092
|
};
|
|
2093
|
+
release: {
|
|
2094
|
+
banner?: string | undefined;
|
|
2095
|
+
header?: string | undefined;
|
|
2096
|
+
footer?: string | undefined;
|
|
2097
|
+
};
|
|
2062
2098
|
directories: {
|
|
2063
2099
|
cache?: string | undefined;
|
|
2064
2100
|
data?: string | undefined;
|
package/dist/chunk-AVMOBJJQ.cjs
DELETED
|
@@ -1,12 +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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
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;
|
package/dist/chunk-PQYQEEST.js
DELETED
|
@@ -1,12 +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
|
-
|
|
7
|
-
export {
|
|
8
|
-
STORM_DEFAULT_DOCS,
|
|
9
|
-
STORM_DEFAULT_HOMEPAGE,
|
|
10
|
-
STORM_DEFAULT_LICENSING,
|
|
11
|
-
STORM_DEFAULT_LICENSE
|
|
12
|
-
};
|