@storm-software/config 1.126.11 → 1.128.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 +28 -0
- package/README.md +2 -1
- package/dist/{chunk-63N4QQ4F.cjs → chunk-BWMRPFU3.cjs} +3 -1
- package/dist/chunk-FK3UY2VO.cjs +631 -0
- package/dist/chunk-FYKX55F5.js +631 -0
- package/dist/{chunk-KSQRDQGT.js → chunk-OI57XQ6W.js} +3 -1
- package/dist/constants.cjs +4 -2
- package/dist/constants.d.cts +2 -1
- package/dist/constants.d.ts +2 -1
- package/dist/constants.js +3 -1
- package/dist/define-config.d.cts +19 -15
- package/dist/define-config.d.ts +19 -15
- package/dist/index.cjs +123 -3
- package/dist/index.d.cts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +154 -34
- package/dist/schema.cjs +121 -3
- package/dist/schema.d.cts +477 -381
- package/dist/schema.d.ts +477 -381
- package/dist/schema.js +152 -34
- package/dist/types.d.cts +19 -18
- package/dist/types.d.ts +19 -18
- package/package.json +2 -2
- package/presets/storm-software.json +4 -1
- package/schemas/storm-workspace.schema.json +168 -149
- package/src/constants.d.ts +1 -0
- package/src/define-config.d.ts +18 -15
- package/src/schema.d.ts +476 -380
- package/src/types.d.ts +17 -17
- package/dist/chunk-OOZVCZMK.js +0 -282
- package/dist/chunk-Q4GCJANL.cjs +0 -282
package/dist/schema.cjs
CHANGED
|
@@ -15,8 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var _chunkQ4GCJANLcjs = require('./chunk-Q4GCJANL.cjs');
|
|
19
|
-
require('./chunk-63N4QQ4F.cjs');
|
|
20
18
|
|
|
21
19
|
|
|
22
20
|
|
|
@@ -34,4 +32,124 @@ require('./chunk-63N4QQ4F.cjs');
|
|
|
34
32
|
|
|
35
33
|
|
|
36
34
|
|
|
37
|
-
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
var _chunkFK3UY2VOcjs = require('./chunk-FK3UY2VO.cjs');
|
|
78
|
+
require('./chunk-BWMRPFU3.cjs');
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
exports.accentColorSchema = _chunkFK3UY2VOcjs.accentColorSchema; exports.alternateColorSchema = _chunkFK3UY2VOcjs.alternateColorSchema; exports.branchSchema = _chunkFK3UY2VOcjs.branchSchema; exports.brandColorSchema = _chunkFK3UY2VOcjs.brandColorSchema; exports.colorsSchema = _chunkFK3UY2VOcjs.colorsSchema; exports.configFileSchema = _chunkFK3UY2VOcjs.configFileSchema; exports.contactSchema = _chunkFK3UY2VOcjs.contactSchema; exports.dangerColorSchema = _chunkFK3UY2VOcjs.dangerColorSchema; exports.darkColorSchema = _chunkFK3UY2VOcjs.darkColorSchema; exports.darkColorsSchema = _chunkFK3UY2VOcjs.darkColorsSchema; exports.docsSchema = _chunkFK3UY2VOcjs.docsSchema; exports.errorCodesFileSchema = _chunkFK3UY2VOcjs.errorCodesFileSchema; exports.errorSchema = _chunkFK3UY2VOcjs.errorSchema; exports.errorUrlSchema = _chunkFK3UY2VOcjs.errorUrlSchema; exports.extendsSchema = _chunkFK3UY2VOcjs.extendsSchema; exports.extensionsSchema = _chunkFK3UY2VOcjs.extensionsSchema; exports.fatalColorSchema = _chunkFK3UY2VOcjs.fatalColorSchema; exports.gradientStopsSchema = _chunkFK3UY2VOcjs.gradientStopsSchema; exports.helpColorSchema = _chunkFK3UY2VOcjs.helpColorSchema; exports.homepageSchema = _chunkFK3UY2VOcjs.homepageSchema; exports.infoColorSchema = _chunkFK3UY2VOcjs.infoColorSchema; exports.licenseSchema = _chunkFK3UY2VOcjs.licenseSchema; exports.licensingSchema = _chunkFK3UY2VOcjs.licensingSchema; exports.lightColorSchema = _chunkFK3UY2VOcjs.lightColorSchema; exports.lightColorsSchema = _chunkFK3UY2VOcjs.lightColorsSchema; exports.linkColorSchema = _chunkFK3UY2VOcjs.linkColorSchema; exports.localeSchema = _chunkFK3UY2VOcjs.localeSchema; exports.logLevelSchema = _chunkFK3UY2VOcjs.logLevelSchema; exports.modeSchema = _chunkFK3UY2VOcjs.modeSchema; exports.multiColorsSchema = _chunkFK3UY2VOcjs.multiColorsSchema; exports.negativeColorSchema = _chunkFK3UY2VOcjs.negativeColorSchema; exports.organizationDescriptionSchema = _chunkFK3UY2VOcjs.organizationDescriptionSchema; exports.organizationIconSchema = _chunkFK3UY2VOcjs.organizationIconSchema; exports.organizationLogoSchema = _chunkFK3UY2VOcjs.organizationLogoSchema; exports.organizationNameSchema = _chunkFK3UY2VOcjs.organizationNameSchema; exports.organizationSchema = _chunkFK3UY2VOcjs.organizationSchema; exports.organizationUrlSchema = _chunkFK3UY2VOcjs.organizationUrlSchema; exports.ownerSchema = _chunkFK3UY2VOcjs.ownerSchema; exports.packageManagerSchema = _chunkFK3UY2VOcjs.packageManagerSchema; exports.portalSchema = _chunkFK3UY2VOcjs.portalSchema; exports.positiveColorSchema = _chunkFK3UY2VOcjs.positiveColorSchema; exports.preidSchema = _chunkFK3UY2VOcjs.preidSchema; exports.registrySchema = _chunkFK3UY2VOcjs.registrySchema; exports.schemaRegistry = _chunkFK3UY2VOcjs.schemaRegistry; exports.singleColorsSchema = _chunkFK3UY2VOcjs.singleColorsSchema; exports.skipCacheSchema = _chunkFK3UY2VOcjs.skipCacheSchema; exports.skipConfigLoggingSchema = _chunkFK3UY2VOcjs.skipConfigLoggingSchema; exports.successColorSchema = _chunkFK3UY2VOcjs.successColorSchema; exports.supportSchema = _chunkFK3UY2VOcjs.supportSchema; exports.themeColorsSchema = _chunkFK3UY2VOcjs.themeColorsSchema; exports.timezoneSchema = _chunkFK3UY2VOcjs.timezoneSchema; exports.warningColorSchema = _chunkFK3UY2VOcjs.warningColorSchema; exports.workspaceBotSchema = _chunkFK3UY2VOcjs.workspaceBotSchema; exports.workspaceConfigSchema = _chunkFK3UY2VOcjs.workspaceConfigSchema; exports.workspaceDirectoryBuildSchema = _chunkFK3UY2VOcjs.workspaceDirectoryBuildSchema; exports.workspaceDirectoryCacheSchema = _chunkFK3UY2VOcjs.workspaceDirectoryCacheSchema; exports.workspaceDirectoryConfigSchema = _chunkFK3UY2VOcjs.workspaceDirectoryConfigSchema; exports.workspaceDirectoryDataSchema = _chunkFK3UY2VOcjs.workspaceDirectoryDataSchema; exports.workspaceDirectoryLogSchema = _chunkFK3UY2VOcjs.workspaceDirectoryLogSchema; exports.workspaceDirectorySchema = _chunkFK3UY2VOcjs.workspaceDirectorySchema; exports.workspaceDirectoryTempSchema = _chunkFK3UY2VOcjs.workspaceDirectoryTempSchema; exports.workspaceReleaseBannerAltSchema = _chunkFK3UY2VOcjs.workspaceReleaseBannerAltSchema; exports.workspaceReleaseBannerSchema = _chunkFK3UY2VOcjs.workspaceReleaseBannerSchema; exports.workspaceReleaseBannerUrlSchema = _chunkFK3UY2VOcjs.workspaceReleaseBannerUrlSchema; exports.workspaceReleaseFooterSchema = _chunkFK3UY2VOcjs.workspaceReleaseFooterSchema; exports.workspaceReleaseHeaderSchema = _chunkFK3UY2VOcjs.workspaceReleaseHeaderSchema; exports.workspaceReleaseSchema = _chunkFK3UY2VOcjs.workspaceReleaseSchema; exports.workspaceRootSchema = _chunkFK3UY2VOcjs.workspaceRootSchema; exports.workspaceSocialsDiscordSchema = _chunkFK3UY2VOcjs.workspaceSocialsDiscordSchema; exports.workspaceSocialsGithubSchema = _chunkFK3UY2VOcjs.workspaceSocialsGithubSchema; exports.workspaceSocialsMediumSchema = _chunkFK3UY2VOcjs.workspaceSocialsMediumSchema; exports.workspaceSocialsSchema = _chunkFK3UY2VOcjs.workspaceSocialsSchema; exports.workspaceSocialsSlackSchema = _chunkFK3UY2VOcjs.workspaceSocialsSlackSchema; exports.workspaceSocialsTelegramSchema = _chunkFK3UY2VOcjs.workspaceSocialsTelegramSchema; exports.workspaceSocialsTwitterSchema = _chunkFK3UY2VOcjs.workspaceSocialsTwitterSchema;
|