@storm-software/config 1.107.1 → 1.109.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 +231 -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 +10 -1
- package/dist/define-config.d.ts +10 -1
- 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 +70 -7
- package/dist/schema.d.ts +70 -7
- 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
|
+
twitter?: string | undefined;
|
|
23
|
+
discord?: string | undefined;
|
|
24
|
+
telegram?: string | undefined;
|
|
25
|
+
slack?: string | undefined;
|
|
26
|
+
medium?: string | undefined;
|
|
27
|
+
github?: 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;
|
|
@@ -196,8 +205,8 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
196
205
|
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
197
206
|
skipConfigLogging?: boolean | undefined;
|
|
198
207
|
registry?: {
|
|
199
|
-
npm?: string | undefined;
|
|
200
208
|
github?: string | undefined;
|
|
209
|
+
npm?: string | undefined;
|
|
201
210
|
cargo?: string | undefined;
|
|
202
211
|
cyclone?: string | undefined;
|
|
203
212
|
container?: 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
|
+
twitter?: string | undefined;
|
|
23
|
+
discord?: string | undefined;
|
|
24
|
+
telegram?: string | undefined;
|
|
25
|
+
slack?: string | undefined;
|
|
26
|
+
medium?: string | undefined;
|
|
27
|
+
github?: 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;
|
|
@@ -196,8 +205,8 @@ declare const defineConfig: (input: StormConfigInput) => {
|
|
|
196
205
|
logLevel?: "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all" | undefined;
|
|
197
206
|
skipConfigLogging?: boolean | undefined;
|
|
198
207
|
registry?: {
|
|
199
|
-
npm?: string | undefined;
|
|
200
208
|
github?: string | undefined;
|
|
209
|
+
npm?: string | undefined;
|
|
201
210
|
cargo?: string | undefined;
|
|
202
211
|
cyclone?: string | undefined;
|
|
203
212
|
container?: 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;
|