@storm-software/untyped 0.24.204 → 0.24.206

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
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.24.197-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)
30
+ [![Version](https://img.shields.io/badge/version-0.24.204-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/bin/untyped.cjs CHANGED
@@ -54,7 +54,7 @@ var colorSchema = z.string().check(
54
54
  schemaRegistry.add(colorSchema, {
55
55
  description: "A base schema for describing the format of colors"
56
56
  });
57
- var darkColorSchema = z._default(colorSchema, "#151718");
57
+ var darkColorSchema = z._default(colorSchema, "#1e2124");
58
58
  schemaRegistry.add(darkColorSchema, {
59
59
  description: "The dark background color of the workspace"
60
60
  });
@@ -78,8 +78,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
78
78
  schemaRegistry.add(linkColorSchema, {
79
79
  description: "The color used to display hyperlink text"
80
80
  });
81
- var helpColorSchema = z._default(colorSchema, "#818cf8");
82
- schemaRegistry.add(helpColorSchema, {
81
+ var discoveryColorSchema = z._default(colorSchema, "#818cf8");
82
+ schemaRegistry.add(discoveryColorSchema, {
83
83
  description: "The second brand specific color of the workspace"
84
84
  });
85
85
  var successColorSchema = z._default(colorSchema, "#45b27e");
@@ -129,7 +129,7 @@ var darkColorsSchema = z.object({
129
129
  alternate: alternateColorSchema,
130
130
  accent: accentColorSchema,
131
131
  link: linkColorSchema,
132
- help: helpColorSchema,
132
+ discovery: discoveryColorSchema,
133
133
  success: successColorSchema,
134
134
  info: infoColorSchema,
135
135
  debug: debugColorSchema,
@@ -148,7 +148,7 @@ var lightColorsSchema = z.object({
148
148
  alternate: alternateColorSchema,
149
149
  accent: accentColorSchema,
150
150
  link: linkColorSchema,
151
- help: helpColorSchema,
151
+ discovery: discoveryColorSchema,
152
152
  success: successColorSchema,
153
153
  info: infoColorSchema,
154
154
  debug: debugColorSchema,
@@ -171,7 +171,7 @@ var singleColorsSchema = z.object({
171
171
  alternate: alternateColorSchema,
172
172
  accent: accentColorSchema,
173
173
  link: linkColorSchema,
174
- help: helpColorSchema,
174
+ discovery: discoveryColorSchema,
175
175
  success: successColorSchema,
176
176
  info: infoColorSchema,
177
177
  debug: debugColorSchema,
@@ -655,7 +655,7 @@ var DEFAULT_COLOR_CONFIG = {
655
655
  foreground: "#1d1e22",
656
656
  brand: "#1fb2a6",
657
657
  alternate: "#db2777",
658
- help: "#5C4EE5",
658
+ discovery: "#5C4EE5",
659
659
  success: "#087f5b",
660
660
  info: "#0550ae",
661
661
  debug: "#8afafc",
@@ -669,11 +669,11 @@ var DEFAULT_COLOR_CONFIG = {
669
669
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
670
670
  },
671
671
  dark: {
672
- background: "#1d1e22",
672
+ background: "#1e2124",
673
673
  foreground: "#cbd5e1",
674
674
  brand: "#2dd4bf",
675
675
  alternate: "#db2777",
676
- help: "#818cf8",
676
+ discovery: "#818cf8",
677
677
  success: "#10b981",
678
678
  info: "#58a6ff",
679
679
  debug: "#8afafc",
@@ -1233,7 +1233,7 @@ var COLOR_KEYS = [
1233
1233
  "accent",
1234
1234
  "link",
1235
1235
  "success",
1236
- "help",
1236
+ "discovery",
1237
1237
  "info",
1238
1238
  "warning",
1239
1239
  "danger",
@@ -1611,7 +1611,7 @@ var getSingleThemeColorsEnv = (prefix) => {
1611
1611
  alternate: process.env[`${prefix}ALTERNATE`],
1612
1612
  accent: process.env[`${prefix}ACCENT`],
1613
1613
  link: process.env[`${prefix}LINK`],
1614
- help: process.env[`${prefix}HELP`],
1614
+ discovery: process.env[`${prefix}DISCOVERY`],
1615
1615
  success: process.env[`${prefix}SUCCESS`],
1616
1616
  info: process.env[`${prefix}INFO`],
1617
1617
  debug: process.env[`${prefix}DEBUG`],
@@ -1651,7 +1651,7 @@ var getBaseThemeColorsEnv = (prefix) => {
1651
1651
  alternate: process.env[`${prefix}ALTERNATE`],
1652
1652
  accent: process.env[`${prefix}ACCENT`],
1653
1653
  link: process.env[`${prefix}LINK`],
1654
- help: process.env[`${prefix}HELP`],
1654
+ discovery: process.env[`${prefix}DISCOVERY`],
1655
1655
  success: process.env[`${prefix}SUCCESS`],
1656
1656
  info: process.env[`${prefix}INFO`],
1657
1657
  debug: process.env[`${prefix}DEBUG`],
@@ -1948,8 +1948,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
1948
1948
  if (config.link) {
1949
1949
  process.env[`${prefix}LINK`] = config.link;
1950
1950
  }
1951
- if (config.help) {
1952
- process.env[`${prefix}HELP`] = config.help;
1951
+ if (config.discovery) {
1952
+ process.env[`${prefix}DISCOVERY`] = config.discovery;
1953
1953
  }
1954
1954
  if (config.success) {
1955
1955
  process.env[`${prefix}SUCCESS`] = config.success;
@@ -2009,8 +2009,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
2009
2009
  if (config.link) {
2010
2010
  process.env[`${prefix}LINK`] = config.link;
2011
2011
  }
2012
- if (config.help) {
2013
- process.env[`${prefix}HELP`] = config.help;
2012
+ if (config.discovery) {
2013
+ process.env[`${prefix}DISCOVERY`] = config.discovery;
2014
2014
  }
2015
2015
  if (config.success) {
2016
2016
  process.env[`${prefix}SUCCESS`] = config.success;
package/bin/untyped.js CHANGED
@@ -32,7 +32,7 @@ var colorSchema = z.string().check(
32
32
  schemaRegistry.add(colorSchema, {
33
33
  description: "A base schema for describing the format of colors"
34
34
  });
35
- var darkColorSchema = z._default(colorSchema, "#151718");
35
+ var darkColorSchema = z._default(colorSchema, "#1e2124");
36
36
  schemaRegistry.add(darkColorSchema, {
37
37
  description: "The dark background color of the workspace"
38
38
  });
@@ -56,8 +56,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
56
56
  schemaRegistry.add(linkColorSchema, {
57
57
  description: "The color used to display hyperlink text"
58
58
  });
59
- var helpColorSchema = z._default(colorSchema, "#818cf8");
60
- schemaRegistry.add(helpColorSchema, {
59
+ var discoveryColorSchema = z._default(colorSchema, "#818cf8");
60
+ schemaRegistry.add(discoveryColorSchema, {
61
61
  description: "The second brand specific color of the workspace"
62
62
  });
63
63
  var successColorSchema = z._default(colorSchema, "#45b27e");
@@ -107,7 +107,7 @@ var darkColorsSchema = z.object({
107
107
  alternate: alternateColorSchema,
108
108
  accent: accentColorSchema,
109
109
  link: linkColorSchema,
110
- help: helpColorSchema,
110
+ discovery: discoveryColorSchema,
111
111
  success: successColorSchema,
112
112
  info: infoColorSchema,
113
113
  debug: debugColorSchema,
@@ -126,7 +126,7 @@ var lightColorsSchema = z.object({
126
126
  alternate: alternateColorSchema,
127
127
  accent: accentColorSchema,
128
128
  link: linkColorSchema,
129
- help: helpColorSchema,
129
+ discovery: discoveryColorSchema,
130
130
  success: successColorSchema,
131
131
  info: infoColorSchema,
132
132
  debug: debugColorSchema,
@@ -149,7 +149,7 @@ var singleColorsSchema = z.object({
149
149
  alternate: alternateColorSchema,
150
150
  accent: accentColorSchema,
151
151
  link: linkColorSchema,
152
- help: helpColorSchema,
152
+ discovery: discoveryColorSchema,
153
153
  success: successColorSchema,
154
154
  info: infoColorSchema,
155
155
  debug: debugColorSchema,
@@ -633,7 +633,7 @@ var DEFAULT_COLOR_CONFIG = {
633
633
  foreground: "#1d1e22",
634
634
  brand: "#1fb2a6",
635
635
  alternate: "#db2777",
636
- help: "#5C4EE5",
636
+ discovery: "#5C4EE5",
637
637
  success: "#087f5b",
638
638
  info: "#0550ae",
639
639
  debug: "#8afafc",
@@ -647,11 +647,11 @@ var DEFAULT_COLOR_CONFIG = {
647
647
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
648
648
  },
649
649
  dark: {
650
- background: "#1d1e22",
650
+ background: "#1e2124",
651
651
  foreground: "#cbd5e1",
652
652
  brand: "#2dd4bf",
653
653
  alternate: "#db2777",
654
- help: "#818cf8",
654
+ discovery: "#818cf8",
655
655
  success: "#10b981",
656
656
  info: "#58a6ff",
657
657
  debug: "#8afafc",
@@ -1211,7 +1211,7 @@ var COLOR_KEYS = [
1211
1211
  "accent",
1212
1212
  "link",
1213
1213
  "success",
1214
- "help",
1214
+ "discovery",
1215
1215
  "info",
1216
1216
  "warning",
1217
1217
  "danger",
@@ -1589,7 +1589,7 @@ var getSingleThemeColorsEnv = (prefix) => {
1589
1589
  alternate: process.env[`${prefix}ALTERNATE`],
1590
1590
  accent: process.env[`${prefix}ACCENT`],
1591
1591
  link: process.env[`${prefix}LINK`],
1592
- help: process.env[`${prefix}HELP`],
1592
+ discovery: process.env[`${prefix}DISCOVERY`],
1593
1593
  success: process.env[`${prefix}SUCCESS`],
1594
1594
  info: process.env[`${prefix}INFO`],
1595
1595
  debug: process.env[`${prefix}DEBUG`],
@@ -1629,7 +1629,7 @@ var getBaseThemeColorsEnv = (prefix) => {
1629
1629
  alternate: process.env[`${prefix}ALTERNATE`],
1630
1630
  accent: process.env[`${prefix}ACCENT`],
1631
1631
  link: process.env[`${prefix}LINK`],
1632
- help: process.env[`${prefix}HELP`],
1632
+ discovery: process.env[`${prefix}DISCOVERY`],
1633
1633
  success: process.env[`${prefix}SUCCESS`],
1634
1634
  info: process.env[`${prefix}INFO`],
1635
1635
  debug: process.env[`${prefix}DEBUG`],
@@ -1926,8 +1926,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
1926
1926
  if (config.link) {
1927
1927
  process.env[`${prefix}LINK`] = config.link;
1928
1928
  }
1929
- if (config.help) {
1930
- process.env[`${prefix}HELP`] = config.help;
1929
+ if (config.discovery) {
1930
+ process.env[`${prefix}DISCOVERY`] = config.discovery;
1931
1931
  }
1932
1932
  if (config.success) {
1933
1933
  process.env[`${prefix}SUCCESS`] = config.success;
@@ -1987,8 +1987,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
1987
1987
  if (config.link) {
1988
1988
  process.env[`${prefix}LINK`] = config.link;
1989
1989
  }
1990
- if (config.help) {
1991
- process.env[`${prefix}HELP`] = config.help;
1990
+ if (config.discovery) {
1991
+ process.env[`${prefix}DISCOVERY`] = config.discovery;
1992
1992
  }
1993
1993
  if (config.success) {
1994
1994
  process.env[`${prefix}SUCCESS`] = config.success;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  writeError,
3
3
  writeTrace
4
- } from "./chunk-7PBF5PQF.js";
4
+ } from "./chunk-RT5SQVG7.js";
5
5
  import {
6
6
  getOutputFile
7
7
  } from "./chunk-NTN5YK5X.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkAWXR4NZZcjs = require('./chunk-AWXR4NZZ.cjs');
4
+ var _chunkXRKD4GEXcjs = require('./chunk-XRKD4GEX.cjs');
5
5
 
6
6
 
7
7
  var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
@@ -45,10 +45,10 @@ function generateMarkdownLevel(schema, title, level) {
45
45
  function generateMarkdownFile(schema, file, generatedBy = "@storm-software/untyped", config) {
46
46
  try {
47
47
  const declarations = _chunk4G3IU22Jcjs.getOutputFile.call(void 0, file, "md");
48
- _chunkAWXR4NZZcjs.writeTrace.call(void 0, `Writing type markdown file ${declarations}`, config);
48
+ _chunkXRKD4GEXcjs.writeTrace.call(void 0, `Writing type markdown file ${declarations}`, config);
49
49
  return _promises.writeFile.call(void 0, declarations, generateMarkdown(schema, generatedBy));
50
50
  } catch (error) {
51
- _chunkAWXR4NZZcjs.writeError.call(void 0,
51
+ _chunkXRKD4GEXcjs.writeError.call(void 0,
52
52
  `Error writing markdown file for ${file.name}
53
53
 
54
54
  Error:
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  writeError,
3
3
  writeTrace
4
- } from "./chunk-7PBF5PQF.js";
4
+ } from "./chunk-RT5SQVG7.js";
5
5
  import {
6
6
  getOutputFile
7
7
  } from "./chunk-NTN5YK5X.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  writeError,
3
3
  writeTrace
4
- } from "./chunk-7PBF5PQF.js";
4
+ } from "./chunk-RT5SQVG7.js";
5
5
  import {
6
6
  getOutputFile
7
7
  } from "./chunk-NTN5YK5X.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkAWXR4NZZcjs = require('./chunk-AWXR4NZZ.cjs');
4
+ var _chunkXRKD4GEXcjs = require('./chunk-XRKD4GEX.cjs');
5
5
 
6
6
 
7
7
  var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
@@ -11,10 +11,10 @@ var _promises = require('fs/promises');
11
11
  function generateJsonSchemaFile(schema, file, config) {
12
12
  try {
13
13
  const jsonSchema = _chunk4G3IU22Jcjs.getOutputFile.call(void 0, file, "json");
14
- _chunkAWXR4NZZcjs.writeTrace.call(void 0, `Writing JSON schema file ${jsonSchema}`, config);
14
+ _chunkXRKD4GEXcjs.writeTrace.call(void 0, `Writing JSON schema file ${jsonSchema}`, config);
15
15
  return _promises.writeFile.call(void 0, jsonSchema, JSON.stringify(schema, null, 2));
16
16
  } catch (error) {
17
- _chunkAWXR4NZZcjs.writeError.call(void 0,
17
+ _chunkXRKD4GEXcjs.writeError.call(void 0,
18
18
  `Error writing JSON schema file for ${file.name}
19
19
 
20
20
  Error:
@@ -34,7 +34,7 @@ var DEFAULT_COLOR_CONFIG = {
34
34
  foreground: "#1d1e22",
35
35
  brand: "#1fb2a6",
36
36
  alternate: "#db2777",
37
- help: "#5C4EE5",
37
+ discovery: "#5C4EE5",
38
38
  success: "#087f5b",
39
39
  info: "#0550ae",
40
40
  debug: "#8afafc",
@@ -48,11 +48,11 @@ var DEFAULT_COLOR_CONFIG = {
48
48
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
49
49
  },
50
50
  dark: {
51
- background: "#1d1e22",
51
+ background: "#1e2124",
52
52
  foreground: "#cbd5e1",
53
53
  brand: "#2dd4bf",
54
54
  alternate: "#db2777",
55
- help: "#818cf8",
55
+ discovery: "#818cf8",
56
56
  success: "#10b981",
57
57
  info: "#58a6ff",
58
58
  debug: "#8afafc",
@@ -5,17 +5,17 @@ import {
5
5
  mergedTypes,
6
6
  normalizeTypes,
7
7
  resolveSchema
8
- } from "./chunk-FWG5ACX3.js";
8
+ } from "./chunk-7KF73SSF.js";
9
9
  import {
10
10
  generateJsonSchemaFile
11
- } from "./chunk-CZBJVCH3.js";
11
+ } from "./chunk-34SS6W35.js";
12
12
  import {
13
13
  generateMarkdownFile
14
- } from "./chunk-B5VYAI2Z.js";
14
+ } from "./chunk-5PY7MXWQ.js";
15
15
  import {
16
16
  writeError,
17
17
  writeTrace
18
- } from "./chunk-7PBF5PQF.js";
18
+ } from "./chunk-RT5SQVG7.js";
19
19
  import {
20
20
  joinPaths
21
21
  } from "./chunk-NTN5YK5X.js";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkAWXR4NZZcjs = require('./chunk-AWXR4NZZ.cjs');
4
+ var _chunkXRKD4GEXcjs = require('./chunk-XRKD4GEX.cjs');
5
5
 
6
6
 
7
7
  var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
@@ -471,10 +471,10 @@ ${generateTypes(schema, {
471
471
  function generateDeclarationFile(schema, file, generatedBy = "@storm-software/untyped", config) {
472
472
  try {
473
473
  const declarations = _chunk4G3IU22Jcjs.getOutputFile.call(void 0, file, "d.ts");
474
- _chunkAWXR4NZZcjs.writeTrace.call(void 0, `Writing type declaration file ${declarations}`, config);
474
+ _chunkXRKD4GEXcjs.writeTrace.call(void 0, `Writing type declaration file ${declarations}`, config);
475
475
  return _promises.writeFile.call(void 0, declarations, generateDeclaration(schema, generatedBy));
476
476
  } catch (error) {
477
- _chunkAWXR4NZZcjs.writeError.call(void 0,
477
+ _chunkXRKD4GEXcjs.writeError.call(void 0,
478
478
  `Error writing declaration file for ${file.name}
479
479
 
480
480
  Error:
@@ -5,17 +5,17 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkHRAEOFIPcjs = require('./chunk-HRAEOFIP.cjs');
8
+ var _chunkTSL3OUCZcjs = require('./chunk-TSL3OUCZ.cjs');
9
9
 
10
10
 
11
- var _chunkTSQD42SWcjs = require('./chunk-TSQD42SW.cjs');
11
+ var _chunkMB5TG2GOcjs = require('./chunk-MB5TG2GO.cjs');
12
12
 
13
13
 
14
- var _chunkK6EUCJXQcjs = require('./chunk-K6EUCJXQ.cjs');
14
+ var _chunk5GIQV6PNcjs = require('./chunk-5GIQV6PN.cjs');
15
15
 
16
16
 
17
17
 
18
- var _chunkAWXR4NZZcjs = require('./chunk-AWXR4NZZ.cjs');
18
+ var _chunkXRKD4GEXcjs = require('./chunk-XRKD4GEX.cjs');
19
19
 
20
20
 
21
21
  var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
@@ -6627,7 +6627,7 @@ var babelPluginUntyped = function(api, options) {
6627
6627
  if (p2.parent.type !== "ExportNamedDeclaration" && p2.parent.type !== "ExportDefaultDeclaration") {
6628
6628
  return;
6629
6629
  }
6630
- const _getLines = _chunkHRAEOFIPcjs.cachedFn.call(void 0, () => this.file.code.split("\n"));
6630
+ const _getLines = _chunkTSL3OUCZcjs.cachedFn.call(void 0, () => this.file.code.split("\n"));
6631
6631
  const getCode = (loc) => {
6632
6632
  if (!loc) {
6633
6633
  return "";
@@ -6653,7 +6653,7 @@ var babelPluginUntyped = function(api, options) {
6653
6653
  if (lparam.typeAnnotation) {
6654
6654
  Object.assign(
6655
6655
  arg,
6656
- _chunkHRAEOFIPcjs.mergedTypes.call(void 0,
6656
+ _chunkTSL3OUCZcjs.mergedTypes.call(void 0,
6657
6657
  arg,
6658
6658
  inferAnnotationType(lparam.typeAnnotation, getCode)
6659
6659
  )
@@ -6662,7 +6662,7 @@ var babelPluginUntyped = function(api, options) {
6662
6662
  if (param.type === "AssignmentPattern") {
6663
6663
  Object.assign(
6664
6664
  arg,
6665
- _chunkHRAEOFIPcjs.mergedTypes.call(void 0, arg, inferArgType(param.right))
6665
+ _chunkTSL3OUCZcjs.mergedTypes.call(void 0, arg, inferArgType(param.right))
6666
6666
  );
6667
6667
  }
6668
6668
  schema.args = schema.args || [];
@@ -6676,7 +6676,7 @@ var babelPluginUntyped = function(api, options) {
6676
6676
  const { type } = _optionalChain([tag, 'access', _27 => _27.match, 'call', _28 => _28(/^@returns\s+{(?<type>[\S\s]+)}/), 'optionalAccess', _29 => _29.groups]) || {};
6677
6677
  if (type) {
6678
6678
  schema.returns = schema.returns || {};
6679
- Object.assign(schema.returns, _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, type));
6679
+ Object.assign(schema.returns, _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, type));
6680
6680
  return false;
6681
6681
  }
6682
6682
  }
@@ -6685,7 +6685,7 @@ var babelPluginUntyped = function(api, options) {
6685
6685
  if (type && param) {
6686
6686
  const arg = _optionalChain([schema, 'access', _33 => _33.args, 'optionalAccess', _34 => _34.find, 'call', _35 => _35((arg2) => arg2.name === param)]);
6687
6687
  if (arg) {
6688
- Object.assign(arg, _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, type));
6688
+ Object.assign(arg, _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, type));
6689
6689
  return false;
6690
6690
  }
6691
6691
  }
@@ -6761,7 +6761,7 @@ function parseJSDocs(input) {
6761
6761
  if (!type) {
6762
6762
  continue;
6763
6763
  }
6764
- Object.assign(schema, _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, type));
6764
+ Object.assign(schema, _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, type));
6765
6765
  for (const typedef in typedefs) {
6766
6766
  schema.markdownType = type;
6767
6767
  if (schema.tsType) {
@@ -6821,20 +6821,20 @@ var AST_JSTYPE_MAP = {
6821
6821
  };
6822
6822
  function inferArgType(e2, getCode) {
6823
6823
  if (AST_JSTYPE_MAP[e2.type]) {
6824
- return _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, AST_JSTYPE_MAP[e2.type]);
6824
+ return _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, AST_JSTYPE_MAP[e2.type]);
6825
6825
  }
6826
6826
  if (e2.type === "AssignmentExpression") {
6827
6827
  return inferArgType(e2.right);
6828
6828
  }
6829
6829
  if (e2.type === "NewExpression" && e2.callee.type === "Identifier") {
6830
- return _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, e2.callee.name);
6830
+ return _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, e2.callee.name);
6831
6831
  }
6832
6832
  if (e2.type === "ArrayExpression" || e2.type === "TupleExpression") {
6833
6833
  const itemTypes = e2.elements.filter((el) => r.isExpression(el)).flatMap((el) => inferArgType(el).type);
6834
6834
  return {
6835
6835
  type: "array",
6836
6836
  items: {
6837
- type: _chunkHRAEOFIPcjs.normalizeTypes.call(void 0, itemTypes)
6837
+ type: _chunkTSL3OUCZcjs.normalizeTypes.call(void 0, itemTypes)
6838
6838
  }
6839
6839
  };
6840
6840
  }
@@ -6857,10 +6857,10 @@ function inferTSType(tsType, getCode) {
6857
6857
  items: inferTSType(tsType.typeParameters.params[0], getCode)
6858
6858
  };
6859
6859
  }
6860
- return _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, getCode(tsType.loc));
6860
+ return _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, getCode(tsType.loc));
6861
6861
  }
6862
6862
  if (tsType.type === "TSUnionType") {
6863
- return _chunkHRAEOFIPcjs.mergedTypes.call(void 0, ...tsType.types.map((t2) => inferTSType(t2, getCode)));
6863
+ return _chunkTSL3OUCZcjs.mergedTypes.call(void 0, ...tsType.types.map((t2) => inferTSType(t2, getCode)));
6864
6864
  }
6865
6865
  if (tsType.type === "TSArrayType") {
6866
6866
  return {
@@ -6868,7 +6868,7 @@ function inferTSType(tsType, getCode) {
6868
6868
  items: inferTSType(tsType.elementType, getCode)
6869
6869
  };
6870
6870
  }
6871
- return _chunkHRAEOFIPcjs.getTypeDescriptor.call(void 0, getCode(tsType.loc));
6871
+ return _chunkTSL3OUCZcjs.getTypeDescriptor.call(void 0, getCode(tsType.loc));
6872
6872
  }
6873
6873
 
6874
6874
  // ../../node_modules/.pnpm/untyped@2.0.0/node_modules/untyped/dist/loader/loader.mjs
@@ -6890,7 +6890,7 @@ async function loadSchema(entryPath, options = {}) {
6890
6890
  if (rawSchemaKeys.length === 1 && rawSchemaKeys[0] === "default") {
6891
6891
  rawSchema = rawSchema.default;
6892
6892
  }
6893
- const schema = await _chunkHRAEOFIPcjs.resolveSchema.call(void 0, rawSchema, options.defaults, {
6893
+ const schema = await _chunkTSL3OUCZcjs.resolveSchema.call(void 0, rawSchema, options.defaults, {
6894
6894
  ignoreDefaults: options.ignoreDefaults
6895
6895
  });
6896
6896
  return schema;
@@ -6898,7 +6898,7 @@ async function loadSchema(entryPath, options = {}) {
6898
6898
 
6899
6899
  // src/generate.ts
6900
6900
  var getGenerateAction = (config) => async (options) => {
6901
- _chunkAWXR4NZZcjs.writeTrace.call(void 0,
6901
+ _chunkXRKD4GEXcjs.writeTrace.call(void 0,
6902
6902
  `Running Storm Untyped with options: ${JSON.stringify(options)}`,
6903
6903
  config
6904
6904
  );
@@ -6917,7 +6917,7 @@ var getGenerateAction = (config) => async (options) => {
6917
6917
  });
6918
6918
  await Promise.all(
6919
6919
  files.map(async (file) => {
6920
- _chunkAWXR4NZZcjs.writeTrace.call(void 0,
6920
+ _chunkXRKD4GEXcjs.writeTrace.call(void 0,
6921
6921
  `Generating files for schema file: ${_chunk4G3IU22Jcjs.joinPaths.call(void 0, file.parentPath, file.name)}`,
6922
6922
  config
6923
6923
  );
@@ -6936,7 +6936,7 @@ var getGenerateAction = (config) => async (options) => {
6936
6936
  }
6937
6937
  });
6938
6938
  } catch (error) {
6939
- _chunkAWXR4NZZcjs.writeError.call(void 0,
6939
+ _chunkXRKD4GEXcjs.writeError.call(void 0,
6940
6940
  `Error while parsing schema file: ${_chunk4G3IU22Jcjs.joinPaths.call(void 0, file.parentPath, file.name)}
6941
6941
 
6942
6942
  Error:
@@ -6952,12 +6952,12 @@ ${JSON.stringify(schema)}
6952
6952
  }
6953
6953
  const promises = [];
6954
6954
  promises.push(
6955
- _chunkHRAEOFIPcjs.generateDeclarationFile.call(void 0, schema, file, options.generatedBy, config)
6955
+ _chunkTSL3OUCZcjs.generateDeclarationFile.call(void 0, schema, file, options.generatedBy, config)
6956
6956
  );
6957
6957
  promises.push(
6958
- _chunkK6EUCJXQcjs.generateMarkdownFile.call(void 0, schema, file, options.generatedBy, config)
6958
+ _chunk5GIQV6PNcjs.generateMarkdownFile.call(void 0, schema, file, options.generatedBy, config)
6959
6959
  );
6960
- promises.push(_chunkTSQD42SWcjs.generateJsonSchemaFile.call(void 0, schema, file, config));
6960
+ promises.push(_chunkMB5TG2GOcjs.generateJsonSchemaFile.call(void 0, schema, file, config));
6961
6961
  return Promise.all(promises);
6962
6962
  })
6963
6963
  );
@@ -34,7 +34,7 @@ var DEFAULT_COLOR_CONFIG = {
34
34
  foreground: "#1d1e22",
35
35
  brand: "#1fb2a6",
36
36
  alternate: "#db2777",
37
- help: "#5C4EE5",
37
+ discovery: "#5C4EE5",
38
38
  success: "#087f5b",
39
39
  info: "#0550ae",
40
40
  debug: "#8afafc",
@@ -48,11 +48,11 @@ var DEFAULT_COLOR_CONFIG = {
48
48
  gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
49
49
  },
50
50
  dark: {
51
- background: "#1d1e22",
51
+ background: "#1e2124",
52
52
  foreground: "#cbd5e1",
53
53
  brand: "#2dd4bf",
54
54
  alternate: "#db2777",
55
- help: "#818cf8",
55
+ discovery: "#818cf8",
56
56
  success: "#10b981",
57
57
  info: "#58a6ff",
58
58
  debug: "#8afafc",
package/dist/generate.cjs CHANGED
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCNR3E4EXcjs = require('./chunk-CNR3E4EX.cjs');
4
- require('./chunk-HRAEOFIP.cjs');
5
- require('./chunk-TSQD42SW.cjs');
6
- require('./chunk-K6EUCJXQ.cjs');
7
- require('./chunk-AWXR4NZZ.cjs');
3
+ var _chunkXREC6U2Wcjs = require('./chunk-XREC6U2W.cjs');
4
+ require('./chunk-TSL3OUCZ.cjs');
5
+ require('./chunk-MB5TG2GO.cjs');
6
+ require('./chunk-5GIQV6PN.cjs');
7
+ require('./chunk-XRKD4GEX.cjs');
8
8
  require('./chunk-4G3IU22J.cjs');
9
9
 
10
10
 
11
- exports.getGenerateAction = _chunkCNR3E4EXcjs.getGenerateAction;
11
+ exports.getGenerateAction = _chunkXREC6U2Wcjs.getGenerateAction;
@@ -1,4 +1,4 @@
1
- import { S as StormWorkspaceConfig } from './types-CWW84bvC.cjs';
1
+ import { S as StormWorkspaceConfig } from './types-DwFGBJr1.cjs';
2
2
  import 'zod';
3
3
  import 'zod/v4/mini';
4
4
 
@@ -1,4 +1,4 @@
1
- import { S as StormWorkspaceConfig } from './types-CWW84bvC.js';
1
+ import { S as StormWorkspaceConfig } from './types-DwFGBJr1.js';
2
2
  import 'zod';
3
3
  import 'zod/v4/mini';
4
4
 
package/dist/generate.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  getGenerateAction
3
- } from "./chunk-ESAJ6Y6A.js";
4
- import "./chunk-FWG5ACX3.js";
5
- import "./chunk-CZBJVCH3.js";
6
- import "./chunk-B5VYAI2Z.js";
7
- import "./chunk-7PBF5PQF.js";
3
+ } from "./chunk-TPAE4LOX.js";
4
+ import "./chunk-7KF73SSF.js";
5
+ import "./chunk-34SS6W35.js";
6
+ import "./chunk-5PY7MXWQ.js";
7
+ import "./chunk-RT5SQVG7.js";
8
8
  import "./chunk-NTN5YK5X.js";
9
9
  export {
10
10
  getGenerateAction
package/dist/index.cjs CHANGED
@@ -1,19 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCNR3E4EXcjs = require('./chunk-CNR3E4EX.cjs');
3
+ var _chunkXREC6U2Wcjs = require('./chunk-XREC6U2W.cjs');
4
4
  require('./chunk-TQVHFPJA.cjs');
5
5
 
6
6
 
7
7
 
8
- var _chunkHRAEOFIPcjs = require('./chunk-HRAEOFIP.cjs');
8
+ var _chunkTSL3OUCZcjs = require('./chunk-TSL3OUCZ.cjs');
9
9
 
10
10
 
11
- var _chunkTSQD42SWcjs = require('./chunk-TSQD42SW.cjs');
11
+ var _chunkMB5TG2GOcjs = require('./chunk-MB5TG2GO.cjs');
12
12
 
13
13
 
14
14
 
15
- var _chunkK6EUCJXQcjs = require('./chunk-K6EUCJXQ.cjs');
16
- require('./chunk-AWXR4NZZ.cjs');
15
+ var _chunk5GIQV6PNcjs = require('./chunk-5GIQV6PN.cjs');
16
+ require('./chunk-XRKD4GEX.cjs');
17
17
 
18
18
 
19
19
  var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
@@ -25,4 +25,4 @@ var _chunk4G3IU22Jcjs = require('./chunk-4G3IU22J.cjs');
25
25
 
26
26
 
27
27
 
28
- exports.generateDeclaration = _chunkHRAEOFIPcjs.generateDeclaration; exports.generateDeclarationFile = _chunkHRAEOFIPcjs.generateDeclarationFile; exports.generateJsonSchemaFile = _chunkTSQD42SWcjs.generateJsonSchemaFile; exports.generateMarkdown = _chunkK6EUCJXQcjs.generateMarkdown; exports.generateMarkdownFile = _chunkK6EUCJXQcjs.generateMarkdownFile; exports.getGenerateAction = _chunkCNR3E4EXcjs.getGenerateAction; exports.getOutputFile = _chunk4G3IU22Jcjs.getOutputFile;
28
+ exports.generateDeclaration = _chunkTSL3OUCZcjs.generateDeclaration; exports.generateDeclarationFile = _chunkTSL3OUCZcjs.generateDeclarationFile; exports.generateJsonSchemaFile = _chunkMB5TG2GOcjs.generateJsonSchemaFile; exports.generateMarkdown = _chunk5GIQV6PNcjs.generateMarkdown; exports.generateMarkdownFile = _chunk5GIQV6PNcjs.generateMarkdownFile; exports.getGenerateAction = _chunkXREC6U2Wcjs.getGenerateAction; exports.getOutputFile = _chunk4G3IU22Jcjs.getOutputFile;
package/dist/index.d.cts CHANGED
@@ -3,7 +3,7 @@ export { generateDeclaration, generateDeclarationFile } from './generators/dts.c
3
3
  export { generateJsonSchemaFile } from './generators/json-schema.cjs';
4
4
  export { generateMarkdown, generateMarkdownFile } from './generators/markdown.cjs';
5
5
  export { getOutputFile } from './utilities.cjs';
6
- import './types-CWW84bvC.cjs';
6
+ import './types-DwFGBJr1.cjs';
7
7
  import 'zod';
8
8
  import 'zod/v4/mini';
9
9
  import 'glob';
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@ export { generateDeclaration, generateDeclarationFile } from './generators/dts.j
3
3
  export { generateJsonSchemaFile } from './generators/json-schema.js';
4
4
  export { generateMarkdown, generateMarkdownFile } from './generators/markdown.js';
5
5
  export { getOutputFile } from './utilities.js';
6
- import './types-CWW84bvC.js';
6
+ import './types-DwFGBJr1.js';
7
7
  import 'zod';
8
8
  import 'zod/v4/mini';
9
9
  import 'glob';
package/dist/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  import {
2
2
  getGenerateAction
3
- } from "./chunk-ESAJ6Y6A.js";
3
+ } from "./chunk-TPAE4LOX.js";
4
4
  import "./chunk-BY5UJMXQ.js";
5
5
  import {
6
6
  generateDeclaration,
7
7
  generateDeclarationFile
8
- } from "./chunk-FWG5ACX3.js";
8
+ } from "./chunk-7KF73SSF.js";
9
9
  import {
10
10
  generateJsonSchemaFile
11
- } from "./chunk-CZBJVCH3.js";
11
+ } from "./chunk-34SS6W35.js";
12
12
  import {
13
13
  generateMarkdown,
14
14
  generateMarkdownFile
15
- } from "./chunk-B5VYAI2Z.js";
16
- import "./chunk-7PBF5PQF.js";
15
+ } from "./chunk-5PY7MXWQ.js";
16
+ import "./chunk-RT5SQVG7.js";
17
17
  import {
18
18
  getOutputFile
19
19
  } from "./chunk-NTN5YK5X.js";
@@ -106,7 +106,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
106
106
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
107
107
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
108
108
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
109
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
109
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
110
110
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
111
111
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
112
112
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -125,7 +125,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
125
125
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
126
126
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
127
127
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
128
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
128
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
129
129
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
130
130
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
131
131
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -144,7 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
144
144
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
145
145
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
146
146
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
147
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
147
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
148
148
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
149
149
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
150
150
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -163,7 +163,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
163
163
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
164
164
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
165
165
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
166
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
166
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
167
167
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
168
168
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
169
169
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -182,7 +182,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
182
182
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
183
183
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
184
184
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
185
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
185
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
186
186
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
187
187
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
188
188
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -201,7 +201,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
201
201
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
202
202
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
203
203
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
204
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
204
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
205
205
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
206
206
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
207
207
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -106,7 +106,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
106
106
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
107
107
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
108
108
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
109
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
109
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
110
110
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
111
111
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
112
112
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -125,7 +125,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
125
125
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
126
126
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
127
127
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
128
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
128
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
129
129
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
130
130
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
131
131
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -144,7 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
144
144
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
145
145
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
146
146
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
147
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
147
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
148
148
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
149
149
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
150
150
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -163,7 +163,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
163
163
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
164
164
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
165
165
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
166
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
166
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
167
167
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
168
168
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
169
169
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -182,7 +182,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
182
182
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
183
183
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
184
184
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
185
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
185
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
186
186
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
187
187
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
188
188
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
@@ -201,7 +201,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
201
201
  alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
202
202
  accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
203
203
  link: z.ZodMiniDefault<z.ZodMiniString<string>>;
204
- help: z.ZodMiniDefault<z.ZodMiniString<string>>;
204
+ discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
205
205
  success: z.ZodMiniDefault<z.ZodMiniString<string>>;
206
206
  info: z.ZodMiniDefault<z.ZodMiniString<string>>;
207
207
  debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/untyped",
3
- "version": "0.24.204",
3
+ "version": "0.24.206",
4
4
  "type": "module",
5
5
  "description": "A package containing `untyped` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -179,7 +179,7 @@
179
179
  "sullivanpj"
180
180
  ],
181
181
  "dependencies": {
182
- "@storm-software/config-tools": "^1.190.62",
182
+ "@storm-software/config-tools": "^1.190.64",
183
183
  "commander": "^12.1.0",
184
184
  "glob": "^11.1.0",
185
185
  "jiti": "^2.7.0",
@@ -192,5 +192,5 @@
192
192
  },
193
193
  "publishConfig": { "access": "public" },
194
194
  "sideEffects": false,
195
- "gitHead": "b6da2d24e56e885c36947d4888e1a6380c1907b8"
195
+ "gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
196
196
  }