@storm-software/config 1.133.8 → 1.133.9
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/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/dist/chunk-XSUFOUDO.cjs +2 -0
- package/dist/chunk-ZXJP5Q3G.js +2 -0
- package/dist/constants.cjs +1 -1
- package/dist/constants.js +1 -1
- package/dist/define-config.cjs +1 -1
- package/dist/define-config.d.cts +19 -19
- package/dist/define-config.d.ts +19 -19
- package/dist/define-config.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.d.cts +6 -6
- package/dist/schema.d.ts +6 -6
- package/dist/schema.js +1 -1
- package/dist/types.cjs +1 -1
- package/dist/types.js +1 -1
- package/package.json +4 -3
- package/schemas/storm-workspace.schema.json +1 -1
- package/dist/chunk-4VDLQK6F.cjs +0 -1
- package/dist/chunk-D66TKCP6.js +0 -2
- package/dist/chunk-MVLAT42C.cjs +0 -2
- package/dist/chunk-WOT6VMZA.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.133.8](https://github.com/storm-software/storm-ops/releases/tag/config%401.133.8) (2025-10-05)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **config:** Resolve issue with invalid `mode` option
|
|
10
|
+
([dd1647db0](https://github.com/storm-software/storm-ops/commit/dd1647db0))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Update workspace package links
|
|
15
|
+
([125d73a6a](https://github.com/storm-software/storm-ops/commit/125d73a6a))
|
|
16
|
+
|
|
5
17
|
## [1.133.7](https://github.com/storm-software/storm-ops/releases/tag/config%401.133.7) (2025-10-05)
|
|
6
18
|
|
|
7
19
|
### Bug Fixes
|
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 -->
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),e=require('zod/mini');function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var e__namespace=/*#__PURE__*/_interopNamespace(e);var o=e__namespace.registry(),t=e__namespace.string().check(e__namespace.length(7),e__namespace.toLowerCase(),e__namespace.regex(/^#([0-9a-f]{3}){1,2}$/i),e__namespace.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e__namespace._default(t,"#151718");o.add(a,{description:"The dark background color of the workspace"});var i=e__namespace._default(t,"#cbd5e1");o.add(i,{description:"The light background color of the workspace"});var c=e__namespace._default(t,"#1fb2a6");o.add(c,{description:"The primary brand specific color of the workspace"});var s=e__namespace.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e__namespace.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e__namespace._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e__namespace._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e__namespace._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e__namespace._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e__namespace._default(t,"#f3d371");o.add(m,{description:"The warning color of the workspace"});var z=e__namespace._default(t,"#d8314a");o.add(z,{description:"The danger color of the workspace"});var g=e__namespace.optional(t);o.add(g,{description:"The fatal color of the workspace"});var u=e__namespace._default(t,"#4ade80");o.add(u,{description:"The positive number color of the workspace"});var f=e__namespace._default(t,"#ef4444");o.add(f,{description:"The negative number color of the workspace"});var k=e__namespace.optional(e__namespace.array(t));o.add(k,{description:"The color stops for the base gradient color pattern used in the workspace"});var je=e__namespace.object({foreground:i,background:a,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),Ae=e__namespace.object({foreground:a,background:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),Re=e__namespace.object({dark:je,light:Ae}),Ue=e__namespace.object({dark:a,light:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),r=e__namespace.optional(e__namespace.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var T=e__namespace._default(e__namespace.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(T,{description:"A list of remote registry URLs used by Storm Software"});var w=e__namespace.union([Ue,Re]);o.add(w,{description:"Colors used for various workspace elements"});var v=e__namespace.record(e__namespace.union([e__namespace.union([e__namespace.literal("base"),e__namespace.string()]),e__namespace.string()]),w);o.add(v,{description:"Storm theme config values used for styling various package elements"});var y=e__namespace.optional(e__namespace.union([e__namespace.string().check(e__namespace.trim()),e__namespace.array(e__namespace.string().check(e__namespace.trim()))]));o.add(y,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var C=e__namespace.string().check(e__namespace.trim());o.add(C,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var _=e__namespace.string().check(e__namespace.trim());o.add(_,{description:"The email of the workspace bot"});var L=e__namespace.object({name:C,email:_});o.add(L,{description:"The workspace's bot user's config used to automated various operations tasks"});var j=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.url()));o.add(j,{description:"A URL to a banner image used to display the workspace's release"});var A=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.p);o.add(A,{description:"The alt text for the workspace's release banner image"});var R=e__namespace.object({url:j,alt:A});o.add(R,{description:"The workspace's banner image used during the release process"});var U=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(U,{description:"A header message appended to the start of the workspace's release notes"});var D=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(D,{description:"A footer message appended to the end of the workspace's release notes"});var B=e__namespace.object({banner:e__namespace.union([R,e__namespace.string().check(e__namespace.trim(),e__namespace.url())]),header:U,footer:D});o.add(B,{description:"The workspace's release config used during the release process"});var F=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(F,{description:"A Twitter/X account associated with the organization/project"});var N=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(N,{description:"A Discord account associated with the organization/project"});var E=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(E,{description:"A Telegram account associated with the organization/project"});var M=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(M,{description:"A Slack account associated with the organization/project"});var O=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(O,{description:"A Medium account associated with the organization/project"});var I=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(I,{description:"A GitHub account associated with the organization/project"});var G=e__namespace.object({twitter:F,discord:N,telegram:E,slack:M,medium:O,github:I});o.add(G,{description:"The workspace's account config used to store various social media links"});var H=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(H,{description:"The directory used to store the environment's cached file data"});var J=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(J,{description:"The directory used to store the environment's data files"});var W=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(W,{description:"The directory used to store the environment's configuration files"});var P=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(P,{description:"The directory used to store the environment's temp files"});var $=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add($,{description:"The directory used to store the environment's log files"});var V=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"dist");o.add(V,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var X=e__namespace.object({cache:H,data:J,config:W,temp:P,log:$,build:V});o.add(X,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var Y=e__namespace._default(e__namespace.enum(["minimal","monorepo"]),"monorepo");o.add(Y,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var q=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.o);o.add(q,{description:"The path to the workspace's error codes JSON file"});var K=e__namespace.optional(e__namespace.url());o.add(K,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var Q=e__namespace.object({codesFile:q,url:K});o.add(Q,{description:"The workspace's error config used when creating error details during a system error"});var Z=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(Z,{description:"The name of the organization"});var ee=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(ee,{description:"A description of the organization"});var oe=e__namespace.optional(e__namespace.url());o.add(oe,{description:"A URL to the organization's logo image"});var te=e__namespace.optional(e__namespace.url());o.add(te,{description:"A URL to the organization's icon image"});var re=e__namespace.optional(e__namespace.url());o.add(re,{description:"A URL to a page that provides more information about the organization"});var ae=e__namespace.object({name:Z,description:ee,logo:oe,icon:te,url:re});o.add(ae,{description:"The workspace's organization details"});var ie=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(ie,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ce=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(ce,{description:"The name of the workspace/project/service/package/scope using this configuration"});var se=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(se,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var ne=e__namespace.union([ae,e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase())]);o.add(ne,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var de=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(de,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var pe=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"Apache-2.0");o.add(pe,{description:"The license type of the package"});var he=e__namespace.optional(e__namespace.url());o.add(he,{description:"The homepage of the workspace"});var le=e__namespace.optional(e__namespace.url());o.add(le,{description:"The documentation site for the workspace"});var me=e__namespace.optional(e__namespace.url());o.add(me,{description:"The development portal site for the workspace"});var ze=e__namespace.optional(e__namespace.url());o.add(ze,{description:"The licensing site for the workspace"});var ge=e__namespace.optional(e__namespace.url());o.add(ge,{description:"The contact site for the workspace"});var ue=e__namespace.optional(e__namespace.url());o.add(ue,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var fe=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"main");o.add(fe,{description:"The branch of the workspace"});var ke=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(ke,{description:"A tag specifying the version pre-release identifier"});var we=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(we,{description:"The owner of the package"});var Se=e__namespace._default(e__namespace.enum(["development","test","production"]).check(e__namespace.trim(),e__namespace.toLowerCase()),"production");o.add(Se,{description:"The current runtime environment mode for the package"});var xe=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(xe,{description:"The root directory of the workspace"});var be=e__namespace._default(e__namespace.boolean(),false);o.add(be,{description:"Should all known types of workspace caching be skipped?"});var Te=e__namespace._default(e__namespace.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(Te,{description:"The JavaScript/TypeScript package manager used by the repository"});var ve=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"America/New_York");o.add(ve,{description:"The default timezone of the workspace"});var ye=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"en-US");o.add(ye,{description:"The default locale of the workspace"});var Ce=e__namespace._default(e__namespace.enum(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");o.add(Ce,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var _e=e__namespace._default(e__namespace.boolean(),true);o.add(_e,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Le=e__namespace._default(e__namespace.nullable(e__namespace.string().check(e__namespace.trim())),null);o.add(Le,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var S=e__namespace._default(e__namespace.record(e__namespace.string(),e__namespace.any()),{});o.add(S,{description:"Configuration of each used extension"});var Fe=e__namespace.object({$schema:ie,extends:y,name:ce,variant:Y,namespace:se,organization:ne,repository:de,license:pe,homepage:he,docs:le,portal:me,licensing:ze,contact:ge,support:ue,branch:fe,preid:ke,owner:we,bot:L,release:B,socials:G,error:Q,mode:Se,workspaceRoot:xe,skipCache:be,directories:X,packageManager:Te,timezone:ve,locale:ye,logLevel:Ce,skipConfigLogging:_e,registry:T,configFile:Le,colors:e__namespace.union([w,v]),extensions:S});o.add(S,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
+
exports.$=re;exports.A=A;exports.B=R;exports.C=U;exports.D=D;exports.E=B;exports.F=F;exports.G=N;exports.H=E;exports.I=M;exports.J=O;exports.K=I;exports.L=G;exports.M=H;exports.N=J;exports.O=W;exports.P=P;exports.Q=$;exports.R=V;exports.S=X;exports.T=Y;exports.U=q;exports.V=K;exports.W=Q;exports.X=Z;exports.Y=ee;exports.Z=oe;exports._=te;exports.a=o;exports.aa=ae;exports.b=a;exports.ba=pe;exports.c=i;exports.ca=he;exports.d=c;exports.da=le;exports.e=s;exports.ea=me;exports.f=n;exports.fa=ze;exports.g=d;exports.ga=ge;exports.h=p;exports.ha=ue;exports.i=h;exports.ia=fe;exports.j=l;exports.ja=ke;exports.k=m;exports.ka=we;exports.l=z;exports.la=Se;exports.m=g;exports.ma=xe;exports.n=u;exports.na=be;exports.o=f;exports.oa=Te;exports.p=k;exports.pa=ve;exports.q=je;exports.qa=ye;exports.r=Ae;exports.ra=Ce;exports.s=Re;exports.sa=_e;exports.t=Ue;exports.ta=Le;exports.u=T;exports.ua=S;exports.v=w;exports.va=Fe;exports.w=v;exports.x=y;exports.y=L;exports.z=j;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import {p as p$1,o as o$1}from'./chunk-TYDRIJER.js';import*as e from'zod/mini';var o=e.registry(),t=e.string().check(e.length(7),e.toLowerCase(),e.regex(/^#([0-9a-f]{3}){1,2}$/i),e.trim());o.add(t,{description:"A base schema for describing the format of colors"});var a=e._default(t,"#151718");o.add(a,{description:"The dark background color of the workspace"});var i=e._default(t,"#cbd5e1");o.add(i,{description:"The light background color of the workspace"});var c=e._default(t,"#1fb2a6");o.add(c,{description:"The primary brand specific color of the workspace"});var s=e.optional(t);o.add(s,{description:"The alternate brand specific color of the workspace"});var n=e.optional(t);o.add(n,{description:"The secondary brand specific color of the workspace"});var d=e._default(t,"#3fa6ff");o.add(d,{description:"The color used to display hyperlink text"});var p=e._default(t,"#818cf8");o.add(p,{description:"The second brand specific color of the workspace"});var h=e._default(t,"#45b27e");o.add(h,{description:"The success color of the workspace"});var l=e._default(t,"#38bdf8");o.add(l,{description:"The informational color of the workspace"});var m=e._default(t,"#f3d371");o.add(m,{description:"The warning color of the workspace"});var z=e._default(t,"#d8314a");o.add(z,{description:"The danger color of the workspace"});var g=e.optional(t);o.add(g,{description:"The fatal color of the workspace"});var u=e._default(t,"#4ade80");o.add(u,{description:"The positive number color of the workspace"});var f=e._default(t,"#ef4444");o.add(f,{description:"The negative number color of the workspace"});var k=e.optional(e.array(t));o.add(k,{description:"The color stops for the base gradient color pattern used in the workspace"});var je=e.object({foreground:i,background:a,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),Ae=e.object({foreground:a,background:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),Re=e.object({dark:je,light:Ae}),Ue=e.object({dark:a,light:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,warning:m,danger:z,fatal:g,positive:u,negative:f,gradient:k}),r=e.optional(e.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var T=e._default(e.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(T,{description:"A list of remote registry URLs used by Storm Software"});var w=e.union([Ue,Re]);o.add(w,{description:"Colors used for various workspace elements"});var v=e.record(e.union([e.union([e.literal("base"),e.string()]),e.string()]),w);o.add(v,{description:"Storm theme config values used for styling various package elements"});var y=e.optional(e.union([e.string().check(e.trim()),e.array(e.string().check(e.trim()))]));o.add(y,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var C=e.string().check(e.trim());o.add(C,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var _=e.string().check(e.trim());o.add(_,{description:"The email of the workspace bot"});var L=e.object({name:C,email:_});o.add(L,{description:"The workspace's bot user's config used to automated various operations tasks"});var j=e.optional(e.string().check(e.trim(),e.url()));o.add(j,{description:"A URL to a banner image used to display the workspace's release"});var A=e._default(e.string().check(e.trim()),p$1);o.add(A,{description:"The alt text for the workspace's release banner image"});var R=e.object({url:j,alt:A});o.add(R,{description:"The workspace's banner image used during the release process"});var U=e.optional(e.string().check(e.trim()));o.add(U,{description:"A header message appended to the start of the workspace's release notes"});var D=e.optional(e.string().check(e.trim()));o.add(D,{description:"A footer message appended to the end of the workspace's release notes"});var B=e.object({banner:e.union([R,e.string().check(e.trim(),e.url())]),header:U,footer:D});o.add(B,{description:"The workspace's release config used during the release process"});var F=e.optional(e.string().check(e.trim()));o.add(F,{description:"A Twitter/X account associated with the organization/project"});var N=e.optional(e.string().check(e.trim()));o.add(N,{description:"A Discord account associated with the organization/project"});var E=e.optional(e.string().check(e.trim()));o.add(E,{description:"A Telegram account associated with the organization/project"});var M=e.optional(e.string().check(e.trim()));o.add(M,{description:"A Slack account associated with the organization/project"});var O=e.optional(e.string().check(e.trim()));o.add(O,{description:"A Medium account associated with the organization/project"});var I=e.optional(e.string().check(e.trim()));o.add(I,{description:"A GitHub account associated with the organization/project"});var G=e.object({twitter:F,discord:N,telegram:E,slack:M,medium:O,github:I});o.add(G,{description:"The workspace's account config used to store various social media links"});var H=e.optional(e.string().check(e.trim()));o.add(H,{description:"The directory used to store the environment's cached file data"});var J=e.optional(e.string().check(e.trim()));o.add(J,{description:"The directory used to store the environment's data files"});var W=e.optional(e.string().check(e.trim()));o.add(W,{description:"The directory used to store the environment's configuration files"});var P=e.optional(e.string().check(e.trim()));o.add(P,{description:"The directory used to store the environment's temp files"});var $=e.optional(e.string().check(e.trim()));o.add($,{description:"The directory used to store the environment's log files"});var V=e._default(e.string().check(e.trim()),"dist");o.add(V,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var X=e.object({cache:H,data:J,config:W,temp:P,log:$,build:V});o.add(X,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var Y=e._default(e.enum(["minimal","monorepo"]),"monorepo");o.add(Y,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var q=e._default(e.string().check(e.trim()),o$1);o.add(q,{description:"The path to the workspace's error codes JSON file"});var K=e.optional(e.url());o.add(K,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var Q=e.object({codesFile:q,url:K});o.add(Q,{description:"The workspace's error config used when creating error details during a system error"});var Z=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(Z,{description:"The name of the organization"});var ee=e.optional(e.string().check(e.trim()));o.add(ee,{description:"A description of the organization"});var oe=e.optional(e.url());o.add(oe,{description:"A URL to the organization's logo image"});var te=e.optional(e.url());o.add(te,{description:"A URL to the organization's icon image"});var re=e.optional(e.url());o.add(re,{description:"A URL to a page that provides more information about the organization"});var ae=e.object({name:Z,description:ee,logo:oe,icon:te,url:re});o.add(ae,{description:"The workspace's organization details"});var ie=e._default(e.string().check(e.trim(),e.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(ie,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var ce=e.string().check(e.trim(),e.toLowerCase());o.add(ce,{description:"The name of the workspace/project/service/package/scope using this configuration"});var se=e.string().check(e.trim(),e.toLowerCase());o.add(se,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var ne=e.union([ae,e.string().check(e.trim(),e.toLowerCase())]);o.add(ne,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var de=e.string().check(e.trim(),e.toLowerCase());o.add(de,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var pe=e._default(e.string().check(e.trim()),"Apache-2.0");o.add(pe,{description:"The license type of the package"});var he=e.optional(e.url());o.add(he,{description:"The homepage of the workspace"});var le=e.optional(e.url());o.add(le,{description:"The documentation site for the workspace"});var me=e.optional(e.url());o.add(me,{description:"The development portal site for the workspace"});var ze=e.optional(e.url());o.add(ze,{description:"The licensing site for the workspace"});var ge=e.optional(e.url());o.add(ge,{description:"The contact site for the workspace"});var ue=e.optional(e.url());o.add(ue,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var fe=e._default(e.string().check(e.trim(),e.toLowerCase()),"main");o.add(fe,{description:"The branch of the workspace"});var ke=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(ke,{description:"A tag specifying the version pre-release identifier"});var we=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(we,{description:"The owner of the package"});var Se=e._default(e.enum(["development","test","production"]).check(e.trim(),e.toLowerCase()),"production");o.add(Se,{description:"The current runtime environment mode for the package"});var xe=e.string().check(e.trim(),e.toLowerCase());o.add(xe,{description:"The root directory of the workspace"});var be=e._default(e.boolean(),false);o.add(be,{description:"Should all known types of workspace caching be skipped?"});var Te=e._default(e.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(Te,{description:"The JavaScript/TypeScript package manager used by the repository"});var ve=e._default(e.string().check(e.trim()),"America/New_York");o.add(ve,{description:"The default timezone of the workspace"});var ye=e._default(e.string().check(e.trim()),"en-US");o.add(ye,{description:"The default locale of the workspace"});var Ce=e._default(e.enum(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");o.add(Ce,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var _e=e._default(e.boolean(),true);o.add(_e,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Le=e._default(e.nullable(e.string().check(e.trim())),null);o.add(Le,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var S=e._default(e.record(e.string(),e.any()),{});o.add(S,{description:"Configuration of each used extension"});var Be=e.object({$schema:ie,extends:y,name:ce,variant:Y,namespace:se,organization:ne,repository:de,license:pe,homepage:he,docs:le,portal:me,licensing:ze,contact:ge,support:ue,branch:fe,preid:ke,owner:we,bot:L,release:B,socials:G,error:Q,mode:Se,workspaceRoot:xe,skipCache:be,directories:X,packageManager:Te,timezone:ve,locale:ye,logLevel:Ce,skipConfigLogging:_e,registry:T,configFile:Le,colors:e.union([w,v]),extensions:S});o.add(S,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
+
export{re as $,A,R as B,U as C,D,B as E,F,N as G,E as H,M as I,O as J,I as K,G as L,H as M,J as N,W as O,P,$ as Q,V as R,X as S,Y as T,q as U,K as V,Q as W,Z as X,ee as Y,oe as Z,te as _,o as a,ae as aa,a as b,pe as ba,i as c,he as ca,c as d,le as da,s as e,me as ea,n as f,ze as fa,d as g,ge as ga,p as h,ue as ha,h as i,fe as ia,l as j,ke as ja,m as k,we as ka,z as l,Se as la,g as m,xe as ma,u as n,be as na,f as o,Te as oa,k as p,ve as pa,je as q,ye as qa,Ae as r,Ce as ra,Re as s,_e as sa,Ue as t,Le as ta,T as u,S as ua,w as v,Be as va,v as w,y as x,L as y,j as z};
|
package/dist/constants.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs');
|
|
1
|
+
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs');Object.defineProperty(exports,"STORM_DEFAULT_BANNER_ALT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.p}});Object.defineProperty(exports,"STORM_DEFAULT_CONTACT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.c}});Object.defineProperty(exports,"STORM_DEFAULT_DOCS",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.a}});Object.defineProperty(exports,"STORM_DEFAULT_ERROR_CODES_FILE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.o}});Object.defineProperty(exports,"STORM_DEFAULT_HOMEPAGE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.b}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.f}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSING",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.e}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_BANNER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.g}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_FOOTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.n}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_DISCORD",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.i}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_GITHUB",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.m}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_MEDIUM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.l}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_SLACK",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.k}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TELEGRAM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.j}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TWITTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.h}});Object.defineProperty(exports,"STORM_DEFAULT_SUPPORT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.d}});
|
package/dist/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{p as STORM_DEFAULT_BANNER_ALT,c as STORM_DEFAULT_CONTACT,a as STORM_DEFAULT_DOCS,o as STORM_DEFAULT_ERROR_CODES_FILE,b as STORM_DEFAULT_HOMEPAGE,f as STORM_DEFAULT_LICENSE,e as STORM_DEFAULT_LICENSING,g as STORM_DEFAULT_RELEASE_BANNER,n as STORM_DEFAULT_RELEASE_FOOTER,i as STORM_DEFAULT_SOCIAL_DISCORD,m as STORM_DEFAULT_SOCIAL_GITHUB,l as STORM_DEFAULT_SOCIAL_MEDIUM,k as STORM_DEFAULT_SOCIAL_SLACK,j as STORM_DEFAULT_SOCIAL_TELEGRAM,h as STORM_DEFAULT_SOCIAL_TWITTER,d as STORM_DEFAULT_SUPPORT}from'./chunk-TYDRIJER.js';
|
|
1
|
+
export{p as STORM_DEFAULT_BANNER_ALT,c as STORM_DEFAULT_CONTACT,a as STORM_DEFAULT_DOCS,o as STORM_DEFAULT_ERROR_CODES_FILE,b as STORM_DEFAULT_HOMEPAGE,f as STORM_DEFAULT_LICENSE,e as STORM_DEFAULT_LICENSING,g as STORM_DEFAULT_RELEASE_BANNER,n as STORM_DEFAULT_RELEASE_FOOTER,i as STORM_DEFAULT_SOCIAL_DISCORD,m as STORM_DEFAULT_SOCIAL_GITHUB,l as STORM_DEFAULT_SOCIAL_MEDIUM,k as STORM_DEFAULT_SOCIAL_SLACK,j as STORM_DEFAULT_SOCIAL_TELEGRAM,h as STORM_DEFAULT_SOCIAL_TWITTER,d as STORM_DEFAULT_SUPPORT}from'./chunk-TYDRIJER.js';
|
package/dist/define-config.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs');
|
|
1
|
+
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs');Object.defineProperty(exports,"defineConfig",{enumerable:true,get:function(){return chunk4RGB2QSN_cjs.a}});
|
package/dist/define-config.d.cts
CHANGED
|
@@ -54,22 +54,6 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
54
54
|
build?: string | undefined;
|
|
55
55
|
};
|
|
56
56
|
colors: {
|
|
57
|
-
dark?: string | undefined;
|
|
58
|
-
light?: string | undefined;
|
|
59
|
-
brand?: string | undefined;
|
|
60
|
-
alternate?: string | undefined;
|
|
61
|
-
accent?: string | undefined;
|
|
62
|
-
link?: string | undefined;
|
|
63
|
-
help?: string | undefined;
|
|
64
|
-
success?: string | undefined;
|
|
65
|
-
info?: string | undefined;
|
|
66
|
-
warning?: string | undefined;
|
|
67
|
-
danger?: string | undefined;
|
|
68
|
-
fatal?: string | undefined;
|
|
69
|
-
positive?: string | undefined;
|
|
70
|
-
negative?: string | undefined;
|
|
71
|
-
gradient?: string[] | undefined;
|
|
72
|
-
} | {
|
|
73
57
|
dark: {
|
|
74
58
|
foreground?: string | undefined;
|
|
75
59
|
background?: string | undefined;
|
|
@@ -104,7 +88,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
104
88
|
negative?: string | undefined;
|
|
105
89
|
gradient?: string[] | undefined;
|
|
106
90
|
};
|
|
107
|
-
} |
|
|
91
|
+
} | {
|
|
108
92
|
dark?: string | undefined;
|
|
109
93
|
light?: string | undefined;
|
|
110
94
|
brand?: string | undefined;
|
|
@@ -120,7 +104,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
120
104
|
positive?: string | undefined;
|
|
121
105
|
negative?: string | undefined;
|
|
122
106
|
gradient?: string[] | undefined;
|
|
123
|
-
} | {
|
|
107
|
+
} | Record<string, {
|
|
124
108
|
dark: {
|
|
125
109
|
foreground?: string | undefined;
|
|
126
110
|
background?: string | undefined;
|
|
@@ -155,6 +139,22 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
155
139
|
negative?: string | undefined;
|
|
156
140
|
gradient?: string[] | undefined;
|
|
157
141
|
};
|
|
142
|
+
} | {
|
|
143
|
+
dark?: string | undefined;
|
|
144
|
+
light?: string | undefined;
|
|
145
|
+
brand?: string | undefined;
|
|
146
|
+
alternate?: string | undefined;
|
|
147
|
+
accent?: string | undefined;
|
|
148
|
+
link?: string | undefined;
|
|
149
|
+
help?: string | undefined;
|
|
150
|
+
success?: string | undefined;
|
|
151
|
+
info?: string | undefined;
|
|
152
|
+
warning?: string | undefined;
|
|
153
|
+
danger?: string | undefined;
|
|
154
|
+
fatal?: string | undefined;
|
|
155
|
+
positive?: string | undefined;
|
|
156
|
+
negative?: string | undefined;
|
|
157
|
+
gradient?: string[] | undefined;
|
|
158
158
|
}>;
|
|
159
159
|
$schema?: string | undefined;
|
|
160
160
|
extends?: string | string[] | undefined;
|
|
@@ -174,7 +174,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
174
174
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
175
175
|
timezone?: string | undefined;
|
|
176
176
|
locale?: string | undefined;
|
|
177
|
-
logLevel?: "
|
|
177
|
+
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
178
178
|
skipConfigLogging?: boolean | undefined;
|
|
179
179
|
registry?: {
|
|
180
180
|
github?: string | undefined;
|
package/dist/define-config.d.ts
CHANGED
|
@@ -54,22 +54,6 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
54
54
|
build?: string | undefined;
|
|
55
55
|
};
|
|
56
56
|
colors: {
|
|
57
|
-
dark?: string | undefined;
|
|
58
|
-
light?: string | undefined;
|
|
59
|
-
brand?: string | undefined;
|
|
60
|
-
alternate?: string | undefined;
|
|
61
|
-
accent?: string | undefined;
|
|
62
|
-
link?: string | undefined;
|
|
63
|
-
help?: string | undefined;
|
|
64
|
-
success?: string | undefined;
|
|
65
|
-
info?: string | undefined;
|
|
66
|
-
warning?: string | undefined;
|
|
67
|
-
danger?: string | undefined;
|
|
68
|
-
fatal?: string | undefined;
|
|
69
|
-
positive?: string | undefined;
|
|
70
|
-
negative?: string | undefined;
|
|
71
|
-
gradient?: string[] | undefined;
|
|
72
|
-
} | {
|
|
73
57
|
dark: {
|
|
74
58
|
foreground?: string | undefined;
|
|
75
59
|
background?: string | undefined;
|
|
@@ -104,7 +88,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
104
88
|
negative?: string | undefined;
|
|
105
89
|
gradient?: string[] | undefined;
|
|
106
90
|
};
|
|
107
|
-
} |
|
|
91
|
+
} | {
|
|
108
92
|
dark?: string | undefined;
|
|
109
93
|
light?: string | undefined;
|
|
110
94
|
brand?: string | undefined;
|
|
@@ -120,7 +104,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
120
104
|
positive?: string | undefined;
|
|
121
105
|
negative?: string | undefined;
|
|
122
106
|
gradient?: string[] | undefined;
|
|
123
|
-
} | {
|
|
107
|
+
} | Record<string, {
|
|
124
108
|
dark: {
|
|
125
109
|
foreground?: string | undefined;
|
|
126
110
|
background?: string | undefined;
|
|
@@ -155,6 +139,22 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
155
139
|
negative?: string | undefined;
|
|
156
140
|
gradient?: string[] | undefined;
|
|
157
141
|
};
|
|
142
|
+
} | {
|
|
143
|
+
dark?: string | undefined;
|
|
144
|
+
light?: string | undefined;
|
|
145
|
+
brand?: string | undefined;
|
|
146
|
+
alternate?: string | undefined;
|
|
147
|
+
accent?: string | undefined;
|
|
148
|
+
link?: string | undefined;
|
|
149
|
+
help?: string | undefined;
|
|
150
|
+
success?: string | undefined;
|
|
151
|
+
info?: string | undefined;
|
|
152
|
+
warning?: string | undefined;
|
|
153
|
+
danger?: string | undefined;
|
|
154
|
+
fatal?: string | undefined;
|
|
155
|
+
positive?: string | undefined;
|
|
156
|
+
negative?: string | undefined;
|
|
157
|
+
gradient?: string[] | undefined;
|
|
158
158
|
}>;
|
|
159
159
|
$schema?: string | undefined;
|
|
160
160
|
extends?: string | string[] | undefined;
|
|
@@ -174,7 +174,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
174
174
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
175
175
|
timezone?: string | undefined;
|
|
176
176
|
locale?: string | undefined;
|
|
177
|
-
logLevel?: "
|
|
177
|
+
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
178
178
|
skipConfigLogging?: boolean | undefined;
|
|
179
179
|
registry?: {
|
|
180
180
|
github?: string | undefined;
|
package/dist/define-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as defineConfig}from'./chunk-5QIMO5EY.js';
|
|
1
|
+
export{a as defineConfig}from'./chunk-5QIMO5EY.js';
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs'),chunkMVLAT42C_cjs=require('./chunk-MVLAT42C.cjs'),chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),chunkTE4DJKBE_cjs=require('./chunk-TE4DJKBE.cjs');require('./chunk-4VDLQK6F.cjs');Object.defineProperty(exports,"defineConfig",{enumerable:true,get:function(){return chunk4RGB2QSN_cjs.a}});Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ia}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.v}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ta}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ga}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.l}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.q}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.da}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.U}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.W}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.V}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.x}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ua}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.m}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.p}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ca}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ba}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.fa}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.r}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.qa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ra}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.la}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.s}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.o}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.Y}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs._}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.Z}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.X}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.aa}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.$}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ka}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.oa}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ea}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.n}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ja}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.u}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.t}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.na}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.sa}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ha}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.w}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.pa}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.T}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.k}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.y}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.va}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.R}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.M}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.N}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.Q}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.S}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.P}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.A}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.B}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.z}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.D}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.C}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.E}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.ma}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.G}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.K}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.J}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.I}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.H}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkMVLAT42C_cjs.F}});Object.defineProperty(exports,"STORM_DEFAULT_BANNER_ALT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.p}});Object.defineProperty(exports,"STORM_DEFAULT_CONTACT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.c}});Object.defineProperty(exports,"STORM_DEFAULT_DOCS",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.a}});Object.defineProperty(exports,"STORM_DEFAULT_ERROR_CODES_FILE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.o}});Object.defineProperty(exports,"STORM_DEFAULT_HOMEPAGE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.b}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.f}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSING",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.e}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_BANNER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.g}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_FOOTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.n}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_DISCORD",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.i}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_GITHUB",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.m}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_MEDIUM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.l}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_SLACK",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.k}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TELEGRAM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.j}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TWITTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.h}});Object.defineProperty(exports,"STORM_DEFAULT_SUPPORT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.d}});Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkTE4DJKBE_cjs.a}});
|
|
1
|
+
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs'),chunkXSUFOUDO_cjs=require('./chunk-XSUFOUDO.cjs'),chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),chunkTE4DJKBE_cjs=require('./chunk-TE4DJKBE.cjs');Object.defineProperty(exports,"defineConfig",{enumerable:true,get:function(){return chunk4RGB2QSN_cjs.a}});Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ia}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.v}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ta}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ga}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.l}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.q}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.da}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.U}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.W}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.V}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.x}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ua}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.m}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.p}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ca}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ba}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.fa}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.r}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.qa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ra}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.la}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.s}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.o}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Y}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs._}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Z}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.X}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.aa}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.$}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ka}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.oa}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ea}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.n}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ja}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.u}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.t}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.na}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.sa}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ha}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.w}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.pa}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.T}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.k}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.y}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.va}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.R}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.M}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.N}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Q}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.S}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.P}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.A}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.B}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.z}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.D}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.C}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.E}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ma}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.G}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.K}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.J}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.I}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.H}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.F}});Object.defineProperty(exports,"STORM_DEFAULT_BANNER_ALT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.p}});Object.defineProperty(exports,"STORM_DEFAULT_CONTACT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.c}});Object.defineProperty(exports,"STORM_DEFAULT_DOCS",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.a}});Object.defineProperty(exports,"STORM_DEFAULT_ERROR_CODES_FILE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.o}});Object.defineProperty(exports,"STORM_DEFAULT_HOMEPAGE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.b}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSE",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.f}});Object.defineProperty(exports,"STORM_DEFAULT_LICENSING",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.e}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_BANNER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.g}});Object.defineProperty(exports,"STORM_DEFAULT_RELEASE_FOOTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.n}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_DISCORD",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.i}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_GITHUB",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.m}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_MEDIUM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.l}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_SLACK",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.k}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TELEGRAM",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.j}});Object.defineProperty(exports,"STORM_DEFAULT_SOCIAL_TWITTER",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.h}});Object.defineProperty(exports,"STORM_DEFAULT_SUPPORT",{enumerable:true,get:function(){return chunkUODLXUQT_cjs.d}});Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkTE4DJKBE_cjs.a}});
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,ia as branchSchema,d as brandColorSchema,v as colorsSchema,ta as configFileSchema,ga as contactSchema,l as dangerColorSchema,b as darkColorSchema,q as darkColorsSchema,da as docsSchema,U as errorCodesFileSchema,W as errorSchema,V as errorUrlSchema,x as extendsSchema,ua as extensionsSchema,m as fatalColorSchema,p as gradientStopsSchema,h as helpColorSchema,ca as homepageSchema,j as infoColorSchema,ba as licenseSchema,fa as licensingSchema,c as lightColorSchema,r as lightColorsSchema,g as linkColorSchema,qa as localeSchema,ra as logLevelSchema,la as modeSchema,s as multiColorsSchema,o as negativeColorSchema,Y as organizationDescriptionSchema,_ as organizationIconSchema,Z as organizationLogoSchema,X as organizationNameSchema,aa as organizationSchema,$ as organizationUrlSchema,ka as ownerSchema,oa as packageManagerSchema,ea as portalSchema,n as positiveColorSchema,ja as preidSchema,u as registrySchema,a as schemaRegistry,t as singleColorsSchema,na as skipCacheSchema,sa as skipConfigLoggingSchema,i as successColorSchema,ha as supportSchema,w as themeColorsSchema,pa as timezoneSchema,T as variantSchema,k as warningColorSchema,y as workspaceBotSchema,va as workspaceConfigSchema,R as workspaceDirectoryBuildSchema,M as workspaceDirectoryCacheSchema,O as workspaceDirectoryConfigSchema,N as workspaceDirectoryDataSchema,Q as workspaceDirectoryLogSchema,S as workspaceDirectorySchema,P as workspaceDirectoryTempSchema,A as workspaceReleaseBannerAltSchema,B as workspaceReleaseBannerSchema,z as workspaceReleaseBannerUrlSchema,D as workspaceReleaseFooterSchema,C as workspaceReleaseHeaderSchema,E as workspaceReleaseSchema,ma as workspaceRootSchema,G as workspaceSocialsDiscordSchema,K as workspaceSocialsGithubSchema,J as workspaceSocialsMediumSchema,L as workspaceSocialsSchema,I as workspaceSocialsSlackSchema,H as workspaceSocialsTelegramSchema,F as workspaceSocialsTwitterSchema}from'./chunk-
|
|
1
|
+
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,ia as branchSchema,d as brandColorSchema,v as colorsSchema,ta as configFileSchema,ga as contactSchema,l as dangerColorSchema,b as darkColorSchema,q as darkColorsSchema,da as docsSchema,U as errorCodesFileSchema,W as errorSchema,V as errorUrlSchema,x as extendsSchema,ua as extensionsSchema,m as fatalColorSchema,p as gradientStopsSchema,h as helpColorSchema,ca as homepageSchema,j as infoColorSchema,ba as licenseSchema,fa as licensingSchema,c as lightColorSchema,r as lightColorsSchema,g as linkColorSchema,qa as localeSchema,ra as logLevelSchema,la as modeSchema,s as multiColorsSchema,o as negativeColorSchema,Y as organizationDescriptionSchema,_ as organizationIconSchema,Z as organizationLogoSchema,X as organizationNameSchema,aa as organizationSchema,$ as organizationUrlSchema,ka as ownerSchema,oa as packageManagerSchema,ea as portalSchema,n as positiveColorSchema,ja as preidSchema,u as registrySchema,a as schemaRegistry,t as singleColorsSchema,na as skipCacheSchema,sa as skipConfigLoggingSchema,i as successColorSchema,ha as supportSchema,w as themeColorsSchema,pa as timezoneSchema,T as variantSchema,k as warningColorSchema,y as workspaceBotSchema,va as workspaceConfigSchema,R as workspaceDirectoryBuildSchema,M as workspaceDirectoryCacheSchema,O as workspaceDirectoryConfigSchema,N as workspaceDirectoryDataSchema,Q as workspaceDirectoryLogSchema,S as workspaceDirectorySchema,P as workspaceDirectoryTempSchema,A as workspaceReleaseBannerAltSchema,B as workspaceReleaseBannerSchema,z as workspaceReleaseBannerUrlSchema,D as workspaceReleaseFooterSchema,C as workspaceReleaseHeaderSchema,E as workspaceReleaseSchema,ma as workspaceRootSchema,G as workspaceSocialsDiscordSchema,K as workspaceSocialsGithubSchema,J as workspaceSocialsMediumSchema,L as workspaceSocialsSchema,I as workspaceSocialsSlackSchema,H as workspaceSocialsTelegramSchema,F as workspaceSocialsTwitterSchema}from'./chunk-ZXJP5Q3G.js';export{p as STORM_DEFAULT_BANNER_ALT,c as STORM_DEFAULT_CONTACT,a as STORM_DEFAULT_DOCS,o as STORM_DEFAULT_ERROR_CODES_FILE,b as STORM_DEFAULT_HOMEPAGE,f as STORM_DEFAULT_LICENSE,e as STORM_DEFAULT_LICENSING,g as STORM_DEFAULT_RELEASE_BANNER,n as STORM_DEFAULT_RELEASE_FOOTER,i as STORM_DEFAULT_SOCIAL_DISCORD,m as STORM_DEFAULT_SOCIAL_GITHUB,l as STORM_DEFAULT_SOCIAL_MEDIUM,k as STORM_DEFAULT_SOCIAL_SLACK,j as STORM_DEFAULT_SOCIAL_TELEGRAM,h as STORM_DEFAULT_SOCIAL_TWITTER,d as STORM_DEFAULT_SUPPORT}from'./chunk-TYDRIJER.js';export{a as COLOR_KEYS}from'./chunk-WIOU3CJS.js';
|
package/dist/schema.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var chunkXSUFOUDO_cjs=require('./chunk-XSUFOUDO.cjs');require('./chunk-UODLXUQT.cjs');Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ia}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.v}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ta}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ga}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.l}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.q}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.da}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.U}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.W}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.V}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.x}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ua}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.m}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.p}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ca}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ba}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.fa}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.r}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.qa}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ra}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.la}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.s}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.o}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Y}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs._}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Z}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.X}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.aa}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.$}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ka}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.oa}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ea}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.n}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ja}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.u}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.t}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.na}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.sa}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ha}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.w}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.pa}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.T}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.k}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.y}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.va}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.R}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.M}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.N}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.Q}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.S}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.P}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.A}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.B}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.z}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.D}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.C}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.E}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.ma}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.G}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.K}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.J}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.L}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.I}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.H}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkXSUFOUDO_cjs.F}});
|
package/dist/schema.d.cts
CHANGED
|
@@ -319,12 +319,12 @@ declare const packageManagerSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
|
319
319
|
declare const timezoneSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
320
320
|
declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
321
321
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
322
|
-
error: "error";
|
|
323
322
|
success: "success";
|
|
324
|
-
|
|
323
|
+
info: "info";
|
|
325
324
|
fatal: "fatal";
|
|
325
|
+
silent: "silent";
|
|
326
|
+
error: "error";
|
|
326
327
|
warn: "warn";
|
|
327
|
-
info: "info";
|
|
328
328
|
debug: "debug";
|
|
329
329
|
trace: "trace";
|
|
330
330
|
all: "all";
|
|
@@ -410,12 +410,12 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
410
410
|
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
411
411
|
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
412
412
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
413
|
-
error: "error";
|
|
414
413
|
success: "success";
|
|
415
|
-
|
|
414
|
+
info: "info";
|
|
416
415
|
fatal: "fatal";
|
|
416
|
+
silent: "silent";
|
|
417
|
+
error: "error";
|
|
417
418
|
warn: "warn";
|
|
418
|
-
info: "info";
|
|
419
419
|
debug: "debug";
|
|
420
420
|
trace: "trace";
|
|
421
421
|
all: "all";
|
package/dist/schema.d.ts
CHANGED
|
@@ -319,12 +319,12 @@ declare const packageManagerSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
|
319
319
|
declare const timezoneSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
320
320
|
declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
321
321
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
322
|
-
error: "error";
|
|
323
322
|
success: "success";
|
|
324
|
-
|
|
323
|
+
info: "info";
|
|
325
324
|
fatal: "fatal";
|
|
325
|
+
silent: "silent";
|
|
326
|
+
error: "error";
|
|
326
327
|
warn: "warn";
|
|
327
|
-
info: "info";
|
|
328
328
|
debug: "debug";
|
|
329
329
|
trace: "trace";
|
|
330
330
|
all: "all";
|
|
@@ -410,12 +410,12 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
410
410
|
timezone: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
411
411
|
locale: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
412
412
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
413
|
-
error: "error";
|
|
414
413
|
success: "success";
|
|
415
|
-
|
|
414
|
+
info: "info";
|
|
416
415
|
fatal: "fatal";
|
|
416
|
+
silent: "silent";
|
|
417
|
+
error: "error";
|
|
417
418
|
warn: "warn";
|
|
418
|
-
info: "info";
|
|
419
419
|
debug: "debug";
|
|
420
420
|
trace: "trace";
|
|
421
421
|
all: "all";
|
package/dist/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as accentColorSchema,e as alternateColorSchema,ia as branchSchema,d as brandColorSchema,v as colorsSchema,ta as configFileSchema,ga as contactSchema,l as dangerColorSchema,b as darkColorSchema,q as darkColorsSchema,da as docsSchema,U as errorCodesFileSchema,W as errorSchema,V as errorUrlSchema,x as extendsSchema,ua as extensionsSchema,m as fatalColorSchema,p as gradientStopsSchema,h as helpColorSchema,ca as homepageSchema,j as infoColorSchema,ba as licenseSchema,fa as licensingSchema,c as lightColorSchema,r as lightColorsSchema,g as linkColorSchema,qa as localeSchema,ra as logLevelSchema,la as modeSchema,s as multiColorsSchema,o as negativeColorSchema,Y as organizationDescriptionSchema,_ as organizationIconSchema,Z as organizationLogoSchema,X as organizationNameSchema,aa as organizationSchema,$ as organizationUrlSchema,ka as ownerSchema,oa as packageManagerSchema,ea as portalSchema,n as positiveColorSchema,ja as preidSchema,u as registrySchema,a as schemaRegistry,t as singleColorsSchema,na as skipCacheSchema,sa as skipConfigLoggingSchema,i as successColorSchema,ha as supportSchema,w as themeColorsSchema,pa as timezoneSchema,T as variantSchema,k as warningColorSchema,y as workspaceBotSchema,va as workspaceConfigSchema,R as workspaceDirectoryBuildSchema,M as workspaceDirectoryCacheSchema,O as workspaceDirectoryConfigSchema,N as workspaceDirectoryDataSchema,Q as workspaceDirectoryLogSchema,S as workspaceDirectorySchema,P as workspaceDirectoryTempSchema,A as workspaceReleaseBannerAltSchema,B as workspaceReleaseBannerSchema,z as workspaceReleaseBannerUrlSchema,D as workspaceReleaseFooterSchema,C as workspaceReleaseHeaderSchema,E as workspaceReleaseSchema,ma as workspaceRootSchema,G as workspaceSocialsDiscordSchema,K as workspaceSocialsGithubSchema,J as workspaceSocialsMediumSchema,L as workspaceSocialsSchema,I as workspaceSocialsSlackSchema,H as workspaceSocialsTelegramSchema,F as workspaceSocialsTwitterSchema}from'./chunk-
|
|
1
|
+
export{f as accentColorSchema,e as alternateColorSchema,ia as branchSchema,d as brandColorSchema,v as colorsSchema,ta as configFileSchema,ga as contactSchema,l as dangerColorSchema,b as darkColorSchema,q as darkColorsSchema,da as docsSchema,U as errorCodesFileSchema,W as errorSchema,V as errorUrlSchema,x as extendsSchema,ua as extensionsSchema,m as fatalColorSchema,p as gradientStopsSchema,h as helpColorSchema,ca as homepageSchema,j as infoColorSchema,ba as licenseSchema,fa as licensingSchema,c as lightColorSchema,r as lightColorsSchema,g as linkColorSchema,qa as localeSchema,ra as logLevelSchema,la as modeSchema,s as multiColorsSchema,o as negativeColorSchema,Y as organizationDescriptionSchema,_ as organizationIconSchema,Z as organizationLogoSchema,X as organizationNameSchema,aa as organizationSchema,$ as organizationUrlSchema,ka as ownerSchema,oa as packageManagerSchema,ea as portalSchema,n as positiveColorSchema,ja as preidSchema,u as registrySchema,a as schemaRegistry,t as singleColorsSchema,na as skipCacheSchema,sa as skipConfigLoggingSchema,i as successColorSchema,ha as supportSchema,w as themeColorsSchema,pa as timezoneSchema,T as variantSchema,k as warningColorSchema,y as workspaceBotSchema,va as workspaceConfigSchema,R as workspaceDirectoryBuildSchema,M as workspaceDirectoryCacheSchema,O as workspaceDirectoryConfigSchema,N as workspaceDirectoryDataSchema,Q as workspaceDirectoryLogSchema,S as workspaceDirectorySchema,P as workspaceDirectoryTempSchema,A as workspaceReleaseBannerAltSchema,B as workspaceReleaseBannerSchema,z as workspaceReleaseBannerUrlSchema,D as workspaceReleaseFooterSchema,C as workspaceReleaseHeaderSchema,E as workspaceReleaseSchema,ma as workspaceRootSchema,G as workspaceSocialsDiscordSchema,K as workspaceSocialsGithubSchema,J as workspaceSocialsMediumSchema,L as workspaceSocialsSchema,I as workspaceSocialsSlackSchema,H as workspaceSocialsTelegramSchema,F as workspaceSocialsTwitterSchema}from'./chunk-ZXJP5Q3G.js';import'./chunk-TYDRIJER.js';
|
package/dist/types.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var chunkTE4DJKBE_cjs=require('./chunk-TE4DJKBE.cjs');
|
|
1
|
+
'use strict';var chunkTE4DJKBE_cjs=require('./chunk-TE4DJKBE.cjs');Object.defineProperty(exports,"COLOR_KEYS",{enumerable:true,get:function(){return chunkTE4DJKBE_cjs.a}});
|
package/dist/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as COLOR_KEYS}from'./chunk-WIOU3CJS.js';
|
|
1
|
+
export{a as COLOR_KEYS}from'./chunk-WIOU3CJS.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.133.
|
|
3
|
+
"version": "1.133.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Configuration management tools and schemas for Storm Software projects, providing a standardized approach to handle project settings and presets.",
|
|
6
6
|
"repository": {
|
|
@@ -84,7 +84,8 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"types": "./dist/index.d.ts",
|
|
87
|
-
"
|
|
87
|
+
"dependencies": { "zod": "^4.1.11" },
|
|
88
|
+
"devDependencies": { "tsup": "8.4.0" },
|
|
88
89
|
"publishConfig": { "access": "public" },
|
|
89
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "58633be531c801032daa1cb3ed2bbace2fb30dd9"
|
|
90
91
|
}
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"default": "production",
|
|
237
237
|
"description": "The current runtime environment mode for the package",
|
|
238
238
|
"type": "string",
|
|
239
|
-
"enum": ["development", "
|
|
239
|
+
"enum": ["development", "test", "production"]
|
|
240
240
|
},
|
|
241
241
|
"workspaceRoot": {
|
|
242
242
|
"type": "string",
|
package/dist/chunk-4VDLQK6F.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
'use strict';var d=Object.defineProperty;var e=(c,a)=>{for(var b in a)d(c,b,{get:a[b],enumerable:true});};exports.a=e;
|
package/dist/chunk-D66TKCP6.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import {p as p$1,o}from'./chunk-TYDRIJER.js';import {a}from'./chunk-WOT6VMZA.js';function f(e,t,r){function n(u,s){var d;Object.defineProperty(u,"_zod",{value:u._zod??{},enumerable:false}),(d=u._zod).traits??(d.traits=new Set),u._zod.traits.add(e),t(u,s);for(let $ in a.prototype)$ in u||Object.defineProperty(u,$,{value:a.prototype[$].bind(u)});u._zod.constr=a,u._zod.def=s;}let i=r?.Parent??Object;class o extends i{}Object.defineProperty(o,"name",{value:e});function a(u){var s;let d=r?.Parent?new o:this;n(d,u),(s=d._zod).deferred??(s.deferred=[]);for(let $ of d._zod.deferred)$();return d}return Object.defineProperty(a,"init",{value:n}),Object.defineProperty(a,Symbol.hasInstance,{value:u=>r?.Parent&&u instanceof r.Parent?true:u?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}var O=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");}};var ze={};function P(e){return ze}var l={};a(l,{BIGINT_FORMAT_RANGES:()=>et,Class:()=>we,NUMBER_FORMAT_RANGES:()=>Qe,aborted:()=>M,allowsEval:()=>qe,assert:()=>en,assertEqual:()=>qr,assertIs:()=>Hr,assertNever:()=>Qr,assertNotEqual:()=>Yr,assignProp:()=>D,base64ToUint8Array:()=>rt,base64urlToUint8Array:()=>$n,cached:()=>ee,captureStackTrace:()=>te,cleanEnum:()=>hn,cleanRegex:()=>W,clone:()=>I,cloneDef:()=>rn,createTransparentProxy:()=>sn,defineLazy:()=>x,esc:()=>Xe,escapeRegex:()=>R,extend:()=>mn,finalizeIssue:()=>Z,floatSafeRemainder:()=>Ke,getElementAtPath:()=>nn,getEnumValues:()=>Q,getLengthableOrigin:()=>Oe,getParsedType:()=>cn,getSizableOrigin:()=>tt,hexToUint8Array:()=>bn,isObject:()=>G,isPlainObject:()=>C,issue:()=>Pe,joinValues:()=>p,jsonStringifyReplacer:()=>Ie,merge:()=>fn,mergeDefs:()=>T,normalizeParams:()=>A,nullish:()=>Se,numKeys:()=>un,objectClone:()=>tn,omit:()=>dn,optionalKeys:()=>Ue,partial:()=>gn,pick:()=>ln,prefixIssues:()=>N,primitiveTypes:()=>He,promiseAllObject:()=>on,propertyKeyTypes:()=>je,randomString:()=>an,required:()=>vn,safeExtend:()=>pn,shallowClone:()=>Ye,stringifyPrimitive:()=>m,uint8ArrayToBase64:()=>nt,uint8ArrayToBase64url:()=>_n,uint8ArrayToHex:()=>yn,unwrapMessage:()=>J});function qr(e){return e}function Yr(e){return e}function Hr(e){}function Qr(e){throw new Error}function en(e){}function Q(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,i])=>t.indexOf(+n)===-1).map(([n,i])=>i)}function p(e,t="|"){return e.map(r=>m(r)).join(t)}function Ie(e,t){return typeof t=="bigint"?t.toString():t}function ee(e){return {get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}}}}function Se(e){return e==null}function W(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Ke(e,t){let r=(e.toString().split(".")[1]||"").length,n=t.toString(),i=(n.split(".")[1]||"").length;if(i===0&&/\d?e-\d?/.test(n)){let s=n.match(/\d?e-(\d?)/);s?.[1]&&(i=Number.parseInt(s[1]));}let o=r>i?r:i,a=Number.parseInt(e.toFixed(o).replace(".","")),u=Number.parseInt(t.toFixed(o).replace(".",""));return a%u/10**o}var Be=Symbol("evaluating");function x(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==Be)return n===void 0&&(n=Be,n=r()),n},set(i){Object.defineProperty(e,t,{value:i});},configurable:true});}function tn(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function D(e,t,r){Object.defineProperty(e,t,{value:r,writable:true,enumerable:true,configurable:true});}function T(...e){let t={};for(let r of e){let n=Object.getOwnPropertyDescriptors(r);Object.assign(t,n);}return Object.defineProperties({},t)}function rn(e){return T(e._zod.def)}function nn(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function on(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let i={};for(let o=0;o<t.length;o++)i[t[o]]=n[o];return i})}function an(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function Xe(e){return JSON.stringify(e)}var te="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function G(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var qe=ee(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return false;try{let e=Function;return new e(""),!0}catch{return false}});function C(e){if(G(e)===false)return false;let t=e.constructor;if(t===void 0)return true;let r=t.prototype;return !(G(r)===false||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===false)}function Ye(e){return C(e)?{...e}:Array.isArray(e)?[...e]:e}function un(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var cn=e=>{let t=typeof e;switch(t){case "undefined":return "undefined";case "string":return "string";case "number":return Number.isNaN(e)?"nan":"number";case "boolean":return "boolean";case "function":return "function";case "bigint":return "bigint";case "symbol":return "symbol";case "object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},je=new Set(["string","number","symbol"]),He=new Set(["string","number","bigint","boolean","symbol","undefined"]);function R(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function I(e,t,r){let n=new e._zod.constr(t??e._zod.def);return (!t||r?.parent)&&(n._zod.parent=e),n}function A(e){let t=e;if(!t)return {};if(typeof t=="string")return {error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message;}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function sn(e){let t;return new Proxy({},{get(r,n,i){return t??(t=e()),Reflect.get(t,n,i)},set(r,n,i,o){return t??(t=e()),Reflect.set(t,n,i,o)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,i){return t??(t=e()),Reflect.defineProperty(t,n,i)}})}function m(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Ue(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var Qe={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},et={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function ln(e,t){let r=e._zod.def,n=T(e._zod.def,{get shape(){let i={};for(let o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(i[o]=r.shape[o]);}return D(this,"shape",i),i},checks:[]});return I(e,n)}function dn(e,t){let r=e._zod.def,n=T(e._zod.def,{get shape(){let i={...e._zod.def.shape};for(let o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete i[o];}return D(this,"shape",i),i},checks:[]});return I(e,n)}function mn(e,t){if(!C(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0)throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");let i=T(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t};return D(this,"shape",o),o},checks:[]});return I(e,i)}function pn(e,t){if(!C(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r={...e._zod.def,get shape(){let n={...e._zod.def.shape,...t};return D(this,"shape",n),n},checks:e._zod.def.checks};return I(e,r)}function fn(e,t){let r=T(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return D(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:[]});return I(e,r)}function gn(e,t,r){let n=T(t._zod.def,{get shape(){let i=t._zod.def.shape,o={...i};if(r)for(let a in r){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=e?new e({type:"optional",innerType:i[a]}):i[a]);}else for(let a in i)o[a]=e?new e({type:"optional",innerType:i[a]}):i[a];return D(this,"shape",o),o},checks:[]});return I(t,n)}function vn(e,t,r){let n=T(t._zod.def,{get shape(){let i=t._zod.def.shape,o={...i};if(r)for(let a in r){if(!(a in o))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=new e({type:"nonoptional",innerType:i[a]}));}else for(let a in i)o[a]=new e({type:"nonoptional",innerType:i[a]});return D(this,"shape",o),o},checks:[]});return I(t,n)}function M(e,t=0){if(e.aborted===true)return true;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==true)return true;return false}function N(e,t){return t.map(r=>{var n;return (n=r).path??(n.path=[]),r.path.unshift(e),r})}function J(e){return typeof e=="string"?e:e?.message}function Z(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=J(e.inst?._zod.def?.error?.(e))??J(t?.error?.(e))??J(r.customError?.(e))??J(r.localeError?.(e))??"Invalid input";n.message=i;}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function tt(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Oe(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Pe(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function hn(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function rt(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function nt(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function $n(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return rt(t+r)}function _n(e){return nt(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function bn(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n/2]=Number.parseInt(t.slice(n,n+2),16);return r}function yn(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var we=class{constructor(...t){}};var it=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:false}),Object.defineProperty(e,"issues",{value:t,enumerable:false}),e.message=JSON.stringify(t,Ie,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:false});},ot=f("$ZodError",it),B=f("$ZodError",it,{Parent:Error});var zn=e=>(t,r,n,i)=>{let o=n?Object.assign(n,{async:false}):{async:false},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise)throw new O;if(a.issues.length){let u=new(i?.Err??e)(a.issues.map(s=>Z(s,o,P())));throw te(u,i?.callee),u}return a.value},re=zn(B),kn=e=>async(t,r,n,i)=>{let o=n?Object.assign(n,{async:true}):{async:true},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise&&(a=await a),a.issues.length){let u=new(i?.Err??e)(a.issues.map(s=>Z(s,o,P())));throw te(u,i?.callee),u}return a.value},ne=kn(B),wn=e=>(t,r,n)=>{let i=n?{...n,async:false}:{async:false},o=t._zod.run({value:r,issues:[]},i);if(o instanceof Promise)throw new O;return o.issues.length?{success:false,error:new(e??ot)(o.issues.map(a=>Z(a,i,P())))}:{success:true,data:o.value}},K=wn(B),In=e=>async(t,r,n)=>{let i=n?Object.assign(n,{async:true}):{async:true},o=t._zod.run({value:r,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:false,error:new e(o.issues.map(a=>Z(a,i,P())))}:{success:true,data:o.value}},X=In(B);var at=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/;var ut=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)};var ct=/^(?:true|false)$/i;var V=f("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[]);});var st=f("$ZodCheckLengthEquals",(e,t)=>{var r;V.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return !Se(i)&&i.length!==void 0}),e._zod.onattach.push(n=>{let i=n._zod.bag;i.minimum=t.length,i.maximum=t.length,i.length=t.length;}),e._zod.check=n=>{let i=n.value,o=i.length;if(o===t.length)return;let a=Oe(i),u=o>t.length;n.issues.push({origin:a,...u?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:true,exact:true,input:n.value,inst:e,continue:!t.abort});};}),Ne=f("$ZodCheckStringFormat",(e,t)=>{var r,n;V.init(e,t),e._zod.onattach.push(i=>{let o=i._zod.bag;o.format=t.format,t.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(t.pattern));}),t.pattern?(r=e._zod).check??(r.check=i=>{t.pattern.lastIndex=0,!t.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:t.format,input:i.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort});}):(n=e._zod).check??(n.check=()=>{});}),lt=f("$ZodCheckRegex",(e,t)=>{Ne.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort});};});var dt=f("$ZodCheckOverwrite",(e,t)=>{V.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value);};});var pt={major:4,minor:1,patch:11};var y=f("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=pt;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let i of n)for(let o of i._zod.onattach)o(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse;});else {let i=(a,u,s)=>{let d=M(a),$;for(let j of u){if(j._zod.def.when){if(!j._zod.def.when(a))continue}else if(d)continue;let U=a.issues.length,H=j._zod.check(a);if(H instanceof Promise&&s?.async===false)throw new O;if($||H instanceof Promise)$=($??Promise.resolve()).then(async()=>{await H,a.issues.length!==U&&(d||(d=M(a,U)));});else {if(a.issues.length===U)continue;d||(d=M(a,U));}}return $?$.then(()=>a):a},o=(a,u,s)=>{if(M(a))return a.aborted=true,a;let d=i(u,n,s);if(d instanceof Promise){if(s.async===false)throw new O;return d.then($=>e._zod.parse($,s))}return e._zod.parse(d,s)};e._zod.run=(a,u)=>{if(u.skipChecks)return e._zod.parse(a,u);if(u.direction==="backward"){let d=e._zod.parse({value:a.value,issues:[]},{...u,skipChecks:true});return d instanceof Promise?d.then($=>o($,a,u)):o(d,a,u)}let s=e._zod.parse(a,u);if(s instanceof Promise){if(u.async===false)throw new O;return s.then(d=>i(d,n,u))}return i(s,n,u)};}e["~standard"]={validate:i=>{try{let o=K(e,i);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return X(e,i).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1};}),oe=f("$ZodString",(e,t)=>{y.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??ut(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value);}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r};}),Ze=f("$ZodStringFormat",(e,t)=>{Ne.init(e,t),oe.init(e,t);});var $t=f("$ZodURL",(e,t)=>{Ze.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:at.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort});}};});var De=f("$ZodBoolean",(e,t)=>{y.init(e,t),e._zod.pattern=ct,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value;}catch{}let i=r.value;return typeof i=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r};});var _t=f("$ZodAny",(e,t)=>{y.init(e,t),e._zod.parse=r=>r;});function ft(e,t,r){e.issues.length&&t.issues.push(...N(r,e.issues)),t.value[r]=e.value;}var bt=f("$ZodArray",(e,t)=>{y.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let o=[];for(let a=0;a<i.length;a++){let u=i[a],s=t.element._zod.run({value:u,issues:[]},n);s instanceof Promise?o.push(s.then(d=>ft(d,r,a))):ft(s,r,a);}return o.length?Promise.all(o).then(()=>r):r};});function ie(e,t,r,n){e.issues.length&&t.issues.push(...N(r,e.issues)),e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value;}function Un(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=Ue(e.shape);return {...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function On(e,t,r,n,i,o){let a=[],u=i.keySet,s=i.catchall._zod,d=s.def.type;for(let $ of Object.keys(t)){if(u.has($))continue;if(d==="never"){a.push($);continue}let j=s.run({value:t[$],issues:[]},n);j instanceof Promise?e.push(j.then(U=>ie(U,r,$,t))):ie(j,r,$,t);}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o}),e.length?Promise.all(e).then(()=>r):r}var yt=f("$ZodObject",(e,t)=>{if(y.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let u=t.shape;Object.defineProperty(t,"shape",{get:()=>{let s={...u};return Object.defineProperty(t,"shape",{value:s}),s}});}let n=ee(()=>Un(t));x(e._zod,"propValues",()=>{let u=t.shape,s={};for(let d in u){let $=u[d]._zod;if($.values){s[d]??(s[d]=new Set);for(let j of $.values)s[d].add(j);}}return s});let i=G,o=t.catchall,a;e._zod.parse=(u,s)=>{a??(a=n.value);let d=u.value;if(!i(d))return u.issues.push({expected:"object",code:"invalid_type",input:d,inst:e}),u;u.value={};let $=[],j=a.shape;for(let U of a.keys){let L=j[U]._zod.run({value:d[U],issues:[]},s);L instanceof Promise?$.push(L.then(Wr=>ie(Wr,u,U,d))):ie(L,u,U,d);}return o?On($,d,u,s,n.value,e):$.length?Promise.all($).then(()=>u):u};});function gt(e,t,r,n){for(let o of e)if(o.issues.length===0)return t.value=o.value,t;let i=e.filter(o=>!M(o));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(a=>Z(a,n,P())))}),t)}var xt=f("$ZodUnion",(e,t)=>{y.init(e,t),x(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),x(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),x(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),x(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${i.map(o=>W(o.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,o)=>{if(r)return n(i,o);let a=false,u=[];for(let s of t.options){let d=s._zod.run({value:i.value,issues:[]},o);if(d instanceof Promise)u.push(d),a=true;else {if(d.issues.length===0)return d;u.push(d);}}return a?Promise.all(u).then(s=>gt(s,i,e,o)):gt(u,i,e,o)};});var zt=f("$ZodRecord",(e,t)=>{y.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!C(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let o=[];if(t.keyType._zod.values){let a=t.keyType._zod.values;r.value={};for(let s of a)if(typeof s=="string"||typeof s=="number"||typeof s=="symbol"){let d=t.valueType._zod.run({value:i[s],issues:[]},n);d instanceof Promise?o.push(d.then($=>{$.issues.length&&r.issues.push(...N(s,$.issues)),r.value[s]=$.value;})):(d.issues.length&&r.issues.push(...N(s,d.issues)),r.value[s]=d.value);}let u;for(let s in i)a.has(s)||(u=u??[],u.push(s));u&&u.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:u});}else {r.value={};for(let a of Reflect.ownKeys(i)){if(a==="__proto__")continue;let u=t.keyType._zod.run({value:a,issues:[]},n);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(u.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(d=>Z(d,n,P())),input:a,path:[a],inst:e}),r.value[u.value]=u.value;continue}let s=t.valueType._zod.run({value:i[a],issues:[]},n);s instanceof Promise?o.push(s.then(d=>{d.issues.length&&r.issues.push(...N(a,d.issues)),r.value[u.value]=d.value;})):(s.issues.length&&r.issues.push(...N(a,s.issues)),r.value[u.value]=s.value);}}return o.length?Promise.all(o).then(()=>r):r};});var kt=f("$ZodEnum",(e,t)=>{y.init(e,t);let r=Q(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>je.has(typeof i)).map(i=>typeof i=="string"?R(i):i.toString()).join("|")})$`),e._zod.parse=(i,o)=>{let a=i.value;return n.has(a)||i.issues.push({code:"invalid_value",values:r,input:a,inst:e}),i};}),wt=f("$ZodLiteral",(e,t)=>{if(y.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?R(r):r?R(r.toString()):String(r)).join("|")})$`),e._zod.parse=(r,n)=>{let i=r.value;return e._zod.values.has(i)||r.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),r};});function vt(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}var It=f("$ZodOptional",(e,t)=>{y.init(e,t),e._zod.optin="optional",e._zod.optout="optional",x(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),x(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${W(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(o=>vt(o,r.value)):vt(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)};}),St=f("$ZodNullable",(e,t)=>{y.init(e,t),x(e._zod,"optin",()=>t.innerType._zod.optin),x(e._zod,"optout",()=>t.innerType._zod.optout),x(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${W(r.source)}|null)$`):void 0}),x(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n);}),jt=f("$ZodDefault",(e,t)=>{y.init(e,t),e._zod.optin="optional",x(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);if(r.value===void 0)return r.value=t.defaultValue,r;let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(o=>ht(o,t)):ht(i,t)};});function ht(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var ae=class{constructor(){this._map=new WeakMap,this._idmap=new Map;}add(t,...r){let n=r[0];if(this._map.set(t,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,t);}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let i={...n,...this._map.get(t)};return Object.keys(i).length?i:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Te(){return new ae}function Ot(e,t){return new e({type:"string",...A(t)})}function Pt(e,t){return new e({type:"string",format:"url",check:"string_format",abort:false,...A(t)})}function Nt(e,t){return new e({type:"boolean",...A(t)})}function Zt(e){return new e({type:"any"})}function Ee(e,t){return new st({check:"length_equals",...A(t),length:e})}function Ae(e,t){return new lt({check:"string_format",format:"regex",...A(t),pattern:e})}function Me(e){return new dt({check:"overwrite",tx:e})}function v(){return Me(e=>e.trim())}function z(){return Me(e=>e.toLowerCase())}var S=f("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");y.init(e,t),e.def=t,e.type=t.type,e.parse=(r,n)=>re(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>K(e,r,n),e.parseAsync=async(r,n)=>ne(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>X(e,r,n),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),e.clone=(r,n)=>I(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e));}),Le=f("ZodMiniString",(e,t)=>{oe.init(e,t),S.init(e,t);});function g(e){return Ot(Le,e)}var Dt=f("ZodMiniStringFormat",(e,t)=>{Ze.init(e,t),Le.init(e,t);});var Ln=f("ZodMiniURL",(e,t)=>{$t.init(e,t),Dt.init(e,t);});function k(e){return Pt(Ln,e)}var Tt=f("ZodMiniBoolean",(e,t)=>{De.init(e,t),S.init(e,t);});function Ce(e){return Nt(Tt,e)}var Cn=f("ZodMiniAny",(e,t)=>{_t.init(e,t),S.init(e,t);});function Et(){return Zt(Cn)}var Rn=f("ZodMiniArray",(e,t)=>{bt.init(e,t),S.init(e,t);});function Re(e,t){return new Rn({type:"array",element:e,...l.normalizeParams(t)})}var Vn=f("ZodMiniObject",(e,t)=>{yt.init(e,t),S.init(e,t),l.defineLazy(e,"shape",()=>t.shape);});function w(e,t){let r={type:"object",shape:e??{},...l.normalizeParams(t)};return new Vn(r)}var Fn=f("ZodMiniUnion",(e,t)=>{xt.init(e,t),S.init(e,t);});function E(e,t){return new Fn({type:"union",options:e,...l.normalizeParams(t)})}var Jn=f("ZodMiniRecord",(e,t)=>{zt.init(e,t),S.init(e,t);});function Ve(e,t,r){return new Jn({type:"record",keyType:e,valueType:t,...l.normalizeParams(r)})}var Gn=f("ZodMiniEnum",(e,t)=>{kt.init(e,t),S.init(e,t),e.options=Object.values(t.entries);});function Y(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Gn({type:"enum",entries:r,...l.normalizeParams(t)})}var Wn=f("ZodMiniLiteral",(e,t)=>{wt.init(e,t),S.init(e,t);});function At(e,t){return new Wn({type:"literal",values:Array.isArray(e)?e:[e],...l.normalizeParams(t)})}var Bn=f("ZodMiniOptional",(e,t)=>{It.init(e,t),S.init(e,t);});function h(e){return new Bn({type:"optional",innerType:e})}var Kn=f("ZodMiniNullable",(e,t)=>{St.init(e,t),S.init(e,t);});function Mt(e){return new Kn({type:"nullable",innerType:e})}var Xn=f("ZodMiniDefault",(e,t)=>{jt.init(e,t),S.init(e,t);});function _(e,t){return new Xn({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():l.shallowClone(t)}})}var c=Te(),b=g().check(Ee(7),z(),Ae(/^#([0-9a-f]{3}){1,2}$/i),v());c.add(b,{description:"A base schema for describing the format of colors"});var ce=_(b,"#151718");c.add(ce,{description:"The dark background color of the workspace"});var se=_(b,"#cbd5e1");c.add(se,{description:"The light background color of the workspace"});var le=_(b,"#1fb2a6");c.add(le,{description:"The primary brand specific color of the workspace"});var de=h(b);c.add(de,{description:"The alternate brand specific color of the workspace"});var me=h(b);c.add(me,{description:"The secondary brand specific color of the workspace"});var pe=_(b,"#3fa6ff");c.add(pe,{description:"The color used to display hyperlink text"});var fe=_(b,"#818cf8");c.add(fe,{description:"The second brand specific color of the workspace"});var ge=_(b,"#45b27e");c.add(ge,{description:"The success color of the workspace"});var ve=_(b,"#38bdf8");c.add(ve,{description:"The informational color of the workspace"});var he=_(b,"#f3d371");c.add(he,{description:"The warning color of the workspace"});var $e=_(b,"#d8314a");c.add($e,{description:"The danger color of the workspace"});var _e=h(b);c.add(_e,{description:"The fatal color of the workspace"});var be=_(b,"#4ade80");c.add(be,{description:"The positive number color of the workspace"});var ye=_(b,"#ef4444");c.add(ye,{description:"The negative number color of the workspace"});var xe=h(Re(b));c.add(xe,{description:"The color stops for the base gradient color pattern used in the workspace"});var ri=w({foreground:se,background:ce,brand:le,alternate:de,accent:me,link:pe,help:fe,success:ge,info:ve,warning:he,danger:$e,fatal:_e,positive:be,negative:ye,gradient:xe}),ni=w({foreground:ce,background:se,brand:le,alternate:de,accent:me,link:pe,help:fe,success:ge,info:ve,warning:he,danger:$e,fatal:_e,positive:be,negative:ye,gradient:xe}),ii=w({dark:ri,light:ni}),oi=w({dark:ce,light:se,brand:le,alternate:de,accent:me,link:pe,help:fe,success:ge,info:ve,warning:he,danger:$e,fatal:_e,positive:be,negative:ye,gradient:xe}),F=h(k());c.add(F,{description:"A remote registry URL used to publish distributable packages"});var Ct=_(w({github:F,npm:F,cargo:F,cyclone:F,container:F}),{});c.add(Ct,{description:"A list of remote registry URLs used by Storm Software"});var Fe=E([oi,ii]);c.add(Fe,{description:"Colors used for various workspace elements"});var Rt=Ve(E([E([At("base"),g()]),g()]),Fe);c.add(Rt,{description:"Storm theme config values used for styling various package elements"});var Vt=h(E([g().check(v()),Re(g().check(v()))]));c.add(Vt,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var Ft=g().check(v());c.add(Ft,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var Jt=g().check(v());c.add(Jt,{description:"The email of the workspace bot"});var Gt=w({name:Ft,email:Jt});c.add(Gt,{description:"The workspace's bot user's config used to automated various operations tasks"});var Wt=h(g().check(v(),k()));c.add(Wt,{description:"A URL to a banner image used to display the workspace's release"});var Bt=_(g().check(v()),p$1);c.add(Bt,{description:"The alt text for the workspace's release banner image"});var Kt=w({url:Wt,alt:Bt});c.add(Kt,{description:"The workspace's banner image used during the release process"});var Xt=h(g().check(v()));c.add(Xt,{description:"A header message appended to the start of the workspace's release notes"});var qt=h(g().check(v()));c.add(qt,{description:"A footer message appended to the end of the workspace's release notes"});var Yt=w({banner:E([Kt,g().check(v(),k())]),header:Xt,footer:qt});c.add(Yt,{description:"The workspace's release config used during the release process"});var Ht=h(g().check(v()));c.add(Ht,{description:"A Twitter/X account associated with the organization/project"});var Qt=h(g().check(v()));c.add(Qt,{description:"A Discord account associated with the organization/project"});var er=h(g().check(v()));c.add(er,{description:"A Telegram account associated with the organization/project"});var tr=h(g().check(v()));c.add(tr,{description:"A Slack account associated with the organization/project"});var rr=h(g().check(v()));c.add(rr,{description:"A Medium account associated with the organization/project"});var nr=h(g().check(v()));c.add(nr,{description:"A GitHub account associated with the organization/project"});var ir=w({twitter:Ht,discord:Qt,telegram:er,slack:tr,medium:rr,github:nr});c.add(ir,{description:"The workspace's account config used to store various social media links"});var or=h(g().check(v()));c.add(or,{description:"The directory used to store the environment's cached file data"});var ar=h(g().check(v()));c.add(ar,{description:"The directory used to store the environment's data files"});var ur=h(g().check(v()));c.add(ur,{description:"The directory used to store the environment's configuration files"});var cr=h(g().check(v()));c.add(cr,{description:"The directory used to store the environment's temp files"});var sr=h(g().check(v()));c.add(sr,{description:"The directory used to store the environment's log files"});var lr=_(g().check(v()),"dist");c.add(lr,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var dr=w({cache:or,data:ar,config:ur,temp:cr,log:sr,build:lr});c.add(dr,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var mr=_(Y(["minimal","monorepo"]),"monorepo");c.add(mr,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var pr=_(g().check(v()),o);c.add(pr,{description:"The path to the workspace's error codes JSON file"});var fr=h(k());c.add(fr,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var gr=w({codesFile:pr,url:fr});c.add(gr,{description:"The workspace's error config used when creating error details during a system error"});var vr=h(g().check(v(),z()));c.add(vr,{description:"The name of the organization"});var hr=h(g().check(v()));c.add(hr,{description:"A description of the organization"});var $r=h(k());c.add($r,{description:"A URL to the organization's logo image"});var _r=h(k());c.add(_r,{description:"A URL to the organization's icon image"});var br=h(k());c.add(br,{description:"A URL to a page that provides more information about the organization"});var yr=w({name:vr,description:hr,logo:$r,icon:_r,url:br});c.add(yr,{description:"The workspace's organization details"});var xr=_(g().check(v(),z()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");c.add(xr,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var zr=g().check(v(),z());c.add(zr,{description:"The name of the workspace/project/service/package/scope using this configuration"});var kr=g().check(v(),z());c.add(kr,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var wr=E([yr,g().check(v(),z())]);c.add(wr,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var Ir=g().check(v(),z());c.add(Ir,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var Sr=_(g().check(v()),"Apache-2.0");c.add(Sr,{description:"The license type of the package"});var jr=h(k());c.add(jr,{description:"The homepage of the workspace"});var Ur=h(k());c.add(Ur,{description:"The documentation site for the workspace"});var Or=h(k());c.add(Or,{description:"The development portal site for the workspace"});var Pr=h(k());c.add(Pr,{description:"The licensing site for the workspace"});var Nr=h(k());c.add(Nr,{description:"The contact site for the workspace"});var Zr=h(k());c.add(Zr,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var Dr=_(g().check(v(),z()),"main");c.add(Dr,{description:"The branch of the workspace"});var Tr=h(g().check(v(),z()));c.add(Tr,{description:"A tag specifying the version pre-release identifier"});var Er=h(g().check(v(),z()));c.add(Er,{description:"The owner of the package"});var Ar=_(Y(["development","test","production"]).check(v(),z()),"production");c.add(Ar,{description:"The current runtime environment mode for the package"});var Mr=g().check(v(),z());c.add(Mr,{description:"The root directory of the workspace"});var Lr=_(Ce(),false);c.add(Lr,{description:"Should all known types of workspace caching be skipped?"});var Cr=_(Y(["npm","yarn","pnpm","bun"]),"npm");c.add(Cr,{description:"The JavaScript/TypeScript package manager used by the repository"});var Rr=_(g().check(v()),"America/New_York");c.add(Rr,{description:"The default timezone of the workspace"});var Vr=_(g().check(v()),"en-US");c.add(Vr,{description:"The default locale of the workspace"});var Fr=_(Y(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");c.add(Fr,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var Jr=_(Ce(),true);c.add(Jr,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Gr=_(Mt(g().check(v())),null);c.add(Gr,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var Je=_(Ve(g(),Et()),{});c.add(Je,{description:"Configuration of each used extension"});var Hl=w({$schema:xr,extends:Vt,name:zr,variant:mr,namespace:kr,organization:wr,repository:Ir,license:Sr,homepage:jr,docs:Ur,portal:Or,licensing:Pr,contact:Nr,support:Zr,branch:Dr,preid:Tr,owner:Er,bot:Gt,release:Yt,socials:ir,error:gr,mode:Ar,workspaceRoot:Mr,skipCache:Lr,directories:dr,packageManager:Cr,timezone:Rr,locale:Vr,logLevel:Fr,skipConfigLogging:Jr,registry:Ct,configFile:Gr,colors:E([Fe,Rt]),extensions:Je});c.add(Je,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
-
export{br as $,Bt as A,Kt as B,Xt as C,qt as D,Yt as E,Ht as F,Qt as G,er as H,tr as I,rr as J,nr as K,ir as L,or as M,ar as N,ur as O,cr as P,sr as Q,lr as R,dr as S,mr as T,pr as U,fr as V,gr as W,vr as X,hr as Y,$r as Z,_r as _,c as a,yr as aa,ce as b,Sr as ba,se as c,jr as ca,le as d,Ur as da,de as e,Or as ea,me as f,Pr as fa,pe as g,Nr as ga,fe as h,Zr as ha,ge as i,Dr as ia,ve as j,Tr as ja,he as k,Er as ka,$e as l,Ar as la,_e as m,Mr as ma,be as n,Lr as na,ye as o,Cr as oa,xe as p,Rr as pa,ri as q,Vr as qa,ni as r,Fr as ra,ii as s,Jr as sa,oi as t,Gr as ta,Ct as u,Je as ua,Fe as v,Hl as va,Rt as w,Vt as x,Gt as y,Wt as z};
|
package/dist/chunk-MVLAT42C.cjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
'use strict';var chunkUODLXUQT_cjs=require('./chunk-UODLXUQT.cjs'),chunk4VDLQK6F_cjs=require('./chunk-4VDLQK6F.cjs');function g(e,t,r){function n(u,l){var m;Object.defineProperty(u,"_zod",{value:u._zod??{},enumerable:false}),(m=u._zod).traits??(m.traits=new Set),u._zod.traits.add(e),t(u,l);for(let _ in a.prototype)_ in u||Object.defineProperty(u,_,{value:a.prototype[_].bind(u)});u._zod.constr=a,u._zod.def=l;}let i=r?.Parent??Object;class o extends i{}Object.defineProperty(o,"name",{value:e});function a(u){var l;let m=r?.Parent?new o:this;n(m,u),(l=m._zod).deferred??(l.deferred=[]);for(let _ of m._zod.deferred)_();return m}return Object.defineProperty(a,"init",{value:n}),Object.defineProperty(a,Symbol.hasInstance,{value:u=>r?.Parent&&u instanceof r.Parent?true:u?._zod?.traits?.has(e)}),Object.defineProperty(a,"name",{value:e}),a}var P=class extends Error{constructor(){super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");}};var ke={};function N(e){return ke}var d={};chunk4VDLQK6F_cjs.a(d,{BIGINT_FORMAT_RANGES:()=>tt,Class:()=>Ie,NUMBER_FORMAT_RANGES:()=>et,aborted:()=>L,allowsEval:()=>Ye,assert:()=>tn,assertEqual:()=>Yr,assertIs:()=>Qr,assertNever:()=>en,assertNotEqual:()=>Hr,assignProp:()=>T,base64ToUint8Array:()=>nt,base64urlToUint8Array:()=>_n,cached:()=>te,captureStackTrace:()=>re,cleanEnum:()=>$n,cleanRegex:()=>B,clone:()=>S,cloneDef:()=>nn,createTransparentProxy:()=>ln,defineLazy:()=>z,esc:()=>qe,escapeRegex:()=>V,extend:()=>pn,finalizeIssue:()=>D,floatSafeRemainder:()=>Xe,getElementAtPath:()=>on,getEnumValues:()=>ee,getLengthableOrigin:()=>Pe,getParsedType:()=>sn,getSizableOrigin:()=>rt,hexToUint8Array:()=>yn,isObject:()=>W,isPlainObject:()=>R,issue:()=>Ne,joinValues:()=>f,jsonStringifyReplacer:()=>Se,merge:()=>gn,mergeDefs:()=>E,normalizeParams:()=>M,nullish:()=>je,numKeys:()=>cn,objectClone:()=>rn,omit:()=>mn,optionalKeys:()=>Oe,partial:()=>vn,pick:()=>dn,prefixIssues:()=>Z,primitiveTypes:()=>Qe,promiseAllObject:()=>an,propertyKeyTypes:()=>Ue,randomString:()=>un,required:()=>hn,safeExtend:()=>fn,shallowClone:()=>He,stringifyPrimitive:()=>p,uint8ArrayToBase64:()=>it,uint8ArrayToBase64url:()=>bn,uint8ArrayToHex:()=>xn,unwrapMessage:()=>G});function Yr(e){return e}function Hr(e){return e}function Qr(e){}function en(e){throw new Error}function tn(e){}function ee(e){let t=Object.values(e).filter(n=>typeof n=="number");return Object.entries(e).filter(([n,i])=>t.indexOf(+n)===-1).map(([n,i])=>i)}function f(e,t="|"){return e.map(r=>p(r)).join(t)}function Se(e,t){return typeof t=="bigint"?t.toString():t}function te(e){return {get value(){{let r=e();return Object.defineProperty(this,"value",{value:r}),r}}}}function je(e){return e==null}function B(e){let t=e.startsWith("^")?1:0,r=e.endsWith("$")?e.length-1:e.length;return e.slice(t,r)}function Xe(e,t){let r=(e.toString().split(".")[1]||"").length,n=t.toString(),i=(n.split(".")[1]||"").length;if(i===0&&/\d?e-\d?/.test(n)){let l=n.match(/\d?e-(\d?)/);l?.[1]&&(i=Number.parseInt(l[1]));}let o=r>i?r:i,a=Number.parseInt(e.toFixed(o).replace(".","")),u=Number.parseInt(t.toFixed(o).replace(".",""));return a%u/10**o}var Ke=Symbol("evaluating");function z(e,t,r){let n;Object.defineProperty(e,t,{get(){if(n!==Ke)return n===void 0&&(n=Ke,n=r()),n},set(i){Object.defineProperty(e,t,{value:i});},configurable:true});}function rn(e){return Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e))}function T(e,t,r){Object.defineProperty(e,t,{value:r,writable:true,enumerable:true,configurable:true});}function E(...e){let t={};for(let r of e){let n=Object.getOwnPropertyDescriptors(r);Object.assign(t,n);}return Object.defineProperties({},t)}function nn(e){return E(e._zod.def)}function on(e,t){return t?t.reduce((r,n)=>r?.[n],e):e}function an(e){let t=Object.keys(e),r=t.map(n=>e[n]);return Promise.all(r).then(n=>{let i={};for(let o=0;o<t.length;o++)i[t[o]]=n[o];return i})}function un(e=10){let t="abcdefghijklmnopqrstuvwxyz",r="";for(let n=0;n<e;n++)r+=t[Math.floor(Math.random()*t.length)];return r}function qe(e){return JSON.stringify(e)}var re="captureStackTrace"in Error?Error.captureStackTrace:(...e)=>{};function W(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}var Ye=te(()=>{if(typeof navigator<"u"&&navigator?.userAgent?.includes("Cloudflare"))return false;try{let e=Function;return new e(""),!0}catch{return false}});function R(e){if(W(e)===false)return false;let t=e.constructor;if(t===void 0)return true;let r=t.prototype;return !(W(r)===false||Object.prototype.hasOwnProperty.call(r,"isPrototypeOf")===false)}function He(e){return R(e)?{...e}:Array.isArray(e)?[...e]:e}function cn(e){let t=0;for(let r in e)Object.prototype.hasOwnProperty.call(e,r)&&t++;return t}var sn=e=>{let t=typeof e;switch(t){case "undefined":return "undefined";case "string":return "string";case "number":return Number.isNaN(e)?"nan":"number";case "boolean":return "boolean";case "function":return "function";case "bigint":return "bigint";case "symbol":return "symbol";case "object":return Array.isArray(e)?"array":e===null?"null":e.then&&typeof e.then=="function"&&e.catch&&typeof e.catch=="function"?"promise":typeof Map<"u"&&e instanceof Map?"map":typeof Set<"u"&&e instanceof Set?"set":typeof Date<"u"&&e instanceof Date?"date":typeof File<"u"&&e instanceof File?"file":"object";default:throw new Error(`Unknown data type: ${t}`)}},Ue=new Set(["string","number","symbol"]),Qe=new Set(["string","number","bigint","boolean","symbol","undefined"]);function V(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function S(e,t,r){let n=new e._zod.constr(t??e._zod.def);return (!t||r?.parent)&&(n._zod.parent=e),n}function M(e){let t=e;if(!t)return {};if(typeof t=="string")return {error:()=>t};if(t?.message!==void 0){if(t?.error!==void 0)throw new Error("Cannot specify both `message` and `error` params");t.error=t.message;}return delete t.message,typeof t.error=="string"?{...t,error:()=>t.error}:t}function ln(e){let t;return new Proxy({},{get(r,n,i){return t??(t=e()),Reflect.get(t,n,i)},set(r,n,i,o){return t??(t=e()),Reflect.set(t,n,i,o)},has(r,n){return t??(t=e()),Reflect.has(t,n)},deleteProperty(r,n){return t??(t=e()),Reflect.deleteProperty(t,n)},ownKeys(r){return t??(t=e()),Reflect.ownKeys(t)},getOwnPropertyDescriptor(r,n){return t??(t=e()),Reflect.getOwnPropertyDescriptor(t,n)},defineProperty(r,n,i){return t??(t=e()),Reflect.defineProperty(t,n,i)}})}function p(e){return typeof e=="bigint"?e.toString()+"n":typeof e=="string"?`"${e}"`:`${e}`}function Oe(e){return Object.keys(e).filter(t=>e[t]._zod.optin==="optional"&&e[t]._zod.optout==="optional")}var et={safeint:[Number.MIN_SAFE_INTEGER,Number.MAX_SAFE_INTEGER],int32:[-2147483648,2147483647],uint32:[0,4294967295],float32:[-34028234663852886e22,34028234663852886e22],float64:[-Number.MAX_VALUE,Number.MAX_VALUE]},tt={int64:[BigInt("-9223372036854775808"),BigInt("9223372036854775807")],uint64:[BigInt(0),BigInt("18446744073709551615")]};function dn(e,t){let r=e._zod.def,n=E(e._zod.def,{get shape(){let i={};for(let o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&(i[o]=r.shape[o]);}return T(this,"shape",i),i},checks:[]});return S(e,n)}function mn(e,t){let r=e._zod.def,n=E(e._zod.def,{get shape(){let i={...e._zod.def.shape};for(let o in t){if(!(o in r.shape))throw new Error(`Unrecognized key: "${o}"`);t[o]&&delete i[o];}return T(this,"shape",i),i},checks:[]});return S(e,n)}function pn(e,t){if(!R(t))throw new Error("Invalid input to extend: expected a plain object");let r=e._zod.def.checks;if(r&&r.length>0)throw new Error("Object schemas containing refinements cannot be extended. Use `.safeExtend()` instead.");let i=E(e._zod.def,{get shape(){let o={...e._zod.def.shape,...t};return T(this,"shape",o),o},checks:[]});return S(e,i)}function fn(e,t){if(!R(t))throw new Error("Invalid input to safeExtend: expected a plain object");let r={...e._zod.def,get shape(){let n={...e._zod.def.shape,...t};return T(this,"shape",n),n},checks:e._zod.def.checks};return S(e,r)}function gn(e,t){let r=E(e._zod.def,{get shape(){let n={...e._zod.def.shape,...t._zod.def.shape};return T(this,"shape",n),n},get catchall(){return t._zod.def.catchall},checks:[]});return S(e,r)}function vn(e,t,r){let n=E(t._zod.def,{get shape(){let i=t._zod.def.shape,o={...i};if(r)for(let a in r){if(!(a in i))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=e?new e({type:"optional",innerType:i[a]}):i[a]);}else for(let a in i)o[a]=e?new e({type:"optional",innerType:i[a]}):i[a];return T(this,"shape",o),o},checks:[]});return S(t,n)}function hn(e,t,r){let n=E(t._zod.def,{get shape(){let i=t._zod.def.shape,o={...i};if(r)for(let a in r){if(!(a in o))throw new Error(`Unrecognized key: "${a}"`);r[a]&&(o[a]=new e({type:"nonoptional",innerType:i[a]}));}else for(let a in i)o[a]=new e({type:"nonoptional",innerType:i[a]});return T(this,"shape",o),o},checks:[]});return S(t,n)}function L(e,t=0){if(e.aborted===true)return true;for(let r=t;r<e.issues.length;r++)if(e.issues[r]?.continue!==true)return true;return false}function Z(e,t){return t.map(r=>{var n;return (n=r).path??(n.path=[]),r.path.unshift(e),r})}function G(e){return typeof e=="string"?e:e?.message}function D(e,t,r){let n={...e,path:e.path??[]};if(!e.message){let i=G(e.inst?._zod.def?.error?.(e))??G(t?.error?.(e))??G(r.customError?.(e))??G(r.localeError?.(e))??"Invalid input";n.message=i;}return delete n.inst,delete n.continue,t?.reportInput||delete n.input,n}function rt(e){return e instanceof Set?"set":e instanceof Map?"map":e instanceof File?"file":"unknown"}function Pe(e){return Array.isArray(e)?"array":typeof e=="string"?"string":"unknown"}function Ne(...e){let[t,r,n]=e;return typeof t=="string"?{message:t,code:"custom",input:r,inst:n}:{...t}}function $n(e){return Object.entries(e).filter(([t,r])=>Number.isNaN(Number.parseInt(t,10))).map(t=>t[1])}function nt(e){let t=atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n);return r}function it(e){let t="";for(let r=0;r<e.length;r++)t+=String.fromCharCode(e[r]);return btoa(t)}function _n(e){let t=e.replace(/-/g,"+").replace(/_/g,"/"),r="=".repeat((4-t.length%4)%4);return nt(t+r)}function bn(e){return it(e).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function yn(e){let t=e.replace(/^0x/,"");if(t.length%2!==0)throw new Error("Invalid hex string length");let r=new Uint8Array(t.length/2);for(let n=0;n<t.length;n+=2)r[n/2]=Number.parseInt(t.slice(n,n+2),16);return r}function xn(e){return Array.from(e).map(t=>t.toString(16).padStart(2,"0")).join("")}var Ie=class{constructor(...t){}};var ot=(e,t)=>{e.name="$ZodError",Object.defineProperty(e,"_zod",{value:e._zod,enumerable:false}),Object.defineProperty(e,"issues",{value:t,enumerable:false}),e.message=JSON.stringify(t,Se,2),Object.defineProperty(e,"toString",{value:()=>e.message,enumerable:false});},at=g("$ZodError",ot),K=g("$ZodError",ot,{Parent:Error});var kn=e=>(t,r,n,i)=>{let o=n?Object.assign(n,{async:false}):{async:false},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise)throw new P;if(a.issues.length){let u=new(i?.Err??e)(a.issues.map(l=>D(l,o,N())));throw re(u,i?.callee),u}return a.value},ne=kn(K),wn=e=>async(t,r,n,i)=>{let o=n?Object.assign(n,{async:true}):{async:true},a=t._zod.run({value:r,issues:[]},o);if(a instanceof Promise&&(a=await a),a.issues.length){let u=new(i?.Err??e)(a.issues.map(l=>D(l,o,N())));throw re(u,i?.callee),u}return a.value},ie=wn(K),In=e=>(t,r,n)=>{let i=n?{...n,async:false}:{async:false},o=t._zod.run({value:r,issues:[]},i);if(o instanceof Promise)throw new P;return o.issues.length?{success:false,error:new(e??at)(o.issues.map(a=>D(a,i,N())))}:{success:true,data:o.value}},X=In(K),Sn=e=>async(t,r,n)=>{let i=n?Object.assign(n,{async:true}):{async:true},o=t._zod.run({value:r,issues:[]},i);return o instanceof Promise&&(o=await o),o.issues.length?{success:false,error:new e(o.issues.map(a=>D(a,i,N())))}:{success:true,data:o.value}},q=Sn(K);var ut=/^(?=.{1,253}\.?$)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[-0-9a-zA-Z]{0,61}[0-9a-zA-Z])?)*\.?$/;var ct=e=>{let t=e?`[\\s\\S]{${e?.minimum??0},${e?.maximum??""}}`:"[\\s\\S]*";return new RegExp(`^${t}$`)};var st=/^(?:true|false)$/i;var F=g("$ZodCheck",(e,t)=>{var r;e._zod??(e._zod={}),e._zod.def=t,(r=e._zod).onattach??(r.onattach=[]);});var lt=g("$ZodCheckLengthEquals",(e,t)=>{var r;F.init(e,t),(r=e._zod.def).when??(r.when=n=>{let i=n.value;return !je(i)&&i.length!==void 0}),e._zod.onattach.push(n=>{let i=n._zod.bag;i.minimum=t.length,i.maximum=t.length,i.length=t.length;}),e._zod.check=n=>{let i=n.value,o=i.length;if(o===t.length)return;let a=Pe(i),u=o>t.length;n.issues.push({origin:a,...u?{code:"too_big",maximum:t.length}:{code:"too_small",minimum:t.length},inclusive:true,exact:true,input:n.value,inst:e,continue:!t.abort});};}),Ze=g("$ZodCheckStringFormat",(e,t)=>{var r,n;F.init(e,t),e._zod.onattach.push(i=>{let o=i._zod.bag;o.format=t.format,t.pattern&&(o.patterns??(o.patterns=new Set),o.patterns.add(t.pattern));}),t.pattern?(r=e._zod).check??(r.check=i=>{t.pattern.lastIndex=0,!t.pattern.test(i.value)&&i.issues.push({origin:"string",code:"invalid_format",format:t.format,input:i.value,...t.pattern?{pattern:t.pattern.toString()}:{},inst:e,continue:!t.abort});}):(n=e._zod).check??(n.check=()=>{});}),dt=g("$ZodCheckRegex",(e,t)=>{Ze.init(e,t),e._zod.check=r=>{t.pattern.lastIndex=0,!t.pattern.test(r.value)&&r.issues.push({origin:"string",code:"invalid_format",format:"regex",input:r.value,pattern:t.pattern.toString(),inst:e,continue:!t.abort});};});var mt=g("$ZodCheckOverwrite",(e,t)=>{F.init(e,t),e._zod.check=r=>{r.value=t.tx(r.value);};});var ft={major:4,minor:1,patch:11};var x=g("$ZodType",(e,t)=>{var r;e??(e={}),e._zod.def=t,e._zod.bag=e._zod.bag||{},e._zod.version=ft;let n=[...e._zod.def.checks??[]];e._zod.traits.has("$ZodCheck")&&n.unshift(e);for(let i of n)for(let o of i._zod.onattach)o(e);if(n.length===0)(r=e._zod).deferred??(r.deferred=[]),e._zod.deferred?.push(()=>{e._zod.run=e._zod.parse;});else {let i=(a,u,l)=>{let m=L(a),_;for(let U of u){if(U._zod.def.when){if(!U._zod.def.when(a))continue}else if(m)continue;let O=a.issues.length,Q=U._zod.check(a);if(Q instanceof Promise&&l?.async===false)throw new P;if(_||Q instanceof Promise)_=(_??Promise.resolve()).then(async()=>{await Q,a.issues.length!==O&&(m||(m=L(a,O)));});else {if(a.issues.length===O)continue;m||(m=L(a,O));}}return _?_.then(()=>a):a},o=(a,u,l)=>{if(L(a))return a.aborted=true,a;let m=i(u,n,l);if(m instanceof Promise){if(l.async===false)throw new P;return m.then(_=>e._zod.parse(_,l))}return e._zod.parse(m,l)};e._zod.run=(a,u)=>{if(u.skipChecks)return e._zod.parse(a,u);if(u.direction==="backward"){let m=e._zod.parse({value:a.value,issues:[]},{...u,skipChecks:true});return m instanceof Promise?m.then(_=>o(_,a,u)):o(m,a,u)}let l=e._zod.parse(a,u);if(l instanceof Promise){if(u.async===false)throw new P;return l.then(m=>i(m,n,u))}return i(l,n,u)};}e["~standard"]={validate:i=>{try{let o=X(e,i);return o.success?{value:o.data}:{issues:o.error?.issues}}catch{return q(e,i).then(a=>a.success?{value:a.data}:{issues:a.error?.issues})}},vendor:"zod",version:1};}),ae=g("$ZodString",(e,t)=>{x.init(e,t),e._zod.pattern=[...e?._zod.bag?.patterns??[]].pop()??ct(e._zod.bag),e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=String(r.value);}catch{}return typeof r.value=="string"||r.issues.push({expected:"string",code:"invalid_type",input:r.value,inst:e}),r};}),De=g("$ZodStringFormat",(e,t)=>{Ze.init(e,t),ae.init(e,t);});var _t=g("$ZodURL",(e,t)=>{De.init(e,t),e._zod.check=r=>{try{let n=r.value.trim(),i=new URL(n);t.hostname&&(t.hostname.lastIndex=0,t.hostname.test(i.hostname)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid hostname",pattern:ut.source,input:r.value,inst:e,continue:!t.abort})),t.protocol&&(t.protocol.lastIndex=0,t.protocol.test(i.protocol.endsWith(":")?i.protocol.slice(0,-1):i.protocol)||r.issues.push({code:"invalid_format",format:"url",note:"Invalid protocol",pattern:t.protocol.source,input:r.value,inst:e,continue:!t.abort})),t.normalize?r.value=i.href:r.value=n;return}catch{r.issues.push({code:"invalid_format",format:"url",input:r.value,inst:e,continue:!t.abort});}};});var Te=g("$ZodBoolean",(e,t)=>{x.init(e,t),e._zod.pattern=st,e._zod.parse=(r,n)=>{if(t.coerce)try{r.value=!!r.value;}catch{}let i=r.value;return typeof i=="boolean"||r.issues.push({expected:"boolean",code:"invalid_type",input:i,inst:e}),r};});var bt=g("$ZodAny",(e,t)=>{x.init(e,t),e._zod.parse=r=>r;});function gt(e,t,r){e.issues.length&&t.issues.push(...Z(r,e.issues)),t.value[r]=e.value;}var yt=g("$ZodArray",(e,t)=>{x.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!Array.isArray(i))return r.issues.push({expected:"array",code:"invalid_type",input:i,inst:e}),r;r.value=Array(i.length);let o=[];for(let a=0;a<i.length;a++){let u=i[a],l=t.element._zod.run({value:u,issues:[]},n);l instanceof Promise?o.push(l.then(m=>gt(m,r,a))):gt(l,r,a);}return o.length?Promise.all(o).then(()=>r):r};});function oe(e,t,r,n){e.issues.length&&t.issues.push(...Z(r,e.issues)),e.value===void 0?r in n&&(t.value[r]=void 0):t.value[r]=e.value;}function On(e){let t=Object.keys(e.shape);for(let n of t)if(!e.shape?.[n]?._zod?.traits?.has("$ZodType"))throw new Error(`Invalid element at key "${n}": expected a Zod schema`);let r=Oe(e.shape);return {...e,keys:t,keySet:new Set(t),numKeys:t.length,optionalKeys:new Set(r)}}function Pn(e,t,r,n,i,o){let a=[],u=i.keySet,l=i.catchall._zod,m=l.def.type;for(let _ of Object.keys(t)){if(u.has(_))continue;if(m==="never"){a.push(_);continue}let U=l.run({value:t[_],issues:[]},n);U instanceof Promise?e.push(U.then(O=>oe(O,r,_,t))):oe(U,r,_,t);}return a.length&&r.issues.push({code:"unrecognized_keys",keys:a,input:t,inst:o}),e.length?Promise.all(e).then(()=>r):r}var xt=g("$ZodObject",(e,t)=>{if(x.init(e,t),!Object.getOwnPropertyDescriptor(t,"shape")?.get){let u=t.shape;Object.defineProperty(t,"shape",{get:()=>{let l={...u};return Object.defineProperty(t,"shape",{value:l}),l}});}let n=te(()=>On(t));z(e._zod,"propValues",()=>{let u=t.shape,l={};for(let m in u){let _=u[m]._zod;if(_.values){l[m]??(l[m]=new Set);for(let U of _.values)l[m].add(U);}}return l});let i=W,o=t.catchall,a;e._zod.parse=(u,l)=>{a??(a=n.value);let m=u.value;if(!i(m))return u.issues.push({expected:"object",code:"invalid_type",input:m,inst:e}),u;u.value={};let _=[],U=a.shape;for(let O of a.keys){let C=U[O]._zod.run({value:m[O],issues:[]},l);C instanceof Promise?_.push(C.then(Br=>oe(Br,u,O,m))):oe(C,u,O,m);}return o?Pn(_,m,u,l,n.value,e):_.length?Promise.all(_).then(()=>u):u};});function vt(e,t,r,n){for(let o of e)if(o.issues.length===0)return t.value=o.value,t;let i=e.filter(o=>!L(o));return i.length===1?(t.value=i[0].value,i[0]):(t.issues.push({code:"invalid_union",input:t.value,inst:r,errors:e.map(o=>o.issues.map(a=>D(a,n,N())))}),t)}var zt=g("$ZodUnion",(e,t)=>{x.init(e,t),z(e._zod,"optin",()=>t.options.some(i=>i._zod.optin==="optional")?"optional":void 0),z(e._zod,"optout",()=>t.options.some(i=>i._zod.optout==="optional")?"optional":void 0),z(e._zod,"values",()=>{if(t.options.every(i=>i._zod.values))return new Set(t.options.flatMap(i=>Array.from(i._zod.values)))}),z(e._zod,"pattern",()=>{if(t.options.every(i=>i._zod.pattern)){let i=t.options.map(o=>o._zod.pattern);return new RegExp(`^(${i.map(o=>B(o.source)).join("|")})$`)}});let r=t.options.length===1,n=t.options[0]._zod.run;e._zod.parse=(i,o)=>{if(r)return n(i,o);let a=false,u=[];for(let l of t.options){let m=l._zod.run({value:i.value,issues:[]},o);if(m instanceof Promise)u.push(m),a=true;else {if(m.issues.length===0)return m;u.push(m);}}return a?Promise.all(u).then(l=>vt(l,i,e,o)):vt(u,i,e,o)};});var kt=g("$ZodRecord",(e,t)=>{x.init(e,t),e._zod.parse=(r,n)=>{let i=r.value;if(!R(i))return r.issues.push({expected:"record",code:"invalid_type",input:i,inst:e}),r;let o=[];if(t.keyType._zod.values){let a=t.keyType._zod.values;r.value={};for(let l of a)if(typeof l=="string"||typeof l=="number"||typeof l=="symbol"){let m=t.valueType._zod.run({value:i[l],issues:[]},n);m instanceof Promise?o.push(m.then(_=>{_.issues.length&&r.issues.push(...Z(l,_.issues)),r.value[l]=_.value;})):(m.issues.length&&r.issues.push(...Z(l,m.issues)),r.value[l]=m.value);}let u;for(let l in i)a.has(l)||(u=u??[],u.push(l));u&&u.length>0&&r.issues.push({code:"unrecognized_keys",input:i,inst:e,keys:u});}else {r.value={};for(let a of Reflect.ownKeys(i)){if(a==="__proto__")continue;let u=t.keyType._zod.run({value:a,issues:[]},n);if(u instanceof Promise)throw new Error("Async schemas not supported in object keys currently");if(u.issues.length){r.issues.push({code:"invalid_key",origin:"record",issues:u.issues.map(m=>D(m,n,N())),input:a,path:[a],inst:e}),r.value[u.value]=u.value;continue}let l=t.valueType._zod.run({value:i[a],issues:[]},n);l instanceof Promise?o.push(l.then(m=>{m.issues.length&&r.issues.push(...Z(a,m.issues)),r.value[u.value]=m.value;})):(l.issues.length&&r.issues.push(...Z(a,l.issues)),r.value[u.value]=l.value);}}return o.length?Promise.all(o).then(()=>r):r};});var wt=g("$ZodEnum",(e,t)=>{x.init(e,t);let r=ee(t.entries),n=new Set(r);e._zod.values=n,e._zod.pattern=new RegExp(`^(${r.filter(i=>Ue.has(typeof i)).map(i=>typeof i=="string"?V(i):i.toString()).join("|")})$`),e._zod.parse=(i,o)=>{let a=i.value;return n.has(a)||i.issues.push({code:"invalid_value",values:r,input:a,inst:e}),i};}),It=g("$ZodLiteral",(e,t)=>{if(x.init(e,t),t.values.length===0)throw new Error("Cannot create literal schema with no valid values");e._zod.values=new Set(t.values),e._zod.pattern=new RegExp(`^(${t.values.map(r=>typeof r=="string"?V(r):r?V(r.toString()):String(r)).join("|")})$`),e._zod.parse=(r,n)=>{let i=r.value;return e._zod.values.has(i)||r.issues.push({code:"invalid_value",values:t.values,input:i,inst:e}),r};});function ht(e,t){return e.issues.length&&t===void 0?{issues:[],value:void 0}:e}var St=g("$ZodOptional",(e,t)=>{x.init(e,t),e._zod.optin="optional",e._zod.optout="optional",z(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,void 0]):void 0),z(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${B(r.source)})?$`):void 0}),e._zod.parse=(r,n)=>{if(t.innerType._zod.optin==="optional"){let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(o=>ht(o,r.value)):ht(i,r.value)}return r.value===void 0?r:t.innerType._zod.run(r,n)};}),jt=g("$ZodNullable",(e,t)=>{x.init(e,t),z(e._zod,"optin",()=>t.innerType._zod.optin),z(e._zod,"optout",()=>t.innerType._zod.optout),z(e._zod,"pattern",()=>{let r=t.innerType._zod.pattern;return r?new RegExp(`^(${B(r.source)}|null)$`):void 0}),z(e._zod,"values",()=>t.innerType._zod.values?new Set([...t.innerType._zod.values,null]):void 0),e._zod.parse=(r,n)=>r.value===null?r:t.innerType._zod.run(r,n);}),Ut=g("$ZodDefault",(e,t)=>{x.init(e,t),e._zod.optin="optional",z(e._zod,"values",()=>t.innerType._zod.values),e._zod.parse=(r,n)=>{if(n.direction==="backward")return t.innerType._zod.run(r,n);if(r.value===void 0)return r.value=t.defaultValue,r;let i=t.innerType._zod.run(r,n);return i instanceof Promise?i.then(o=>$t(o,t)):$t(i,t)};});function $t(e,t){return e.value===void 0&&(e.value=t.defaultValue),e}var ue=class{constructor(){this._map=new WeakMap,this._idmap=new Map;}add(t,...r){let n=r[0];if(this._map.set(t,n),n&&typeof n=="object"&&"id"in n){if(this._idmap.has(n.id))throw new Error(`ID ${n.id} already exists in the registry`);this._idmap.set(n.id,t);}return this}clear(){return this._map=new WeakMap,this._idmap=new Map,this}remove(t){let r=this._map.get(t);return r&&typeof r=="object"&&"id"in r&&this._idmap.delete(r.id),this._map.delete(t),this}get(t){let r=t._zod.parent;if(r){let n={...this.get(r)??{}};delete n.id;let i={...n,...this._map.get(t)};return Object.keys(i).length?i:void 0}return this._map.get(t)}has(t){return this._map.has(t)}};function Ee(){return new ue}function Pt(e,t){return new e({type:"string",...M(t)})}function Nt(e,t){return new e({type:"string",format:"url",check:"string_format",abort:false,...M(t)})}function Zt(e,t){return new e({type:"boolean",...M(t)})}function Dt(e){return new e({type:"any"})}function Ae(e,t){return new lt({check:"length_equals",...M(t),length:e})}function Me(e,t){return new dt({check:"string_format",format:"regex",...M(t),pattern:e})}function Le(e){return new mt({check:"overwrite",tx:e})}function h(){return Le(e=>e.trim())}function k(){return Le(e=>e.toLowerCase())}var j=g("ZodMiniType",(e,t)=>{if(!e._zod)throw new Error("Uninitialized schema in ZodMiniType.");x.init(e,t),e.def=t,e.type=t.type,e.parse=(r,n)=>ne(e,r,n,{callee:e.parse}),e.safeParse=(r,n)=>X(e,r,n),e.parseAsync=async(r,n)=>ie(e,r,n,{callee:e.parseAsync}),e.safeParseAsync=async(r,n)=>q(e,r,n),e.check=(...r)=>e.clone({...t,checks:[...t.checks??[],...r.map(n=>typeof n=="function"?{_zod:{check:n,def:{check:"custom"},onattach:[]}}:n)]}),e.clone=(r,n)=>S(e,r,n),e.brand=()=>e,e.register=((r,n)=>(r.add(e,n),e));}),Ce=g("ZodMiniString",(e,t)=>{ae.init(e,t),j.init(e,t);});function v(e){return Pt(Ce,e)}var Tt=g("ZodMiniStringFormat",(e,t)=>{De.init(e,t),Ce.init(e,t);});var Cn=g("ZodMiniURL",(e,t)=>{_t.init(e,t),Tt.init(e,t);});function w(e){return Nt(Cn,e)}var Et=g("ZodMiniBoolean",(e,t)=>{Te.init(e,t),j.init(e,t);});function Re(e){return Zt(Et,e)}var Rn=g("ZodMiniAny",(e,t)=>{bt.init(e,t),j.init(e,t);});function At(){return Dt(Rn)}var Vn=g("ZodMiniArray",(e,t)=>{yt.init(e,t),j.init(e,t);});function Ve(e,t){return new Vn({type:"array",element:e,...d.normalizeParams(t)})}var Fn=g("ZodMiniObject",(e,t)=>{xt.init(e,t),j.init(e,t),d.defineLazy(e,"shape",()=>t.shape);});function I(e,t){let r={type:"object",shape:e??{},...d.normalizeParams(t)};return new Fn(r)}var Jn=g("ZodMiniUnion",(e,t)=>{zt.init(e,t),j.init(e,t);});function A(e,t){return new Jn({type:"union",options:e,...d.normalizeParams(t)})}var Gn=g("ZodMiniRecord",(e,t)=>{kt.init(e,t),j.init(e,t);});function Fe(e,t,r){return new Gn({type:"record",keyType:e,valueType:t,...d.normalizeParams(r)})}var Wn=g("ZodMiniEnum",(e,t)=>{wt.init(e,t),j.init(e,t),e.options=Object.values(t.entries);});function H(e,t){let r=Array.isArray(e)?Object.fromEntries(e.map(n=>[n,n])):e;return new Wn({type:"enum",entries:r,...d.normalizeParams(t)})}var Bn=g("ZodMiniLiteral",(e,t)=>{It.init(e,t),j.init(e,t);});function Mt(e,t){return new Bn({type:"literal",values:Array.isArray(e)?e:[e],...d.normalizeParams(t)})}var Kn=g("ZodMiniOptional",(e,t)=>{St.init(e,t),j.init(e,t);});function $(e){return new Kn({type:"optional",innerType:e})}var Xn=g("ZodMiniNullable",(e,t)=>{jt.init(e,t),j.init(e,t);});function Lt(e){return new Xn({type:"nullable",innerType:e})}var qn=g("ZodMiniDefault",(e,t)=>{Ut.init(e,t),j.init(e,t);});function b(e,t){return new qn({type:"default",innerType:e,get defaultValue(){return typeof t=="function"?t():d.shallowClone(t)}})}var c=Ee(),y=v().check(Ae(7),k(),Me(/^#([0-9a-f]{3}){1,2}$/i),h());c.add(y,{description:"A base schema for describing the format of colors"});var se=b(y,"#151718");c.add(se,{description:"The dark background color of the workspace"});var le=b(y,"#cbd5e1");c.add(le,{description:"The light background color of the workspace"});var de=b(y,"#1fb2a6");c.add(de,{description:"The primary brand specific color of the workspace"});var me=$(y);c.add(me,{description:"The alternate brand specific color of the workspace"});var pe=$(y);c.add(pe,{description:"The secondary brand specific color of the workspace"});var fe=b(y,"#3fa6ff");c.add(fe,{description:"The color used to display hyperlink text"});var ge=b(y,"#818cf8");c.add(ge,{description:"The second brand specific color of the workspace"});var ve=b(y,"#45b27e");c.add(ve,{description:"The success color of the workspace"});var he=b(y,"#38bdf8");c.add(he,{description:"The informational color of the workspace"});var $e=b(y,"#f3d371");c.add($e,{description:"The warning color of the workspace"});var _e=b(y,"#d8314a");c.add(_e,{description:"The danger color of the workspace"});var be=$(y);c.add(be,{description:"The fatal color of the workspace"});var ye=b(y,"#4ade80");c.add(ye,{description:"The positive number color of the workspace"});var xe=b(y,"#ef4444");c.add(xe,{description:"The negative number color of the workspace"});var ze=$(Ve(y));c.add(ze,{description:"The color stops for the base gradient color pattern used in the workspace"});var ni=I({foreground:le,background:se,brand:de,alternate:me,accent:pe,link:fe,help:ge,success:ve,info:he,warning:$e,danger:_e,fatal:be,positive:ye,negative:xe,gradient:ze}),ii=I({foreground:se,background:le,brand:de,alternate:me,accent:pe,link:fe,help:ge,success:ve,info:he,warning:$e,danger:_e,fatal:be,positive:ye,negative:xe,gradient:ze}),oi=I({dark:ni,light:ii}),ai=I({dark:se,light:le,brand:de,alternate:me,accent:pe,link:fe,help:ge,success:ve,info:he,warning:$e,danger:_e,fatal:be,positive:ye,negative:xe,gradient:ze}),J=$(w());c.add(J,{description:"A remote registry URL used to publish distributable packages"});var Rt=b(I({github:J,npm:J,cargo:J,cyclone:J,container:J}),{});c.add(Rt,{description:"A list of remote registry URLs used by Storm Software"});var Je=A([ai,oi]);c.add(Je,{description:"Colors used for various workspace elements"});var Vt=Fe(A([A([Mt("base"),v()]),v()]),Je);c.add(Vt,{description:"Storm theme config values used for styling various package elements"});var Ft=$(A([v().check(h()),Ve(v().check(h()))]));c.add(Ft,{description:"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."});var Jt=v().check(h());c.add(Jt,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var Gt=v().check(h());c.add(Gt,{description:"The email of the workspace bot"});var Wt=I({name:Jt,email:Gt});c.add(Wt,{description:"The workspace's bot user's config used to automated various operations tasks"});var Bt=$(v().check(h(),w()));c.add(Bt,{description:"A URL to a banner image used to display the workspace's release"});var Kt=b(v().check(h()),chunkUODLXUQT_cjs.p);c.add(Kt,{description:"The alt text for the workspace's release banner image"});var Xt=I({url:Bt,alt:Kt});c.add(Xt,{description:"The workspace's banner image used during the release process"});var qt=$(v().check(h()));c.add(qt,{description:"A header message appended to the start of the workspace's release notes"});var Yt=$(v().check(h()));c.add(Yt,{description:"A footer message appended to the end of the workspace's release notes"});var Ht=I({banner:A([Xt,v().check(h(),w())]),header:qt,footer:Yt});c.add(Ht,{description:"The workspace's release config used during the release process"});var Qt=$(v().check(h()));c.add(Qt,{description:"A Twitter/X account associated with the organization/project"});var er=$(v().check(h()));c.add(er,{description:"A Discord account associated with the organization/project"});var tr=$(v().check(h()));c.add(tr,{description:"A Telegram account associated with the organization/project"});var rr=$(v().check(h()));c.add(rr,{description:"A Slack account associated with the organization/project"});var nr=$(v().check(h()));c.add(nr,{description:"A Medium account associated with the organization/project"});var ir=$(v().check(h()));c.add(ir,{description:"A GitHub account associated with the organization/project"});var or=I({twitter:Qt,discord:er,telegram:tr,slack:rr,medium:nr,github:ir});c.add(or,{description:"The workspace's account config used to store various social media links"});var ar=$(v().check(h()));c.add(ar,{description:"The directory used to store the environment's cached file data"});var ur=$(v().check(h()));c.add(ur,{description:"The directory used to store the environment's data files"});var cr=$(v().check(h()));c.add(cr,{description:"The directory used to store the environment's configuration files"});var sr=$(v().check(h()));c.add(sr,{description:"The directory used to store the environment's temp files"});var lr=$(v().check(h()));c.add(lr,{description:"The directory used to store the environment's log files"});var dr=b(v().check(h()),"dist");c.add(dr,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var mr=I({cache:ar,data:ur,config:cr,temp:sr,log:lr,build:dr});c.add(mr,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var pr=b(H(["minimal","monorepo"]),"monorepo");c.add(pr,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var fr=b(v().check(h()),chunkUODLXUQT_cjs.o);c.add(fr,{description:"The path to the workspace's error codes JSON file"});var gr=$(w());c.add(gr,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var vr=I({codesFile:fr,url:gr});c.add(vr,{description:"The workspace's error config used when creating error details during a system error"});var hr=$(v().check(h(),k()));c.add(hr,{description:"The name of the organization"});var $r=$(v().check(h()));c.add($r,{description:"A description of the organization"});var _r=$(w());c.add(_r,{description:"A URL to the organization's logo image"});var br=$(w());c.add(br,{description:"A URL to the organization's icon image"});var yr=$(w());c.add(yr,{description:"A URL to a page that provides more information about the organization"});var xr=I({name:hr,description:$r,logo:_r,icon:br,url:yr});c.add(xr,{description:"The workspace's organization details"});var zr=b(v().check(h(),k()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");c.add(zr,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var kr=v().check(h(),k());c.add(kr,{description:"The name of the workspace/project/service/package/scope using this configuration"});var wr=v().check(h(),k());c.add(wr,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var Ir=A([xr,v().check(h(),k())]);c.add(Ir,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var Sr=v().check(h(),k());c.add(Sr,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var jr=b(v().check(h()),"Apache-2.0");c.add(jr,{description:"The license type of the package"});var Ur=$(w());c.add(Ur,{description:"The homepage of the workspace"});var Or=$(w());c.add(Or,{description:"The documentation site for the workspace"});var Pr=$(w());c.add(Pr,{description:"The development portal site for the workspace"});var Nr=$(w());c.add(Nr,{description:"The licensing site for the workspace"});var Zr=$(w());c.add(Zr,{description:"The contact site for the workspace"});var Dr=$(w());c.add(Dr,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var Tr=b(v().check(h(),k()),"main");c.add(Tr,{description:"The branch of the workspace"});var Er=$(v().check(h(),k()));c.add(Er,{description:"A tag specifying the version pre-release identifier"});var Ar=$(v().check(h(),k()));c.add(Ar,{description:"The owner of the package"});var Mr=b(H(["development","test","production"]).check(h(),k()),"production");c.add(Mr,{description:"The current runtime environment mode for the package"});var Lr=v().check(h(),k());c.add(Lr,{description:"The root directory of the workspace"});var Cr=b(Re(),false);c.add(Cr,{description:"Should all known types of workspace caching be skipped?"});var Rr=b(H(["npm","yarn","pnpm","bun"]),"npm");c.add(Rr,{description:"The JavaScript/TypeScript package manager used by the repository"});var Vr=b(v().check(h()),"America/New_York");c.add(Vr,{description:"The default timezone of the workspace"});var Fr=b(v().check(h()),"en-US");c.add(Fr,{description:"The default locale of the workspace"});var Jr=b(H(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");c.add(Jr,{description:"The log level used to filter out lower priority log messages. If not provided, this is defaulted using the `environment` config value (if `environment` is set to `production` then `level` is `error`, else `level` is `debug`)."});var Gr=b(Re(),true);c.add(Gr,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var Wr=b(Lt(v().check(h())),null);c.add(Wr,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var Ge=b(Fe(v(),At()),{});c.add(Ge,{description:"Configuration of each used extension"});var fm=I({$schema:zr,extends:Ft,name:kr,variant:pr,namespace:wr,organization:Ir,repository:Sr,license:jr,homepage:Ur,docs:Or,portal:Pr,licensing:Nr,contact:Zr,support:Dr,branch:Tr,preid:Er,owner:Ar,bot:Wt,release:Ht,socials:or,error:vr,mode:Mr,workspaceRoot:Lr,skipCache:Cr,directories:mr,packageManager:Rr,timezone:Vr,locale:Fr,logLevel:Jr,skipConfigLogging:Gr,registry:Rt,configFile:Wr,colors:A([Je,Vt]),extensions:Ge});c.add(Ge,{description:"Storm Workspace config values used during various dev-ops processes. This type is a combination of the StormPackageConfig and StormProject types. It represents the config of the entire monorepo."});
|
|
2
|
-
exports.$=yr;exports.A=Kt;exports.B=Xt;exports.C=qt;exports.D=Yt;exports.E=Ht;exports.F=Qt;exports.G=er;exports.H=tr;exports.I=rr;exports.J=nr;exports.K=ir;exports.L=or;exports.M=ar;exports.N=ur;exports.O=cr;exports.P=sr;exports.Q=lr;exports.R=dr;exports.S=mr;exports.T=pr;exports.U=fr;exports.V=gr;exports.W=vr;exports.X=hr;exports.Y=$r;exports.Z=_r;exports._=br;exports.a=c;exports.aa=xr;exports.b=se;exports.ba=jr;exports.c=le;exports.ca=Ur;exports.d=de;exports.da=Or;exports.e=me;exports.ea=Pr;exports.f=pe;exports.fa=Nr;exports.g=fe;exports.ga=Zr;exports.h=ge;exports.ha=Dr;exports.i=ve;exports.ia=Tr;exports.j=he;exports.ja=Er;exports.k=$e;exports.ka=Ar;exports.l=_e;exports.la=Mr;exports.m=be;exports.ma=Lr;exports.n=ye;exports.na=Cr;exports.o=xe;exports.oa=Rr;exports.p=ze;exports.pa=Vr;exports.q=ni;exports.qa=Fr;exports.r=ii;exports.ra=Jr;exports.s=oi;exports.sa=Gr;exports.t=ai;exports.ta=Wr;exports.u=Rt;exports.ua=Ge;exports.v=Je;exports.va=fm;exports.w=Vt;exports.x=Ft;exports.y=Wt;exports.z=Bt;
|
package/dist/chunk-WOT6VMZA.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var d=Object.defineProperty;var e=(c,a)=>{for(var b in a)d(c,b,{get:a[b],enumerable:true});};export{e as a};
|