@storm-software/config 1.134.75 → 1.135.1
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 +27 -0
- package/dist/chunk-IS7XCH3F.cjs +2 -0
- package/dist/chunk-OIOMONUX.js +2 -0
- package/dist/define-config.d.cts +7 -1
- package/dist/define-config.d.ts +7 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.d.cts +23 -5
- package/dist/schema.d.ts +23 -5
- package/dist/schema.js +1 -1
- package/package.json +2 -2
- package/presets/storm-software.json +2 -0
- package/schemas/storm-workspace.schema.json +54 -0
- package/src/define-config.d.ts +7 -1
- package/src/schema.d.ts +20 -2
- package/dist/chunk-XSUFOUDO.cjs +0 -2
- package/dist/chunk-ZXJP5Q3G.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Config
|
|
4
4
|
|
|
5
|
+
## [1.135.0](https://github.com/storm-software/storm-ops/releases/tag/config%401.135.0) (01/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **config:** Include recent updates to color defaults in JSON schema
|
|
10
|
+
([a91674dca](https://github.com/storm-software/storm-ops/commit/a91674dca))
|
|
11
|
+
- **config:** Update the `debug` color default for consistency
|
|
12
|
+
([81aaa7392](https://github.com/storm-software/storm-ops/commit/81aaa7392))
|
|
13
|
+
- **config:** Included updates to JSON schema file
|
|
14
|
+
([dbc988eda](https://github.com/storm-software/storm-ops/commit/dbc988eda))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- **config:** Added the `debug` color to schema
|
|
19
|
+
([8e896d8d2](https://github.com/storm-software/storm-ops/commit/8e896d8d2))
|
|
20
|
+
|
|
21
|
+
## [1.134.75](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.75) (12/30/2025)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **monorepo:** Update `README.md` markdown files
|
|
26
|
+
([eea67b18e](https://github.com/storm-software/storm-ops/commit/eea67b18e))
|
|
27
|
+
|
|
28
|
+
### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated **testing-tools** to **v1.119.74**
|
|
31
|
+
|
|
5
32
|
## [1.134.74](https://github.com/storm-software/storm-ops/releases/tag/config%401.134.74) (12/23/2025)
|
|
6
33
|
|
|
7
34
|
### Updated Dependencies
|
|
@@ -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,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e__namespace._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e__namespace._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var u=e__namespace.optional(t);o.add(u,{description:"The fatal color of the workspace"});var f=e__namespace._default(t,"#4ade80");o.add(f,{description:"The positive number color of the workspace"});var k=e__namespace._default(t,"#ef4444");o.add(k,{description:"The negative number color of the workspace"});var w=e__namespace.optional(e__namespace.array(t));o.add(w,{description:"The color stops for the base gradient color pattern used in the workspace"});var Ae=e__namespace.object({foreground:i,background:a,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),Re=e__namespace.object({foreground:a,background:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),Ue=e__namespace.object({dark:Ae,light:Re}),De=e__namespace.object({dark:a,light:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),r=e__namespace.optional(e__namespace.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var v=e__namespace._default(e__namespace.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(v,{description:"A list of remote registry URLs used by Storm Software"});var S=e__namespace.union([De,Ue]);o.add(S,{description:"Colors used for various workspace elements"});var y=e__namespace.record(e__namespace.union([e__namespace.union([e__namespace.literal("base"),e__namespace.string()]),e__namespace.string()]),S);o.add(y,{description:"Storm theme config values used for styling various package elements"});var C=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(C,{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 _=e__namespace.string().check(e__namespace.trim());o.add(_,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var L=e__namespace.string().check(e__namespace.trim());o.add(L,{description:"The email of the workspace bot"});var j=e__namespace.object({name:_,email:L});o.add(j,{description:"The workspace's bot user's config used to automated various operations tasks"});var A=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.url()));o.add(A,{description:"A URL to a banner image used to display the workspace's release"});var R=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.p);o.add(R,{description:"The alt text for the workspace's release banner image"});var U=e__namespace.object({url:A,alt:R});o.add(U,{description:"The workspace's banner image used during the release process"});var D=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(D,{description:"A header message appended to the start of the workspace's release notes"});var B=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(B,{description:"A footer message appended to the end of the workspace's release notes"});var F=e__namespace.object({banner:e__namespace.union([U,e__namespace.string().check(e__namespace.trim(),e__namespace.url())]),header:D,footer:B});o.add(F,{description:"The workspace's release config used during the release process"});var N=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(N,{description:"A Twitter/X account associated with the organization/project"});var E=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(E,{description:"A Discord account associated with the organization/project"});var M=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(M,{description:"A Telegram account associated with the organization/project"});var O=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(O,{description:"A Slack account associated with the organization/project"});var I=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(I,{description:"A Medium account associated with the organization/project"});var G=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(G,{description:"A GitHub account associated with the organization/project"});var H=e__namespace.object({twitter:N,discord:E,telegram:M,slack:O,medium:I,github:G});o.add(H,{description:"The workspace's account config used to store various social media links"});var J=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(J,{description:"The directory used to store the environment's cached file data"});var W=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(W,{description:"The directory used to store the environment's data 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 configuration files"});var $=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add($,{description:"The directory used to store the environment's temp files"});var V=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(V,{description:"The directory used to store the environment's log files"});var X=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"dist");o.add(X,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var Y=e__namespace.object({cache:J,data:W,config:P,temp:$,log:V,build:X});o.add(Y,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var q=e__namespace._default(e__namespace.enum(["minimal","monorepo"]),"monorepo");o.add(q,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var K=e__namespace._default(e__namespace.string().check(e__namespace.trim()),chunkUODLXUQT_cjs.o);o.add(K,{description:"The path to the workspace's error codes JSON file"});var Q=e__namespace.optional(e__namespace.url());o.add(Q,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var Z=e__namespace.object({codesFile:K,url:Q});o.add(Z,{description:"The workspace's error config used when creating error details during a system error"});var ee=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(ee,{description:"The name of the organization"});var oe=e__namespace.optional(e__namespace.string().check(e__namespace.trim()));o.add(oe,{description:"A description of the organization"});var te=e__namespace.optional(e__namespace.url());o.add(te,{description:"A URL to the organization's logo image"});var re=e__namespace.optional(e__namespace.url());o.add(re,{description:"A URL to the organization's icon image"});var ae=e__namespace.optional(e__namespace.url());o.add(ae,{description:"A URL to a page that provides more information about the organization"});var ie=e__namespace.object({name:ee,description:oe,logo:te,icon:re,url:ae});o.add(ie,{description:"The workspace's organization details"});var ce=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(ce,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var se=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(se,{description:"The name of the workspace/project/service/package/scope using this configuration"});var ne=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(ne,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var de=e__namespace.union([ie,e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase())]);o.add(de,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var pe=e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase());o.add(pe,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var he=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"Apache-2.0");o.add(he,{description:"The license type of the package"});var le=e__namespace.optional(e__namespace.url());o.add(le,{description:"The homepage of the workspace"});var me=e__namespace.optional(e__namespace.url());o.add(me,{description:"The documentation site for the workspace"});var ze=e__namespace.optional(e__namespace.url());o.add(ze,{description:"The development portal site for the workspace"});var ge=e__namespace.optional(e__namespace.url());o.add(ge,{description:"The licensing site for the workspace"});var ue=e__namespace.optional(e__namespace.url());o.add(ue,{description:"The contact site for the workspace"});var fe=e__namespace.optional(e__namespace.url());o.add(fe,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var ke=e__namespace._default(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()),"main");o.add(ke,{description:"The branch of the workspace"});var we=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(we,{description:"A tag specifying the version pre-release identifier"});var Se=e__namespace.optional(e__namespace.string().check(e__namespace.trim(),e__namespace.toLowerCase()));o.add(Se,{description:"The owner of the package"});var be=e__namespace._default(e__namespace.enum(["development","test","production"]).check(e__namespace.trim(),e__namespace.toLowerCase()),"production");o.add(be,{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 Te=e__namespace._default(e__namespace.boolean(),false);o.add(Te,{description:"Should all known types of workspace caching be skipped?"});var ve=e__namespace._default(e__namespace.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ve,{description:"The JavaScript/TypeScript package manager used by the repository"});var ye=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"America/New_York");o.add(ye,{description:"The default timezone of the workspace"});var Ce=e__namespace._default(e__namespace.string().check(e__namespace.trim()),"en-US");o.add(Ce,{description:"The default locale of the workspace"});var _e=e__namespace._default(e__namespace.enum(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");o.add(_e,{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 Le=e__namespace._default(e__namespace.boolean(),true);o.add(Le,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var je=e__namespace._default(e__namespace.nullable(e__namespace.string().check(e__namespace.trim())),null);o.add(je,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var b=e__namespace._default(e__namespace.record(e__namespace.string(),e__namespace.any()),{});o.add(b,{description:"Configuration of each used extension"});var Ne=e__namespace.object({$schema:ce,extends:C,name:se,variant:q,namespace:ne,organization:de,repository:pe,license:he,homepage:le,docs:me,portal:ze,licensing:ge,contact:ue,support:fe,branch:ke,preid:we,owner:Se,bot:j,release:F,socials:H,error:Z,mode:be,workspaceRoot:xe,skipCache:Te,directories:Y,packageManager:ve,timezone:ye,locale:Ce,logLevel:_e,skipConfigLogging:Le,registry:v,configFile:je,colors:e__namespace.union([S,y]),extensions:b});o.add(b,{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=ie;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=be;exports.n=u;exports.na=xe;exports.o=f;exports.oa=Te;exports.p=k;exports.pa=ve;exports.q=w;exports.qa=ye;exports.r=Ae;exports.ra=Ce;exports.s=Re;exports.sa=_e;exports.t=Ue;exports.ta=Le;exports.u=De;exports.ua=je;exports.v=v;exports.va=b;exports.w=S;exports.wa=Ne;exports.x=y;exports.y=C;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,"#8afafc");o.add(m,{description:"The debug color of the workspace"});var z=e._default(t,"#f3d371");o.add(z,{description:"The warning color of the workspace"});var g=e._default(t,"#d8314a");o.add(g,{description:"The danger color of the workspace"});var u=e.optional(t);o.add(u,{description:"The fatal color of the workspace"});var f=e._default(t,"#4ade80");o.add(f,{description:"The positive number color of the workspace"});var k=e._default(t,"#ef4444");o.add(k,{description:"The negative number color of the workspace"});var w=e.optional(e.array(t));o.add(w,{description:"The color stops for the base gradient color pattern used in the workspace"});var Ae=e.object({foreground:i,background:a,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),Re=e.object({foreground:a,background:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),Ue=e.object({dark:Ae,light:Re}),De=e.object({dark:a,light:i,brand:c,alternate:s,accent:n,link:d,help:p,success:h,info:l,debug:m,warning:z,danger:g,fatal:u,positive:f,negative:k,gradient:w}),r=e.optional(e.url());o.add(r,{description:"A remote registry URL used to publish distributable packages"});var v=e._default(e.object({github:r,npm:r,cargo:r,cyclone:r,container:r}),{});o.add(v,{description:"A list of remote registry URLs used by Storm Software"});var S=e.union([De,Ue]);o.add(S,{description:"Colors used for various workspace elements"});var y=e.record(e.union([e.union([e.literal("base"),e.string()]),e.string()]),S);o.add(y,{description:"Storm theme config values used for styling various package elements"});var C=e.optional(e.union([e.string().check(e.trim()),e.array(e.string().check(e.trim()))]));o.add(C,{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 _=e.string().check(e.trim());o.add(_,{description:"The workspace bot user's name (this is the bot that will be used to perform various tasks)"});var L=e.string().check(e.trim());o.add(L,{description:"The email of the workspace bot"});var j=e.object({name:_,email:L});o.add(j,{description:"The workspace's bot user's config used to automated various operations tasks"});var A=e.optional(e.string().check(e.trim(),e.url()));o.add(A,{description:"A URL to a banner image used to display the workspace's release"});var R=e._default(e.string().check(e.trim()),p$1);o.add(R,{description:"The alt text for the workspace's release banner image"});var U=e.object({url:A,alt:R});o.add(U,{description:"The workspace's banner image used during the release process"});var D=e.optional(e.string().check(e.trim()));o.add(D,{description:"A header message appended to the start of the workspace's release notes"});var B=e.optional(e.string().check(e.trim()));o.add(B,{description:"A footer message appended to the end of the workspace's release notes"});var F=e.object({banner:e.union([U,e.string().check(e.trim(),e.url())]),header:D,footer:B});o.add(F,{description:"The workspace's release config used during the release process"});var N=e.optional(e.string().check(e.trim()));o.add(N,{description:"A Twitter/X account associated with the organization/project"});var E=e.optional(e.string().check(e.trim()));o.add(E,{description:"A Discord account associated with the organization/project"});var M=e.optional(e.string().check(e.trim()));o.add(M,{description:"A Telegram account associated with the organization/project"});var O=e.optional(e.string().check(e.trim()));o.add(O,{description:"A Slack account associated with the organization/project"});var I=e.optional(e.string().check(e.trim()));o.add(I,{description:"A Medium account associated with the organization/project"});var G=e.optional(e.string().check(e.trim()));o.add(G,{description:"A GitHub account associated with the organization/project"});var H=e.object({twitter:N,discord:E,telegram:M,slack:O,medium:I,github:G});o.add(H,{description:"The workspace's account config used to store various social media links"});var J=e.optional(e.string().check(e.trim()));o.add(J,{description:"The directory used to store the environment's cached file data"});var W=e.optional(e.string().check(e.trim()));o.add(W,{description:"The directory used to store the environment's data files"});var P=e.optional(e.string().check(e.trim()));o.add(P,{description:"The directory used to store the environment's configuration files"});var $=e.optional(e.string().check(e.trim()));o.add($,{description:"The directory used to store the environment's temp files"});var V=e.optional(e.string().check(e.trim()));o.add(V,{description:"The directory used to store the environment's log files"});var X=e._default(e.string().check(e.trim()),"dist");o.add(X,{description:"The directory used to store the workspace's distributable files after a build (relative to the workspace root)"});var Y=e.object({cache:J,data:W,config:P,temp:$,log:V,build:X});o.add(Y,{description:"Various directories used by the workspace to store data, cache, and configuration files"});var q=e._default(e.enum(["minimal","monorepo"]),"monorepo");o.add(q,{description:"The variant of the workspace. This can be used to enable or disable certain features or configurations."});var K=e._default(e.string().check(e.trim()),o$1);o.add(K,{description:"The path to the workspace's error codes JSON file"});var Q=e.optional(e.url());o.add(Q,{description:"A URL to a page that looks up the workspace's error messages given a specific error code"});var Z=e.object({codesFile:K,url:Q});o.add(Z,{description:"The workspace's error config used when creating error details during a system error"});var ee=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(ee,{description:"The name of the organization"});var oe=e.optional(e.string().check(e.trim()));o.add(oe,{description:"A description of the organization"});var te=e.optional(e.url());o.add(te,{description:"A URL to the organization's logo image"});var re=e.optional(e.url());o.add(re,{description:"A URL to the organization's icon image"});var ae=e.optional(e.url());o.add(ae,{description:"A URL to a page that provides more information about the organization"});var ie=e.object({name:ee,description:oe,logo:te,icon:re,url:ae});o.add(ie,{description:"The workspace's organization details"});var ce=e._default(e.string().check(e.trim(),e.toLowerCase()),"https://public.storm-cdn.com/schemas/storm-workspace.schema.json");o.add(ce,{description:"The URL or file path to the JSON schema file that describes the Storm configuration file"});var se=e.string().check(e.trim(),e.toLowerCase());o.add(se,{description:"The name of the workspace/project/service/package/scope using this configuration"});var ne=e.string().check(e.trim(),e.toLowerCase());o.add(ne,{description:"The namespace of the workspace/project/service/package/scope using this configuration"});var de=e.union([ie,e.string().check(e.trim(),e.toLowerCase())]);o.add(de,{description:"The organization of the workspace. This can be a string or an object containing the organization's details"});var pe=e.string().check(e.trim(),e.toLowerCase());o.add(pe,{description:"The repo URL of the workspace (i.e. the GitHub repository URL)"});var he=e._default(e.string().check(e.trim()),"Apache-2.0");o.add(he,{description:"The license type of the package"});var le=e.optional(e.url());o.add(le,{description:"The homepage of the workspace"});var me=e.optional(e.url());o.add(me,{description:"The documentation site for the workspace"});var ze=e.optional(e.url());o.add(ze,{description:"The development portal site for the workspace"});var ge=e.optional(e.url());o.add(ge,{description:"The licensing site for the workspace"});var ue=e.optional(e.url());o.add(ue,{description:"The contact site for the workspace"});var fe=e.optional(e.url());o.add(fe,{description:"The support site for the workspace. If not provided, this is defaulted to the `contact` config value"});var ke=e._default(e.string().check(e.trim(),e.toLowerCase()),"main");o.add(ke,{description:"The branch of the workspace"});var we=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(we,{description:"A tag specifying the version pre-release identifier"});var Se=e.optional(e.string().check(e.trim(),e.toLowerCase()));o.add(Se,{description:"The owner of the package"});var be=e._default(e.enum(["development","test","production"]).check(e.trim(),e.toLowerCase()),"production");o.add(be,{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 Te=e._default(e.boolean(),false);o.add(Te,{description:"Should all known types of workspace caching be skipped?"});var ve=e._default(e.enum(["npm","yarn","pnpm","bun"]),"npm");o.add(ve,{description:"The JavaScript/TypeScript package manager used by the repository"});var ye=e._default(e.string().check(e.trim()),"America/New_York");o.add(ye,{description:"The default timezone of the workspace"});var Ce=e._default(e.string().check(e.trim()),"en-US");o.add(Ce,{description:"The default locale of the workspace"});var _e=e._default(e.enum(["silent","fatal","error","warn","success","info","debug","trace","all"]),"info");o.add(_e,{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 Le=e._default(e.boolean(),true);o.add(Le,{description:"Should the logging of the current Storm Workspace configuration be skipped?"});var je=e._default(e.nullable(e.string().check(e.trim())),null);o.add(je,{description:"The filepath of the Storm config. When this field is null, no config file was found in the current workspace."});var b=e._default(e.record(e.string(),e.any()),{});o.add(b,{description:"Configuration of each used extension"});var Fe=e.object({$schema:ce,extends:C,name:se,variant:q,namespace:ne,organization:de,repository:pe,license:he,homepage:le,docs:me,portal:ze,licensing:ge,contact:ue,support:fe,branch:ke,preid:we,owner:Se,bot:j,release:F,socials:H,error:Z,mode:be,workspaceRoot:xe,skipCache:Te,directories:Y,packageManager:ve,timezone:ye,locale:Ce,logLevel:_e,skipConfigLogging:Le,registry:v,configFile:je,colors:e.union([S,y]),extensions:b});o.add(b,{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,ie 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,be as ma,u as n,xe as na,f as o,Te as oa,k as p,ve as pa,w as q,ye as qa,Ae as r,Ce as ra,Re as s,_e as sa,Ue as t,Le as ta,De as u,je as ua,v,b as va,S as w,Fe as wa,y as x,C as y,j as z};
|
package/dist/define-config.d.cts
CHANGED
|
@@ -64,6 +64,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
64
64
|
help?: string | undefined;
|
|
65
65
|
success?: string | undefined;
|
|
66
66
|
info?: string | undefined;
|
|
67
|
+
debug?: string | undefined;
|
|
67
68
|
warning?: string | undefined;
|
|
68
69
|
danger?: string | undefined;
|
|
69
70
|
fatal?: string | undefined;
|
|
@@ -81,6 +82,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
81
82
|
help?: string | undefined;
|
|
82
83
|
success?: string | undefined;
|
|
83
84
|
info?: string | undefined;
|
|
85
|
+
debug?: string | undefined;
|
|
84
86
|
warning?: string | undefined;
|
|
85
87
|
danger?: string | undefined;
|
|
86
88
|
fatal?: string | undefined;
|
|
@@ -98,6 +100,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
98
100
|
help?: string | undefined;
|
|
99
101
|
success?: string | undefined;
|
|
100
102
|
info?: string | undefined;
|
|
103
|
+
debug?: string | undefined;
|
|
101
104
|
warning?: string | undefined;
|
|
102
105
|
danger?: string | undefined;
|
|
103
106
|
fatal?: string | undefined;
|
|
@@ -115,6 +118,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
115
118
|
help?: string | undefined;
|
|
116
119
|
success?: string | undefined;
|
|
117
120
|
info?: string | undefined;
|
|
121
|
+
debug?: string | undefined;
|
|
118
122
|
warning?: string | undefined;
|
|
119
123
|
danger?: string | undefined;
|
|
120
124
|
fatal?: string | undefined;
|
|
@@ -132,6 +136,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
132
136
|
help?: string | undefined;
|
|
133
137
|
success?: string | undefined;
|
|
134
138
|
info?: string | undefined;
|
|
139
|
+
debug?: string | undefined;
|
|
135
140
|
warning?: string | undefined;
|
|
136
141
|
danger?: string | undefined;
|
|
137
142
|
fatal?: string | undefined;
|
|
@@ -149,6 +154,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
149
154
|
help?: string | undefined;
|
|
150
155
|
success?: string | undefined;
|
|
151
156
|
info?: string | undefined;
|
|
157
|
+
debug?: string | undefined;
|
|
152
158
|
warning?: string | undefined;
|
|
153
159
|
danger?: string | undefined;
|
|
154
160
|
fatal?: string | undefined;
|
|
@@ -174,7 +180,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
174
180
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
175
181
|
timezone?: string | undefined;
|
|
176
182
|
locale?: string | undefined;
|
|
177
|
-
logLevel?: "success" | "info" | "
|
|
183
|
+
logLevel?: "success" | "info" | "debug" | "fatal" | "error" | "silent" | "warn" | "trace" | "all" | undefined;
|
|
178
184
|
skipConfigLogging?: boolean | undefined;
|
|
179
185
|
registry?: {
|
|
180
186
|
github?: string | undefined;
|
package/dist/define-config.d.ts
CHANGED
|
@@ -64,6 +64,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
64
64
|
help?: string | undefined;
|
|
65
65
|
success?: string | undefined;
|
|
66
66
|
info?: string | undefined;
|
|
67
|
+
debug?: string | undefined;
|
|
67
68
|
warning?: string | undefined;
|
|
68
69
|
danger?: string | undefined;
|
|
69
70
|
fatal?: string | undefined;
|
|
@@ -81,6 +82,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
81
82
|
help?: string | undefined;
|
|
82
83
|
success?: string | undefined;
|
|
83
84
|
info?: string | undefined;
|
|
85
|
+
debug?: string | undefined;
|
|
84
86
|
warning?: string | undefined;
|
|
85
87
|
danger?: string | undefined;
|
|
86
88
|
fatal?: string | undefined;
|
|
@@ -98,6 +100,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
98
100
|
help?: string | undefined;
|
|
99
101
|
success?: string | undefined;
|
|
100
102
|
info?: string | undefined;
|
|
103
|
+
debug?: string | undefined;
|
|
101
104
|
warning?: string | undefined;
|
|
102
105
|
danger?: string | undefined;
|
|
103
106
|
fatal?: string | undefined;
|
|
@@ -115,6 +118,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
115
118
|
help?: string | undefined;
|
|
116
119
|
success?: string | undefined;
|
|
117
120
|
info?: string | undefined;
|
|
121
|
+
debug?: string | undefined;
|
|
118
122
|
warning?: string | undefined;
|
|
119
123
|
danger?: string | undefined;
|
|
120
124
|
fatal?: string | undefined;
|
|
@@ -132,6 +136,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
132
136
|
help?: string | undefined;
|
|
133
137
|
success?: string | undefined;
|
|
134
138
|
info?: string | undefined;
|
|
139
|
+
debug?: string | undefined;
|
|
135
140
|
warning?: string | undefined;
|
|
136
141
|
danger?: string | undefined;
|
|
137
142
|
fatal?: string | undefined;
|
|
@@ -149,6 +154,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
149
154
|
help?: string | undefined;
|
|
150
155
|
success?: string | undefined;
|
|
151
156
|
info?: string | undefined;
|
|
157
|
+
debug?: string | undefined;
|
|
152
158
|
warning?: string | undefined;
|
|
153
159
|
danger?: string | undefined;
|
|
154
160
|
fatal?: string | undefined;
|
|
@@ -174,7 +180,7 @@ declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
174
180
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
175
181
|
timezone?: string | undefined;
|
|
176
182
|
locale?: string | undefined;
|
|
177
|
-
logLevel?: "success" | "info" | "
|
|
183
|
+
logLevel?: "success" | "info" | "debug" | "fatal" | "error" | "silent" | "warn" | "trace" | "all" | undefined;
|
|
178
184
|
skipConfigLogging?: boolean | undefined;
|
|
179
185
|
registry?: {
|
|
180
186
|
github?: string | undefined;
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
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}});
|
|
1
|
+
'use strict';var chunk4RGB2QSN_cjs=require('./chunk-4RGB2QSN.cjs'),chunkIS7XCH3F_cjs=require('./chunk-IS7XCH3F.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 chunkIS7XCH3F_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ja}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.w}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ua}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ha}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.m}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.r}});Object.defineProperty(exports,"debugColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.k}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ea}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.V}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.X}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.W}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.y}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.va}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.n}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.q}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.da}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ca}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ga}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.s}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ra}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.sa}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ma}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.t}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.p}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Z}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.$}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs._}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Y}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ba}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.aa}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.la}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.pa}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.fa}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.o}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ka}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.v}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.u}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.oa}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ta}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ia}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.x}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.qa}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.U}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.l}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.z}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.wa}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.S}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.N}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.P}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.R}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.T}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Q}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.B}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.C}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.A}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.E}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.D}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.F}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.na}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.H}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.L}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.K}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.M}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.J}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.I}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.G}});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.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { STORM_DEFAULT_BANNER_ALT, STORM_DEFAULT_CONTACT, STORM_DEFAULT_DOCS, STORM_DEFAULT_ERROR_CODES_FILE, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER, STORM_DEFAULT_SOCIAL_DISCORD, STORM_DEFAULT_SOCIAL_GITHUB, STORM_DEFAULT_SOCIAL_MEDIUM, STORM_DEFAULT_SOCIAL_SLACK, STORM_DEFAULT_SOCIAL_TELEGRAM, STORM_DEFAULT_SOCIAL_TWITTER, STORM_DEFAULT_SUPPORT } from './constants.cjs';
|
|
2
2
|
export { defineConfig } from './define-config.cjs';
|
|
3
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.cjs';
|
|
3
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.cjs';
|
|
4
4
|
export { COLOR_KEYS, Colors, ColorsInput, ColorsMap, ColorsMapInput, DarkThemeColors, DarkThemeColorsInput, LightThemeColors, LightThemeColorsInput, MultiThemeColors, MultiThemeColorsInput, OrganizationConfig, OrganizationConfigInput, SingleThemeColors, SingleThemeColorsInput, StormConfig, StormWorkspaceConfig, StormWorkspaceConfigInput, Variant, VariantInput } from './types.cjs';
|
|
5
5
|
import 'zod/mini';
|
|
6
6
|
import 'zod';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { STORM_DEFAULT_BANNER_ALT, STORM_DEFAULT_CONTACT, STORM_DEFAULT_DOCS, STORM_DEFAULT_ERROR_CODES_FILE, STORM_DEFAULT_HOMEPAGE, STORM_DEFAULT_LICENSE, STORM_DEFAULT_LICENSING, STORM_DEFAULT_RELEASE_BANNER, STORM_DEFAULT_RELEASE_FOOTER, STORM_DEFAULT_SOCIAL_DISCORD, STORM_DEFAULT_SOCIAL_GITHUB, STORM_DEFAULT_SOCIAL_MEDIUM, STORM_DEFAULT_SOCIAL_SLACK, STORM_DEFAULT_SOCIAL_TELEGRAM, STORM_DEFAULT_SOCIAL_TWITTER, STORM_DEFAULT_SUPPORT } from './constants.js';
|
|
2
2
|
export { defineConfig } from './define-config.js';
|
|
3
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.js';
|
|
3
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema } from './schema.js';
|
|
4
4
|
export { COLOR_KEYS, Colors, ColorsInput, ColorsMap, ColorsMapInput, DarkThemeColors, DarkThemeColorsInput, LightThemeColors, LightThemeColorsInput, MultiThemeColors, MultiThemeColorsInput, OrganizationConfig, OrganizationConfigInput, SingleThemeColors, SingleThemeColorsInput, StormConfig, StormWorkspaceConfig, StormWorkspaceConfigInput, Variant, VariantInput } from './types.js';
|
|
5
5
|
import 'zod/mini';
|
|
6
6
|
import 'zod';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,
|
|
1
|
+
export{a as defineConfig}from'./chunk-5QIMO5EY.js';export{f as accentColorSchema,e as alternateColorSchema,ja as branchSchema,d as brandColorSchema,w as colorsSchema,ua as configFileSchema,ha as contactSchema,m as dangerColorSchema,b as darkColorSchema,r as darkColorsSchema,k as debugColorSchema,ea as docsSchema,V as errorCodesFileSchema,X as errorSchema,W as errorUrlSchema,y as extendsSchema,va as extensionsSchema,n as fatalColorSchema,q as gradientStopsSchema,h as helpColorSchema,da as homepageSchema,j as infoColorSchema,ca as licenseSchema,ga as licensingSchema,c as lightColorSchema,s as lightColorsSchema,g as linkColorSchema,ra as localeSchema,sa as logLevelSchema,ma as modeSchema,t as multiColorsSchema,p as negativeColorSchema,Z as organizationDescriptionSchema,$ as organizationIconSchema,_ as organizationLogoSchema,Y as organizationNameSchema,ba as organizationSchema,aa as organizationUrlSchema,la as ownerSchema,pa as packageManagerSchema,fa as portalSchema,o as positiveColorSchema,ka as preidSchema,v as registrySchema,a as schemaRegistry,u as singleColorsSchema,oa as skipCacheSchema,ta as skipConfigLoggingSchema,i as successColorSchema,ia as supportSchema,x as themeColorsSchema,qa as timezoneSchema,U as variantSchema,l as warningColorSchema,z as workspaceBotSchema,wa as workspaceConfigSchema,S as workspaceDirectoryBuildSchema,N as workspaceDirectoryCacheSchema,P as workspaceDirectoryConfigSchema,O as workspaceDirectoryDataSchema,R as workspaceDirectoryLogSchema,T as workspaceDirectorySchema,Q as workspaceDirectoryTempSchema,B as workspaceReleaseBannerAltSchema,C as workspaceReleaseBannerSchema,A as workspaceReleaseBannerUrlSchema,E as workspaceReleaseFooterSchema,D as workspaceReleaseHeaderSchema,F as workspaceReleaseSchema,na as workspaceRootSchema,H as workspaceSocialsDiscordSchema,L as workspaceSocialsGithubSchema,K as workspaceSocialsMediumSchema,M as workspaceSocialsSchema,J as workspaceSocialsSlackSchema,I as workspaceSocialsTelegramSchema,G as workspaceSocialsTwitterSchema}from'./chunk-OIOMONUX.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 chunkIS7XCH3F_cjs=require('./chunk-IS7XCH3F.cjs');require('./chunk-UODLXUQT.cjs');Object.defineProperty(exports,"accentColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.f}});Object.defineProperty(exports,"alternateColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.e}});Object.defineProperty(exports,"branchSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ja}});Object.defineProperty(exports,"brandColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.d}});Object.defineProperty(exports,"colorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.w}});Object.defineProperty(exports,"configFileSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ua}});Object.defineProperty(exports,"contactSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ha}});Object.defineProperty(exports,"dangerColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.m}});Object.defineProperty(exports,"darkColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.b}});Object.defineProperty(exports,"darkColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.r}});Object.defineProperty(exports,"debugColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.k}});Object.defineProperty(exports,"docsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ea}});Object.defineProperty(exports,"errorCodesFileSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.V}});Object.defineProperty(exports,"errorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.X}});Object.defineProperty(exports,"errorUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.W}});Object.defineProperty(exports,"extendsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.y}});Object.defineProperty(exports,"extensionsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.va}});Object.defineProperty(exports,"fatalColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.n}});Object.defineProperty(exports,"gradientStopsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.q}});Object.defineProperty(exports,"helpColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.h}});Object.defineProperty(exports,"homepageSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.da}});Object.defineProperty(exports,"infoColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.j}});Object.defineProperty(exports,"licenseSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ca}});Object.defineProperty(exports,"licensingSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ga}});Object.defineProperty(exports,"lightColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.c}});Object.defineProperty(exports,"lightColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.s}});Object.defineProperty(exports,"linkColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.g}});Object.defineProperty(exports,"localeSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ra}});Object.defineProperty(exports,"logLevelSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.sa}});Object.defineProperty(exports,"modeSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ma}});Object.defineProperty(exports,"multiColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.t}});Object.defineProperty(exports,"negativeColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.p}});Object.defineProperty(exports,"organizationDescriptionSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Z}});Object.defineProperty(exports,"organizationIconSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.$}});Object.defineProperty(exports,"organizationLogoSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs._}});Object.defineProperty(exports,"organizationNameSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Y}});Object.defineProperty(exports,"organizationSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ba}});Object.defineProperty(exports,"organizationUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.aa}});Object.defineProperty(exports,"ownerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.la}});Object.defineProperty(exports,"packageManagerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.pa}});Object.defineProperty(exports,"portalSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.fa}});Object.defineProperty(exports,"positiveColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.o}});Object.defineProperty(exports,"preidSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ka}});Object.defineProperty(exports,"registrySchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.v}});Object.defineProperty(exports,"schemaRegistry",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.a}});Object.defineProperty(exports,"singleColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.u}});Object.defineProperty(exports,"skipCacheSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.oa}});Object.defineProperty(exports,"skipConfigLoggingSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ta}});Object.defineProperty(exports,"successColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.i}});Object.defineProperty(exports,"supportSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.ia}});Object.defineProperty(exports,"themeColorsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.x}});Object.defineProperty(exports,"timezoneSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.qa}});Object.defineProperty(exports,"variantSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.U}});Object.defineProperty(exports,"warningColorSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.l}});Object.defineProperty(exports,"workspaceBotSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.z}});Object.defineProperty(exports,"workspaceConfigSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.wa}});Object.defineProperty(exports,"workspaceDirectoryBuildSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.S}});Object.defineProperty(exports,"workspaceDirectoryCacheSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.N}});Object.defineProperty(exports,"workspaceDirectoryConfigSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.P}});Object.defineProperty(exports,"workspaceDirectoryDataSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.O}});Object.defineProperty(exports,"workspaceDirectoryLogSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.R}});Object.defineProperty(exports,"workspaceDirectorySchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.T}});Object.defineProperty(exports,"workspaceDirectoryTempSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.Q}});Object.defineProperty(exports,"workspaceReleaseBannerAltSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.B}});Object.defineProperty(exports,"workspaceReleaseBannerSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.C}});Object.defineProperty(exports,"workspaceReleaseBannerUrlSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.A}});Object.defineProperty(exports,"workspaceReleaseFooterSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.E}});Object.defineProperty(exports,"workspaceReleaseHeaderSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.D}});Object.defineProperty(exports,"workspaceReleaseSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.F}});Object.defineProperty(exports,"workspaceRootSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.na}});Object.defineProperty(exports,"workspaceSocialsDiscordSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.H}});Object.defineProperty(exports,"workspaceSocialsGithubSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.L}});Object.defineProperty(exports,"workspaceSocialsMediumSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.K}});Object.defineProperty(exports,"workspaceSocialsSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.M}});Object.defineProperty(exports,"workspaceSocialsSlackSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.J}});Object.defineProperty(exports,"workspaceSocialsTelegramSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.I}});Object.defineProperty(exports,"workspaceSocialsTwitterSchema",{enumerable:true,get:function(){return chunkIS7XCH3F_cjs.G}});
|
package/dist/schema.d.cts
CHANGED
|
@@ -12,6 +12,7 @@ declare const linkColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
12
12
|
declare const helpColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
13
13
|
declare const successColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
14
|
declare const infoColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
|
+
declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
16
|
declare const warningColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
16
17
|
declare const dangerColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
17
18
|
declare const fatalColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -28,6 +29,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
28
29
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
29
30
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
30
31
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
33
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
34
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
33
35
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -45,6 +47,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
45
47
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
46
48
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
47
49
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
48
51
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
52
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
53
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -63,6 +66,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
63
66
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
64
67
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
65
68
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
69
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
66
70
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
67
71
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
68
72
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -80,6 +84,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
80
84
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
81
85
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
82
86
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
87
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
83
88
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
84
89
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
85
90
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -98,6 +103,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
98
103
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
99
104
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
100
105
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
101
107
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
102
108
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
103
109
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -125,6 +131,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
125
131
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
132
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
133
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
135
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
136
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
137
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -142,6 +149,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
142
149
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
150
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
151
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
153
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
154
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
155
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -159,6 +167,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
159
167
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
168
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
169
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
171
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
172
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
173
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -177,6 +186,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
177
186
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
187
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
188
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
190
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
191
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
192
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -194,6 +204,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
194
204
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
205
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
206
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
208
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
209
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
210
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -211,6 +222,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
211
222
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
223
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
224
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
225
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
226
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
215
227
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
216
228
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -321,11 +333,11 @@ declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
321
333
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
322
334
|
success: "success";
|
|
323
335
|
info: "info";
|
|
336
|
+
debug: "debug";
|
|
324
337
|
fatal: "fatal";
|
|
325
|
-
silent: "silent";
|
|
326
338
|
error: "error";
|
|
339
|
+
silent: "silent";
|
|
327
340
|
warn: "warn";
|
|
328
|
-
debug: "debug";
|
|
329
341
|
trace: "trace";
|
|
330
342
|
all: "all";
|
|
331
343
|
}>>;
|
|
@@ -412,11 +424,11 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
412
424
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
413
425
|
success: "success";
|
|
414
426
|
info: "info";
|
|
427
|
+
debug: "debug";
|
|
415
428
|
fatal: "fatal";
|
|
416
|
-
silent: "silent";
|
|
417
429
|
error: "error";
|
|
430
|
+
silent: "silent";
|
|
418
431
|
warn: "warn";
|
|
419
|
-
debug: "debug";
|
|
420
432
|
trace: "trace";
|
|
421
433
|
all: "all";
|
|
422
434
|
}>>;
|
|
@@ -439,6 +451,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
439
451
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
440
452
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
441
453
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
454
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
442
455
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
443
456
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
444
457
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -456,6 +469,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
456
469
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
457
470
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
458
471
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
472
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
459
473
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
460
474
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
461
475
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -473,6 +487,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
473
487
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
474
488
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
475
489
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
490
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
476
491
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
477
492
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
478
493
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -490,6 +505,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
490
505
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
491
506
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
492
507
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
508
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
493
509
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
494
510
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
495
511
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -507,6 +523,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
507
523
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
508
524
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
509
525
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
526
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
510
527
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
511
528
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
512
529
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -524,6 +541,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
524
541
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
542
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
526
543
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
544
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
527
545
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
528
546
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
529
547
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -535,4 +553,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
535
553
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
536
554
|
}, z.core.$strip>;
|
|
537
555
|
|
|
538
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
|
556
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ declare const linkColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
12
12
|
declare const helpColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
13
13
|
declare const successColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
14
|
declare const infoColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
|
+
declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
16
|
declare const warningColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
16
17
|
declare const dangerColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
17
18
|
declare const fatalColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -28,6 +29,7 @@ declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
28
29
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
29
30
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
30
31
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
33
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
34
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
33
35
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -45,6 +47,7 @@ declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
45
47
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
46
48
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
47
49
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
48
51
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
52
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
50
53
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -63,6 +66,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
63
66
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
64
67
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
65
68
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
69
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
66
70
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
67
71
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
68
72
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -80,6 +84,7 @@ declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
80
84
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
81
85
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
82
86
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
87
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
83
88
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
84
89
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
85
90
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -98,6 +103,7 @@ declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
98
103
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
99
104
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
100
105
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
106
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
101
107
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
102
108
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
103
109
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -125,6 +131,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
125
131
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
132
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
133
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
134
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
135
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
136
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
137
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -142,6 +149,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
142
149
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
150
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
151
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
152
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
153
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
154
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
155
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -159,6 +167,7 @@ declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
159
167
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
168
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
169
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
170
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
171
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
172
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
173
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -177,6 +186,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
177
186
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
187
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
188
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
189
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
190
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
191
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
182
192
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -194,6 +204,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
194
204
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
205
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
206
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
208
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
209
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
199
210
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -211,6 +222,7 @@ declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly [z.ZodM
|
|
|
211
222
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
223
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
224
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
225
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
226
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
215
227
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
216
228
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -321,11 +333,11 @@ declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
321
333
|
declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
322
334
|
success: "success";
|
|
323
335
|
info: "info";
|
|
336
|
+
debug: "debug";
|
|
324
337
|
fatal: "fatal";
|
|
325
|
-
silent: "silent";
|
|
326
338
|
error: "error";
|
|
339
|
+
silent: "silent";
|
|
327
340
|
warn: "warn";
|
|
328
|
-
debug: "debug";
|
|
329
341
|
trace: "trace";
|
|
330
342
|
all: "all";
|
|
331
343
|
}>>;
|
|
@@ -412,11 +424,11 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
412
424
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
413
425
|
success: "success";
|
|
414
426
|
info: "info";
|
|
427
|
+
debug: "debug";
|
|
415
428
|
fatal: "fatal";
|
|
416
|
-
silent: "silent";
|
|
417
429
|
error: "error";
|
|
430
|
+
silent: "silent";
|
|
418
431
|
warn: "warn";
|
|
419
|
-
debug: "debug";
|
|
420
432
|
trace: "trace";
|
|
421
433
|
all: "all";
|
|
422
434
|
}>>;
|
|
@@ -439,6 +451,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
439
451
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
440
452
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
441
453
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
454
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
442
455
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
443
456
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
444
457
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -456,6 +469,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
456
469
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
457
470
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
458
471
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
472
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
459
473
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
460
474
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
461
475
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -473,6 +487,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
473
487
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
474
488
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
475
489
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
490
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
476
491
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
477
492
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
478
493
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -490,6 +505,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
490
505
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
491
506
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
492
507
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
508
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
493
509
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
494
510
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
495
511
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -507,6 +523,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
507
523
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
508
524
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
509
525
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
526
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
510
527
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
511
528
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
512
529
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -524,6 +541,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
524
541
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
542
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
526
543
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
544
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
527
545
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
528
546
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
529
547
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -535,4 +553,4 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
535
553
|
extensions: z.ZodMiniDefault<z.ZodMiniRecord<z.ZodMiniString<string>, z.ZodMiniAny>>;
|
|
536
554
|
}, z.core.$strip>;
|
|
537
555
|
|
|
538
|
-
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
|
556
|
+
export { accentColorSchema, alternateColorSchema, branchSchema, brandColorSchema, colorsSchema, configFileSchema, contactSchema, dangerColorSchema, darkColorSchema, darkColorsSchema, debugColorSchema, docsSchema, errorCodesFileSchema, errorSchema, errorUrlSchema, extendsSchema, extensionsSchema, fatalColorSchema, gradientStopsSchema, helpColorSchema, homepageSchema, infoColorSchema, licenseSchema, licensingSchema, lightColorSchema, lightColorsSchema, linkColorSchema, localeSchema, logLevelSchema, modeSchema, multiColorsSchema, negativeColorSchema, organizationDescriptionSchema, organizationIconSchema, organizationLogoSchema, organizationNameSchema, organizationSchema, organizationUrlSchema, ownerSchema, packageManagerSchema, portalSchema, positiveColorSchema, preidSchema, registrySchema, schemaRegistry, singleColorsSchema, skipCacheSchema, skipConfigLoggingSchema, successColorSchema, supportSchema, themeColorsSchema, timezoneSchema, variantSchema, warningColorSchema, workspaceBotSchema, workspaceConfigSchema, workspaceDirectoryBuildSchema, workspaceDirectoryCacheSchema, workspaceDirectoryConfigSchema, workspaceDirectoryDataSchema, workspaceDirectoryLogSchema, workspaceDirectorySchema, workspaceDirectoryTempSchema, workspaceReleaseBannerAltSchema, workspaceReleaseBannerSchema, workspaceReleaseBannerUrlSchema, workspaceReleaseFooterSchema, workspaceReleaseHeaderSchema, workspaceReleaseSchema, workspaceRootSchema, workspaceSocialsDiscordSchema, workspaceSocialsGithubSchema, workspaceSocialsMediumSchema, workspaceSocialsSchema, workspaceSocialsSlackSchema, workspaceSocialsTelegramSchema, workspaceSocialsTwitterSchema };
|
package/dist/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{f as accentColorSchema,e as alternateColorSchema,
|
|
1
|
+
export{f as accentColorSchema,e as alternateColorSchema,ja as branchSchema,d as brandColorSchema,w as colorsSchema,ua as configFileSchema,ha as contactSchema,m as dangerColorSchema,b as darkColorSchema,r as darkColorsSchema,k as debugColorSchema,ea as docsSchema,V as errorCodesFileSchema,X as errorSchema,W as errorUrlSchema,y as extendsSchema,va as extensionsSchema,n as fatalColorSchema,q as gradientStopsSchema,h as helpColorSchema,da as homepageSchema,j as infoColorSchema,ca as licenseSchema,ga as licensingSchema,c as lightColorSchema,s as lightColorsSchema,g as linkColorSchema,ra as localeSchema,sa as logLevelSchema,ma as modeSchema,t as multiColorsSchema,p as negativeColorSchema,Z as organizationDescriptionSchema,$ as organizationIconSchema,_ as organizationLogoSchema,Y as organizationNameSchema,ba as organizationSchema,aa as organizationUrlSchema,la as ownerSchema,pa as packageManagerSchema,fa as portalSchema,o as positiveColorSchema,ka as preidSchema,v as registrySchema,a as schemaRegistry,u as singleColorsSchema,oa as skipCacheSchema,ta as skipConfigLoggingSchema,i as successColorSchema,ia as supportSchema,x as themeColorsSchema,qa as timezoneSchema,U as variantSchema,l as warningColorSchema,z as workspaceBotSchema,wa as workspaceConfigSchema,S as workspaceDirectoryBuildSchema,N as workspaceDirectoryCacheSchema,P as workspaceDirectoryConfigSchema,O as workspaceDirectoryDataSchema,R as workspaceDirectoryLogSchema,T as workspaceDirectorySchema,Q as workspaceDirectoryTempSchema,B as workspaceReleaseBannerAltSchema,C as workspaceReleaseBannerSchema,A as workspaceReleaseBannerUrlSchema,E as workspaceReleaseFooterSchema,D as workspaceReleaseHeaderSchema,F as workspaceReleaseSchema,na as workspaceRootSchema,H as workspaceSocialsDiscordSchema,L as workspaceSocialsGithubSchema,K as workspaceSocialsMediumSchema,M as workspaceSocialsSchema,J as workspaceSocialsSlackSchema,I as workspaceSocialsTelegramSchema,G as workspaceSocialsTwitterSchema}from'./chunk-OIOMONUX.js';import'./chunk-TYDRIJER.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.135.1",
|
|
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": {
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"dependencies": { "zod": "^4.2.1" },
|
|
88
88
|
"devDependencies": { "tsup": "8.4.0" },
|
|
89
89
|
"publishConfig": { "access": "public" },
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "0305bdb839af50999ab4680248db5dd2c4994ef3"
|
|
91
91
|
}
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"help": "#5c4ee5",
|
|
60
60
|
"success": "#087f5b",
|
|
61
61
|
"info": "#0550ae",
|
|
62
|
+
"debug": "#8afafc",
|
|
62
63
|
"warning": "#e3b341",
|
|
63
64
|
"danger": "#a40e26",
|
|
64
65
|
"fatal": "#51070f",
|
|
@@ -75,6 +76,7 @@
|
|
|
75
76
|
"help": "#818cf8",
|
|
76
77
|
"success": "#45b27e",
|
|
77
78
|
"info": "#38bdf8",
|
|
79
|
+
"debug": "#8afafc",
|
|
78
80
|
"warning": "#f3d371",
|
|
79
81
|
"danger": "#d8314a",
|
|
80
82
|
"fatal": "#7d1a1a",
|
|
@@ -439,6 +439,14 @@
|
|
|
439
439
|
"maxLength": 7,
|
|
440
440
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
441
441
|
},
|
|
442
|
+
"debug": {
|
|
443
|
+
"default": "#8afafc",
|
|
444
|
+
"description": "The debug color of the workspace",
|
|
445
|
+
"type": "string",
|
|
446
|
+
"minLength": 7,
|
|
447
|
+
"maxLength": 7,
|
|
448
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
449
|
+
},
|
|
442
450
|
"warning": {
|
|
443
451
|
"default": "#f3d371",
|
|
444
452
|
"description": "The warning color of the workspace",
|
|
@@ -498,6 +506,7 @@
|
|
|
498
506
|
"help",
|
|
499
507
|
"success",
|
|
500
508
|
"info",
|
|
509
|
+
"debug",
|
|
501
510
|
"warning",
|
|
502
511
|
"danger",
|
|
503
512
|
"positive",
|
|
@@ -581,6 +590,14 @@
|
|
|
581
590
|
"maxLength": 7,
|
|
582
591
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
583
592
|
},
|
|
593
|
+
"debug": {
|
|
594
|
+
"default": "#8afafc",
|
|
595
|
+
"description": "The debug color of the workspace",
|
|
596
|
+
"type": "string",
|
|
597
|
+
"minLength": 7,
|
|
598
|
+
"maxLength": 7,
|
|
599
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
600
|
+
},
|
|
584
601
|
"warning": {
|
|
585
602
|
"default": "#f3d371",
|
|
586
603
|
"description": "The warning color of the workspace",
|
|
@@ -640,6 +657,7 @@
|
|
|
640
657
|
"help",
|
|
641
658
|
"success",
|
|
642
659
|
"info",
|
|
660
|
+
"debug",
|
|
643
661
|
"warning",
|
|
644
662
|
"danger",
|
|
645
663
|
"positive",
|
|
@@ -720,6 +738,14 @@
|
|
|
720
738
|
"maxLength": 7,
|
|
721
739
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
722
740
|
},
|
|
741
|
+
"debug": {
|
|
742
|
+
"default": "#8afafc",
|
|
743
|
+
"description": "The debug color of the workspace",
|
|
744
|
+
"type": "string",
|
|
745
|
+
"minLength": 7,
|
|
746
|
+
"maxLength": 7,
|
|
747
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
748
|
+
},
|
|
723
749
|
"warning": {
|
|
724
750
|
"default": "#f3d371",
|
|
725
751
|
"description": "The warning color of the workspace",
|
|
@@ -779,6 +805,7 @@
|
|
|
779
805
|
"help",
|
|
780
806
|
"success",
|
|
781
807
|
"info",
|
|
808
|
+
"debug",
|
|
782
809
|
"warning",
|
|
783
810
|
"danger",
|
|
784
811
|
"positive",
|
|
@@ -888,6 +915,14 @@
|
|
|
888
915
|
"maxLength": 7,
|
|
889
916
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
890
917
|
},
|
|
918
|
+
"debug": {
|
|
919
|
+
"default": "#8afafc",
|
|
920
|
+
"description": "The debug color of the workspace",
|
|
921
|
+
"type": "string",
|
|
922
|
+
"minLength": 7,
|
|
923
|
+
"maxLength": 7,
|
|
924
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
925
|
+
},
|
|
891
926
|
"warning": {
|
|
892
927
|
"default": "#f3d371",
|
|
893
928
|
"description": "The warning color of the workspace",
|
|
@@ -947,6 +982,7 @@
|
|
|
947
982
|
"help",
|
|
948
983
|
"success",
|
|
949
984
|
"info",
|
|
985
|
+
"debug",
|
|
950
986
|
"warning",
|
|
951
987
|
"danger",
|
|
952
988
|
"positive",
|
|
@@ -1030,6 +1066,14 @@
|
|
|
1030
1066
|
"maxLength": 7,
|
|
1031
1067
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1032
1068
|
},
|
|
1069
|
+
"debug": {
|
|
1070
|
+
"default": "#8afafc",
|
|
1071
|
+
"description": "The debug color of the workspace",
|
|
1072
|
+
"type": "string",
|
|
1073
|
+
"minLength": 7,
|
|
1074
|
+
"maxLength": 7,
|
|
1075
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1076
|
+
},
|
|
1033
1077
|
"warning": {
|
|
1034
1078
|
"default": "#f3d371",
|
|
1035
1079
|
"description": "The warning color of the workspace",
|
|
@@ -1089,6 +1133,7 @@
|
|
|
1089
1133
|
"help",
|
|
1090
1134
|
"success",
|
|
1091
1135
|
"info",
|
|
1136
|
+
"debug",
|
|
1092
1137
|
"warning",
|
|
1093
1138
|
"danger",
|
|
1094
1139
|
"positive",
|
|
@@ -1169,6 +1214,14 @@
|
|
|
1169
1214
|
"maxLength": 7,
|
|
1170
1215
|
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1171
1216
|
},
|
|
1217
|
+
"debug": {
|
|
1218
|
+
"default": "#8afafc",
|
|
1219
|
+
"description": "The debug color of the workspace",
|
|
1220
|
+
"type": "string",
|
|
1221
|
+
"minLength": 7,
|
|
1222
|
+
"maxLength": 7,
|
|
1223
|
+
"pattern": "^#([0-9a-f]{3}){1,2}$"
|
|
1224
|
+
},
|
|
1172
1225
|
"warning": {
|
|
1173
1226
|
"default": "#f3d371",
|
|
1174
1227
|
"description": "The warning color of the workspace",
|
|
@@ -1228,6 +1281,7 @@
|
|
|
1228
1281
|
"help",
|
|
1229
1282
|
"success",
|
|
1230
1283
|
"info",
|
|
1284
|
+
"debug",
|
|
1231
1285
|
"warning",
|
|
1232
1286
|
"danger",
|
|
1233
1287
|
"positive",
|
package/src/define-config.d.ts
CHANGED
|
@@ -60,6 +60,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
60
60
|
help?: string | undefined;
|
|
61
61
|
success?: string | undefined;
|
|
62
62
|
info?: string | undefined;
|
|
63
|
+
debug?: string | undefined;
|
|
63
64
|
warning?: string | undefined;
|
|
64
65
|
danger?: string | undefined;
|
|
65
66
|
fatal?: string | undefined;
|
|
@@ -77,6 +78,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
77
78
|
help?: string | undefined;
|
|
78
79
|
success?: string | undefined;
|
|
79
80
|
info?: string | undefined;
|
|
81
|
+
debug?: string | undefined;
|
|
80
82
|
warning?: string | undefined;
|
|
81
83
|
danger?: string | undefined;
|
|
82
84
|
fatal?: string | undefined;
|
|
@@ -94,6 +96,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
94
96
|
help?: string | undefined;
|
|
95
97
|
success?: string | undefined;
|
|
96
98
|
info?: string | undefined;
|
|
99
|
+
debug?: string | undefined;
|
|
97
100
|
warning?: string | undefined;
|
|
98
101
|
danger?: string | undefined;
|
|
99
102
|
fatal?: string | undefined;
|
|
@@ -111,6 +114,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
111
114
|
help?: string | undefined;
|
|
112
115
|
success?: string | undefined;
|
|
113
116
|
info?: string | undefined;
|
|
117
|
+
debug?: string | undefined;
|
|
114
118
|
warning?: string | undefined;
|
|
115
119
|
danger?: string | undefined;
|
|
116
120
|
fatal?: string | undefined;
|
|
@@ -128,6 +132,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
128
132
|
help?: string | undefined;
|
|
129
133
|
success?: string | undefined;
|
|
130
134
|
info?: string | undefined;
|
|
135
|
+
debug?: string | undefined;
|
|
131
136
|
warning?: string | undefined;
|
|
132
137
|
danger?: string | undefined;
|
|
133
138
|
fatal?: string | undefined;
|
|
@@ -145,6 +150,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
145
150
|
help?: string | undefined;
|
|
146
151
|
success?: string | undefined;
|
|
147
152
|
info?: string | undefined;
|
|
153
|
+
debug?: string | undefined;
|
|
148
154
|
warning?: string | undefined;
|
|
149
155
|
danger?: string | undefined;
|
|
150
156
|
fatal?: string | undefined;
|
|
@@ -170,7 +176,7 @@ export declare const defineConfig: (input: StormWorkspaceConfigInput) => {
|
|
|
170
176
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
171
177
|
timezone?: string | undefined;
|
|
172
178
|
locale?: string | undefined;
|
|
173
|
-
logLevel?: "success" | "info" | "
|
|
179
|
+
logLevel?: "success" | "info" | "debug" | "fatal" | "silent" | "error" | "warn" | "trace" | "all" | undefined;
|
|
174
180
|
skipConfigLogging?: boolean | undefined;
|
|
175
181
|
registry?: {
|
|
176
182
|
github?: string | undefined;
|
package/src/schema.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const linkColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
11
11
|
export declare const helpColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
12
12
|
export declare const successColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
13
13
|
export declare const infoColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
|
+
export declare const debugColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
14
15
|
export declare const warningColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
15
16
|
export declare const dangerColorSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
16
17
|
export declare const fatalColorSchema: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -27,6 +28,7 @@ export declare const darkColorsSchema: z.ZodMiniObject<{
|
|
|
27
28
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
28
29
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
29
30
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
30
32
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
31
33
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
32
34
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -44,6 +46,7 @@ export declare const lightColorsSchema: z.ZodMiniObject<{
|
|
|
44
46
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
45
47
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
46
48
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
47
50
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
48
51
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
49
52
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -62,6 +65,7 @@ export declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
62
65
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
63
66
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
64
67
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
68
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
65
69
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
66
70
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
67
71
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -79,6 +83,7 @@ export declare const multiColorsSchema: z.ZodMiniObject<{
|
|
|
79
83
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
80
84
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
81
85
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
86
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
82
87
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
83
88
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
84
89
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -97,6 +102,7 @@ export declare const singleColorsSchema: z.ZodMiniObject<{
|
|
|
97
102
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
98
103
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
99
104
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
105
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
100
106
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
101
107
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
102
108
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -124,6 +130,7 @@ export declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
124
130
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
125
131
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
132
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
133
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
134
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
135
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
136
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -141,6 +148,7 @@ export declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
141
148
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
142
149
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
150
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
151
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
152
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
153
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
154
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -158,6 +166,7 @@ export declare const colorsSchema: z.ZodMiniUnion<readonly [z.ZodMiniObject<{
|
|
|
158
166
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
159
167
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
168
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
170
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
171
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
172
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -176,6 +185,7 @@ export declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly
|
|
|
176
185
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
186
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
187
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
189
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
190
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
191
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -193,6 +203,7 @@ export declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly
|
|
|
193
203
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
204
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
205
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
207
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
208
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
209
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -210,6 +221,7 @@ export declare const themeColorsSchema: z.ZodMiniRecord<z.ZodMiniUnion<readonly
|
|
|
210
221
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
211
222
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
212
223
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
224
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
213
225
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
214
226
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
215
227
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -320,11 +332,11 @@ export declare const localeSchema: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
|
320
332
|
export declare const logLevelSchema: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
321
333
|
success: "success";
|
|
322
334
|
info: "info";
|
|
335
|
+
debug: "debug";
|
|
323
336
|
fatal: "fatal";
|
|
324
337
|
silent: "silent";
|
|
325
338
|
error: "error";
|
|
326
339
|
warn: "warn";
|
|
327
|
-
debug: "debug";
|
|
328
340
|
trace: "trace";
|
|
329
341
|
all: "all";
|
|
330
342
|
}>>;
|
|
@@ -411,11 +423,11 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
411
423
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
412
424
|
success: "success";
|
|
413
425
|
info: "info";
|
|
426
|
+
debug: "debug";
|
|
414
427
|
fatal: "fatal";
|
|
415
428
|
silent: "silent";
|
|
416
429
|
error: "error";
|
|
417
430
|
warn: "warn";
|
|
418
|
-
debug: "debug";
|
|
419
431
|
trace: "trace";
|
|
420
432
|
all: "all";
|
|
421
433
|
}>>;
|
|
@@ -438,6 +450,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
438
450
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
439
451
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
440
452
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
453
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
441
454
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
442
455
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
443
456
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -455,6 +468,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
455
468
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
456
469
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
457
470
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
471
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
458
472
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
459
473
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
460
474
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -472,6 +486,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
472
486
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
473
487
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
474
488
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
489
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
475
490
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
476
491
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
477
492
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -489,6 +504,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
489
504
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
490
505
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
491
506
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
507
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
492
508
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
493
509
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
494
510
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -506,6 +522,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
506
522
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
507
523
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
508
524
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
509
526
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
510
527
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
511
528
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -523,6 +540,7 @@ export declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
523
540
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
524
541
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
525
542
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
543
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
526
544
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
527
545
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
528
546
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
package/dist/chunk-XSUFOUDO.cjs
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
package/dist/chunk-ZXJP5Q3G.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
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};
|