@storm-software/git-tools 2.112.13 → 2.113.1
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/{chunk-M7I7GGGA.cjs → chunk-27PMUKGG.cjs} +37 -46
- package/bin/{chunk-37GUKAEH.js → chunk-43I63RJT.js} +37 -46
- package/bin/git.cjs +73 -65
- package/bin/git.js +11 -3
- package/bin/post-checkout.cjs +9 -9
- package/bin/post-checkout.js +1 -1
- package/bin/post-commit.cjs +9 -9
- package/bin/post-commit.js +1 -1
- package/bin/post-merge.cjs +9 -9
- package/bin/post-merge.js +1 -1
- package/bin/pre-commit.cjs +9 -9
- package/bin/pre-commit.js +1 -1
- package/bin/pre-install.cjs +9 -9
- package/bin/pre-install.js +1 -1
- package/bin/pre-push.cjs +13 -13
- package/bin/pre-push.js +1 -1
- package/bin/prepare.cjs +7 -7
- package/bin/prepare.js +1 -1
- package/bin/version-warning.cjs +5 -5
- package/bin/version-warning.js +1 -1
- 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 -->
|
|
@@ -33315,24 +33315,24 @@ _chunkIG6EXAQUcjs.init_cjs_shims.call(void 0, );
|
|
|
33315
33315
|
|
|
33316
33316
|
// ../config/src/constants.ts
|
|
33317
33317
|
_chunkIG6EXAQUcjs.init_cjs_shims.call(void 0, );
|
|
33318
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
33318
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
33319
33319
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
33320
33320
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
33321
33321
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
33322
33322
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
33323
33323
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
33324
|
-
var
|
|
33325
|
-
var
|
|
33326
|
-
var
|
|
33327
|
-
var
|
|
33328
|
-
var
|
|
33329
|
-
var
|
|
33324
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
33325
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
33326
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
33327
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
33328
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
33329
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
33330
33330
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
33331
33331
|
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.
|
|
33332
33332
|
|
|
33333
|
-
Join us on [Discord](${
|
|
33333
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
33334
33334
|
|
|
33335
|
-
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](${
|
|
33335
|
+
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!
|
|
33336
33336
|
`;
|
|
33337
33337
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
33338
33338
|
|
|
@@ -36912,13 +36912,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
36912
36912
|
"A footer message appended to the end of the workspace's release notes"
|
|
36913
36913
|
)
|
|
36914
36914
|
}).describe("The workspace's release config used during the release process");
|
|
36915
|
-
var
|
|
36916
|
-
twitter: string2().trim().default(
|
|
36917
|
-
discord: string2().trim().default(
|
|
36918
|
-
telegram: string2().trim().default(
|
|
36919
|
-
slack: string2().trim().default(
|
|
36920
|
-
medium: string2().trim().default(
|
|
36921
|
-
github: string2().trim().default(
|
|
36915
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
36916
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
36917
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
36918
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
36919
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
36920
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
36921
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
36922
36922
|
}).describe(
|
|
36923
36923
|
"The workspace's account config used to store various social media links"
|
|
36924
36924
|
);
|
|
@@ -36982,13 +36982,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
36982
36982
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
36983
36983
|
bot: WorkspaceBotConfigSchema,
|
|
36984
36984
|
release: WorkspaceReleaseConfigSchema,
|
|
36985
|
-
|
|
36985
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
36986
36986
|
error: errorConfigSchema,
|
|
36987
36987
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
36988
36988
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
36989
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
36990
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
36991
|
-
),
|
|
36992
36989
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
36993
36990
|
directories: WorkspaceDirectoryConfigSchema,
|
|
36994
36991
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -38410,13 +38407,13 @@ var getConfigEnv = () => {
|
|
|
38410
38407
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
38411
38408
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
38412
38409
|
},
|
|
38413
|
-
|
|
38414
|
-
twitter: process.env[`${prefix}
|
|
38415
|
-
discord: process.env[`${prefix}
|
|
38416
|
-
telegram: process.env[`${prefix}
|
|
38417
|
-
slack: process.env[`${prefix}
|
|
38418
|
-
medium: process.env[`${prefix}
|
|
38419
|
-
github: process.env[`${prefix}
|
|
38410
|
+
socials: {
|
|
38411
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
38412
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
38413
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
38414
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
38415
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
38416
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
38420
38417
|
},
|
|
38421
38418
|
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`] ? {
|
|
38422
38419
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -38458,7 +38455,6 @@ var getConfigEnv = () => {
|
|
|
38458
38455
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
38459
38456
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
38460
38457
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
38461
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
38462
38458
|
registry: {
|
|
38463
38459
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
38464
38460
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -38611,24 +38607,24 @@ var setConfigEnv = (config2) => {
|
|
|
38611
38607
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
38612
38608
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
38613
38609
|
}
|
|
38614
|
-
if (config2.
|
|
38615
|
-
if (config2.
|
|
38616
|
-
process.env[`${prefix}
|
|
38610
|
+
if (config2.socials) {
|
|
38611
|
+
if (config2.socials.twitter) {
|
|
38612
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
38617
38613
|
}
|
|
38618
|
-
if (config2.
|
|
38619
|
-
process.env[`${prefix}
|
|
38614
|
+
if (config2.socials.discord) {
|
|
38615
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
38620
38616
|
}
|
|
38621
|
-
if (config2.
|
|
38622
|
-
process.env[`${prefix}
|
|
38617
|
+
if (config2.socials.telegram) {
|
|
38618
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
38623
38619
|
}
|
|
38624
|
-
if (config2.
|
|
38625
|
-
process.env[`${prefix}
|
|
38620
|
+
if (config2.socials.slack) {
|
|
38621
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
38626
38622
|
}
|
|
38627
|
-
if (config2.
|
|
38628
|
-
process.env[`${prefix}
|
|
38623
|
+
if (config2.socials.medium) {
|
|
38624
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
38629
38625
|
}
|
|
38630
|
-
if (config2.
|
|
38631
|
-
process.env[`${prefix}
|
|
38626
|
+
if (config2.socials.github) {
|
|
38627
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
38632
38628
|
}
|
|
38633
38629
|
}
|
|
38634
38630
|
if (config2.organization) {
|
|
@@ -38766,11 +38762,6 @@ var setConfigEnv = (config2) => {
|
|
|
38766
38762
|
if (config2.preid) {
|
|
38767
38763
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
38768
38764
|
}
|
|
38769
|
-
if (config2.externalPackagePatterns) {
|
|
38770
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
38771
|
-
config2.externalPackagePatterns
|
|
38772
|
-
);
|
|
38773
|
-
}
|
|
38774
38765
|
if (config2.registry) {
|
|
38775
38766
|
if (config2.registry.github) {
|
|
38776
38767
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
|
@@ -33378,24 +33378,24 @@ init_esm_shims();
|
|
|
33378
33378
|
|
|
33379
33379
|
// ../config/src/constants.ts
|
|
33380
33380
|
init_esm_shims();
|
|
33381
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
33381
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
33382
33382
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
33383
33383
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
33384
33384
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
33385
33385
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
33386
33386
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
33387
|
-
var
|
|
33388
|
-
var
|
|
33389
|
-
var
|
|
33390
|
-
var
|
|
33391
|
-
var
|
|
33392
|
-
var
|
|
33387
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
33388
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
33389
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
33390
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
33391
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
33392
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
33393
33393
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
33394
33394
|
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.
|
|
33395
33395
|
|
|
33396
|
-
Join us on [Discord](${
|
|
33396
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
33397
33397
|
|
|
33398
|
-
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](${
|
|
33398
|
+
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!
|
|
33399
33399
|
`;
|
|
33400
33400
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
33401
33401
|
|
|
@@ -36975,13 +36975,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
36975
36975
|
"A footer message appended to the end of the workspace's release notes"
|
|
36976
36976
|
)
|
|
36977
36977
|
}).describe("The workspace's release config used during the release process");
|
|
36978
|
-
var
|
|
36979
|
-
twitter: string2().trim().default(
|
|
36980
|
-
discord: string2().trim().default(
|
|
36981
|
-
telegram: string2().trim().default(
|
|
36982
|
-
slack: string2().trim().default(
|
|
36983
|
-
medium: string2().trim().default(
|
|
36984
|
-
github: string2().trim().default(
|
|
36978
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
36979
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
36980
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
36981
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
36982
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
36983
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
36984
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
36985
36985
|
}).describe(
|
|
36986
36986
|
"The workspace's account config used to store various social media links"
|
|
36987
36987
|
);
|
|
@@ -37045,13 +37045,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
37045
37045
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
37046
37046
|
bot: WorkspaceBotConfigSchema,
|
|
37047
37047
|
release: WorkspaceReleaseConfigSchema,
|
|
37048
|
-
|
|
37048
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
37049
37049
|
error: errorConfigSchema,
|
|
37050
37050
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
37051
37051
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
37052
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
37053
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
37054
|
-
),
|
|
37055
37052
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
37056
37053
|
directories: WorkspaceDirectoryConfigSchema,
|
|
37057
37054
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -38470,13 +38467,13 @@ var getConfigEnv = () => {
|
|
|
38470
38467
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
38471
38468
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
38472
38469
|
},
|
|
38473
|
-
|
|
38474
|
-
twitter: process.env[`${prefix}
|
|
38475
|
-
discord: process.env[`${prefix}
|
|
38476
|
-
telegram: process.env[`${prefix}
|
|
38477
|
-
slack: process.env[`${prefix}
|
|
38478
|
-
medium: process.env[`${prefix}
|
|
38479
|
-
github: process.env[`${prefix}
|
|
38470
|
+
socials: {
|
|
38471
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
38472
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
38473
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
38474
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
38475
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
38476
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
38480
38477
|
},
|
|
38481
38478
|
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`] ? {
|
|
38482
38479
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -38518,7 +38515,6 @@ var getConfigEnv = () => {
|
|
|
38518
38515
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
38519
38516
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
38520
38517
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
38521
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
38522
38518
|
registry: {
|
|
38523
38519
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
38524
38520
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -38671,24 +38667,24 @@ var setConfigEnv = (config2) => {
|
|
|
38671
38667
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
38672
38668
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
38673
38669
|
}
|
|
38674
|
-
if (config2.
|
|
38675
|
-
if (config2.
|
|
38676
|
-
process.env[`${prefix}
|
|
38670
|
+
if (config2.socials) {
|
|
38671
|
+
if (config2.socials.twitter) {
|
|
38672
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
38677
38673
|
}
|
|
38678
|
-
if (config2.
|
|
38679
|
-
process.env[`${prefix}
|
|
38674
|
+
if (config2.socials.discord) {
|
|
38675
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
38680
38676
|
}
|
|
38681
|
-
if (config2.
|
|
38682
|
-
process.env[`${prefix}
|
|
38677
|
+
if (config2.socials.telegram) {
|
|
38678
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
38683
38679
|
}
|
|
38684
|
-
if (config2.
|
|
38685
|
-
process.env[`${prefix}
|
|
38680
|
+
if (config2.socials.slack) {
|
|
38681
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
38686
38682
|
}
|
|
38687
|
-
if (config2.
|
|
38688
|
-
process.env[`${prefix}
|
|
38683
|
+
if (config2.socials.medium) {
|
|
38684
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
38689
38685
|
}
|
|
38690
|
-
if (config2.
|
|
38691
|
-
process.env[`${prefix}
|
|
38686
|
+
if (config2.socials.github) {
|
|
38687
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
38692
38688
|
}
|
|
38693
38689
|
}
|
|
38694
38690
|
if (config2.organization) {
|
|
@@ -38826,11 +38822,6 @@ var setConfigEnv = (config2) => {
|
|
|
38826
38822
|
if (config2.preid) {
|
|
38827
38823
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
38828
38824
|
}
|
|
38829
|
-
if (config2.externalPackagePatterns) {
|
|
38830
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
38831
|
-
config2.externalPackagePatterns
|
|
38832
|
-
);
|
|
38833
|
-
}
|
|
38834
38825
|
if (config2.registry) {
|
|
38835
38826
|
if (config2.registry.github) {
|
|
38836
38827
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|