@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.
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYBFLGHF3cjs = require('./chunk-YBFLGHF3.cjs');
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
- _chunkYBFLGHF3cjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`, options.config);
20
+ _chunkFMIGI6JGcjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`, options.config);
21
21
  }
22
22
  };
23
23
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  writeTrace
3
- } from "./chunk-YWONX7HR.js";
3
+ } from "./chunk-PN4YHJFZ.js";
4
4
 
5
5
  // src/plugins/tsc.ts
6
6
  import {
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYBFLGHF3cjs = require('./chunk-YBFLGHF3.cjs');
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
- _chunkYBFLGHF3cjs.writeError.call(void 0,
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
- _chunkYBFLGHF3cjs.writeError.call(void 0,
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 _chunkYBFLGHF3cjs = require('./chunk-YBFLGHF3.cjs');
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
- _chunkYBFLGHF3cjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${name} output path: ${directory}`, config);
10
- const stopwatch = _chunkYBFLGHF3cjs.getStopwatch.call(void 0, `${name} output clean`);
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 _chunkYBFLGHF3cjs = require('./chunk-YBFLGHF3.cjs');
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
- _chunkYBFLGHF3cjs.writeTrace.call(void 0, compilerOptions, config);
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/docs";
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 STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
213
- var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
214
- var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
215
- var STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
216
- var STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
217
- var STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
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](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
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](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
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 WorkspaceAccountConfigSchema = z.object({
338
- twitter: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TWITTER).describe("A Twitter/X account associated with the organization/project"),
339
- discord: z.string().trim().default(STORM_DEFAULT_ACCOUNT_DISCORD).describe("A Discord account associated with the organization/project"),
340
- telegram: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TELEGRAM).describe("A Telegram account associated with the organization/project"),
341
- slack: z.string().trim().default(STORM_DEFAULT_ACCOUNT_SLACK).describe("A Slack account associated with the organization/project"),
342
- medium: z.string().trim().default(STORM_DEFAULT_ACCOUNT_MEDIUM).describe("A Medium account associated with the organization/project"),
343
- github: z.string().trim().default(STORM_DEFAULT_ACCOUNT_GITHUB).describe("A GitHub account associated with the organization/project")
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
- account: WorkspaceAccountConfigSchema,
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,6 +1,6 @@
1
1
  import {
2
2
  writeInfo
3
- } from "./chunk-YWONX7HR.js";
3
+ } from "./chunk-PN4YHJFZ.js";
4
4
 
5
5
  // src/plugins/analyze.ts
6
6
  var formatBytes = (bytes) => {
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  cleanDirectories
3
- } from "./chunk-5LTNOK6K.js";
3
+ } from "./chunk-NE22YS5A.js";
4
4
  import {
5
5
  analyzePlugin
6
- } from "./chunk-2NL7D6LZ.js";
6
+ } from "./chunk-HPUTMCFR.js";
7
7
  import {
8
8
  onErrorPlugin
9
- } from "./chunk-J6YEEFZI.js";
9
+ } from "./chunk-SFZ4V2LD.js";
10
10
  import {
11
11
  loadConfig,
12
12
  tscPlugin
13
- } from "./chunk-OHCC62S7.js";
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-YWONX7HR.js";
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
- account: {
398
- twitter: process.env[`${prefix}ACCOUNT_TWITTER`] || void 0,
399
- discord: process.env[`${prefix}ACCOUNT_DISCORD`] || void 0,
400
- telegram: process.env[`${prefix}ACCOUNT_TELEGRAM`] || void 0,
401
- slack: process.env[`${prefix}ACCOUNT_SLACK`] || void 0,
402
- medium: process.env[`${prefix}ACCOUNT_MEDIUM`] || void 0,
403
- github: process.env[`${prefix}ACCOUNT_GITHUB`] || void 0
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.account) {
598
- if (config.account.twitter) {
599
- process.env[`${prefix}ACCOUNT_TWITTER`] = config.account.twitter;
596
+ if (config.socials) {
597
+ if (config.socials.twitter) {
598
+ process.env[`${prefix}SOCIAL_TWITTER`] = config.socials.twitter;
600
599
  }
601
- if (config.account.discord) {
602
- process.env[`${prefix}ACCOUNT_DISCORD`] = config.account.discord;
600
+ if (config.socials.discord) {
601
+ process.env[`${prefix}SOCIAL_DISCORD`] = config.socials.discord;
603
602
  }
604
- if (config.account.telegram) {
605
- process.env[`${prefix}ACCOUNT_TELEGRAM`] = config.account.telegram;
603
+ if (config.socials.telegram) {
604
+ process.env[`${prefix}SOCIAL_TELEGRAM`] = config.socials.telegram;
606
605
  }
607
- if (config.account.slack) {
608
- process.env[`${prefix}ACCOUNT_SLACK`] = config.account.slack;
606
+ if (config.socials.slack) {
607
+ process.env[`${prefix}SOCIAL_SLACK`] = config.socials.slack;
609
608
  }
610
- if (config.account.medium) {
611
- process.env[`${prefix}ACCOUNT_MEDIUM`] = config.account.medium;
609
+ if (config.socials.medium) {
610
+ process.env[`${prefix}SOCIAL_MEDIUM`] = config.socials.medium;
612
611
  }
613
- if (config.account.github) {
614
- process.env[`${prefix}ACCOUNT_GITHUB`] = config.account.github;
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);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getStopwatch,
3
3
  writeDebug
4
- } from "./chunk-YWONX7HR.js";
4
+ } from "./chunk-PN4YHJFZ.js";
5
5
 
6
6
  // src/clean.ts
7
7
  import { rm } from "node:fs/promises";
@@ -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/docs";
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 STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
213
- var STORM_DEFAULT_ACCOUNT_DISCORD = "https://discord.gg/MQ6YVzakM5";
214
- var STORM_DEFAULT_ACCOUNT_TELEGRAM = "https://t.me/storm_software";
215
- var STORM_DEFAULT_ACCOUNT_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
216
- var STORM_DEFAULT_ACCOUNT_MEDIUM = "https://medium.com/storm-software";
217
- var STORM_DEFAULT_ACCOUNT_GITHUB = "https://github.com/storm-software";
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](${STORM_DEFAULT_ACCOUNT_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
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](${STORM_DEFAULT_ACCOUNT_SLACK}) channel!
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 WorkspaceAccountConfigSchema = z.object({
338
- twitter: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TWITTER).describe("A Twitter/X account associated with the organization/project"),
339
- discord: z.string().trim().default(STORM_DEFAULT_ACCOUNT_DISCORD).describe("A Discord account associated with the organization/project"),
340
- telegram: z.string().trim().default(STORM_DEFAULT_ACCOUNT_TELEGRAM).describe("A Telegram account associated with the organization/project"),
341
- slack: z.string().trim().default(STORM_DEFAULT_ACCOUNT_SLACK).describe("A Slack account associated with the organization/project"),
342
- medium: z.string().trim().default(STORM_DEFAULT_ACCOUNT_MEDIUM).describe("A Medium account associated with the organization/project"),
343
- github: z.string().trim().default(STORM_DEFAULT_ACCOUNT_GITHUB).describe("A GitHub account associated with the organization/project")
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
- account: WorkspaceAccountConfigSchema,
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,6 +1,6 @@
1
1
  import {
2
2
  writeError
3
- } from "./chunk-YWONX7HR.js";
3
+ } from "./chunk-PN4YHJFZ.js";
4
4
 
5
5
  // src/plugins/on-error.ts
6
6
  var onErrorPlugin = (options) => ({
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 _chunkOEWYDDEFcjs = require('./chunk-OEWYDDEF.cjs');
5
- require('./chunk-YBFLGHF3.cjs');
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 = _chunkOEWYDDEFcjs.clean; exports.cleanDirectories = _chunkOEWYDDEFcjs.cleanDirectories;
10
+ exports.clean = _chunkBOURL2AFcjs.clean; exports.cleanDirectories = _chunkBOURL2AFcjs.cleanDirectories;
package/dist/clean.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  clean,
3
3
  cleanDirectories
4
- } from "./chunk-5LTNOK6K.js";
5
- import "./chunk-YWONX7HR.js";
4
+ } from "./chunk-NE22YS5A.js";
5
+ import "./chunk-PN4YHJFZ.js";
6
6
  import "./chunk-3RG5ZIWI.js";
7
7
  export {
8
8
  clean,
package/dist/index.cjs CHANGED
@@ -5,19 +5,19 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkK4ZHJTO2cjs = require('./chunk-K4ZHJTO2.cjs');
8
+ var _chunk3XRGRZN3cjs = require('./chunk-3XRGRZN3.cjs');
9
9
 
10
10
 
11
11
 
12
- var _chunkOEWYDDEFcjs = require('./chunk-OEWYDDEF.cjs');
12
+ var _chunkBOURL2AFcjs = require('./chunk-BOURL2AF.cjs');
13
13
  require('./chunk-SFZRYJZ2.cjs');
14
- require('./chunk-ZKTNXGEF.cjs');
15
- require('./chunk-VZQDYKJV.cjs');
14
+ require('./chunk-5KAGDMCA.cjs');
15
+ require('./chunk-7CTYKC3M.cjs');
16
16
 
17
17
 
18
18
 
19
- var _chunkWHSDAXF3cjs = require('./chunk-WHSDAXF3.cjs');
20
- require('./chunk-YBFLGHF3.cjs');
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 = _chunkK4ZHJTO2cjs.build; exports.clean = _chunkOEWYDDEFcjs.clean; exports.cleanDirectories = _chunkOEWYDDEFcjs.cleanDirectories; exports.cleanOutputPath = _chunkK4ZHJTO2cjs.cleanOutputPath; exports.copyBuildAssets = _chunkK4ZHJTO2cjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkWHSDAXF3cjs.createTsCompilerOptions; exports.executeUnbuild = _chunkK4ZHJTO2cjs.executeUnbuild; exports.generatePackageJson = _chunkK4ZHJTO2cjs.generatePackageJson; exports.loadConfig = _chunkWHSDAXF3cjs.loadConfig; exports.resolveOptions = _chunkK4ZHJTO2cjs.resolveOptions;
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-2363GX3V.js";
8
+ } from "./chunk-IHFYK7AH.js";
9
9
  import {
10
10
  clean,
11
11
  cleanDirectories
12
- } from "./chunk-5LTNOK6K.js";
12
+ } from "./chunk-NE22YS5A.js";
13
13
  import "./chunk-GGNOJ77I.js";
14
- import "./chunk-2NL7D6LZ.js";
15
- import "./chunk-J6YEEFZI.js";
14
+ import "./chunk-HPUTMCFR.js";
15
+ import "./chunk-SFZ4V2LD.js";
16
16
  import {
17
17
  createTsCompilerOptions,
18
18
  loadConfig
19
- } from "./chunk-OHCC62S7.js";
20
- import "./chunk-YWONX7HR.js";
19
+ } from "./chunk-5XOAK534.js";
20
+ import "./chunk-PN4YHJFZ.js";
21
21
  import "./chunk-3RG5ZIWI.js";
22
22
  export {
23
23
  build,
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkZKTNXGEFcjs = require('../chunk-ZKTNXGEF.cjs');
4
- require('../chunk-YBFLGHF3.cjs');
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 = _chunkZKTNXGEFcjs.analyzePlugin;
8
+ exports.analyzePlugin = _chunk5KAGDMCAcjs.analyzePlugin;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  analyzePlugin
3
- } from "../chunk-2NL7D6LZ.js";
4
- import "../chunk-YWONX7HR.js";
3
+ } from "../chunk-HPUTMCFR.js";
4
+ import "../chunk-PN4YHJFZ.js";
5
5
  import "../chunk-3RG5ZIWI.js";
6
6
  export {
7
7
  analyzePlugin
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkVZQDYKJVcjs = require('../chunk-VZQDYKJV.cjs');
4
- require('../chunk-YBFLGHF3.cjs');
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 = _chunkVZQDYKJVcjs.onErrorPlugin;
8
+ exports.onErrorPlugin = _chunk7CTYKC3Mcjs.onErrorPlugin;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  onErrorPlugin
3
- } from "../chunk-J6YEEFZI.js";
4
- import "../chunk-YWONX7HR.js";
3
+ } from "../chunk-SFZ4V2LD.js";
4
+ import "../chunk-PN4YHJFZ.js";
5
5
  import "../chunk-3RG5ZIWI.js";
6
6
  export {
7
7
  onErrorPlugin
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkWHSDAXF3cjs = require('../chunk-WHSDAXF3.cjs');
4
- require('../chunk-YBFLGHF3.cjs');
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 = _chunkWHSDAXF3cjs.tscPlugin;
8
+ exports.tscPlugin = _chunkDBA3KANTcjs.tscPlugin;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  tscPlugin
3
- } from "../chunk-OHCC62S7.js";
4
- import "../chunk-YWONX7HR.js";
3
+ } from "../chunk-5XOAK534.js";
4
+ import "../chunk-PN4YHJFZ.js";
5
5
  import "../chunk-3RG5ZIWI.js";
6
6
  export {
7
7
  tscPlugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.49.34",
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.124.9",
152
- "@storm-software/config-tools": "^1.175.9",
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": "7d6d43d5036939eba54634847fae361a5ee35057"
174
+ "gitHead": "ad894b06738603f70a2ca8858ef1c17d1963cebe"
175
175
  }