@storm-software/config 1.106.13 → 1.107.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 +2 -0
- package/dist/{chunk-UEFF6FLR.cjs → chunk-5RAKNLPP.cjs} +6 -6
- package/dist/chunk-CPQUL4OS.cjs +22 -0
- package/dist/chunk-KO5ZCYSI.js +22 -0
- package/dist/{chunk-WB3YUUR2.js → chunk-ORVYZZUV.js} +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/chunk-4VHKMV3R.cjs +0 -34
- package/dist/chunk-EPKJHK5F.js +0 -34
package/dist/schema.js
CHANGED
|
@@ -12,8 +12,8 @@ import {
|
|
|
12
12
|
WorkspaceBotConfigSchema,
|
|
13
13
|
WorkspaceDirectoryConfigSchema,
|
|
14
14
|
WorkspaceReleaseConfigSchema
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-ORVYZZUV.js";
|
|
16
|
+
import "./chunk-KO5ZCYSI.js";
|
|
17
17
|
import "./chunk-SHUYVCID.js";
|
|
18
18
|
export {
|
|
19
19
|
ColorConfigMapSchema,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.107.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,4 +3,4 @@ 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
5
|
export declare const STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/logo-banner.png";
|
|
6
|
-
export declare const STORM_DEFAULT_RELEASE_FOOTER = "\
|
|
6
|
+
export declare const STORM_DEFAULT_RELEASE_FOOTER = "\n[Storm Software](https://stormsoftware.com) 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";
|
package/dist/chunk-4VHKMV3R.cjs
DELETED
|
@@ -1,34 +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
|
-
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;
|
package/dist/chunk-EPKJHK5F.js
DELETED
|
@@ -1,34 +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
|
-
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
|
-
};
|