@storm-software/unbuild 0.36.13 → 0.36.16

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 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
- [![Version](https://img.shields.io/badge/version-0.36.13-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.36.15-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
package/bin/unbuild.cjs CHANGED
@@ -110,7 +110,7 @@ var RegistryConfigSchema = import_zod.default.object({
110
110
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(MultiThemeColorConfigSchema).describe("Colors used for various workspace elements");
111
111
  var ColorConfigMapSchema = import_zod.default.union([
112
112
  import_zod.default.object({
113
- "base": ColorConfigSchema
113
+ base: ColorConfigSchema
114
114
  }),
115
115
  import_zod.default.record(import_zod.default.string(), ColorConfigSchema)
116
116
  ]);
@@ -444,31 +444,31 @@ __name(findWorkspaceRoot, "findWorkspaceRoot");
444
444
 
445
445
  // ../config-tools/src/utilities/get-default-config.ts
446
446
  var DEFAULT_COLOR_CONFIG = {
447
- "light": {
448
- "background": "#fafafa",
449
- "foreground": "#1d1e22",
450
- "brand": "#1fb2a6",
451
- "alternate": "#db2777",
452
- "help": "#5C4EE5",
453
- "success": "#087f5b",
454
- "info": "#0550ae",
455
- "warning": "#e3b341",
456
- "danger": "#D8314A",
457
- "positive": "#22c55e",
458
- "negative": "#dc2626"
447
+ light: {
448
+ background: "#fafafa",
449
+ foreground: "#1d1e22",
450
+ brand: "#1fb2a6",
451
+ alternate: "#db2777",
452
+ help: "#5C4EE5",
453
+ success: "#087f5b",
454
+ info: "#0550ae",
455
+ warning: "#e3b341",
456
+ danger: "#D8314A",
457
+ positive: "#22c55e",
458
+ negative: "#dc2626"
459
459
  },
460
- "dark": {
461
- "background": "#1d1e22",
462
- "foreground": "#cbd5e1",
463
- "brand": "#2dd4bf",
464
- "alternate": "#db2777",
465
- "help": "#818cf8",
466
- "success": "#10b981",
467
- "info": "#58a6ff",
468
- "warning": "#f3d371",
469
- "danger": "#D8314A",
470
- "positive": "#22c55e",
471
- "negative": "#dc2626"
460
+ dark: {
461
+ background: "#1d1e22",
462
+ foreground: "#cbd5e1",
463
+ brand: "#2dd4bf",
464
+ alternate: "#db2777",
465
+ help: "#818cf8",
466
+ success: "#10b981",
467
+ info: "#58a6ff",
468
+ warning: "#f3d371",
469
+ danger: "#D8314A",
470
+ positive: "#22c55e",
471
+ negative: "#dc2626"
472
472
  }
473
473
  };
474
474
  var getDefaultConfig = /* @__PURE__ */ __name(async (root) => {
@@ -1863,17 +1863,17 @@ var addPackageJsonExport = /* @__PURE__ */ __name((file, type = "module", source
1863
1863
  entry = entry.substring(1);
1864
1864
  }
1865
1865
  return {
1866
- "import": {
1867
- "types": `./dist/${entry}.d.ts`,
1868
- "default": `./dist/${entry}.mjs`
1866
+ import: {
1867
+ types: `./dist/${entry}.d.ts`,
1868
+ default: `./dist/${entry}.mjs`
1869
1869
  },
1870
- "require": {
1871
- "types": `./dist/${entry}.d.ts`,
1872
- "default": `./dist/${entry}.cjs`
1870
+ require: {
1871
+ types: `./dist/${entry}.d.ts`,
1872
+ default: `./dist/${entry}.cjs`
1873
1873
  },
1874
- "default": {
1875
- "types": `./dist/${entry}.d.ts`,
1876
- "default": type === "commonjs" ? `./dist/${entry}.cjs` : `./dist/${entry}.mjs`
1874
+ default: {
1875
+ types: `./dist/${entry}.d.ts`,
1876
+ default: type === "commonjs" ? `./dist/${entry}.cjs` : `./dist/${entry}.mjs`
1877
1877
  }
1878
1878
  };
1879
1879
  }, "addPackageJsonExport");
package/bin/unbuild.js CHANGED
@@ -89,7 +89,7 @@ var RegistryConfigSchema = z.object({
89
89
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(MultiThemeColorConfigSchema).describe("Colors used for various workspace elements");
90
90
  var ColorConfigMapSchema = z.union([
91
91
  z.object({
92
- "base": ColorConfigSchema
92
+ base: ColorConfigSchema
93
93
  }),
94
94
  z.record(z.string(), ColorConfigSchema)
95
95
  ]);
@@ -423,31 +423,31 @@ __name(findWorkspaceRoot, "findWorkspaceRoot");
423
423
 
424
424
  // ../config-tools/src/utilities/get-default-config.ts
425
425
  var DEFAULT_COLOR_CONFIG = {
426
- "light": {
427
- "background": "#fafafa",
428
- "foreground": "#1d1e22",
429
- "brand": "#1fb2a6",
430
- "alternate": "#db2777",
431
- "help": "#5C4EE5",
432
- "success": "#087f5b",
433
- "info": "#0550ae",
434
- "warning": "#e3b341",
435
- "danger": "#D8314A",
436
- "positive": "#22c55e",
437
- "negative": "#dc2626"
426
+ light: {
427
+ background: "#fafafa",
428
+ foreground: "#1d1e22",
429
+ brand: "#1fb2a6",
430
+ alternate: "#db2777",
431
+ help: "#5C4EE5",
432
+ success: "#087f5b",
433
+ info: "#0550ae",
434
+ warning: "#e3b341",
435
+ danger: "#D8314A",
436
+ positive: "#22c55e",
437
+ negative: "#dc2626"
438
438
  },
439
- "dark": {
440
- "background": "#1d1e22",
441
- "foreground": "#cbd5e1",
442
- "brand": "#2dd4bf",
443
- "alternate": "#db2777",
444
- "help": "#818cf8",
445
- "success": "#10b981",
446
- "info": "#58a6ff",
447
- "warning": "#f3d371",
448
- "danger": "#D8314A",
449
- "positive": "#22c55e",
450
- "negative": "#dc2626"
439
+ dark: {
440
+ background: "#1d1e22",
441
+ foreground: "#cbd5e1",
442
+ brand: "#2dd4bf",
443
+ alternate: "#db2777",
444
+ help: "#818cf8",
445
+ success: "#10b981",
446
+ info: "#58a6ff",
447
+ warning: "#f3d371",
448
+ danger: "#D8314A",
449
+ positive: "#22c55e",
450
+ negative: "#dc2626"
451
451
  }
452
452
  };
453
453
  var getDefaultConfig = /* @__PURE__ */ __name(async (root) => {
@@ -1842,17 +1842,17 @@ var addPackageJsonExport = /* @__PURE__ */ __name((file, type = "module", source
1842
1842
  entry = entry.substring(1);
1843
1843
  }
1844
1844
  return {
1845
- "import": {
1846
- "types": `./dist/${entry}.d.ts`,
1847
- "default": `./dist/${entry}.mjs`
1845
+ import: {
1846
+ types: `./dist/${entry}.d.ts`,
1847
+ default: `./dist/${entry}.mjs`
1848
1848
  },
1849
- "require": {
1850
- "types": `./dist/${entry}.d.ts`,
1851
- "default": `./dist/${entry}.cjs`
1849
+ require: {
1850
+ types: `./dist/${entry}.d.ts`,
1851
+ default: `./dist/${entry}.cjs`
1852
1852
  },
1853
- "default": {
1854
- "types": `./dist/${entry}.d.ts`,
1855
- "default": type === "commonjs" ? `./dist/${entry}.cjs` : `./dist/${entry}.mjs`
1853
+ default: {
1854
+ types: `./dist/${entry}.d.ts`,
1855
+ default: type === "commonjs" ? `./dist/${entry}.cjs` : `./dist/${entry}.mjs`
1856
1856
  }
1857
1857
  };
1858
1858
  }, "addPackageJsonExport");
package/dist/build.cjs CHANGED
@@ -5,13 +5,13 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkS27NOB7Pcjs = require('./chunk-S27NOB7P.cjs');
8
+ var _chunkGRILGP3Tcjs = require('./chunk-GRILGP3T.cjs');
9
9
  require('./chunk-OD3ULBE3.cjs');
10
- require('./chunk-AGC7TU3A.cjs');
11
- require('./chunk-R2TMH5II.cjs');
12
- require('./chunk-3XO4Q6KJ.cjs');
13
- require('./chunk-FK6HPKVR.cjs');
14
- require('./chunk-F6ROPIKU.cjs');
10
+ require('./chunk-VQXIIZCR.cjs');
11
+ require('./chunk-KP3FAXLZ.cjs');
12
+ require('./chunk-OSNNDFWF.cjs');
13
+ require('./chunk-VVSNWWGS.cjs');
14
+ require('./chunk-5NZD66RV.cjs');
15
15
  require('./chunk-BGYQAVKQ.cjs');
16
16
 
17
17
 
@@ -20,4 +20,4 @@ require('./chunk-BGYQAVKQ.cjs');
20
20
 
21
21
 
22
22
 
23
- exports.build = _chunkS27NOB7Pcjs.build; exports.cleanOutputPath = _chunkS27NOB7Pcjs.cleanOutputPath; exports.copyBuildAssets = _chunkS27NOB7Pcjs.copyBuildAssets; exports.executeUnbuild = _chunkS27NOB7Pcjs.executeUnbuild; exports.generatePackageJson = _chunkS27NOB7Pcjs.generatePackageJson; exports.resolveOptions = _chunkS27NOB7Pcjs.resolveOptions;
23
+ exports.build = _chunkGRILGP3Tcjs.build; exports.cleanOutputPath = _chunkGRILGP3Tcjs.cleanOutputPath; exports.copyBuildAssets = _chunkGRILGP3Tcjs.copyBuildAssets; exports.executeUnbuild = _chunkGRILGP3Tcjs.executeUnbuild; exports.generatePackageJson = _chunkGRILGP3Tcjs.generatePackageJson; exports.resolveOptions = _chunkGRILGP3Tcjs.resolveOptions;
package/dist/build.js CHANGED
@@ -5,13 +5,13 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-55JZXCPU.js";
8
+ } from "./chunk-IJIGLTPH.js";
9
9
  import "./chunk-RBYYB7X2.js";
10
- import "./chunk-F3Y4F5GC.js";
11
- import "./chunk-R3UGJCV6.js";
12
- import "./chunk-AB6Y2V2J.js";
13
- import "./chunk-OAIVCYEQ.js";
14
- import "./chunk-VVCRJ4VH.js";
10
+ import "./chunk-SXBV4GKT.js";
11
+ import "./chunk-PSJEKQGI.js";
12
+ import "./chunk-TIAIIAJJ.js";
13
+ import "./chunk-577RP5R5.js";
14
+ import "./chunk-BF2VRGUG.js";
15
15
  import "./chunk-3GQAWCBQ.js";
16
16
  export {
17
17
  build,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  writeTrace
3
- } from "./chunk-VVCRJ4VH.js";
3
+ } from "./chunk-BF2VRGUG.js";
4
4
  import {
5
5
  __name
6
6
  } from "./chunk-3GQAWCBQ.js";
@@ -293,7 +293,7 @@ var RegistryConfigSchema = _zod2.default.object({
293
293
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(MultiThemeColorConfigSchema).describe("Colors used for various workspace elements");
294
294
  var ColorConfigMapSchema = _zod2.default.union([
295
295
  _zod2.default.object({
296
- "base": ColorConfigSchema
296
+ base: ColorConfigSchema
297
297
  }),
298
298
  _zod2.default.record(_zod2.default.string(), ColorConfigSchema)
299
299
  ]);
@@ -469,31 +469,31 @@ _chunkBGYQAVKQcjs.__name.call(void 0, findWorkspaceRoot, "findWorkspaceRoot");
469
469
 
470
470
  // ../config-tools/src/utilities/get-default-config.ts
471
471
  var DEFAULT_COLOR_CONFIG = {
472
- "light": {
473
- "background": "#fafafa",
474
- "foreground": "#1d1e22",
475
- "brand": "#1fb2a6",
476
- "alternate": "#db2777",
477
- "help": "#5C4EE5",
478
- "success": "#087f5b",
479
- "info": "#0550ae",
480
- "warning": "#e3b341",
481
- "danger": "#D8314A",
482
- "positive": "#22c55e",
483
- "negative": "#dc2626"
472
+ light: {
473
+ background: "#fafafa",
474
+ foreground: "#1d1e22",
475
+ brand: "#1fb2a6",
476
+ alternate: "#db2777",
477
+ help: "#5C4EE5",
478
+ success: "#087f5b",
479
+ info: "#0550ae",
480
+ warning: "#e3b341",
481
+ danger: "#D8314A",
482
+ positive: "#22c55e",
483
+ negative: "#dc2626"
484
484
  },
485
- "dark": {
486
- "background": "#1d1e22",
487
- "foreground": "#cbd5e1",
488
- "brand": "#2dd4bf",
489
- "alternate": "#db2777",
490
- "help": "#818cf8",
491
- "success": "#10b981",
492
- "info": "#58a6ff",
493
- "warning": "#f3d371",
494
- "danger": "#D8314A",
495
- "positive": "#22c55e",
496
- "negative": "#dc2626"
485
+ dark: {
486
+ background: "#1d1e22",
487
+ foreground: "#cbd5e1",
488
+ brand: "#2dd4bf",
489
+ alternate: "#db2777",
490
+ help: "#818cf8",
491
+ success: "#10b981",
492
+ info: "#58a6ff",
493
+ warning: "#f3d371",
494
+ danger: "#D8314A",
495
+ positive: "#22c55e",
496
+ negative: "#dc2626"
497
497
  }
498
498
  };
499
499
  var getDefaultConfig = /* @__PURE__ */ _chunkBGYQAVKQcjs.__name.call(void 0, async (root) => {
@@ -293,7 +293,7 @@ var RegistryConfigSchema = z.object({
293
293
  var ColorConfigSchema = SingleThemeColorConfigSchema.or(MultiThemeColorConfigSchema).describe("Colors used for various workspace elements");
294
294
  var ColorConfigMapSchema = z.union([
295
295
  z.object({
296
- "base": ColorConfigSchema
296
+ base: ColorConfigSchema
297
297
  }),
298
298
  z.record(z.string(), ColorConfigSchema)
299
299
  ]);
@@ -469,31 +469,31 @@ __name(findWorkspaceRoot, "findWorkspaceRoot");
469
469
 
470
470
  // ../config-tools/src/utilities/get-default-config.ts
471
471
  var DEFAULT_COLOR_CONFIG = {
472
- "light": {
473
- "background": "#fafafa",
474
- "foreground": "#1d1e22",
475
- "brand": "#1fb2a6",
476
- "alternate": "#db2777",
477
- "help": "#5C4EE5",
478
- "success": "#087f5b",
479
- "info": "#0550ae",
480
- "warning": "#e3b341",
481
- "danger": "#D8314A",
482
- "positive": "#22c55e",
483
- "negative": "#dc2626"
472
+ light: {
473
+ background: "#fafafa",
474
+ foreground: "#1d1e22",
475
+ brand: "#1fb2a6",
476
+ alternate: "#db2777",
477
+ help: "#5C4EE5",
478
+ success: "#087f5b",
479
+ info: "#0550ae",
480
+ warning: "#e3b341",
481
+ danger: "#D8314A",
482
+ positive: "#22c55e",
483
+ negative: "#dc2626"
484
484
  },
485
- "dark": {
486
- "background": "#1d1e22",
487
- "foreground": "#cbd5e1",
488
- "brand": "#2dd4bf",
489
- "alternate": "#db2777",
490
- "help": "#818cf8",
491
- "success": "#10b981",
492
- "info": "#58a6ff",
493
- "warning": "#f3d371",
494
- "danger": "#D8314A",
495
- "positive": "#22c55e",
496
- "negative": "#dc2626"
485
+ dark: {
486
+ background: "#1d1e22",
487
+ foreground: "#cbd5e1",
488
+ brand: "#2dd4bf",
489
+ alternate: "#db2777",
490
+ help: "#818cf8",
491
+ success: "#10b981",
492
+ info: "#58a6ff",
493
+ warning: "#f3d371",
494
+ danger: "#D8314A",
495
+ positive: "#22c55e",
496
+ negative: "#dc2626"
497
497
  }
498
498
  };
499
499
  var getDefaultConfig = /* @__PURE__ */ __name(async (root) => {