@storm-software/untyped 0.17.34 → 0.17.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/untyped.cjs +37 -46
- package/bin/untyped.js +37 -46
- package/dist/{chunk-F37LLXMQ.js → chunk-44TLWMR7.js} +16 -19
- package/dist/{chunk-BNNCWU3H.cjs → chunk-5LTAGXSL.cjs} +16 -19
- package/dist/{chunk-SQ2XCBCX.js → chunk-7LXVW3Z2.js} +4 -4
- package/dist/{chunk-KHMSUGJQ.cjs → chunk-DHTHEJLF.cjs} +3 -3
- package/dist/{chunk-GLA2LYBJ.js → chunk-HRC5MGXN.js} +1 -1
- package/dist/{chunk-B2BMNO4Y.cjs → chunk-JGNJAXGL.cjs} +3 -3
- package/dist/{chunk-77XYPEDP.cjs → chunk-OFPOBQ4F.cjs} +3 -3
- package/dist/{chunk-FZEWRCRF.cjs → chunk-OZ35RET6.cjs} +11 -11
- package/dist/{chunk-2WKV44ZY.js → chunk-U55R2ZPZ.js} +1 -1
- package/dist/{chunk-3PM3MLAN.js → chunk-YQ7BNDVK.js} +1 -1
- package/dist/generate.cjs +6 -6
- package/dist/generate.d.cts +1 -1
- package/dist/generate.d.ts +1 -1
- package/dist/generate.js +5 -5
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +5 -5
- package/dist/{types-DZYle2N0.d.cts → types-BXb2-oYY.d.cts} +1 -2
- package/dist/{types-DZYle2N0.d.ts → types-BXb2-oYY.d.ts} +1 -2
- package/dist/{types-Dyk6Oc-x.d.cts → types-BeQBiABs.d.cts} +1 -2
- package/dist/{types-Dyk6Oc-x.d.ts → types-BeQBiABs.d.ts} +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/bin/untyped.cjs
CHANGED
|
@@ -67360,24 +67360,24 @@ config(en_default());
|
|
|
67360
67360
|
|
|
67361
67361
|
// ../config/src/constants.ts
|
|
67362
67362
|
init_cjs_shims();
|
|
67363
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
67363
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
67364
67364
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
67365
67365
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
67366
67366
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
67367
67367
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
67368
67368
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
67369
|
-
var
|
|
67370
|
-
var
|
|
67371
|
-
var
|
|
67372
|
-
var
|
|
67373
|
-
var
|
|
67374
|
-
var
|
|
67369
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
67370
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
67371
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
67372
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
67373
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
67374
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
67375
67375
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
67376
67376
|
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.
|
|
67377
67377
|
|
|
67378
|
-
Join us on [Discord](${
|
|
67378
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
67379
67379
|
|
|
67380
|
-
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](${
|
|
67380
|
+
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!
|
|
67381
67381
|
`;
|
|
67382
67382
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
67383
67383
|
|
|
@@ -67490,13 +67490,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
67490
67490
|
"A footer message appended to the end of the workspace's release notes"
|
|
67491
67491
|
)
|
|
67492
67492
|
}).describe("The workspace's release config used during the release process");
|
|
67493
|
-
var
|
|
67494
|
-
twitter: string2().trim().default(
|
|
67495
|
-
discord: string2().trim().default(
|
|
67496
|
-
telegram: string2().trim().default(
|
|
67497
|
-
slack: string2().trim().default(
|
|
67498
|
-
medium: string2().trim().default(
|
|
67499
|
-
github: string2().trim().default(
|
|
67493
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
67494
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
67495
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
67496
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
67497
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
67498
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
67499
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
67500
67500
|
}).describe(
|
|
67501
67501
|
"The workspace's account config used to store various social media links"
|
|
67502
67502
|
);
|
|
@@ -67560,13 +67560,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
67560
67560
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
67561
67561
|
bot: WorkspaceBotConfigSchema,
|
|
67562
67562
|
release: WorkspaceReleaseConfigSchema,
|
|
67563
|
-
|
|
67563
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
67564
67564
|
error: errorConfigSchema,
|
|
67565
67565
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
67566
67566
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
67567
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
67568
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
67569
|
-
),
|
|
67570
67567
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
67571
67568
|
directories: WorkspaceDirectoryConfigSchema,
|
|
67572
67569
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -69045,13 +69042,13 @@ var getConfigEnv = () => {
|
|
|
69045
69042
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
69046
69043
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
69047
69044
|
},
|
|
69048
|
-
|
|
69049
|
-
twitter: process.env[`${prefix}
|
|
69050
|
-
discord: process.env[`${prefix}
|
|
69051
|
-
telegram: process.env[`${prefix}
|
|
69052
|
-
slack: process.env[`${prefix}
|
|
69053
|
-
medium: process.env[`${prefix}
|
|
69054
|
-
github: process.env[`${prefix}
|
|
69045
|
+
socials: {
|
|
69046
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
69047
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
69048
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
69049
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
69050
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
69051
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
69055
69052
|
},
|
|
69056
69053
|
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`] ? {
|
|
69057
69054
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -69093,7 +69090,6 @@ var getConfigEnv = () => {
|
|
|
69093
69090
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
69094
69091
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
69095
69092
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
69096
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
69097
69093
|
registry: {
|
|
69098
69094
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
69099
69095
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -69246,24 +69242,24 @@ var setConfigEnv = (config2) => {
|
|
|
69246
69242
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
69247
69243
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
69248
69244
|
}
|
|
69249
|
-
if (config2.
|
|
69250
|
-
if (config2.
|
|
69251
|
-
process.env[`${prefix}
|
|
69245
|
+
if (config2.socials) {
|
|
69246
|
+
if (config2.socials.twitter) {
|
|
69247
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
69252
69248
|
}
|
|
69253
|
-
if (config2.
|
|
69254
|
-
process.env[`${prefix}
|
|
69249
|
+
if (config2.socials.discord) {
|
|
69250
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
69255
69251
|
}
|
|
69256
|
-
if (config2.
|
|
69257
|
-
process.env[`${prefix}
|
|
69252
|
+
if (config2.socials.telegram) {
|
|
69253
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
69258
69254
|
}
|
|
69259
|
-
if (config2.
|
|
69260
|
-
process.env[`${prefix}
|
|
69255
|
+
if (config2.socials.slack) {
|
|
69256
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
69261
69257
|
}
|
|
69262
|
-
if (config2.
|
|
69263
|
-
process.env[`${prefix}
|
|
69258
|
+
if (config2.socials.medium) {
|
|
69259
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
69264
69260
|
}
|
|
69265
|
-
if (config2.
|
|
69266
|
-
process.env[`${prefix}
|
|
69261
|
+
if (config2.socials.github) {
|
|
69262
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
69267
69263
|
}
|
|
69268
69264
|
}
|
|
69269
69265
|
if (config2.organization) {
|
|
@@ -69401,11 +69397,6 @@ var setConfigEnv = (config2) => {
|
|
|
69401
69397
|
if (config2.preid) {
|
|
69402
69398
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
69403
69399
|
}
|
|
69404
|
-
if (config2.externalPackagePatterns) {
|
|
69405
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
69406
|
-
config2.externalPackagePatterns
|
|
69407
|
-
);
|
|
69408
|
-
}
|
|
69409
69400
|
if (config2.registry) {
|
|
69410
69401
|
if (config2.registry.github) {
|
|
69411
69402
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
package/bin/untyped.js
CHANGED
|
@@ -67570,24 +67570,24 @@ config(en_default());
|
|
|
67570
67570
|
|
|
67571
67571
|
// ../config/src/constants.ts
|
|
67572
67572
|
init_esm_shims();
|
|
67573
|
-
var STORM_DEFAULT_DOCS = "https://stormsoftware.com
|
|
67573
|
+
var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
|
|
67574
67574
|
var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
|
|
67575
67575
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
67576
67576
|
var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
|
|
67577
67577
|
var STORM_DEFAULT_LICENSE = "Apache-2.0";
|
|
67578
67578
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
67579
|
-
var
|
|
67580
|
-
var
|
|
67581
|
-
var
|
|
67582
|
-
var
|
|
67583
|
-
var
|
|
67584
|
-
var
|
|
67579
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
67580
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
67581
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
67582
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
67583
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
67584
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
67585
67585
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
67586
67586
|
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.
|
|
67587
67587
|
|
|
67588
|
-
Join us on [Discord](${
|
|
67588
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
67589
67589
|
|
|
67590
|
-
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](${
|
|
67590
|
+
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!
|
|
67591
67591
|
`;
|
|
67592
67592
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
67593
67593
|
|
|
@@ -67700,13 +67700,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
67700
67700
|
"A footer message appended to the end of the workspace's release notes"
|
|
67701
67701
|
)
|
|
67702
67702
|
}).describe("The workspace's release config used during the release process");
|
|
67703
|
-
var
|
|
67704
|
-
twitter: string2().trim().default(
|
|
67705
|
-
discord: string2().trim().default(
|
|
67706
|
-
telegram: string2().trim().default(
|
|
67707
|
-
slack: string2().trim().default(
|
|
67708
|
-
medium: string2().trim().default(
|
|
67709
|
-
github: string2().trim().default(
|
|
67703
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
67704
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
67705
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
67706
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
67707
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
67708
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
67709
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
67710
67710
|
}).describe(
|
|
67711
67711
|
"The workspace's account config used to store various social media links"
|
|
67712
67712
|
);
|
|
@@ -67770,13 +67770,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
67770
67770
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
67771
67771
|
bot: WorkspaceBotConfigSchema,
|
|
67772
67772
|
release: WorkspaceReleaseConfigSchema,
|
|
67773
|
-
|
|
67773
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
67774
67774
|
error: errorConfigSchema,
|
|
67775
67775
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
67776
67776
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
67777
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
67778
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
67779
|
-
),
|
|
67780
67777
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
67781
67778
|
directories: WorkspaceDirectoryConfigSchema,
|
|
67782
67779
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -69252,13 +69249,13 @@ var getConfigEnv = () => {
|
|
|
69252
69249
|
codesFile: process.env[`${prefix}ERROR_CODES_FILE`] || void 0,
|
|
69253
69250
|
url: process.env[`${prefix}ERROR_URL`] || void 0
|
|
69254
69251
|
},
|
|
69255
|
-
|
|
69256
|
-
twitter: process.env[`${prefix}
|
|
69257
|
-
discord: process.env[`${prefix}
|
|
69258
|
-
telegram: process.env[`${prefix}
|
|
69259
|
-
slack: process.env[`${prefix}
|
|
69260
|
-
medium: process.env[`${prefix}
|
|
69261
|
-
github: process.env[`${prefix}
|
|
69252
|
+
socials: {
|
|
69253
|
+
twitter: process.env[`${prefix}SOCIAL_TWITTER`] || void 0,
|
|
69254
|
+
discord: process.env[`${prefix}SOCIAL_DISCORD`] || void 0,
|
|
69255
|
+
telegram: process.env[`${prefix}SOCIAL_TELEGRAM`] || void 0,
|
|
69256
|
+
slack: process.env[`${prefix}SOCIAL_SLACK`] || void 0,
|
|
69257
|
+
medium: process.env[`${prefix}SOCIAL_MEDIUM`] || void 0,
|
|
69258
|
+
github: process.env[`${prefix}SOCIAL_GITHUB`] || void 0
|
|
69262
69259
|
},
|
|
69263
69260
|
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`] ? {
|
|
69264
69261
|
name: process.env[`${prefix}ORG`] || process.env[`${prefix}ORGANIZATION`] || process.env[`${prefix}ORG_NAME`] || process.env[`${prefix}ORGANIZATION_NAME`],
|
|
@@ -69300,7 +69297,6 @@ var getConfigEnv = () => {
|
|
|
69300
69297
|
repository: process.env[`${prefix}REPOSITORY`] || void 0,
|
|
69301
69298
|
branch: process.env[`${prefix}BRANCH`] || void 0,
|
|
69302
69299
|
preid: process.env[`${prefix}PRE_ID`] || void 0,
|
|
69303
|
-
externalPackagePatterns: process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] ? JSON.parse(process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`]) : [],
|
|
69304
69300
|
registry: {
|
|
69305
69301
|
github: process.env[`${prefix}REGISTRY_GITHUB`] || void 0,
|
|
69306
69302
|
npm: process.env[`${prefix}REGISTRY_NPM`] || void 0,
|
|
@@ -69453,24 +69449,24 @@ var setConfigEnv = (config2) => {
|
|
|
69453
69449
|
process.env[`${prefix}RELEASE_HEADER`] = config2.release.header;
|
|
69454
69450
|
process.env[`${prefix}RELEASE_FOOTER`] = config2.release.footer;
|
|
69455
69451
|
}
|
|
69456
|
-
if (config2.
|
|
69457
|
-
if (config2.
|
|
69458
|
-
process.env[`${prefix}
|
|
69452
|
+
if (config2.socials) {
|
|
69453
|
+
if (config2.socials.twitter) {
|
|
69454
|
+
process.env[`${prefix}SOCIAL_TWITTER`] = config2.socials.twitter;
|
|
69459
69455
|
}
|
|
69460
|
-
if (config2.
|
|
69461
|
-
process.env[`${prefix}
|
|
69456
|
+
if (config2.socials.discord) {
|
|
69457
|
+
process.env[`${prefix}SOCIAL_DISCORD`] = config2.socials.discord;
|
|
69462
69458
|
}
|
|
69463
|
-
if (config2.
|
|
69464
|
-
process.env[`${prefix}
|
|
69459
|
+
if (config2.socials.telegram) {
|
|
69460
|
+
process.env[`${prefix}SOCIAL_TELEGRAM`] = config2.socials.telegram;
|
|
69465
69461
|
}
|
|
69466
|
-
if (config2.
|
|
69467
|
-
process.env[`${prefix}
|
|
69462
|
+
if (config2.socials.slack) {
|
|
69463
|
+
process.env[`${prefix}SOCIAL_SLACK`] = config2.socials.slack;
|
|
69468
69464
|
}
|
|
69469
|
-
if (config2.
|
|
69470
|
-
process.env[`${prefix}
|
|
69465
|
+
if (config2.socials.medium) {
|
|
69466
|
+
process.env[`${prefix}SOCIAL_MEDIUM`] = config2.socials.medium;
|
|
69471
69467
|
}
|
|
69472
|
-
if (config2.
|
|
69473
|
-
process.env[`${prefix}
|
|
69468
|
+
if (config2.socials.github) {
|
|
69469
|
+
process.env[`${prefix}SOCIAL_GITHUB`] = config2.socials.github;
|
|
69474
69470
|
}
|
|
69475
69471
|
}
|
|
69476
69472
|
if (config2.organization) {
|
|
@@ -69608,11 +69604,6 @@ var setConfigEnv = (config2) => {
|
|
|
69608
69604
|
if (config2.preid) {
|
|
69609
69605
|
process.env[`${prefix}PRE_ID`] = String(config2.preid);
|
|
69610
69606
|
}
|
|
69611
|
-
if (config2.externalPackagePatterns) {
|
|
69612
|
-
process.env[`${prefix}EXTERNAL_PACKAGE_PATTERNS`] = JSON.stringify(
|
|
69613
|
-
config2.externalPackagePatterns
|
|
69614
|
-
);
|
|
69615
|
-
}
|
|
69616
69607
|
if (config2.registry) {
|
|
69617
69608
|
if (config2.registry.github) {
|
|
69618
69609
|
process.env[`${prefix}REGISTRY_GITHUB`] = String(config2.registry.github);
|
|
@@ -1640,18 +1640,18 @@ init_esm_shims();
|
|
|
1640
1640
|
init_esm_shims();
|
|
1641
1641
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
1642
1642
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
1643
|
-
var
|
|
1644
|
-
var
|
|
1645
|
-
var
|
|
1646
|
-
var
|
|
1647
|
-
var
|
|
1648
|
-
var
|
|
1643
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
1644
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
1645
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
1646
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
1647
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
1648
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
1649
1649
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
1650
1650
|
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.
|
|
1651
1651
|
|
|
1652
|
-
Join us on [Discord](${
|
|
1652
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
1653
1653
|
|
|
1654
|
-
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](${
|
|
1654
|
+
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!
|
|
1655
1655
|
`;
|
|
1656
1656
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
1657
1657
|
|
|
@@ -5231,13 +5231,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
5231
5231
|
"A footer message appended to the end of the workspace's release notes"
|
|
5232
5232
|
)
|
|
5233
5233
|
}).describe("The workspace's release config used during the release process");
|
|
5234
|
-
var
|
|
5235
|
-
twitter: string2().trim().default(
|
|
5236
|
-
discord: string2().trim().default(
|
|
5237
|
-
telegram: string2().trim().default(
|
|
5238
|
-
slack: string2().trim().default(
|
|
5239
|
-
medium: string2().trim().default(
|
|
5240
|
-
github: string2().trim().default(
|
|
5234
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
5235
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
5236
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
5237
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
5238
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
5239
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
5240
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
5241
5241
|
}).describe(
|
|
5242
5242
|
"The workspace's account config used to store various social media links"
|
|
5243
5243
|
);
|
|
@@ -5301,13 +5301,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
5301
5301
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
5302
5302
|
bot: WorkspaceBotConfigSchema,
|
|
5303
5303
|
release: WorkspaceReleaseConfigSchema,
|
|
5304
|
-
|
|
5304
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
5305
5305
|
error: errorConfigSchema,
|
|
5306
5306
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
5307
5307
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
5308
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
5309
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
5310
|
-
),
|
|
5311
5308
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
5312
5309
|
directories: WorkspaceDirectoryConfigSchema,
|
|
5313
5310
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1632,18 +1632,18 @@ _chunkXT3SWD3Hcjs.init_cjs_shims.call(void 0, );
|
|
|
1632
1632
|
_chunkXT3SWD3Hcjs.init_cjs_shims.call(void 0, );
|
|
1633
1633
|
var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
|
|
1634
1634
|
var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
|
|
1635
|
-
var
|
|
1636
|
-
var
|
|
1637
|
-
var
|
|
1638
|
-
var
|
|
1639
|
-
var
|
|
1640
|
-
var
|
|
1635
|
+
var STORM_DEFAULT_SOCIAL_TWITTER = "StormSoftwareHQ";
|
|
1636
|
+
var STORM_DEFAULT_SOCIAL_DISCORD = "https://discord.gg/MQ6YVzakM5";
|
|
1637
|
+
var STORM_DEFAULT_SOCIAL_TELEGRAM = "https://t.me/storm_software";
|
|
1638
|
+
var STORM_DEFAULT_SOCIAL_SLACK = "https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA";
|
|
1639
|
+
var STORM_DEFAULT_SOCIAL_MEDIUM = "https://medium.com/storm-software";
|
|
1640
|
+
var STORM_DEFAULT_SOCIAL_GITHUB = "https://github.com/storm-software";
|
|
1641
1641
|
var STORM_DEFAULT_RELEASE_FOOTER = `
|
|
1642
1642
|
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.
|
|
1643
1643
|
|
|
1644
|
-
Join us on [Discord](${
|
|
1644
|
+
Join us on [Discord](${STORM_DEFAULT_SOCIAL_DISCORD}) to chat with the team, receive release notifications, ask questions, and get involved.
|
|
1645
1645
|
|
|
1646
|
-
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](${
|
|
1646
|
+
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!
|
|
1647
1647
|
`;
|
|
1648
1648
|
var STORM_DEFAULT_ERROR_CODES_FILE = "tools/errors/codes.json";
|
|
1649
1649
|
|
|
@@ -5223,13 +5223,13 @@ var WorkspaceReleaseConfigSchema = object({
|
|
|
5223
5223
|
"A footer message appended to the end of the workspace's release notes"
|
|
5224
5224
|
)
|
|
5225
5225
|
}).describe("The workspace's release config used during the release process");
|
|
5226
|
-
var
|
|
5227
|
-
twitter: string2().trim().default(
|
|
5228
|
-
discord: string2().trim().default(
|
|
5229
|
-
telegram: string2().trim().default(
|
|
5230
|
-
slack: string2().trim().default(
|
|
5231
|
-
medium: string2().trim().default(
|
|
5232
|
-
github: string2().trim().default(
|
|
5226
|
+
var WorkspaceSocialsConfigSchema = object({
|
|
5227
|
+
twitter: string2().trim().default(STORM_DEFAULT_SOCIAL_TWITTER).describe("A Twitter/X account associated with the organization/project"),
|
|
5228
|
+
discord: string2().trim().default(STORM_DEFAULT_SOCIAL_DISCORD).describe("A Discord account associated with the organization/project"),
|
|
5229
|
+
telegram: string2().trim().default(STORM_DEFAULT_SOCIAL_TELEGRAM).describe("A Telegram account associated with the organization/project"),
|
|
5230
|
+
slack: string2().trim().default(STORM_DEFAULT_SOCIAL_SLACK).describe("A Slack account associated with the organization/project"),
|
|
5231
|
+
medium: string2().trim().default(STORM_DEFAULT_SOCIAL_MEDIUM).describe("A Medium account associated with the organization/project"),
|
|
5232
|
+
github: string2().trim().default(STORM_DEFAULT_SOCIAL_GITHUB).describe("A GitHub account associated with the organization/project")
|
|
5233
5233
|
}).describe(
|
|
5234
5234
|
"The workspace's account config used to store various social media links"
|
|
5235
5235
|
);
|
|
@@ -5293,13 +5293,10 @@ var stormWorkspaceConfigSchema = object({
|
|
|
5293
5293
|
owner: string2().trim().default("@storm-software/admin").describe("The owner of the package"),
|
|
5294
5294
|
bot: WorkspaceBotConfigSchema,
|
|
5295
5295
|
release: WorkspaceReleaseConfigSchema,
|
|
5296
|
-
|
|
5296
|
+
socials: WorkspaceSocialsConfigSchema,
|
|
5297
5297
|
error: errorConfigSchema,
|
|
5298
5298
|
mode: _enum(["development", "staging", "production"]).default("production").describe("The current runtime environment mode for the package"),
|
|
5299
5299
|
workspaceRoot: string2().trim().describe("The root directory of the workspace"),
|
|
5300
|
-
externalPackagePatterns: array(string2()).default([]).describe(
|
|
5301
|
-
"The build will use these package patterns to determine if they should be external to the bundle"
|
|
5302
|
-
),
|
|
5303
5300
|
skipCache: boolean2().default(false).describe("Should all known types of workspace caching be skipped?"),
|
|
5304
5301
|
directories: WorkspaceDirectoryConfigSchema,
|
|
5305
5302
|
packageManager: _enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generateDeclarationFile
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HRC5MGXN.js";
|
|
4
4
|
import {
|
|
5
5
|
generateJsonSchemaFile
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YQ7BNDVK.js";
|
|
7
7
|
import {
|
|
8
8
|
generateMarkdownFile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-U55R2ZPZ.js";
|
|
10
10
|
import {
|
|
11
11
|
isVerbose,
|
|
12
12
|
writeError,
|
|
13
13
|
writeTrace
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-44TLWMR7.js";
|
|
15
15
|
import {
|
|
16
16
|
init_esm_shims,
|
|
17
17
|
joinPaths
|
|
@@ -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
|
|
4
|
+
var _chunk5LTAGXSLcjs = require('./chunk-5LTAGXSL.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -47,10 +47,10 @@ function generateMarkdownLevel(schema, title, level) {
|
|
|
47
47
|
function generateMarkdownFile(schema, file, config) {
|
|
48
48
|
try {
|
|
49
49
|
const declarations = _chunkXT3SWD3Hcjs.getOutputFile.call(void 0, file, "md");
|
|
50
|
-
|
|
50
|
+
_chunk5LTAGXSLcjs.writeTrace.call(void 0, `Writing type markdown file ${declarations}`, config);
|
|
51
51
|
return _promises.writeFile.call(void 0, declarations, generateMarkdown(schema));
|
|
52
52
|
} catch (error) {
|
|
53
|
-
|
|
53
|
+
_chunk5LTAGXSLcjs.writeError.call(void 0,
|
|
54
54
|
`Error writing markdown file for ${file.name}
|
|
55
55
|
|
|
56
56
|
Error:
|
|
@@ -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
|
|
4
|
+
var _chunk5LTAGXSLcjs = require('./chunk-5LTAGXSL.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -27,10 +27,10 @@ ${_untyped.generateTypes.call(void 0, schema, {
|
|
|
27
27
|
function generateDeclarationFile(schema, file, config) {
|
|
28
28
|
try {
|
|
29
29
|
const declarations = _chunkXT3SWD3Hcjs.getOutputFile.call(void 0, file, "d.ts");
|
|
30
|
-
|
|
30
|
+
_chunk5LTAGXSLcjs.writeTrace.call(void 0, `Writing type declaration file ${declarations}`, config);
|
|
31
31
|
return _promises.writeFile.call(void 0, declarations, generateDeclaration(schema));
|
|
32
32
|
} catch (error) {
|
|
33
|
-
|
|
33
|
+
_chunk5LTAGXSLcjs.writeError.call(void 0,
|
|
34
34
|
`Error writing declaration file for ${file.name}
|
|
35
35
|
|
|
36
36
|
Error:
|
|
@@ -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
|
|
4
|
+
var _chunk5LTAGXSLcjs = require('./chunk-5LTAGXSL.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -13,10 +13,10 @@ var _promises = require('fs/promises');
|
|
|
13
13
|
function generateJsonSchemaFile(schema, file, config) {
|
|
14
14
|
try {
|
|
15
15
|
const jsonSchema = _chunkXT3SWD3Hcjs.getOutputFile.call(void 0, file, "json");
|
|
16
|
-
|
|
16
|
+
_chunk5LTAGXSLcjs.writeTrace.call(void 0, `Writing JSON schema file ${jsonSchema}`, config);
|
|
17
17
|
return _promises.writeFile.call(void 0, jsonSchema, JSON.stringify(schema, null, 2));
|
|
18
18
|
} catch (error) {
|
|
19
|
-
|
|
19
|
+
_chunk5LTAGXSLcjs.writeError.call(void 0,
|
|
20
20
|
`Error writing JSON schema file for ${file.name}
|
|
21
21
|
|
|
22
22
|
Error:
|
|
@@ -1,17 +1,17 @@
|
|
|
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
|
-
var
|
|
3
|
+
var _chunkJGNJAXGLcjs = require('./chunk-JGNJAXGL.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkOFPOBQ4Fcjs = require('./chunk-OFPOBQ4F.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkDHTHEJLFcjs = require('./chunk-DHTHEJLF.cjs');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
14
|
+
var _chunk5LTAGXSLcjs = require('./chunk-5LTAGXSL.cjs');
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -22,7 +22,7 @@ _chunkXT3SWD3Hcjs.init_cjs_shims.call(void 0, );
|
|
|
22
22
|
var _glob = require('glob');
|
|
23
23
|
var _loader = require('untyped/loader');
|
|
24
24
|
var getGenerateAction = (config) => async (options) => {
|
|
25
|
-
|
|
25
|
+
_chunk5LTAGXSLcjs.writeTrace.call(void 0,
|
|
26
26
|
`Running Storm Untyped with options: ${JSON.stringify(options)}`,
|
|
27
27
|
config
|
|
28
28
|
);
|
|
@@ -41,7 +41,7 @@ var getGenerateAction = (config) => async (options) => {
|
|
|
41
41
|
});
|
|
42
42
|
await Promise.all(
|
|
43
43
|
files.map(async (file) => {
|
|
44
|
-
|
|
44
|
+
_chunk5LTAGXSLcjs.writeTrace.call(void 0,
|
|
45
45
|
`Generating files for schema file: ${_chunkXT3SWD3Hcjs.joinPaths.call(void 0, file.parentPath, file.name)}`,
|
|
46
46
|
config
|
|
47
47
|
);
|
|
@@ -49,7 +49,7 @@ var getGenerateAction = (config) => async (options) => {
|
|
|
49
49
|
try {
|
|
50
50
|
schema = await _loader.loadSchema.call(void 0, _chunkXT3SWD3Hcjs.joinPaths.call(void 0, file.parentPath, file.name), {
|
|
51
51
|
jiti: {
|
|
52
|
-
debug:
|
|
52
|
+
debug: _chunk5LTAGXSLcjs.isVerbose.call(void 0, config.logLevel),
|
|
53
53
|
fsCache: config.skipCache ? false : _chunkXT3SWD3Hcjs.joinPaths.call(void 0,
|
|
54
54
|
config.directories.cache || _chunkXT3SWD3Hcjs.joinPaths.call(void 0,
|
|
55
55
|
config.workspaceRoot,
|
|
@@ -61,7 +61,7 @@ var getGenerateAction = (config) => async (options) => {
|
|
|
61
61
|
}
|
|
62
62
|
});
|
|
63
63
|
} catch (error) {
|
|
64
|
-
|
|
64
|
+
_chunk5LTAGXSLcjs.writeError.call(void 0,
|
|
65
65
|
`Error while parsing schema file: ${_chunkXT3SWD3Hcjs.joinPaths.call(void 0, file.parentPath, file.name)}
|
|
66
66
|
|
|
67
67
|
Error:
|
|
@@ -76,9 +76,9 @@ ${JSON.stringify(schema)}
|
|
|
76
76
|
throw error;
|
|
77
77
|
}
|
|
78
78
|
const promises = [];
|
|
79
|
-
promises.push(
|
|
80
|
-
promises.push(
|
|
81
|
-
promises.push(
|
|
79
|
+
promises.push(_chunkJGNJAXGLcjs.generateDeclarationFile.call(void 0, schema, file, config));
|
|
80
|
+
promises.push(_chunkDHTHEJLFcjs.generateMarkdownFile.call(void 0, schema, file, config));
|
|
81
|
+
promises.push(_chunkOFPOBQ4Fcjs.generateJsonSchemaFile.call(void 0, schema, file, config));
|
|
82
82
|
return Promise.all(promises);
|
|
83
83
|
})
|
|
84
84
|
);
|
package/dist/generate.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
3
|
+
var _chunkOZ35RET6cjs = require('./chunk-OZ35RET6.cjs');
|
|
4
|
+
require('./chunk-JGNJAXGL.cjs');
|
|
5
|
+
require('./chunk-OFPOBQ4F.cjs');
|
|
6
|
+
require('./chunk-DHTHEJLF.cjs');
|
|
7
|
+
require('./chunk-5LTAGXSL.cjs');
|
|
8
8
|
require('./chunk-XT3SWD3H.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.getGenerateAction =
|
|
11
|
+
exports.getGenerateAction = _chunkOZ35RET6cjs.getGenerateAction;
|
package/dist/generate.d.cts
CHANGED
package/dist/generate.d.ts
CHANGED
package/dist/generate.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGenerateAction
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-7LXVW3Z2.js";
|
|
4
|
+
import "./chunk-HRC5MGXN.js";
|
|
5
|
+
import "./chunk-YQ7BNDVK.js";
|
|
6
|
+
import "./chunk-U55R2ZPZ.js";
|
|
7
|
+
import "./chunk-44TLWMR7.js";
|
|
8
8
|
import "./chunk-ULFSIWVE.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
|
|
3
|
+
var _chunkOZ35RET6cjs = require('./chunk-OZ35RET6.cjs');
|
|
4
4
|
require('./chunk-NIVF6RAP.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkJGNJAXGLcjs = require('./chunk-JGNJAXGL.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkOFPOBQ4Fcjs = require('./chunk-OFPOBQ4F.cjs');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
16
|
-
require('./chunk-
|
|
15
|
+
var _chunkDHTHEJLFcjs = require('./chunk-DHTHEJLF.cjs');
|
|
16
|
+
require('./chunk-5LTAGXSL.cjs');
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
@@ -29,4 +29,4 @@ _chunkXT3SWD3Hcjs.init_cjs_shims.call(void 0, );
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
exports.generateDeclaration =
|
|
32
|
+
exports.generateDeclaration = _chunkJGNJAXGLcjs.generateDeclaration; exports.generateDeclarationFile = _chunkJGNJAXGLcjs.generateDeclarationFile; exports.generateJsonSchemaFile = _chunkOFPOBQ4Fcjs.generateJsonSchemaFile; exports.generateMarkdown = _chunkDHTHEJLFcjs.generateMarkdown; exports.generateMarkdownFile = _chunkDHTHEJLFcjs.generateMarkdownFile; exports.getGenerateAction = _chunkOZ35RET6cjs.getGenerateAction; exports.getOutputFile = _chunkXT3SWD3Hcjs.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-
|
|
6
|
+
import './types-BeQBiABs.cjs';
|
|
7
7
|
import 'zod/v4';
|
|
8
8
|
import 'glob';
|
|
9
9
|
import 'untyped';
|
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-
|
|
6
|
+
import './types-BeQBiABs.js';
|
|
7
7
|
import 'zod/v4';
|
|
8
8
|
import 'glob';
|
|
9
9
|
import 'untyped';
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getGenerateAction
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-7LXVW3Z2.js";
|
|
4
4
|
import "./chunk-3UCBC3LF.js";
|
|
5
5
|
import {
|
|
6
6
|
generateDeclaration,
|
|
7
7
|
generateDeclarationFile
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-HRC5MGXN.js";
|
|
9
9
|
import {
|
|
10
10
|
generateJsonSchemaFile
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YQ7BNDVK.js";
|
|
12
12
|
import {
|
|
13
13
|
generateMarkdown,
|
|
14
14
|
generateMarkdownFile
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-U55R2ZPZ.js";
|
|
16
|
+
import "./chunk-44TLWMR7.js";
|
|
17
17
|
import {
|
|
18
18
|
getOutputFile,
|
|
19
19
|
init_esm_shims
|
|
@@ -35,7 +35,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
36
|
footer: z.ZodDefault<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
|
-
|
|
38
|
+
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
|
40
40
|
discord: z.ZodDefault<z.ZodString>;
|
|
41
41
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -53,7 +53,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
53
53
|
production: "production";
|
|
54
54
|
}>>;
|
|
55
55
|
workspaceRoot: z.ZodString;
|
|
56
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
56
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
58
57
|
directories: z.ZodObject<{
|
|
59
58
|
cache: z.ZodOptional<z.ZodString>;
|
|
@@ -35,7 +35,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
36
|
footer: z.ZodDefault<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
|
-
|
|
38
|
+
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
|
40
40
|
discord: z.ZodDefault<z.ZodString>;
|
|
41
41
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -53,7 +53,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
53
53
|
production: "production";
|
|
54
54
|
}>>;
|
|
55
55
|
workspaceRoot: z.ZodString;
|
|
56
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
56
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
58
57
|
directories: z.ZodObject<{
|
|
59
58
|
cache: z.ZodOptional<z.ZodString>;
|
|
@@ -35,7 +35,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
36
|
footer: z.ZodDefault<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
|
-
|
|
38
|
+
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
|
40
40
|
discord: z.ZodDefault<z.ZodString>;
|
|
41
41
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -53,7 +53,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
53
53
|
production: "production";
|
|
54
54
|
}>>;
|
|
55
55
|
workspaceRoot: z.ZodString;
|
|
56
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
56
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
58
57
|
directories: z.ZodObject<{
|
|
59
58
|
cache: z.ZodOptional<z.ZodString>;
|
|
@@ -35,7 +35,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
35
35
|
header: z.ZodOptional<z.ZodString>;
|
|
36
36
|
footer: z.ZodDefault<z.ZodString>;
|
|
37
37
|
}, z.core.$strip>;
|
|
38
|
-
|
|
38
|
+
socials: z.ZodObject<{
|
|
39
39
|
twitter: z.ZodDefault<z.ZodString>;
|
|
40
40
|
discord: z.ZodDefault<z.ZodString>;
|
|
41
41
|
telegram: z.ZodDefault<z.ZodString>;
|
|
@@ -53,7 +53,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
53
53
|
production: "production";
|
|
54
54
|
}>>;
|
|
55
55
|
workspaceRoot: z.ZodString;
|
|
56
|
-
externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
56
|
skipCache: z.ZodDefault<z.ZodBoolean>;
|
|
58
57
|
directories: z.ZodObject<{
|
|
59
58
|
cache: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/untyped",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.35",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `untyped` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -197,5 +197,5 @@
|
|
|
197
197
|
},
|
|
198
198
|
"publishConfig": { "access": "public" },
|
|
199
199
|
"sideEffects": false,
|
|
200
|
-
"gitHead": "
|
|
200
|
+
"gitHead": "cedf85874cce225715bdde5a4aab075d025e788d"
|
|
201
201
|
}
|