@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFMIGI6JGcjs = require('./chunk-FMIGI6JG.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/analyze.ts
|
|
6
6
|
var formatBytes = (bytes) => {
|
|
@@ -17,7 +17,7 @@ var analyzePlugin = (options) => {
|
|
|
17
17
|
renderChunk(source, chunk) {
|
|
18
18
|
const sourceBytes = formatBytes(source.length);
|
|
19
19
|
const fileName = chunk.fileName;
|
|
20
|
-
|
|
20
|
+
_chunkFMIGI6JGcjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`, options.config);
|
|
21
21
|
}
|
|
22
22
|
};
|
|
23
23
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFMIGI6JGcjs = require('./chunk-FMIGI6JG.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/on-error.ts
|
|
6
6
|
var onErrorPlugin = (options) => ({
|
|
7
7
|
name: "storm:on-error",
|
|
8
8
|
buildEnd(error) {
|
|
9
9
|
if (error) {
|
|
10
|
-
|
|
10
|
+
_chunkFMIGI6JGcjs.writeError.call(void 0,
|
|
11
11
|
`The following errors occurred during the build:
|
|
12
12
|
${error ? error.message : "Unknown build error"}
|
|
13
13
|
|
|
@@ -18,7 +18,7 @@ ${error ? error.message : "Unknown build error"}
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
renderError(error) {
|
|
21
|
-
|
|
21
|
+
_chunkFMIGI6JGcjs.writeError.call(void 0,
|
|
22
22
|
`The following errors occurred during the build:
|
|
23
23
|
${error ? error.message : "Unknown build error"}
|
|
24
24
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkFMIGI6JGcjs = require('./chunk-FMIGI6JG.cjs');
|
|
5
5
|
|
|
6
6
|
// src/clean.ts
|
|
7
7
|
var _promises = require('fs/promises');
|
|
8
8
|
async function clean(name = "Unbuild", directory, config) {
|
|
9
|
-
|
|
10
|
-
const stopwatch =
|
|
9
|
+
_chunkFMIGI6JGcjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${name} output path: ${directory}`, config);
|
|
10
|
+
const stopwatch = _chunkFMIGI6JGcjs.getStopwatch.call(void 0, `${name} output clean`);
|
|
11
11
|
await cleanDirectories(name, directory, config);
|
|
12
12
|
stopwatch();
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFMIGI6JGcjs = require('./chunk-FMIGI6JG.cjs');
|
|
4
4
|
|
|
5
5
|
// src/plugins/tsc.ts
|
|
6
6
|
|
|
@@ -45,7 +45,7 @@ async function createTsCompilerOptions(config, tsConfigPath, projectRoot, depend
|
|
|
45
45
|
declaration: true,
|
|
46
46
|
paths: _buildablelibsutils.computeCompilerOptionsPaths.call(void 0, tsConfig, _nullishCoalesce(dependencies, () => ( [])))
|
|
47
47
|
};
|
|
48
|
-
|
|
48
|
+
_chunkFMIGI6JGcjs.writeTrace.call(void 0, compilerOptions, config);
|
|
49
49
|
return compilerOptions;
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -203,24 +203,24 @@ var isVerbose = (label = LogLevelLabel.SILENT) => {
|
|
|
203
203
|
};
|
|
204
204
|
|
|
205
205
|
// ../config/src/constants.ts
|
|
206
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
206
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
207
207
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
208
208
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
209
209
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
210
210
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
211
211
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
212
|
-
var
|
|
213
|
-
var
|
|
214
|
-
var
|
|
215
|
-
var
|
|
216
|
-
var
|
|
217
|
-
var
|
|
212
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
213
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
214
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
215
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
216
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
217
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
218
218
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
219
219
|
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.
|
|
220
220
|
|
|
221
|
-
Join us on [Discord](${
|
|
221
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
222
222
|
|
|
223
|
-
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](${
|
|
223
|
+
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!
|
|
224
224
|
`;
|
|
225
225
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
226
226
|
|
|
@@ -334,13 +334,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
334
334
|
"A footer message appended to the end of the workspace's release notes"
|
|
335
335
|
)
|
|
336
336
|
}).describe("The workspace's release config used during the release process");
|
|
337
|
-
var
|
|
338
|
-
twitter: z.string().trim().default(
|
|
339
|
-
discord: z.string().trim().default(
|
|
340
|
-
telegram: z.string().trim().default(
|
|
341
|
-
slack: z.string().trim().default(
|
|
342
|
-
medium: z.string().trim().default(
|
|
343
|
-
github: z.string().trim().default(
|
|
337
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
338
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
339
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
340
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
341
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
342
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
343
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
344
344
|
}).describe(
|
|
345
345
|
"The workspace's account config used to store various social media links"
|
|
346
346
|
);
|
|
@@ -404,13 +404,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
404
404
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
405
405
|
bot: WorkspaceBotConfigSchema,
|
|
406
406
|
release: WorkspaceReleaseConfigSchema,
|
|
407
|
-
|
|
407
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
408
408
|
error: errorConfigSchema,
|
|
409
409
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
410
410
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
411
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
412
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
413
|
-
),
|
|
414
411
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
415
412
|
directories: WorkspaceDirectoryConfigSchema,
|
|
416
413
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cleanDirectories
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NE22YS5A.js";
|
|
4
4
|
import {
|
|
5
5
|
analyzePlugin
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HPUTMCFR.js";
|
|
7
7
|
import {
|
|
8
8
|
onErrorPlugin
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-SFZ4V2LD.js";
|
|
10
10
|
import {
|
|
11
11
|
loadConfig,
|
|
12
12
|
tscPlugin
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5XOAK534.js";
|
|
14
14
|
import {
|
|
15
15
|
COLOR_KEYS,
|
|
16
16
|
LogLevel,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
writeSuccess,
|
|
35
35
|
writeTrace,
|
|
36
36
|
writeWarning
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-PN4YHJFZ.js";
|
|
38
38
|
|
|
39
39
|
// src/build.ts
|
|
40
40
|
import {
|
|
@@ -394,13 +394,13 @@ var getConfigEnv = () => {
|
|
|
394
394
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
395
395
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
396
396
|
},
|
|
397
|
-
|
|
398
|
-
twitter: process.env[`${prefix}
|
|
399
|
-
discord: process.env[`${prefix}
|
|
400
|
-
telegram: process.env[`${prefix}
|
|
401
|
-
slack: process.env[`${prefix}
|
|
402
|
-
medium: process.env[`${prefix}
|
|
403
|
-
github: process.env[`${prefix}
|
|
397
|
+
socials: {
|
|
398
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
399
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
400
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
401
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
402
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
403
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
404
404
|
},
|
|
405
405
|
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`] ? {
|
|
406
406
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -442,7 +442,6 @@ var getConfigEnv = () => {
|
|
|
442
442
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
443
443
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
444
444
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
445
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
446
445
|
registry: {
|
|
447
446
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
448
447
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -594,24 +593,24 @@ var setConfigEnv = (config) => {
|
|
|
594
593
|
process.env[`${prefix}RELEASE_HEADER`] = config.release.header;
|
|
595
594
|
process.env[`${prefix}RELEASE_FOOTER`] = config.release.footer;
|
|
596
595
|
}
|
|
597
|
-
if (config.
|
|
598
|
-
if (config.
|
|
599
|
-
process.env[`${prefix}
|
|
596
|
+
if (config.socials) {
|
|
597
|
+
if (config.socials.twitter) {
|
|
598
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
|
|
600
599
|
}
|
|
601
|
-
if (config.
|
|
602
|
-
process.env[`${prefix}
|
|
600
|
+
if (config.socials.discord) {
|
|
601
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
|
|
603
602
|
}
|
|
604
|
-
if (config.
|
|
605
|
-
process.env[`${prefix}
|
|
603
|
+
if (config.socials.telegram) {
|
|
604
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
|
|
606
605
|
}
|
|
607
|
-
if (config.
|
|
608
|
-
process.env[`${prefix}
|
|
606
|
+
if (config.socials.slack) {
|
|
607
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
|
|
609
608
|
}
|
|
610
|
-
if (config.
|
|
611
|
-
process.env[`${prefix}
|
|
609
|
+
if (config.socials.medium) {
|
|
610
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
|
|
612
611
|
}
|
|
613
|
-
if (config.
|
|
614
|
-
process.env[`${prefix}
|
|
612
|
+
if (config.socials.github) {
|
|
613
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config.socials.github;
|
|
615
614
|
}
|
|
616
615
|
}
|
|
617
616
|
if (config.organization) {
|
|
@@ -749,11 +748,6 @@ var setConfigEnv = (config) => {
|
|
|
749
748
|
if (config.preid) {
|
|
750
749
|
process.env[`${prefix}PRE_ID`] = String(config.preid);
|
|
751
750
|
}
|
|
752
|
-
if (config.externalPackagePatterns) {
|
|
753
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
754
|
-
config.externalPackagePatterns
|
|
755
|
-
);
|
|
756
|
-
}
|
|
757
751
|
if (config.registry) {
|
|
758
752
|
if (config.registry.github) {
|
|
759
753
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config.registry.github);
|
|
@@ -203,24 +203,24 @@ var isVerbose = (label = LogLevelLabel.SILENT) => {
|
|
|
203
203
|
};
|
|
204
204
|
|
|
205
205
|
// ../config/src/constants.ts
|
|
206
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
206
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
207
207
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
208
208
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
209
209
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
210
210
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
211
211
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
212
|
-
var
|
|
213
|
-
var
|
|
214
|
-
var
|
|
215
|
-
var
|
|
216
|
-
var
|
|
217
|
-
var
|
|
212
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
213
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
214
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
215
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
216
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
217
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
218
218
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
219
219
|
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.
|
|
220
220
|
|
|
221
|
-
Join us on [Discord](${
|
|
221
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
222
222
|
|
|
223
|
-
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](${
|
|
223
|
+
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!
|
|
224
224
|
`;
|
|
225
225
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
226
226
|
|
|
@@ -334,13 +334,13 @@ var WorkspaceReleaseConfigSchema = z.object({
|
|
|
334
334
|
"A footer message appended to the end of the workspace's release notes"
|
|
335
335
|
)
|
|
336
336
|
}).describe("The workspace's release config used during the release process");
|
|
337
|
-
var
|
|
338
|
-
twitter: z.string().trim().default(
|
|
339
|
-
discord: z.string().trim().default(
|
|
340
|
-
telegram: z.string().trim().default(
|
|
341
|
-
slack: z.string().trim().default(
|
|
342
|
-
medium: z.string().trim().default(
|
|
343
|
-
github: z.string().trim().default(
|
|
337
|
+
var WorkspaceSocialsConfigSchema = z.object({
|
|
338
|
+
twitter: z.string().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
339
|
+
discord: z.string().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
340
|
+
telegram: z.string().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
341
|
+
slack: z.string().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
342
|
+
medium: z.string().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
343
|
+
github: z.string().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
344
344
|
}).describe(
|
|
345
345
|
"The workspace's account config used to store various social media links"
|
|
346
346
|
);
|
|
@@ -404,13 +404,10 @@ var stormWorkspaceConfigSchema = z.object({
|
|
|
404
404
|
owner: z.string().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
405
405
|
bot: WorkspaceBotConfigSchema,
|
|
406
406
|
release: WorkspaceReleaseConfigSchema,
|
|
407
|
-
|
|
407
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
408
408
|
error: errorConfigSchema,
|
|
409
409
|
mode: z.enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
410
410
|
workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
|
|
411
|
-
externalPackagePatterns: z.array(z.string()).default([]).describe(
|
|
412
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
413
|
-
),
|
|
414
411
|
skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
415
412
|
directories: WorkspaceDirectoryConfigSchema,
|
|
416
413
|
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
package/dist/clean.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkBOURL2AFcjs = require('./chunk-BOURL2AF.cjs');
|
|
5
|
+
require('./chunk-FMIGI6JG.cjs');
|
|
6
6
|
require('./chunk-OBGZSXTJ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.clean =
|
|
10
|
+
exports.clean = _chunkBOURL2AFcjs.clean; exports.cleanDirectories = _chunkBOURL2AFcjs.cleanDirectories;
|
package/dist/clean.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5,19 +5,19 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk3XRGRZN3cjs = require('./chunk-3XRGRZN3.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkBOURL2AFcjs = require('./chunk-BOURL2AF.cjs');
|
|
13
13
|
require('./chunk-SFZRYJZ2.cjs');
|
|
14
|
-
require('./chunk-
|
|
15
|
-
require('./chunk-
|
|
14
|
+
require('./chunk-5KAGDMCA.cjs');
|
|
15
|
+
require('./chunk-7CTYKC3M.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
20
|
-
require('./chunk-
|
|
19
|
+
var _chunkDBA3KANTcjs = require('./chunk-DBA3KANT.cjs');
|
|
20
|
+
require('./chunk-FMIGI6JG.cjs');
|
|
21
21
|
require('./chunk-OBGZSXTJ.cjs');
|
|
22
22
|
|
|
23
23
|
|
|
@@ -30,4 +30,4 @@ require('./chunk-OBGZSXTJ.cjs');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.build =
|
|
33
|
+
exports.build = _chunk3XRGRZN3cjs.build; exports.clean = _chunkBOURL2AFcjs.clean; exports.cleanDirectories = _chunkBOURL2AFcjs.cleanDirectories; exports.cleanOutputPath = _chunk3XRGRZN3cjs.cleanOutputPath; exports.copyBuildAssets = _chunk3XRGRZN3cjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkDBA3KANTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunk3XRGRZN3cjs.executeUnbuild; exports.generatePackageJson = _chunk3XRGRZN3cjs.generatePackageJson; exports.loadConfig = _chunkDBA3KANTcjs.loadConfig; exports.resolveOptions = _chunk3XRGRZN3cjs.resolveOptions;
|
package/dist/index.js
CHANGED
|
@@ -5,19 +5,19 @@ import {
|
|
|
5
5
|
executeUnbuild,
|
|
6
6
|
generatePackageJson,
|
|
7
7
|
resolveOptions
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-IHFYK7AH.js";
|
|
9
9
|
import {
|
|
10
10
|
clean,
|
|
11
11
|
cleanDirectories
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NE22YS5A.js";
|
|
13
13
|
import "./chunk-GGNOJ77I.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-HPUTMCFR.js";
|
|
15
|
+
import "./chunk-SFZ4V2LD.js";
|
|
16
16
|
import {
|
|
17
17
|
createTsCompilerOptions,
|
|
18
18
|
loadConfig
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-5XOAK534.js";
|
|
20
|
+
import "./chunk-PN4YHJFZ.js";
|
|
21
21
|
import "./chunk-3RG5ZIWI.js";
|
|
22
22
|
export {
|
|
23
23
|
build,
|
package/dist/plugins/analyze.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunk5KAGDMCAcjs = require('../chunk-5KAGDMCA.cjs');
|
|
4
|
+
require('../chunk-FMIGI6JG.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.analyzePlugin =
|
|
8
|
+
exports.analyzePlugin = _chunk5KAGDMCAcjs.analyzePlugin;
|
package/dist/plugins/analyze.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunk7CTYKC3Mcjs = require('../chunk-7CTYKC3M.cjs');
|
|
4
|
+
require('../chunk-FMIGI6JG.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.onErrorPlugin =
|
|
8
|
+
exports.onErrorPlugin = _chunk7CTYKC3Mcjs.onErrorPlugin;
|
package/dist/plugins/on-error.js
CHANGED
package/dist/plugins/tsc.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkDBA3KANTcjs = require('../chunk-DBA3KANT.cjs');
|
|
4
|
+
require('../chunk-FMIGI6JG.cjs');
|
|
5
5
|
require('../chunk-OBGZSXTJ.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.tscPlugin =
|
|
8
|
+
exports.tscPlugin = _chunkDBA3KANTcjs.tscPlugin;
|
package/dist/plugins/tsc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"@storm-software/build-tools": "^0.151.16",
|
|
151
|
-
"@storm-software/config": "^1.
|
|
152
|
-
"@storm-software/config-tools": "^1.
|
|
151
|
+
"@storm-software/config": "^1.125.0",
|
|
152
|
+
"@storm-software/config-tools": "^1.176.0",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"defu": "6.1.4",
|
|
155
155
|
"esbuild": "^0.25.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "ad894b06738603f70a2ca8858ef1c17d1963cebe"
|
|
175
175
|
}
|