@storm-software/config 1.107.0 → 1.108.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +226 -106
- package/dist/chunk-2DXL7O2R.js +36 -0
- package/dist/chunk-DWIKKIAV.cjs +36 -0
- package/dist/{chunk-5RAKNLPP.cjs → chunk-JFTD6CBJ.cjs} +25 -7
- package/dist/{chunk-ORVYZZUV.js → chunk-XA5LFJUS.js} +19 -1
- package/dist/constants.cjs +16 -2
- package/dist/constants.d.cts +9 -2
- package/dist/constants.d.ts +9 -2
- package/dist/constants.js +15 -1
- package/dist/define-config.d.cts +9 -0
- package/dist/define-config.d.ts +9 -0
- package/dist/index.cjs +19 -3
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +18 -2
- package/dist/schema.cjs +5 -3
- package/dist/schema.d.cts +64 -1
- package/dist/schema.d.ts +64 -1
- package/dist/schema.js +4 -2
- package/package.json +1 -1
- package/schemas/storm-workspace.schema.json +45 -2
- package/src/constants.d.ts +8 -1
- package/src/define-config.d.ts +9 -0
- package/src/schema.d.ts +63 -0
- package/dist/chunk-CPQUL4OS.cjs +0 -22
- package/dist/chunk-KO5ZCYSI.js +0 -22
|
@@ -0,0 +1,36 @@
|
|
|
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_CONTACT = "https://stormsoftware.com/contact";
|
|
5
|
+
var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
|
|
6
|
+
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
7
|
+
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
|
|
8
|
+
var STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
|
|
9
|
+
var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
10
|
+
var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
|
|
11
|
+
var STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
12
|
+
var STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
|
|
13
|
+
var STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
|
|
14
|
+
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
15
|
+
Storm 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.
|
|
16
|
+
|
|
17
|
+
Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, 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 generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
|
|
20
|
+
`;
|
|
21
|
+
|
|
22
|
+
export {
|
|
23
|
+
STORM_DEFAULT_DOCS,
|
|
24
|
+
STORM_DEFAULT_HOMEPAGE,
|
|
25
|
+
STORM_DEFAULT_CONTACT,
|
|
26
|
+
STORM_DEFAULT_LICENSING,
|
|
27
|
+
STORM_DEFAULT_LICENSE,
|
|
28
|
+
STORM_DEFAULT_RELEASE_BANNER,
|
|
29
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
30
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
31
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
32
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
33
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
34
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
35
|
+
STORM_DEFAULT_RELEASE_FOOTER
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
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_CONTACT = "https://stormsoftware.com/contact";
|
|
5
|
+
var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
|
|
6
|
+
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
7
|
+
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
|
|
8
|
+
var STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
|
|
9
|
+
var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
10
|
+
var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
|
|
11
|
+
var STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
12
|
+
var STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
|
|
13
|
+
var STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
|
|
14
|
+
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
15
|
+
Storm 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.
|
|
16
|
+
|
|
17
|
+
Join us on [Discord](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, 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 generation of development tools, please reach out on our [website](${STORM_DEFAULT_CONTACT}) or join our [Slack](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
|
|
20
|
+
`;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_CONTACT = STORM_DEFAULT_CONTACT; 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_ACCOUNT_TWITTER = STORM_DEFAULT_ACCOUNT_TWITTER; exports.STORM_DEFAULT_ACCOUNT_DISCORD = STORM_DEFAULT_ACCOUNT_DISCORD; exports.STORM_DEFAULT_ACCOUNT_TELEGRAM = STORM_DEFAULT_ACCOUNT_TELEGRAM; exports.STORM_DEFAULT_ACCOUNT_SLACK = STORM_DEFAULT_ACCOUNT_SLACK; exports.STORM_DEFAULT_ACCOUNT_MEDIUM = STORM_DEFAULT_ACCOUNT_MEDIUM; exports.STORM_DEFAULT_ACCOUNT_GITHUB = STORM_DEFAULT_ACCOUNT_GITHUB; exports.STORM_DEFAULT_RELEASE_FOOTER = STORM_DEFAULT_RELEASE_FOOTER;
|
|
@@ -4,7 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
|
|
8
15
|
|
|
9
16
|
// src/schema.ts
|
|
10
17
|
var _zod = require('zod'); var _zod2 = _interopRequireDefault(_zod);
|
|
@@ -96,10 +103,18 @@ var WorkspaceBotConfigSchema = _zod2.default.object({
|
|
|
96
103
|
email: _zod2.default.string().trim().email().default("bot@stormsoftware.com").describe("The email of the workspace bot")
|
|
97
104
|
}).describe("The workspace's bot user's config used to automated various operations tasks");
|
|
98
105
|
var WorkspaceReleaseConfigSchema = _zod2.default.object({
|
|
99
|
-
banner: _zod2.default.string().trim().default(
|
|
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"),
|
|
100
107
|
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(
|
|
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")
|
|
102
109
|
}).describe("The workspace's release config used during the release process");
|
|
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")
|
|
117
|
+
}).describe("The workspace's account config used to store various social media links");
|
|
103
118
|
var WorkspaceDirectoryConfigSchema = _zod2.default.object({
|
|
104
119
|
cache: _zod2.default.string().trim().optional().describe("The directory used to store the environment's cached file data"),
|
|
105
120
|
data: _zod2.default.string().trim().optional().describe("The directory used to store the environment's data files"),
|
|
@@ -116,14 +131,16 @@ var StormConfigSchema = _zod2.default.object({
|
|
|
116
131
|
organization: _zod2.default.string().trim().default("storm-software").describe("The organization of the workspace"),
|
|
117
132
|
repository: _zod2.default.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
|
|
118
133
|
license: _zod2.default.string().trim().default("Apache-2.0").describe("The license type of the package"),
|
|
119
|
-
homepage: _zod2.default.string().trim().url().default(
|
|
120
|
-
docs: _zod2.default.string().trim().url().default(
|
|
121
|
-
licensing: _zod2.default.string().trim().url().default(
|
|
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"),
|
|
122
138
|
branch: _zod2.default.string().trim().default("main").describe("The branch of the workspace"),
|
|
123
139
|
preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
124
140
|
owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
125
141
|
bot: WorkspaceBotConfigSchema,
|
|
126
142
|
release: WorkspaceReleaseConfigSchema,
|
|
143
|
+
account: WorkspaceAccountConfigSchema,
|
|
127
144
|
mode: _zod2.default.enum([
|
|
128
145
|
"development",
|
|
129
146
|
"staging",
|
|
@@ -173,4 +190,5 @@ var StormConfigSchema = _zod2.default.object({
|
|
|
173
190
|
|
|
174
191
|
|
|
175
192
|
|
|
176
|
-
|
|
193
|
+
|
|
194
|
+
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.WorkspaceAccountConfigSchema = WorkspaceAccountConfigSchema; exports.WorkspaceDirectoryConfigSchema = WorkspaceDirectoryConfigSchema; exports.StormConfigSchema = StormConfigSchema;
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
3
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
4
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
5
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
6
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
7
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
8
|
+
STORM_DEFAULT_CONTACT,
|
|
2
9
|
STORM_DEFAULT_DOCS,
|
|
3
10
|
STORM_DEFAULT_HOMEPAGE,
|
|
4
11
|
STORM_DEFAULT_LICENSING,
|
|
5
12
|
STORM_DEFAULT_RELEASE_BANNER,
|
|
6
13
|
STORM_DEFAULT_RELEASE_FOOTER
|
|
7
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-2DXL7O2R.js";
|
|
8
15
|
|
|
9
16
|
// src/schema.ts
|
|
10
17
|
import z from "zod";
|
|
@@ -100,6 +107,14 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
100
107
|
header: z.string().trim().optional().describe("A header message appended to the start of the workspace's release notes"),
|
|
101
108
|
footer: z.string().trim().default(STORM_DEFAULT_RELEASE_FOOTER).describe("A footer message appended to the end of the workspace's release notes")
|
|
102
109
|
}).describe("The workspace's release config used during the release process");
|
|
110
|
+
var WorkspaceAccountConfigSchema = z.object({
|
|
111
|
+
twitter: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
112
|
+
discord: z.string().trim().default(STORM_DEFAULT_ACCOUNT_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
113
|
+
telegram: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
114
|
+
slack: z.string().trim().default(STORM_DEFAULT_ACCOUNT_SLACK).describe("A Slack account associated with the organization/project"),
|
|
115
|
+
medium: z.string().trim().default(STORM_DEFAULT_ACCOUNT_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
116
|
+
github: z.string().trim().default(STORM_DEFAULT_ACCOUNT_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
117
|
+
}).describe("The workspace's account config used to store various social media links");
|
|
103
118
|
var WorkspaceDirectoryConfigSchema = z.object({
|
|
104
119
|
cache: z.string().trim().optional().describe("The directory used to store the environment's cached file data"),
|
|
105
120
|
data: z.string().trim().optional().describe("The directory used to store the environment's data files"),
|
|
@@ -119,11 +134,13 @@ var StormConfigSchema = z.object({
|
|
|
119
134
|
homepage: z.string().trim().url().default(STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
|
|
120
135
|
docs: z.string().trim().url().default(STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
|
|
121
136
|
licensing: z.string().trim().url().default(STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
|
|
137
|
+
contact: z.string().trim().url().default(STORM_DEFAULT_CONTACT).describe("The base contact site for the workspace"),
|
|
122
138
|
branch: z.string().trim().default("main").describe("The branch of the workspace"),
|
|
123
139
|
preid: z.string().optional().describe("A tag specifying the version pre-release identifier"),
|
|
124
140
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
125
141
|
bot: WorkspaceBotConfigSchema,
|
|
126
142
|
release: WorkspaceReleaseConfigSchema,
|
|
143
|
+
account: WorkspaceAccountConfigSchema,
|
|
127
144
|
mode: z.enum([
|
|
128
145
|
"development",
|
|
129
146
|
"staging",
|
|
@@ -171,6 +188,7 @@ export {
|
|
|
171
188
|
ExtendsSchema,
|
|
172
189
|
WorkspaceBotConfigSchema,
|
|
173
190
|
WorkspaceReleaseConfigSchema,
|
|
191
|
+
WorkspaceAccountConfigSchema,
|
|
174
192
|
WorkspaceDirectoryConfigSchema,
|
|
175
193
|
StormConfigSchema
|
|
176
194
|
};
|
package/dist/constants.cjs
CHANGED
|
@@ -5,7 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
|
|
9
16
|
require('./chunk-USNT2KNT.cjs');
|
|
10
17
|
|
|
11
18
|
|
|
@@ -14,4 +21,11 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
14
21
|
|
|
15
22
|
|
|
16
23
|
|
|
17
|
-
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
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;
|
package/dist/constants.d.cts
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
2
2
|
declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
3
|
+
declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
3
4
|
declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
|
|
4
5
|
declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
5
6
|
declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
|
|
6
|
-
declare const
|
|
7
|
+
declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
|
|
8
|
+
declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
9
|
+
declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
|
|
10
|
+
declare const STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
11
|
+
declare const STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
|
|
12
|
+
declare const STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
|
|
13
|
+
declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n";
|
|
7
14
|
|
|
8
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER };
|
|
15
|
+
export { STORM_DEFAULT_ACCOUNT_DISCORD, STORM_DEFAULT_ACCOUNT_GITHUB, STORM_DEFAULT_ACCOUNT_MEDIUM, STORM_DEFAULT_ACCOUNT_SLACK, STORM_DEFAULT_ACCOUNT_TELEGRAM, STORM_DEFAULT_ACCOUNT_TWITTER, STORM_DEFAULT_CONTACT, 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
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
declare const STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
2
2
|
declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
3
|
+
declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
3
4
|
declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
|
|
4
5
|
declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
5
6
|
declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
|
|
6
|
-
declare const
|
|
7
|
+
declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
|
|
8
|
+
declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
9
|
+
declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
|
|
10
|
+
declare const STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
11
|
+
declare const STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
|
|
12
|
+
declare const STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
|
|
13
|
+
declare const STORM_DEFAULT_RELEASE_FOOTER = "\nStorm Software is an open source software development organization with the mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.\n\nJoin us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team, receive release notifications, ask questions, and get involved.\n\nIf this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our [website](https://stormsoftware.com/contact) or join our [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA) channel!\n";
|
|
7
14
|
|
|
8
|
-
export { STORM_DEFAULT_DOCS, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER };
|
|
15
|
+
export { STORM_DEFAULT_ACCOUNT_DISCORD, STORM_DEFAULT_ACCOUNT_GITHUB, STORM_DEFAULT_ACCOUNT_MEDIUM, STORM_DEFAULT_ACCOUNT_SLACK, STORM_DEFAULT_ACCOUNT_TELEGRAM, STORM_DEFAULT_ACCOUNT_TWITTER, STORM_DEFAULT_CONTACT, 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
|
@@ -1,13 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
3
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
4
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
5
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
6
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
7
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
8
|
+
STORM_DEFAULT_CONTACT,
|
|
2
9
|
STORM_DEFAULT_DOCS,
|
|
3
10
|
STORM_DEFAULT_HOMEPAGE,
|
|
4
11
|
STORM_DEFAULT_LICENSE,
|
|
5
12
|
STORM_DEFAULT_LICENSING,
|
|
6
13
|
STORM_DEFAULT_RELEASE_BANNER,
|
|
7
14
|
STORM_DEFAULT_RELEASE_FOOTER
|
|
8
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-2DXL7O2R.js";
|
|
9
16
|
import "./chunk-SHUYVCID.js";
|
|
10
17
|
export {
|
|
18
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
19
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
20
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
21
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
22
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
23
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
24
|
+
STORM_DEFAULT_CONTACT,
|
|
11
25
|
STORM_DEFAULT_DOCS,
|
|
12
26
|
STORM_DEFAULT_HOMEPAGE,
|
|
13
27
|
STORM_DEFAULT_LICENSE,
|
package/dist/define-config.d.cts
CHANGED
|
@@ -18,6 +18,14 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
18
18
|
header?: string | undefined;
|
|
19
19
|
footer?: string | undefined;
|
|
20
20
|
};
|
|
21
|
+
account: {
|
|
22
|
+
github?: string | undefined;
|
|
23
|
+
twitter?: string | undefined;
|
|
24
|
+
discord?: string | undefined;
|
|
25
|
+
telegram?: string | undefined;
|
|
26
|
+
slack?: string | undefined;
|
|
27
|
+
medium?: string | undefined;
|
|
28
|
+
};
|
|
21
29
|
directories: {
|
|
22
30
|
cache?: string | undefined;
|
|
23
31
|
data?: string | undefined;
|
|
@@ -183,6 +191,7 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
183
191
|
homepage?: string | undefined;
|
|
184
192
|
docs?: string | undefined;
|
|
185
193
|
licensing?: string | undefined;
|
|
194
|
+
contact?: string | undefined;
|
|
186
195
|
branch?: string | undefined;
|
|
187
196
|
preid?: string | undefined;
|
|
188
197
|
owner?: string | undefined;
|
package/dist/define-config.d.ts
CHANGED
|
@@ -18,6 +18,14 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
18
18
|
header?: string | undefined;
|
|
19
19
|
footer?: string | undefined;
|
|
20
20
|
};
|
|
21
|
+
account: {
|
|
22
|
+
github?: string | undefined;
|
|
23
|
+
twitter?: string | undefined;
|
|
24
|
+
discord?: string | undefined;
|
|
25
|
+
telegram?: string | undefined;
|
|
26
|
+
slack?: string | undefined;
|
|
27
|
+
medium?: string | undefined;
|
|
28
|
+
};
|
|
21
29
|
directories: {
|
|
22
30
|
cache?: string | undefined;
|
|
23
31
|
data?: string | undefined;
|
|
@@ -183,6 +191,7 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
183
191
|
homepage?: string | undefined;
|
|
184
192
|
docs?: string | undefined;
|
|
185
193
|
licensing?: string | undefined;
|
|
194
|
+
contact?: string | undefined;
|
|
186
195
|
branch?: string | undefined;
|
|
187
196
|
preid?: string | undefined;
|
|
188
197
|
owner?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -15,15 +15,23 @@ var _chunkSNJKI2QWcjs = require('./chunk-SNJKI2QW.cjs');
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var _chunk5RAKNLPPcjs = require('./chunk-5RAKNLPP.cjs');
|
|
19
18
|
|
|
19
|
+
var _chunkJFTD6CBJcjs = require('./chunk-JFTD6CBJ.cjs');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
var _chunkDWIKKIAVcjs = require('./chunk-DWIKKIAV.cjs');
|
|
27
35
|
|
|
28
36
|
|
|
29
37
|
var _chunkWRJN6ED4cjs = require('./chunk-WRJN6ED4.cjs');
|
|
@@ -50,4 +58,12 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
50
58
|
|
|
51
59
|
|
|
52
60
|
|
|
53
|
-
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
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;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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';
|
|
1
|
+
export { STORM_DEFAULT_ACCOUNT_DISCORD, STORM_DEFAULT_ACCOUNT_GITHUB, STORM_DEFAULT_ACCOUNT_MEDIUM, STORM_DEFAULT_ACCOUNT_SLACK, STORM_DEFAULT_ACCOUNT_TELEGRAM, STORM_DEFAULT_ACCOUNT_TWITTER, STORM_DEFAULT_CONTACT, 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, WorkspaceReleaseConfigSchema } from './schema.cjs';
|
|
3
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceAccountConfigSchema, 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, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER } from './constants.js';
|
|
1
|
+
export { STORM_DEFAULT_ACCOUNT_DISCORD, STORM_DEFAULT_ACCOUNT_GITHUB, STORM_DEFAULT_ACCOUNT_MEDIUM, STORM_DEFAULT_ACCOUNT_SLACK, STORM_DEFAULT_ACCOUNT_TELEGRAM, STORM_DEFAULT_ACCOUNT_TWITTER, STORM_DEFAULT_CONTACT, 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, WorkspaceReleaseConfigSchema } from './schema.js';
|
|
3
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceAccountConfigSchema, 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
|
@@ -12,18 +12,26 @@ import {
|
|
|
12
12
|
RegistryUrlConfigSchema,
|
|
13
13
|
SingleThemeColorConfigSchema,
|
|
14
14
|
StormConfigSchema,
|
|
15
|
+
WorkspaceAccountConfigSchema,
|
|
15
16
|
WorkspaceBotConfigSchema,
|
|
16
17
|
WorkspaceDirectoryConfigSchema,
|
|
17
18
|
WorkspaceReleaseConfigSchema
|
|
18
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-XA5LFJUS.js";
|
|
19
20
|
import {
|
|
21
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
22
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
23
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
24
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
25
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
26
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
27
|
+
STORM_DEFAULT_CONTACT,
|
|
20
28
|
STORM_DEFAULT_DOCS,
|
|
21
29
|
STORM_DEFAULT_HOMEPAGE,
|
|
22
30
|
STORM_DEFAULT_LICENSE,
|
|
23
31
|
STORM_DEFAULT_LICENSING,
|
|
24
32
|
STORM_DEFAULT_RELEASE_BANNER,
|
|
25
33
|
STORM_DEFAULT_RELEASE_FOOTER
|
|
26
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-2DXL7O2R.js";
|
|
27
35
|
import {
|
|
28
36
|
COLOR_KEYS
|
|
29
37
|
} from "./chunk-HFZRRAQB.js";
|
|
@@ -38,6 +46,13 @@ export {
|
|
|
38
46
|
MultiThemeColorConfigSchema,
|
|
39
47
|
RegistryConfigSchema,
|
|
40
48
|
RegistryUrlConfigSchema,
|
|
49
|
+
STORM_DEFAULT_ACCOUNT_DISCORD,
|
|
50
|
+
STORM_DEFAULT_ACCOUNT_GITHUB,
|
|
51
|
+
STORM_DEFAULT_ACCOUNT_MEDIUM,
|
|
52
|
+
STORM_DEFAULT_ACCOUNT_SLACK,
|
|
53
|
+
STORM_DEFAULT_ACCOUNT_TELEGRAM,
|
|
54
|
+
STORM_DEFAULT_ACCOUNT_TWITTER,
|
|
55
|
+
STORM_DEFAULT_CONTACT,
|
|
41
56
|
STORM_DEFAULT_DOCS,
|
|
42
57
|
STORM_DEFAULT_HOMEPAGE,
|
|
43
58
|
STORM_DEFAULT_LICENSE,
|
|
@@ -46,6 +61,7 @@ export {
|
|
|
46
61
|
STORM_DEFAULT_RELEASE_FOOTER,
|
|
47
62
|
SingleThemeColorConfigSchema,
|
|
48
63
|
StormConfigSchema,
|
|
64
|
+
WorkspaceAccountConfigSchema,
|
|
49
65
|
WorkspaceBotConfigSchema,
|
|
50
66
|
WorkspaceDirectoryConfigSchema,
|
|
51
67
|
WorkspaceReleaseConfigSchema,
|
package/dist/schema.cjs
CHANGED
|
@@ -12,8 +12,9 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
require('./chunk-
|
|
15
|
+
|
|
16
|
+
var _chunkJFTD6CBJcjs = require('./chunk-JFTD6CBJ.cjs');
|
|
17
|
+
require('./chunk-DWIKKIAV.cjs');
|
|
17
18
|
require('./chunk-USNT2KNT.cjs');
|
|
18
19
|
|
|
19
20
|
|
|
@@ -29,4 +30,5 @@ require('./chunk-USNT2KNT.cjs');
|
|
|
29
30
|
|
|
30
31
|
|
|
31
32
|
|
|
32
|
-
|
|
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;
|
package/dist/schema.d.cts
CHANGED
|
@@ -1061,6 +1061,28 @@ declare const WorkspaceReleaseConfigSchema: z.ZodObject<{
|
|
|
1061
1061
|
header?: string | undefined;
|
|
1062
1062
|
footer?: string | undefined;
|
|
1063
1063
|
}>;
|
|
1064
|
+
declare const WorkspaceAccountConfigSchema: z.ZodObject<{
|
|
1065
|
+
twitter: z.ZodDefault<z.ZodString>;
|
|
1066
|
+
discord: z.ZodDefault<z.ZodString>;
|
|
1067
|
+
telegram: z.ZodDefault<z.ZodString>;
|
|
1068
|
+
slack: z.ZodDefault<z.ZodString>;
|
|
1069
|
+
medium: z.ZodDefault<z.ZodString>;
|
|
1070
|
+
github: z.ZodDefault<z.ZodString>;
|
|
1071
|
+
}, "strip", z.ZodTypeAny, {
|
|
1072
|
+
github: string;
|
|
1073
|
+
twitter: string;
|
|
1074
|
+
discord: string;
|
|
1075
|
+
telegram: string;
|
|
1076
|
+
slack: string;
|
|
1077
|
+
medium: string;
|
|
1078
|
+
}, {
|
|
1079
|
+
github?: string | undefined;
|
|
1080
|
+
twitter?: string | undefined;
|
|
1081
|
+
discord?: string | undefined;
|
|
1082
|
+
telegram?: string | undefined;
|
|
1083
|
+
slack?: string | undefined;
|
|
1084
|
+
medium?: string | undefined;
|
|
1085
|
+
}>;
|
|
1064
1086
|
declare const WorkspaceDirectoryConfigSchema: z.ZodObject<{
|
|
1065
1087
|
cache: z.ZodOptional<z.ZodString>;
|
|
1066
1088
|
data: z.ZodOptional<z.ZodString>;
|
|
@@ -1097,6 +1119,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1097
1119
|
homepage: z.ZodDefault<z.ZodString>;
|
|
1098
1120
|
docs: z.ZodDefault<z.ZodString>;
|
|
1099
1121
|
licensing: z.ZodDefault<z.ZodString>;
|
|
1122
|
+
contact: z.ZodDefault<z.ZodString>;
|
|
1100
1123
|
branch: z.ZodDefault<z.ZodString>;
|
|
1101
1124
|
preid: z.ZodOptional<z.ZodString>;
|
|
1102
1125
|
owner: z.ZodDefault<z.ZodString>;
|
|
@@ -1123,6 +1146,28 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1123
1146
|
header?: string | undefined;
|
|
1124
1147
|
footer?: string | undefined;
|
|
1125
1148
|
}>;
|
|
1149
|
+
account: z.ZodObject<{
|
|
1150
|
+
twitter: z.ZodDefault<z.ZodString>;
|
|
1151
|
+
discord: z.ZodDefault<z.ZodString>;
|
|
1152
|
+
telegram: z.ZodDefault<z.ZodString>;
|
|
1153
|
+
slack: z.ZodDefault<z.ZodString>;
|
|
1154
|
+
medium: z.ZodDefault<z.ZodString>;
|
|
1155
|
+
github: z.ZodDefault<z.ZodString>;
|
|
1156
|
+
}, "strip", z.ZodTypeAny, {
|
|
1157
|
+
github: string;
|
|
1158
|
+
twitter: string;
|
|
1159
|
+
discord: string;
|
|
1160
|
+
telegram: string;
|
|
1161
|
+
slack: string;
|
|
1162
|
+
medium: string;
|
|
1163
|
+
}, {
|
|
1164
|
+
github?: string | undefined;
|
|
1165
|
+
twitter?: string | undefined;
|
|
1166
|
+
discord?: string | undefined;
|
|
1167
|
+
telegram?: string | undefined;
|
|
1168
|
+
slack?: string | undefined;
|
|
1169
|
+
medium?: string | undefined;
|
|
1170
|
+
}>;
|
|
1126
1171
|
mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
|
|
1127
1172
|
workspaceRoot: z.ZodDefault<z.ZodString>;
|
|
1128
1173
|
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1896,6 +1941,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1896
1941
|
homepage: string;
|
|
1897
1942
|
docs: string;
|
|
1898
1943
|
licensing: string;
|
|
1944
|
+
contact: string;
|
|
1899
1945
|
branch: string;
|
|
1900
1946
|
owner: string;
|
|
1901
1947
|
bot: {
|
|
@@ -1907,6 +1953,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1907
1953
|
footer: string;
|
|
1908
1954
|
header?: string | undefined;
|
|
1909
1955
|
};
|
|
1956
|
+
account: {
|
|
1957
|
+
github: string;
|
|
1958
|
+
twitter: string;
|
|
1959
|
+
discord: string;
|
|
1960
|
+
telegram: string;
|
|
1961
|
+
slack: string;
|
|
1962
|
+
medium: string;
|
|
1963
|
+
};
|
|
1910
1964
|
mode: "development" | "staging" | "production";
|
|
1911
1965
|
workspaceRoot: string;
|
|
1912
1966
|
externalPackagePatterns: string[];
|
|
@@ -2096,6 +2150,14 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2096
2150
|
header?: string | undefined;
|
|
2097
2151
|
footer?: string | undefined;
|
|
2098
2152
|
};
|
|
2153
|
+
account: {
|
|
2154
|
+
github?: string | undefined;
|
|
2155
|
+
twitter?: string | undefined;
|
|
2156
|
+
discord?: string | undefined;
|
|
2157
|
+
telegram?: string | undefined;
|
|
2158
|
+
slack?: string | undefined;
|
|
2159
|
+
medium?: string | undefined;
|
|
2160
|
+
};
|
|
2099
2161
|
directories: {
|
|
2100
2162
|
cache?: string | undefined;
|
|
2101
2163
|
data?: string | undefined;
|
|
@@ -2261,6 +2323,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2261
2323
|
homepage?: string | undefined;
|
|
2262
2324
|
docs?: string | undefined;
|
|
2263
2325
|
licensing?: string | undefined;
|
|
2326
|
+
contact?: string | undefined;
|
|
2264
2327
|
branch?: string | undefined;
|
|
2265
2328
|
preid?: string | undefined;
|
|
2266
2329
|
owner?: string | undefined;
|
|
@@ -2284,4 +2347,4 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
2284
2347
|
extensions?: Record<string, any> | undefined;
|
|
2285
2348
|
}>;
|
|
2286
2349
|
|
|
2287
|
-
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema };
|
|
2350
|
+
export { ColorConfigMapSchema, ColorConfigSchema, DarkThemeColorConfigSchema, ExtendsSchema, LightThemeColorConfigSchema, MultiThemeColorConfigSchema, RegistryConfigSchema, RegistryUrlConfigSchema, SingleThemeColorConfigSchema, StormConfigSchema, WorkspaceAccountConfigSchema, WorkspaceBotConfigSchema, WorkspaceDirectoryConfigSchema, WorkspaceReleaseConfigSchema };
|