@storm-software/config 1.108.0 → 1.110.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 +15 -1
- package/dist/{chunk-JFTD6CBJ.cjs → chunk-4SJ57WRV.cjs} +13 -13
- package/dist/{chunk-XA5LFJUS.js → chunk-FWJ7T4PW.js} +1 -1
- package/dist/{chunk-2DXL7O2R.js → chunk-HODJMVAD.js} +1 -1
- package/dist/{chunk-DWIKKIAV.cjs → chunk-OLYJTH7R.cjs} +1 -1
- package/dist/constants.cjs +2 -2
- package/dist/constants.d.cts +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/constants.js +1 -1
- package/dist/define-config.d.cts +78 -78
- package/dist/define-config.d.ts +78 -78
- package/dist/index.cjs +3 -3
- package/dist/index.js +2 -2
- package/dist/schema.cjs +3 -3
- package/dist/schema.d.cts +631 -631
- package/dist/schema.d.ts +631 -631
- package/dist/schema.js +2 -2
- package/package.json +1 -1
- package/src/constants.d.ts +1 -1
package/dist/schema.js
CHANGED
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
WorkspaceBotConfigSchema,
|
|
14
14
|
WorkspaceDirectoryConfigSchema,
|
|
15
15
|
WorkspaceReleaseConfigSchema
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-FWJ7T4PW.js";
|
|
17
|
+
import "./chunk-HODJMVAD.js";
|
|
18
18
|
import "./chunk-SHUYVCID.js";
|
|
19
19
|
export {
|
|
20
20
|
ColorConfigMapSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.110.0",
|
|
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": {
|
package/src/constants.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export declare const STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
|
3
3
|
export declare const STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
4
4
|
export declare const STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
|
|
5
5
|
export declare const STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
6
|
-
export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/
|
|
6
|
+
export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
7
7
|
export declare const STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
|
|
8
8
|
export declare const STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
9
9
|
export declare const STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
|