@storm-software/linting-tools 1.125.34 → 1.125.36
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/README.md +1 -1
- package/bin/lint.cjs +47 -51
- package/bin/lint.js +47 -51
- package/dist/index.cjs +47 -51
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +47 -51
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/bin/lint.cjs
CHANGED
|
@@ -297269,9 +297269,9 @@ ${noEnvExport}`);
|
|
|
297269
297269
|
}
|
|
297270
297270
|
});
|
|
297271
297271
|
|
|
297272
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
297272
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json
|
|
297273
297273
|
var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
297274
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
297274
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json"(exports, module) {
|
|
297275
297275
|
module.exports = [
|
|
297276
297276
|
{
|
|
297277
297277
|
name: "Agola CI",
|
|
@@ -297364,6 +297364,11 @@ var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297364
297364
|
constant: "CLOUDFLARE_PAGES",
|
|
297365
297365
|
env: "CF_PAGES"
|
|
297366
297366
|
},
|
|
297367
|
+
{
|
|
297368
|
+
name: "Cloudflare Workers",
|
|
297369
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
297370
|
+
env: "WORKERS_CI"
|
|
297371
|
+
},
|
|
297367
297372
|
{
|
|
297368
297373
|
name: "Codefresh",
|
|
297369
297374
|
constant: "CODEFRESH",
|
|
@@ -297628,9 +297633,9 @@ var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297628
297633
|
}
|
|
297629
297634
|
});
|
|
297630
297635
|
|
|
297631
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
297636
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js
|
|
297632
297637
|
var require_ci_info = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
297633
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
297638
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js"(exports) {
|
|
297634
297639
|
"use strict";
|
|
297635
297640
|
_chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
297636
297641
|
var vendors = require_vendors();
|
|
@@ -297659,7 +297664,7 @@ var require_ci_info = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297659
297664
|
exports.isCI = !!(env5.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
|
|
297660
297665
|
(env5.BUILD_ID || // Jenkins, Cloudbees
|
|
297661
297666
|
env5.BUILD_NUMBER || // Jenkins, TeamCity
|
|
297662
|
-
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
297667
|
+
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
297663
297668
|
env5.CI_APP_ID || // Appflow
|
|
297664
297669
|
env5.CI_BUILD_ID || // Appflow
|
|
297665
297670
|
env5.CI_BUILD_NUMBER || // Appflow
|
|
@@ -313549,24 +313554,24 @@ _chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
|
313549
313554
|
|
|
313550
313555
|
// ../config/src/constants.ts
|
|
313551
313556
|
_chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
313552
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
313557
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
313553
313558
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
313554
313559
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
313555
313560
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
313556
313561
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
313557
313562
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
313558
|
-
var
|
|
313559
|
-
var
|
|
313560
|
-
var
|
|
313561
|
-
var
|
|
313562
|
-
var
|
|
313563
|
-
var
|
|
313563
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
313564
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
313565
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
313566
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
313567
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
313568
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
313564
313569
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
313565
313570
|
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.
|
|
313566
313571
|
|
|
313567
|
-
Join us on [Discord](${
|
|
313572
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
313568
313573
|
|
|
313569
|
-
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](${
|
|
313574
|
+
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_SOCIAL_SLACK}) channel!
|
|
313570
313575
|
`;
|
|
313571
313576
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
313572
313577
|
|
|
@@ -317146,13 +317151,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
317146
317151
|
"A footer message appended to the end of the workspace's release notes"
|
|
317147
317152
|
)
|
|
317148
317153
|
}).describe("The workspace's release config used during the release process");
|
|
317149
|
-
var
|
|
317150
|
-
twitter: string2().trim().default(
|
|
317151
|
-
discord: string2().trim().default(
|
|
317152
|
-
telegram: string2().trim().default(
|
|
317153
|
-
slack: string2().trim().default(
|
|
317154
|
-
medium: string2().trim().default(
|
|
317155
|
-
github: string2().trim().default(
|
|
317154
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
317155
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
317156
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
317157
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
317158
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
317159
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
317160
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
317156
317161
|
}).describe(
|
|
317157
317162
|
"The workspace's account config used to store various social media links"
|
|
317158
317163
|
);
|
|
@@ -317216,13 +317221,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
317216
317221
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
317217
317222
|
bot: WorkspaceBotConfigSchema,
|
|
317218
317223
|
release: WorkspaceReleaseConfigSchema,
|
|
317219
|
-
|
|
317224
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
317220
317225
|
error: errorConfigSchema,
|
|
317221
317226
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
317222
317227
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
317223
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
317224
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
317225
|
-
),
|
|
317226
317228
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
317227
317229
|
directories: WorkspaceDirectoryConfigSchema,
|
|
317228
317230
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -318023,13 +318025,13 @@ var getConfigEnv = () => {
|
|
|
318023
318025
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
318024
318026
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
318025
318027
|
},
|
|
318026
|
-
|
|
318027
|
-
twitter: process.env[`${prefix}
|
|
318028
|
-
discord: process.env[`${prefix}
|
|
318029
|
-
telegram: process.env[`${prefix}
|
|
318030
|
-
slack: process.env[`${prefix}
|
|
318031
|
-
medium: process.env[`${prefix}
|
|
318032
|
-
github: process.env[`${prefix}
|
|
318028
|
+
socials: {
|
|
318029
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
318030
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
318031
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
318032
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
318033
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
318034
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
318033
318035
|
},
|
|
318034
318036
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
318035
318037
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -318071,7 +318073,6 @@ var getConfigEnv = () => {
|
|
|
318071
318073
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
318072
318074
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
318073
318075
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
318074
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
318075
318076
|
registry: {
|
|
318076
318077
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
318077
318078
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -318224,24 +318225,24 @@ var setConfigEnv = (config2) => {
|
|
|
318224
318225
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
318225
318226
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
318226
318227
|
}
|
|
318227
|
-
if (config2.
|
|
318228
|
-
if (config2.
|
|
318229
|
-
process.env[`${prefix}
|
|
318228
|
+
if (config2.socials) {
|
|
318229
|
+
if (config2.socials.twitter) {
|
|
318230
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
318230
318231
|
}
|
|
318231
|
-
if (config2.
|
|
318232
|
-
process.env[`${prefix}
|
|
318232
|
+
if (config2.socials.discord) {
|
|
318233
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
318233
318234
|
}
|
|
318234
|
-
if (config2.
|
|
318235
|
-
process.env[`${prefix}
|
|
318235
|
+
if (config2.socials.telegram) {
|
|
318236
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
318236
318237
|
}
|
|
318237
|
-
if (config2.
|
|
318238
|
-
process.env[`${prefix}
|
|
318238
|
+
if (config2.socials.slack) {
|
|
318239
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
318239
318240
|
}
|
|
318240
|
-
if (config2.
|
|
318241
|
-
process.env[`${prefix}
|
|
318241
|
+
if (config2.socials.medium) {
|
|
318242
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
318242
318243
|
}
|
|
318243
|
-
if (config2.
|
|
318244
|
-
process.env[`${prefix}
|
|
318244
|
+
if (config2.socials.github) {
|
|
318245
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
318245
318246
|
}
|
|
318246
318247
|
}
|
|
318247
318248
|
if (config2.organization) {
|
|
@@ -318379,11 +318380,6 @@ var setConfigEnv = (config2) => {
|
|
|
318379
318380
|
if (config2.preid) {
|
|
318380
318381
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
318381
318382
|
}
|
|
318382
|
-
if (config2.externalPackagePatterns) {
|
|
318383
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
318384
|
-
config2.externalPackagePatterns
|
|
318385
|
-
);
|
|
318386
|
-
}
|
|
318387
318383
|
if (config2.registry) {
|
|
318388
318384
|
if (config2.registry.github) {
|
|
318389
318385
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
package/bin/lint.js
CHANGED
|
@@ -300611,14 +300611,14 @@ ${noEnvExport}`);
|
|
|
300611
300611
|
}
|
|
300612
300612
|
});
|
|
300613
300613
|
|
|
300614
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
300614
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json
|
|
300615
300615
|
var vendors_exports = {};
|
|
300616
300616
|
__export(vendors_exports, {
|
|
300617
300617
|
default: () => vendors_default
|
|
300618
300618
|
});
|
|
300619
300619
|
var vendors_default;
|
|
300620
300620
|
var init_vendors = __esm({
|
|
300621
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
300621
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json"() {
|
|
300622
300622
|
vendors_default = [
|
|
300623
300623
|
{
|
|
300624
300624
|
name: "Agola CI",
|
|
@@ -300711,6 +300711,11 @@ var init_vendors = __esm({
|
|
|
300711
300711
|
constant: "CLOUDFLARE_PAGES",
|
|
300712
300712
|
env: "CF_PAGES"
|
|
300713
300713
|
},
|
|
300714
|
+
{
|
|
300715
|
+
name: "Cloudflare Workers",
|
|
300716
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
300717
|
+
env: "WORKERS_CI"
|
|
300718
|
+
},
|
|
300714
300719
|
{
|
|
300715
300720
|
name: "Codefresh",
|
|
300716
300721
|
constant: "CODEFRESH",
|
|
@@ -300975,9 +300980,9 @@ var init_vendors = __esm({
|
|
|
300975
300980
|
}
|
|
300976
300981
|
});
|
|
300977
300982
|
|
|
300978
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
300983
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js
|
|
300979
300984
|
var require_ci_info = __commonJS({
|
|
300980
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
300985
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js"(exports2) {
|
|
300981
300986
|
init_esm_shims();
|
|
300982
300987
|
init_vendors();
|
|
300983
300988
|
var vendors = vendors_exports;
|
|
@@ -301006,7 +301011,7 @@ var require_ci_info = __commonJS({
|
|
|
301006
301011
|
exports2.isCI = !!(env5.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
|
|
301007
301012
|
(env5.BUILD_ID || // Jenkins, Cloudbees
|
|
301008
301013
|
env5.BUILD_NUMBER || // Jenkins, TeamCity
|
|
301009
|
-
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
301014
|
+
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
301010
301015
|
env5.CI_APP_ID || // Appflow
|
|
301011
301016
|
env5.CI_BUILD_ID || // Appflow
|
|
301012
301017
|
env5.CI_BUILD_NUMBER || // Appflow
|
|
@@ -314178,24 +314183,24 @@ init_esm_shims();
|
|
|
314178
314183
|
|
|
314179
314184
|
// ../config/src/constants.ts
|
|
314180
314185
|
init_esm_shims();
|
|
314181
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
314186
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
314182
314187
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
314183
314188
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
314184
314189
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
314185
314190
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
314186
314191
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
314187
|
-
var
|
|
314188
|
-
var
|
|
314189
|
-
var
|
|
314190
|
-
var
|
|
314191
|
-
var
|
|
314192
|
-
var
|
|
314192
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
314193
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
314194
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
314195
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
314196
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
314197
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
314193
314198
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
314194
314199
|
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.
|
|
314195
314200
|
|
|
314196
|
-
Join us on [Discord](${
|
|
314201
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
314197
314202
|
|
|
314198
|
-
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](${
|
|
314203
|
+
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_SOCIAL_SLACK}) channel!
|
|
314199
314204
|
`;
|
|
314200
314205
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
314201
314206
|
|
|
@@ -317775,13 +317780,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
317775
317780
|
"A footer message appended to the end of the workspace's release notes"
|
|
317776
317781
|
)
|
|
317777
317782
|
}).describe("The workspace's release config used during the release process");
|
|
317778
|
-
var
|
|
317779
|
-
twitter: string2().trim().default(
|
|
317780
|
-
discord: string2().trim().default(
|
|
317781
|
-
telegram: string2().trim().default(
|
|
317782
|
-
slack: string2().trim().default(
|
|
317783
|
-
medium: string2().trim().default(
|
|
317784
|
-
github: string2().trim().default(
|
|
317783
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
317784
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
317785
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
317786
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
317787
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
317788
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
317789
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
317785
317790
|
}).describe(
|
|
317786
317791
|
"The workspace's account config used to store various social media links"
|
|
317787
317792
|
);
|
|
@@ -317845,13 +317850,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
317845
317850
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
317846
317851
|
bot: WorkspaceBotConfigSchema,
|
|
317847
317852
|
release: WorkspaceReleaseConfigSchema,
|
|
317848
|
-
|
|
317853
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
317849
317854
|
error: errorConfigSchema,
|
|
317850
317855
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
317851
317856
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
317852
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
317853
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
317854
|
-
),
|
|
317855
317857
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
317856
317858
|
directories: WorkspaceDirectoryConfigSchema,
|
|
317857
317859
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -318652,13 +318654,13 @@ var getConfigEnv = () => {
|
|
|
318652
318654
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
318653
318655
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
318654
318656
|
},
|
|
318655
|
-
|
|
318656
|
-
twitter: process.env[`${prefix}
|
|
318657
|
-
discord: process.env[`${prefix}
|
|
318658
|
-
telegram: process.env[`${prefix}
|
|
318659
|
-
slack: process.env[`${prefix}
|
|
318660
|
-
medium: process.env[`${prefix}
|
|
318661
|
-
github: process.env[`${prefix}
|
|
318657
|
+
socials: {
|
|
318658
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
318659
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
318660
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
318661
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
318662
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
318663
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
318662
318664
|
},
|
|
318663
318665
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
318664
318666
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -318700,7 +318702,6 @@ var getConfigEnv = () => {
|
|
|
318700
318702
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
318701
318703
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
318702
318704
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
318703
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
318704
318705
|
registry: {
|
|
318705
318706
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
318706
318707
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -318853,24 +318854,24 @@ var setConfigEnv = (config2) => {
|
|
|
318853
318854
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
318854
318855
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
318855
318856
|
}
|
|
318856
|
-
if (config2.
|
|
318857
|
-
if (config2.
|
|
318858
|
-
process.env[`${prefix}
|
|
318857
|
+
if (config2.socials) {
|
|
318858
|
+
if (config2.socials.twitter) {
|
|
318859
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
318859
318860
|
}
|
|
318860
|
-
if (config2.
|
|
318861
|
-
process.env[`${prefix}
|
|
318861
|
+
if (config2.socials.discord) {
|
|
318862
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
318862
318863
|
}
|
|
318863
|
-
if (config2.
|
|
318864
|
-
process.env[`${prefix}
|
|
318864
|
+
if (config2.socials.telegram) {
|
|
318865
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
318865
318866
|
}
|
|
318866
|
-
if (config2.
|
|
318867
|
-
process.env[`${prefix}
|
|
318867
|
+
if (config2.socials.slack) {
|
|
318868
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
318868
318869
|
}
|
|
318869
|
-
if (config2.
|
|
318870
|
-
process.env[`${prefix}
|
|
318870
|
+
if (config2.socials.medium) {
|
|
318871
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
318871
318872
|
}
|
|
318872
|
-
if (config2.
|
|
318873
|
-
process.env[`${prefix}
|
|
318873
|
+
if (config2.socials.github) {
|
|
318874
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
318874
318875
|
}
|
|
318875
318876
|
}
|
|
318876
318877
|
if (config2.organization) {
|
|
@@ -319008,11 +319009,6 @@ var setConfigEnv = (config2) => {
|
|
|
319008
319009
|
if (config2.preid) {
|
|
319009
319010
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
319010
319011
|
}
|
|
319011
|
-
if (config2.externalPackagePatterns) {
|
|
319012
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
319013
|
-
config2.externalPackagePatterns
|
|
319014
|
-
);
|
|
319015
|
-
}
|
|
319016
319012
|
if (config2.registry) {
|
|
319017
319013
|
if (config2.registry.github) {
|
|
319018
319014
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
package/dist/index.cjs
CHANGED
|
@@ -297268,9 +297268,9 @@ ${noEnvExport}`);
|
|
|
297268
297268
|
}
|
|
297269
297269
|
});
|
|
297270
297270
|
|
|
297271
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
297271
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json
|
|
297272
297272
|
var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
297273
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
297273
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json"(exports, module) {
|
|
297274
297274
|
module.exports = [
|
|
297275
297275
|
{
|
|
297276
297276
|
name: "Agola CI",
|
|
@@ -297363,6 +297363,11 @@ var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297363
297363
|
constant: "CLOUDFLARE_PAGES",
|
|
297364
297364
|
env: "CF_PAGES"
|
|
297365
297365
|
},
|
|
297366
|
+
{
|
|
297367
|
+
name: "Cloudflare Workers",
|
|
297368
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
297369
|
+
env: "WORKERS_CI"
|
|
297370
|
+
},
|
|
297366
297371
|
{
|
|
297367
297372
|
name: "Codefresh",
|
|
297368
297373
|
constant: "CODEFRESH",
|
|
@@ -297627,9 +297632,9 @@ var require_vendors = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297627
297632
|
}
|
|
297628
297633
|
});
|
|
297629
297634
|
|
|
297630
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
297635
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js
|
|
297631
297636
|
var require_ci_info = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
297632
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
297637
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js"(exports) {
|
|
297633
297638
|
"use strict";
|
|
297634
297639
|
_chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
297635
297640
|
var vendors = require_vendors();
|
|
@@ -297658,7 +297663,7 @@ var require_ci_info = _chunkM7MYTALKcjs.__commonJS.call(void 0, {
|
|
|
297658
297663
|
exports.isCI = !!(env5.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
|
|
297659
297664
|
(env5.BUILD_ID || // Jenkins, Cloudbees
|
|
297660
297665
|
env5.BUILD_NUMBER || // Jenkins, TeamCity
|
|
297661
|
-
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
297666
|
+
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
297662
297667
|
env5.CI_APP_ID || // Appflow
|
|
297663
297668
|
env5.CI_BUILD_ID || // Appflow
|
|
297664
297669
|
env5.CI_BUILD_NUMBER || // Appflow
|
|
@@ -313551,24 +313556,24 @@ _chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
|
313551
313556
|
|
|
313552
313557
|
// ../config/src/constants.ts
|
|
313553
313558
|
_chunkM7MYTALKcjs.init_cjs_shims.call(void 0, );
|
|
313554
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
313559
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
313555
313560
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
313556
313561
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
313557
313562
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
313558
313563
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
313559
313564
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
313560
|
-
var
|
|
313561
|
-
var
|
|
313562
|
-
var
|
|
313563
|
-
var
|
|
313564
|
-
var
|
|
313565
|
-
var
|
|
313565
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
313566
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
313567
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
313568
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
313569
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
313570
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
313566
313571
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
313567
313572
|
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.
|
|
313568
313573
|
|
|
313569
|
-
Join us on [Discord](${
|
|
313574
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
313570
313575
|
|
|
313571
|
-
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](${
|
|
313576
|
+
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_SOCIAL_SLACK}) channel!
|
|
313572
313577
|
`;
|
|
313573
313578
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
313574
313579
|
|
|
@@ -317148,13 +317153,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
317148
317153
|
"A footer message appended to the end of the workspace's release notes"
|
|
317149
317154
|
)
|
|
317150
317155
|
}).describe("The workspace's release config used during the release process");
|
|
317151
|
-
var
|
|
317152
|
-
twitter: string2().trim().default(
|
|
317153
|
-
discord: string2().trim().default(
|
|
317154
|
-
telegram: string2().trim().default(
|
|
317155
|
-
slack: string2().trim().default(
|
|
317156
|
-
medium: string2().trim().default(
|
|
317157
|
-
github: string2().trim().default(
|
|
317156
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
317157
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
317158
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
317159
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
317160
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
317161
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
317162
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
317158
317163
|
}).describe(
|
|
317159
317164
|
"The workspace's account config used to store various social media links"
|
|
317160
317165
|
);
|
|
@@ -317218,13 +317223,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
317218
317223
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
317219
317224
|
bot: WorkspaceBotConfigSchema,
|
|
317220
317225
|
release: WorkspaceReleaseConfigSchema,
|
|
317221
|
-
|
|
317226
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
317222
317227
|
error: errorConfigSchema,
|
|
317223
317228
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
317224
317229
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
317225
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
317226
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
317227
|
-
),
|
|
317228
317230
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
317229
317231
|
directories: WorkspaceDirectoryConfigSchema,
|
|
317230
317232
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -317981,13 +317983,13 @@ var getConfigEnv = () => {
|
|
|
317981
317983
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
317982
317984
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
317983
317985
|
},
|
|
317984
|
-
|
|
317985
|
-
twitter: process.env[`${prefix}
|
|
317986
|
-
discord: process.env[`${prefix}
|
|
317987
|
-
telegram: process.env[`${prefix}
|
|
317988
|
-
slack: process.env[`${prefix}
|
|
317989
|
-
medium: process.env[`${prefix}
|
|
317990
|
-
github: process.env[`${prefix}
|
|
317986
|
+
socials: {
|
|
317987
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
317988
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
317989
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
317990
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
317991
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
317992
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
317991
317993
|
},
|
|
317992
317994
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
317993
317995
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -318029,7 +318031,6 @@ var getConfigEnv = () => {
|
|
|
318029
318031
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
318030
318032
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
318031
318033
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
318032
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
318033
318034
|
registry: {
|
|
318034
318035
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
318035
318036
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -318182,24 +318183,24 @@ var setConfigEnv = (config2) => {
|
|
|
318182
318183
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
318183
318184
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
318184
318185
|
}
|
|
318185
|
-
if (config2.
|
|
318186
|
-
if (config2.
|
|
318187
|
-
process.env[`${prefix}
|
|
318186
|
+
if (config2.socials) {
|
|
318187
|
+
if (config2.socials.twitter) {
|
|
318188
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
318188
318189
|
}
|
|
318189
|
-
if (config2.
|
|
318190
|
-
process.env[`${prefix}
|
|
318190
|
+
if (config2.socials.discord) {
|
|
318191
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
318191
318192
|
}
|
|
318192
|
-
if (config2.
|
|
318193
|
-
process.env[`${prefix}
|
|
318193
|
+
if (config2.socials.telegram) {
|
|
318194
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
318194
318195
|
}
|
|
318195
|
-
if (config2.
|
|
318196
|
-
process.env[`${prefix}
|
|
318196
|
+
if (config2.socials.slack) {
|
|
318197
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
318197
318198
|
}
|
|
318198
|
-
if (config2.
|
|
318199
|
-
process.env[`${prefix}
|
|
318199
|
+
if (config2.socials.medium) {
|
|
318200
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
318200
318201
|
}
|
|
318201
|
-
if (config2.
|
|
318202
|
-
process.env[`${prefix}
|
|
318202
|
+
if (config2.socials.github) {
|
|
318203
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
318203
318204
|
}
|
|
318204
318205
|
}
|
|
318205
318206
|
if (config2.organization) {
|
|
@@ -318337,11 +318338,6 @@ var setConfigEnv = (config2) => {
|
|
|
318337
318338
|
if (config2.preid) {
|
|
318338
318339
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
318339
318340
|
}
|
|
318340
|
-
if (config2.externalPackagePatterns) {
|
|
318341
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
318342
|
-
config2.externalPackagePatterns
|
|
318343
|
-
);
|
|
318344
|
-
}
|
|
318345
318341
|
if (config2.registry) {
|
|
318346
318342
|
if (config2.registry.github) {
|
|
318347
318343
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
package/dist/index.d.cts
CHANGED
|
@@ -36,7 +36,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
36
36
|
header: z.ZodOptional<z.ZodString>;
|
|
37
37
|
footer: z.ZodDefault<z.ZodString>;
|
|
38
38
|
}, z.core.$strip>;
|
|
39
|
-
|
|
39
|
+
socials: z.ZodObject<{
|
|
40
40
|
twitter: z.ZodDefault<z.ZodString>;
|
|
41
41
|
discord: z.ZodDefault<z.ZodString>;
|
|
42
42
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -54,7 +54,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
54
54
|
production: "production";
|
|
55
55
|
}>>;
|
|
56
56
|
workspaceRoot: z.ZodString;
|
|
57
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
58
57
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
59
58
|
directories: z.ZodObject<{
|
|
60
59
|
cache: z.ZodOptional<z.ZodString>;
|
package/dist/index.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
36
36
|
header: z.ZodOptional<z.ZodString>;
|
|
37
37
|
footer: z.ZodDefault<z.ZodString>;
|
|
38
38
|
}, z.core.$strip>;
|
|
39
|
-
|
|
39
|
+
socials: z.ZodObject<{
|
|
40
40
|
twitter: z.ZodDefault<z.ZodString>;
|
|
41
41
|
discord: z.ZodDefault<z.ZodString>;
|
|
42
42
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -54,7 +54,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
54
54
|
production: "production";
|
|
55
55
|
}>>;
|
|
56
56
|
workspaceRoot: z.ZodString;
|
|
57
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
58
57
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
59
58
|
directories: z.ZodObject<{
|
|
60
59
|
cache: z.ZodOptional<z.ZodString>;
|
package/dist/index.js
CHANGED
|
@@ -300610,14 +300610,14 @@ ${noEnvExport}`);
|
|
|
300610
300610
|
}
|
|
300611
300611
|
});
|
|
300612
300612
|
|
|
300613
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
300613
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json
|
|
300614
300614
|
var vendors_exports = {};
|
|
300615
300615
|
__export(vendors_exports, {
|
|
300616
300616
|
default: () => vendors_default
|
|
300617
300617
|
});
|
|
300618
300618
|
var vendors_default;
|
|
300619
300619
|
var init_vendors = __esm({
|
|
300620
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
300620
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/vendors.json"() {
|
|
300621
300621
|
vendors_default = [
|
|
300622
300622
|
{
|
|
300623
300623
|
name: "Agola CI",
|
|
@@ -300710,6 +300710,11 @@ var init_vendors = __esm({
|
|
|
300710
300710
|
constant: "CLOUDFLARE_PAGES",
|
|
300711
300711
|
env: "CF_PAGES"
|
|
300712
300712
|
},
|
|
300713
|
+
{
|
|
300714
|
+
name: "Cloudflare Workers",
|
|
300715
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
300716
|
+
env: "WORKERS_CI"
|
|
300717
|
+
},
|
|
300713
300718
|
{
|
|
300714
300719
|
name: "Codefresh",
|
|
300715
300720
|
constant: "CODEFRESH",
|
|
@@ -300974,9 +300979,9 @@ var init_vendors = __esm({
|
|
|
300974
300979
|
}
|
|
300975
300980
|
});
|
|
300976
300981
|
|
|
300977
|
-
// ../../node_modules/.pnpm/ci-info@4.
|
|
300982
|
+
// ../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js
|
|
300978
300983
|
var require_ci_info = __commonJS({
|
|
300979
|
-
"../../node_modules/.pnpm/ci-info@4.
|
|
300984
|
+
"../../node_modules/.pnpm/ci-info@4.3.0/node_modules/ci-info/index.js"(exports2) {
|
|
300980
300985
|
init_esm_shims();
|
|
300981
300986
|
init_vendors();
|
|
300982
300987
|
var vendors = vendors_exports;
|
|
@@ -301005,7 +301010,7 @@ var require_ci_info = __commonJS({
|
|
|
301005
301010
|
exports2.isCI = !!(env5.CI !== "false" && // Bypass all checks if CI env is explicitly set to 'false'
|
|
301006
301011
|
(env5.BUILD_ID || // Jenkins, Cloudbees
|
|
301007
301012
|
env5.BUILD_NUMBER || // Jenkins, TeamCity
|
|
301008
|
-
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
301013
|
+
env5.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
301009
301014
|
env5.CI_APP_ID || // Appflow
|
|
301010
301015
|
env5.CI_BUILD_ID || // Appflow
|
|
301011
301016
|
env5.CI_BUILD_NUMBER || // Appflow
|
|
@@ -314180,24 +314185,24 @@ init_esm_shims();
|
|
|
314180
314185
|
|
|
314181
314186
|
// ../config/src/constants.ts
|
|
314182
314187
|
init_esm_shims();
|
|
314183
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
314188
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
314184
314189
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
314185
314190
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
314186
314191
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
314187
314192
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
314188
314193
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
314189
|
-
var
|
|
314190
|
-
var
|
|
314191
|
-
var
|
|
314192
|
-
var
|
|
314193
|
-
var
|
|
314194
|
-
var
|
|
314194
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
314195
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
314196
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
314197
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
314198
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
314199
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
314195
314200
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
314196
314201
|
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.
|
|
314197
314202
|
|
|
314198
|
-
Join us on [Discord](${
|
|
314203
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
314199
314204
|
|
|
314200
|
-
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](${
|
|
314205
|
+
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_SOCIAL_SLACK}) channel!
|
|
314201
314206
|
`;
|
|
314202
314207
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
314203
314208
|
|
|
@@ -317777,13 +317782,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
317777
317782
|
"A footer message appended to the end of the workspace's release notes"
|
|
317778
317783
|
)
|
|
317779
317784
|
}).describe("The workspace's release config used during the release process");
|
|
317780
|
-
var
|
|
317781
|
-
twitter: string2().trim().default(
|
|
317782
|
-
discord: string2().trim().default(
|
|
317783
|
-
telegram: string2().trim().default(
|
|
317784
|
-
slack: string2().trim().default(
|
|
317785
|
-
medium: string2().trim().default(
|
|
317786
|
-
github: string2().trim().default(
|
|
317785
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
317786
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
317787
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
317788
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
317789
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
317790
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
317791
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
317787
317792
|
}).describe(
|
|
317788
317793
|
"The workspace's account config used to store various social media links"
|
|
317789
317794
|
);
|
|
@@ -317847,13 +317852,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
317847
317852
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
317848
317853
|
bot: WorkspaceBotConfigSchema,
|
|
317849
317854
|
release: WorkspaceReleaseConfigSchema,
|
|
317850
|
-
|
|
317855
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
317851
317856
|
error: errorConfigSchema,
|
|
317852
317857
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
317853
317858
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
317854
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
317855
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
317856
|
-
),
|
|
317857
317859
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
317858
317860
|
directories: WorkspaceDirectoryConfigSchema,
|
|
317859
317861
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -318610,13 +318612,13 @@ var getConfigEnv = () => {
|
|
|
318610
318612
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
318611
318613
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
318612
318614
|
},
|
|
318613
|
-
|
|
318614
|
-
twitter: process.env[`${prefix}
|
|
318615
|
-
discord: process.env[`${prefix}
|
|
318616
|
-
telegram: process.env[`${prefix}
|
|
318617
|
-
slack: process.env[`${prefix}
|
|
318618
|
-
medium: process.env[`${prefix}
|
|
318619
|
-
github: process.env[`${prefix}
|
|
318615
|
+
socials: {
|
|
318616
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
318617
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
318618
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
318619
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
318620
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
318621
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
318620
318622
|
},
|
|
318621
318623
|
organization: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`] ? process.env[`${prefix}ORG_DESCRIPTION`] || process.env[`${prefix}ORGANIZATION_DESCRIPTION`] || process.env[`${prefix}ORG_URL`] || process.env[`${prefix}ORGANIZATION_URL`] || process.env[`${prefix}ORG_LOGO`] || process.env[`${prefix}ORGANIZATION_LOGO`] ? {
|
|
318622
318624
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -318658,7 +318660,6 @@ var getConfigEnv = () => {
|
|
|
318658
318660
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
318659
318661
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
318660
318662
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
318661
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
318662
318663
|
registry: {
|
|
318663
318664
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
318664
318665
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -318811,24 +318812,24 @@ var setConfigEnv = (config2) => {
|
|
|
318811
318812
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
318812
318813
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
318813
318814
|
}
|
|
318814
|
-
if (config2.
|
|
318815
|
-
if (config2.
|
|
318816
|
-
process.env[`${prefix}
|
|
318815
|
+
if (config2.socials) {
|
|
318816
|
+
if (config2.socials.twitter) {
|
|
318817
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
318817
318818
|
}
|
|
318818
|
-
if (config2.
|
|
318819
|
-
process.env[`${prefix}
|
|
318819
|
+
if (config2.socials.discord) {
|
|
318820
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
318820
318821
|
}
|
|
318821
|
-
if (config2.
|
|
318822
|
-
process.env[`${prefix}
|
|
318822
|
+
if (config2.socials.telegram) {
|
|
318823
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
318823
318824
|
}
|
|
318824
|
-
if (config2.
|
|
318825
|
-
process.env[`${prefix}
|
|
318825
|
+
if (config2.socials.slack) {
|
|
318826
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
318826
318827
|
}
|
|
318827
|
-
if (config2.
|
|
318828
|
-
process.env[`${prefix}
|
|
318828
|
+
if (config2.socials.medium) {
|
|
318829
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
318829
318830
|
}
|
|
318830
|
-
if (config2.
|
|
318831
|
-
process.env[`${prefix}
|
|
318831
|
+
if (config2.socials.github) {
|
|
318832
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
318832
318833
|
}
|
|
318833
318834
|
}
|
|
318834
318835
|
if (config2.organization) {
|
|
@@ -318966,11 +318967,6 @@ var setConfigEnv = (config2) => {
|
|
|
318966
318967
|
if (config2.preid) {
|
|
318967
318968
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
318968
318969
|
}
|
|
318969
|
-
if (config2.externalPackagePatterns) {
|
|
318970
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
318971
|
-
config2.externalPackagePatterns
|
|
318972
|
-
);
|
|
318973
|
-
}
|
|
318974
318970
|
if (config2.registry) {
|
|
318975
318971
|
if (config2.registry.github) {
|
|
318976
318972
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.125.
|
|
3
|
+
"version": "1.125.36",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -149,5 +149,5 @@
|
|
|
149
149
|
"vfile-reporter": "8.1.1"
|
|
150
150
|
},
|
|
151
151
|
"publishConfig": { "access": "public" },
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
|
|
153
153
|
}
|