@storm-software/unbuild 0.49.34 → 0.49.35
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/unbuild.cjs +37 -46
- package/bin/unbuild.js +37 -46
- package/dist/build.cjs +7 -7
- package/dist/build.js +6 -6
- package/dist/{chunk-K4ZHJTO2.cjs → chunk-3XRGRZN3.cjs} +123 -129
- package/dist/{chunk-ZKTNXGEF.cjs → chunk-5KAGDMCA.cjs} +2 -2
- package/dist/{chunk-OHCC62S7.js → chunk-5XOAK534.js} +1 -1
- package/dist/{chunk-VZQDYKJV.cjs → chunk-7CTYKC3M.cjs} +3 -3
- package/dist/{chunk-OEWYDDEF.cjs → chunk-BOURL2AF.cjs} +3 -3
- package/dist/{chunk-WHSDAXF3.cjs → chunk-DBA3KANT.cjs} +2 -2
- package/dist/{chunk-YBFLGHF3.cjs → chunk-FMIGI6JG.cjs} +17 -20
- package/dist/{chunk-2NL7D6LZ.js → chunk-HPUTMCFR.js} +1 -1
- package/dist/{chunk-2363GX3V.js → chunk-IHFYK7AH.js} +25 -31
- package/dist/{chunk-5LTNOK6K.js → chunk-NE22YS5A.js} +1 -1
- package/dist/{chunk-YWONX7HR.js → chunk-PN4YHJFZ.js} +17 -20
- package/dist/{chunk-J6YEEFZI.js → chunk-SFZ4V2LD.js} +1 -1
- package/dist/clean.cjs +3 -3
- package/dist/clean.js +2 -2
- package/dist/index.cjs +7 -7
- package/dist/index.js +6 -6
- package/dist/plugins/analyze.cjs +3 -3
- package/dist/plugins/analyze.js +2 -2
- package/dist/plugins/on-error.cjs +3 -3
- package/dist/plugins/on-error.js +2 -2
- package/dist/plugins/tsc.cjs +3 -3
- package/dist/plugins/tsc.js +2 -2
- package/package.json +4 -4
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/unbuild.cjs
CHANGED
|
@@ -26,24 +26,24 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
var z = __toESM(require("zod/v4"), 1);
|
|
27
27
|
|
|
28
28
|
// ../config/src/constants.ts
|
|
29
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
29
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
30
30
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
31
31
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
32
32
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
33
33
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
34
34
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
35
|
-
var
|
|
36
|
-
var
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
var
|
|
40
|
-
var
|
|
35
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
36
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
37
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
38
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
39
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
40
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
41
41
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
42
42
|
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.
|
|
43
43
|
|
|
44
|
-
Join us on [Discord](${
|
|
44
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
45
45
|
|
|
46
|
-
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](${
|
|
46
|
+
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!
|
|
47
47
|
`;
|
|
48
48
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
49
49
|
|
|
@@ -156,13 +156,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
156
156
|
"A footer message appended to the end of the workspace's release notes"
|
|
157
157
|
)
|
|
158
158
|
}).describe("The workspace's release config used during the release process");
|
|
159
|
-
var
|
|
160
|
-
twitter: z.string().trim().default(
|
|
161
|
-
discord: z.string().trim().default(
|
|
162
|
-
telegram: z.string().trim().default(
|
|
163
|
-
slack: z.string().trim().default(
|
|
164
|
-
medium: z.string().trim().default(
|
|
165
|
-
github: z.string().trim().default(
|
|
159
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
160
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
161
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
162
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
163
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
164
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
165
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
166
166
|
}).describe(
|
|
167
167
|
"The workspace's account config used to store various social media links"
|
|
168
168
|
);
|
|
@@ -226,13 +226,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
226
226
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
227
227
|
bot: WorkspaceBotConfigSchema,
|
|
228
228
|
release: WorkspaceReleaseConfigSchema,
|
|
229
|
-
|
|
229
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
230
230
|
error: errorConfigSchema,
|
|
231
231
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
232
232
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
233
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
234
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
235
|
-
),
|
|
236
233
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
237
234
|
directories: WorkspaceDirectoryConfigSchema,
|
|
238
235
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1044,13 +1041,13 @@ var getConfigEnv = () => {
|
|
|
1044
1041
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1045
1042
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1046
1043
|
},
|
|
1047
|
-
|
|
1048
|
-
twitter: process.env[`${prefix}
|
|
1049
|
-
discord: process.env[`${prefix}
|
|
1050
|
-
telegram: process.env[`${prefix}
|
|
1051
|
-
slack: process.env[`${prefix}
|
|
1052
|
-
medium: process.env[`${prefix}
|
|
1053
|
-
github: process.env[`${prefix}
|
|
1044
|
+
socials: {
|
|
1045
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1046
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1047
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1048
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1049
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1050
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1054
1051
|
},
|
|
1055
1052
|
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`] ? {
|
|
1056
1053
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1092,7 +1089,6 @@ var getConfigEnv = () => {
|
|
|
1092
1089
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1093
1090
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1094
1091
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1095
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1096
1092
|
registry: {
|
|
1097
1093
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1098
1094
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1244,24 +1240,24 @@ var setConfigEnv = (config) => {
|
|
|
1244
1240
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1245
1241
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1246
1242
|
}
|
|
1247
|
-
if (config.
|
|
1248
|
-
if (config.
|
|
1249
|
-
process.env[`${prefix}
|
|
1243
|
+
if (config.socials) {
|
|
1244
|
+
if (config.socials.twitter) {
|
|
1245
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1250
1246
|
}
|
|
1251
|
-
if (config.
|
|
1252
|
-
process.env[`${prefix}
|
|
1247
|
+
if (config.socials.discord) {
|
|
1248
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1253
1249
|
}
|
|
1254
|
-
if (config.
|
|
1255
|
-
process.env[`${prefix}
|
|
1250
|
+
if (config.socials.telegram) {
|
|
1251
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1256
1252
|
}
|
|
1257
|
-
if (config.
|
|
1258
|
-
process.env[`${prefix}
|
|
1253
|
+
if (config.socials.slack) {
|
|
1254
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1259
1255
|
}
|
|
1260
|
-
if (config.
|
|
1261
|
-
process.env[`${prefix}
|
|
1256
|
+
if (config.socials.medium) {
|
|
1257
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1262
1258
|
}
|
|
1263
|
-
if (config.
|
|
1264
|
-
process.env[`${prefix}
|
|
1259
|
+
if (config.socials.github) {
|
|
1260
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1265
1261
|
}
|
|
1266
1262
|
}
|
|
1267
1263
|
if (config.organization) {
|
|
@@ -1399,11 +1395,6 @@ var setConfigEnv = (config) => {
|
|
|
1399
1395
|
if (config.preid) {
|
|
1400
1396
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1401
1397
|
}
|
|
1402
|
-
if (config.externalPackagePatterns) {
|
|
1403
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1404
|
-
config.externalPackagePatterns
|
|
1405
|
-
);
|
|
1406
|
-
}
|
|
1407
1398
|
if (config.registry) {
|
|
1408
1399
|
if (config.registry.github) {
|
|
1409
1400
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
package/bin/unbuild.js
CHANGED
|
@@ -4,24 +4,24 @@
|
|
|
4
4
|
import * as z from "zod/v4";
|
|
5
5
|
|
|
6
6
|
// ../config/src/constants.ts
|
|
7
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
7
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
8
8
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
9
9
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
10
10
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
11
11
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
12
12
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
13
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
14
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
15
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
16
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
17
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
18
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
19
19
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
20
20
|
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.
|
|
21
21
|
|
|
22
|
-
Join us on [Discord](${
|
|
22
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
23
23
|
|
|
24
|
-
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](${
|
|
24
|
+
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!
|
|
25
25
|
`;
|
|
26
26
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
27
27
|
|
|
@@ -134,13 +134,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
134
134
|
"A footer message appended to the end of the workspace's release notes"
|
|
135
135
|
)
|
|
136
136
|
}).describe("The workspace's release config used during the release process");
|
|
137
|
-
var
|
|
138
|
-
twitter: z.string().trim().default(
|
|
139
|
-
discord: z.string().trim().default(
|
|
140
|
-
telegram: z.string().trim().default(
|
|
141
|
-
slack: z.string().trim().default(
|
|
142
|
-
medium: z.string().trim().default(
|
|
143
|
-
github: z.string().trim().default(
|
|
137
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
138
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
139
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
140
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
141
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
142
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
143
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
144
144
|
}).describe(
|
|
145
145
|
"The workspace's account config used to store various social media links"
|
|
146
146
|
);
|
|
@@ -204,13 +204,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
204
204
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
205
205
|
bot: WorkspaceBotConfigSchema,
|
|
206
206
|
release: WorkspaceReleaseConfigSchema,
|
|
207
|
-
|
|
207
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
208
208
|
error: errorConfigSchema,
|
|
209
209
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
210
210
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
211
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
212
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
213
|
-
),
|
|
214
211
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
215
212
|
directories: WorkspaceDirectoryConfigSchema,
|
|
216
213
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1022,13 +1019,13 @@ var getConfigEnv = () => {
|
|
|
1022
1019
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
1023
1020
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
1024
1021
|
},
|
|
1025
|
-
|
|
1026
|
-
twitter: process.env[`${prefix}
|
|
1027
|
-
discord: process.env[`${prefix}
|
|
1028
|
-
telegram: process.env[`${prefix}
|
|
1029
|
-
slack: process.env[`${prefix}
|
|
1030
|
-
medium: process.env[`${prefix}
|
|
1031
|
-
github: process.env[`${prefix}
|
|
1022
|
+
socials: {
|
|
1023
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
1024
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
1025
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
1026
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
1027
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
1028
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
1032
1029
|
},
|
|
1033
1030
|
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`] ? {
|
|
1034
1031
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -1070,7 +1067,6 @@ var getConfigEnv = () => {
|
|
|
1070
1067
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
1071
1068
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
1072
1069
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
1073
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
1074
1070
|
registry: {
|
|
1075
1071
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
1076
1072
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -1222,24 +1218,24 @@ var setConfigEnv = (config) => {
|
|
|
1222
1218
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
1223
1219
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
1224
1220
|
}
|
|
1225
|
-
if (config.
|
|
1226
|
-
if (config.
|
|
1227
|
-
process.env[`${prefix}
|
|
1221
|
+
if (config.socials) {
|
|
1222
|
+
if (config.socials.twitter) {
|
|
1223
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
1228
1224
|
}
|
|
1229
|
-
if (config.
|
|
1230
|
-
process.env[`${prefix}
|
|
1225
|
+
if (config.socials.discord) {
|
|
1226
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
1231
1227
|
}
|
|
1232
|
-
if (config.
|
|
1233
|
-
process.env[`${prefix}
|
|
1228
|
+
if (config.socials.telegram) {
|
|
1229
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
1234
1230
|
}
|
|
1235
|
-
if (config.
|
|
1236
|
-
process.env[`${prefix}
|
|
1231
|
+
if (config.socials.slack) {
|
|
1232
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
1237
1233
|
}
|
|
1238
|
-
if (config.
|
|
1239
|
-
process.env[`${prefix}
|
|
1234
|
+
if (config.socials.medium) {
|
|
1235
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
1240
1236
|
}
|
|
1241
|
-
if (config.
|
|
1242
|
-
process.env[`${prefix}
|
|
1237
|
+
if (config.socials.github) {
|
|
1238
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
1243
1239
|
}
|
|
1244
1240
|
}
|
|
1245
1241
|
if (config.organization) {
|
|
@@ -1377,11 +1373,6 @@ var setConfigEnv = (config) => {
|
|
|
1377
1373
|
if (config.preid) {
|
|
1378
1374
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
1379
1375
|
}
|
|
1380
|
-
if (config.externalPackagePatterns) {
|
|
1381
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
1382
|
-
config.externalPackagePatterns
|
|
1383
|
-
);
|
|
1384
|
-
}
|
|
1385
1376
|
if (config.registry) {
|
|
1386
1377
|
if (config.registry.github) {
|
|
1387
1378
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
package/dist/build.cjs
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('./chunk-
|
|
10
|
-
require('./chunk-
|
|
11
|
-
require('./chunk-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
8
|
+
var _chunk3XRGRZN3cjs = require('./chunk-3XRGRZN3.cjs');
|
|
9
|
+
require('./chunk-BOURL2AF.cjs');
|
|
10
|
+
require('./chunk-5KAGDMCA.cjs');
|
|
11
|
+
require('./chunk-7CTYKC3M.cjs');
|
|
12
|
+
require('./chunk-DBA3KANT.cjs');
|
|
13
|
+
require('./chunk-FMIGI6JG.cjs');
|
|
14
14
|
require('./chunk-OBGZSXTJ.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
@@ -19,4 +19,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.build =
|
|
22
|
+
exports.build = _chunk3XRGRZN3cjs.build; exports.cleanOutputPath = _chunk3XRGRZN3cjs.cleanOutputPath; exports.copyBuildAssets = _chunk3XRGRZN3cjs.copyBuildAssets; exports.executeUnbuild = _chunk3XRGRZN3cjs.executeUnbuild; exports.generatePackageJson = _chunk3XRGRZN3cjs.generatePackageJson; exports.resolveOptions = _chunk3XRGRZN3cjs.resolveOptions;
|
package/dist/build.js
CHANGED
|
@@ -5,12 +5,12 @@ import {
|
|
|
5
5
|
executeUnbuild,
|
|
6
6
|
generatePackageJson,
|
|
7
7
|
resolveOptions
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-IHFYK7AH.js";
|
|
9
|
+
import "./chunk-NE22YS5A.js";
|
|
10
|
+
import "./chunk-HPUTMCFR.js";
|
|
11
|
+
import "./chunk-SFZ4V2LD.js";
|
|
12
|
+
import "./chunk-5XOAK534.js";
|
|
13
|
+
import "./chunk-PN4YHJFZ.js";
|
|
14
14
|
import "./chunk-3RG5ZIWI.js";
|
|
15
15
|
export {
|
|
16
16
|
build,
|