@shell-shock/plugin-theme 0.4.15 → 0.4.17
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/dist/core/dist/types/command.d.cts +9 -1
- package/dist/core/dist/types/command.d.cts.map +1 -1
- package/dist/core/dist/types/command.d.mts +9 -1
- package/dist/core/dist/types/command.d.mts.map +1 -1
- package/dist/core/dist/types/config.d.cts +3 -2
- package/dist/core/dist/types/config.d.cts.map +1 -1
- package/dist/core/dist/types/config.d.mts +3 -2
- package/dist/core/dist/types/config.d.mts.map +1 -1
- package/dist/index.cjs +3 -3
- package/package.json +7 -7
|
@@ -156,6 +156,10 @@ interface CommandConfig extends CommandBase {
|
|
|
156
156
|
* Tags can be used to categorize and organize commands, and can also be utilized by plugins to provide additional functionality or filtering based on tags.
|
|
157
157
|
*/
|
|
158
158
|
tags?: string[];
|
|
159
|
+
/**
|
|
160
|
+
* A string representing the source of the command, which can be "file", a specific plugin name, or any other string value that describes the source that added the command.
|
|
161
|
+
*/
|
|
162
|
+
source?: "file" | string;
|
|
159
163
|
}
|
|
160
164
|
type CommandTree = CommandConfig & {
|
|
161
165
|
/**
|
|
@@ -171,12 +175,16 @@ type CommandTree = CommandConfig & {
|
|
|
171
175
|
*/
|
|
172
176
|
alias: string[];
|
|
173
177
|
/**
|
|
174
|
-
*
|
|
178
|
+
* A set of tags for the command.
|
|
175
179
|
*
|
|
176
180
|
* @remarks
|
|
177
181
|
* Tags can be used to categorize and organize commands, and can also be utilized by plugins to provide additional functionality or filtering based on tags.
|
|
178
182
|
*/
|
|
179
183
|
tags: string[];
|
|
184
|
+
/**
|
|
185
|
+
* A string representing the source of the command, which can be "file", a specific plugin name, or any other string value that describes the source that added the command.
|
|
186
|
+
*/
|
|
187
|
+
source: "file" | string;
|
|
180
188
|
/**
|
|
181
189
|
* The command options.
|
|
182
190
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.cts","names":["ResolvedEntryTypeDefinition","StandardJSONSchemaV1","JsonSchema7TupleType","AnyFunction","JSONSchema7Object","z3","CommandParameterType","CommandParameterKinds","string","number","boolean","CommandParameterKind","BaseCommandParameter","name","kind","title","description","alias","env","optional","variadic","StringCommandParameter","default","format","choices","NumberCommandParameter","BooleanCommandParameter","CommandParameter","AsCommandParameterConfig","T","Pick","Omit","Partial","StringCommandParameterConfig","NumberCommandParameterConfig","BooleanCommandParameterConfig","CommandParameterConfig","BooleanCommandOption","isNegativeOf","skipAddingNegative","CommandOption","CommandOptionConfig","CommandArgument","CommandArgumentConfig","CommandBase","id","path","segments","icon","reference","isVirtual","CommandConfig","entry","tags","CommandTree","Record","options","args","parent","children","SerializedCommandTree","CommandMetadata","CommandModule","AnyZodObject","AnyZodTuple","metadata"],"sources":["../../../../../core/dist/types/command.d.cts"],"mappings":";;;cAScO,qBAAAA;EAAAA,SACHC,MAAAA;EAAAA,SACAC,MAAAA;EAAAA,SACAC,OAAAA;AAAAA;AAAAA,KAENC,oBAAAA,WAA+BJ,qBAAAA,eAAoCA,qBAAAA;AAAAA,UAC9DK,oBAAAA;EADmF;AAAA;;EAK3FC,IAAAA;EAI0B;;;EAA1BC,IAAAA,EAAMH,oBAAAA;EAINI;;;EAAAA,KAAAA;EAgBAI;;;EAZAH,WAAAA;EAgBQ;;;EAZRC,KAAAA;EAcuCL;;;EAVvCM,GAAAA;EA0BAM;;;EAtBAL,QAAAA;EAwB8B;;;EApB9BC,QAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+BT,oBAAAA;EA8BvCY;;;EA1BAV,IAAAA;EA4B+B;;;EAxB/BQ,OAAAA;EA4BAR;;;EAxBAS,MAAAA;EAqCuH;;;EAjCvHC,OAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+Bb,oBAAAA;EAwCvC2B;;;EApCAzB,IAAAA;EAsCgB;;;EAlChBQ,OAAAA;EAkCqEe;;;EA9BrEb,OAAAA;AAAAA;AAAAA,UAEQE,uBAAAA,SAAgCd,oBAAAA;EA4BiD;;AAC1B;EAzB/DE,IAAAA;;;;EAIAQ,OAAAA;AAAAA;AAAAA,UAUQe,oBAAAA,SAA6BX,uBAAAA;EAclB;;;EAVnBY,YAAAA;EA0BAS;;;EAtBAR,kBAAAA;AAAAA;AAAAA,KAEGC,aAAAA,GAAgBnB,sBAAAA,GAAyBI,sBAAAA,GAAyBY,oBAAAA;AAAAA,KAElEK,eAAAA,GAAkBrB,sBAAAA,GAAyBI,sBAAAA,GAAyBC,uBAAAA;AAAAA,UAE/DkB,WAAAA;EA6Ca;;;EAzCrBC,EAAAA;EA6CAA;;;EAzCAhC,IAAAA;
|
|
1
|
+
{"version":3,"file":"command.d.cts","names":["ResolvedEntryTypeDefinition","StandardJSONSchemaV1","JsonSchema7TupleType","AnyFunction","JSONSchema7Object","z3","CommandParameterType","CommandParameterKinds","string","number","boolean","CommandParameterKind","BaseCommandParameter","name","kind","title","description","alias","env","optional","variadic","StringCommandParameter","default","format","choices","NumberCommandParameter","BooleanCommandParameter","CommandParameter","AsCommandParameterConfig","T","Pick","Omit","Partial","StringCommandParameterConfig","NumberCommandParameterConfig","BooleanCommandParameterConfig","CommandParameterConfig","BooleanCommandOption","isNegativeOf","skipAddingNegative","CommandOption","CommandOptionConfig","CommandArgument","CommandArgumentConfig","CommandBase","id","path","segments","icon","reference","isVirtual","CommandConfig","entry","tags","source","CommandTree","Record","options","args","parent","children","SerializedCommandTree","CommandMetadata","CommandModule","AnyZodObject","AnyZodTuple","metadata"],"sources":["../../../../../core/dist/types/command.d.cts"],"mappings":";;;cAScO,qBAAAA;EAAAA,SACHC,MAAAA;EAAAA,SACAC,MAAAA;EAAAA,SACAC,OAAAA;AAAAA;AAAAA,KAENC,oBAAAA,WAA+BJ,qBAAAA,eAAoCA,qBAAAA;AAAAA,UAC9DK,oBAAAA;EADmF;AAAA;;EAK3FC,IAAAA;EAI0B;;;EAA1BC,IAAAA,EAAMH,oBAAAA;EAINI;;;EAAAA,KAAAA;EAgBAI;;;EAZAH,WAAAA;EAgBQ;;;EAZRC,KAAAA;EAcuCL;;;EAVvCM,GAAAA;EA0BAM;;;EAtBAL,QAAAA;EAwB8B;;;EApB9BC,QAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+BT,oBAAAA;EA8BvCY;;;EA1BAV,IAAAA;EA4B+B;;;EAxB/BQ,OAAAA;EA4BAR;;;EAxBAS,MAAAA;EAqCuH;;;EAjCvHC,OAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+Bb,oBAAAA;EAwCvC2B;;;EApCAzB,IAAAA;EAsCgB;;;EAlChBQ,OAAAA;EAkCqEe;;;EA9BrEb,OAAAA;AAAAA;AAAAA,UAEQE,uBAAAA,SAAgCd,oBAAAA;EA4BiD;;AAC1B;EAzB/DE,IAAAA;;;;EAIAQ,OAAAA;AAAAA;AAAAA,UAUQe,oBAAAA,SAA6BX,uBAAAA;EAclB;;;EAVnBY,YAAAA;EA0BAS;;;EAtBAR,kBAAAA;AAAAA;AAAAA,KAEGC,aAAAA,GAAgBnB,sBAAAA,GAAyBI,sBAAAA,GAAyBY,oBAAAA;AAAAA,KAElEK,eAAAA,GAAkBrB,sBAAAA,GAAyBI,sBAAAA,GAAyBC,uBAAAA;AAAAA,UAE/DkB,WAAAA;EA6Ca;;;EAzCrBC,EAAAA;EA6CAA;;;EAzCAhC,IAAAA;EAwDAyC;;;EApDAR,IAAAA;EAsDc;;;EAlDdC,QAAAA;EA6ESS;;;EAzETzC,KAAAA;EAqFUyC;;;EAjFVxC,WAAAA;EA8CAD;;;EA1CAE,KAAAA;EA6DAqC;;;EAzDAN,IAAAA;EAiEAU;;;EA7DAT,SAAAA;EAqEAW;;;;;;EA9DAV,SAAAA;AAAAA;AAAAA,UAEQC,aAAAA,SAAsBP,WAAAA;;;;EAI9BC,EAAAA;;;;EAIAO,KAAAA,EAAOpD,2BAAAA;;;;;;;EAOPqD,IAAAA;;;;EAIAC,MAAAA;AAAAA;AAAAA,KAEGC,WAAAA,GAAcJ,aAAAA;;;;EAIjBpC,KAAAA;;;;EAIAC,WAAAA;;;;EAIAC,KAAAA;;;;;;;EAOAoC,IAAAA;;;;EAIAC,MAAAA;;;;EAIAG,OAAAA,EAASD,MAAAA,SAAehB,aAAAA;;;;EAIxBkB,IAAAA,EAAMhB,eAAAA;;;;EAINiB,MAAAA,SAAeJ,WAAAA;;;;EAIfK,QAAAA,EAAUJ,MAAAA,SAAeD,WAAAA;AAAAA"}
|
|
@@ -156,6 +156,10 @@ interface CommandConfig extends CommandBase {
|
|
|
156
156
|
* Tags can be used to categorize and organize commands, and can also be utilized by plugins to provide additional functionality or filtering based on tags.
|
|
157
157
|
*/
|
|
158
158
|
tags?: string[];
|
|
159
|
+
/**
|
|
160
|
+
* A string representing the source of the command, which can be "file", a specific plugin name, or any other string value that describes the source that added the command.
|
|
161
|
+
*/
|
|
162
|
+
source?: "file" | string;
|
|
159
163
|
}
|
|
160
164
|
type CommandTree = CommandConfig & {
|
|
161
165
|
/**
|
|
@@ -171,12 +175,16 @@ type CommandTree = CommandConfig & {
|
|
|
171
175
|
*/
|
|
172
176
|
alias: string[];
|
|
173
177
|
/**
|
|
174
|
-
*
|
|
178
|
+
* A set of tags for the command.
|
|
175
179
|
*
|
|
176
180
|
* @remarks
|
|
177
181
|
* Tags can be used to categorize and organize commands, and can also be utilized by plugins to provide additional functionality or filtering based on tags.
|
|
178
182
|
*/
|
|
179
183
|
tags: string[];
|
|
184
|
+
/**
|
|
185
|
+
* A string representing the source of the command, which can be "file", a specific plugin name, or any other string value that describes the source that added the command.
|
|
186
|
+
*/
|
|
187
|
+
source: "file" | string;
|
|
180
188
|
/**
|
|
181
189
|
* The command options.
|
|
182
190
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.mts","names":["ResolvedEntryTypeDefinition","StandardJSONSchemaV1","JsonSchema7TupleType","AnyFunction","JSONSchema7Object","z3","CommandParameterType","CommandParameterKinds","string","number","boolean","CommandParameterKind","BaseCommandParameter","name","kind","title","description","alias","env","optional","variadic","StringCommandParameter","default","format","choices","NumberCommandParameter","BooleanCommandParameter","CommandParameter","AsCommandParameterConfig","T","Pick","Omit","Partial","StringCommandParameterConfig","NumberCommandParameterConfig","BooleanCommandParameterConfig","CommandParameterConfig","BooleanCommandOption","isNegativeOf","skipAddingNegative","CommandOption","CommandOptionConfig","CommandArgument","CommandArgumentConfig","CommandBase","id","path","segments","icon","reference","isVirtual","CommandConfig","entry","tags","CommandTree","Record","options","args","parent","children","SerializedCommandTree","CommandMetadata","CommandModule","AnyZodObject","AnyZodTuple","metadata"],"sources":["../../../../../core/dist/types/command.d.cts"],"mappings":";;;cAScO,qBAAAA;EAAAA,SACHC,MAAAA;EAAAA,SACAC,MAAAA;EAAAA,SACAC,OAAAA;AAAAA;AAAAA,KAENC,oBAAAA,WAA+BJ,qBAAAA,eAAoCA,qBAAAA;AAAAA,UAC9DK,oBAAAA;EADmF;AAAA;;EAK3FC,IAAAA;EAI0B;;;EAA1BC,IAAAA,EAAMH,oBAAAA;EAINI;;;EAAAA,KAAAA;EAgBAI;;;EAZAH,WAAAA;EAgBQ;;;EAZRC,KAAAA;EAcuCL;;;EAVvCM,GAAAA;EA0BAM;;;EAtBAL,QAAAA;EAwB8B;;;EApB9BC,QAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+BT,oBAAAA;EA8BvCY;;;EA1BAV,IAAAA;EA4B+B;;;EAxB/BQ,OAAAA;EA4BAR;;;EAxBAS,MAAAA;EAqCuH;;;EAjCvHC,OAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+Bb,oBAAAA;EAwCvC2B;;;EApCAzB,IAAAA;EAsCgB;;;EAlChBQ,OAAAA;EAkCqEe;;;EA9BrEb,OAAAA;AAAAA;AAAAA,UAEQE,uBAAAA,SAAgCd,oBAAAA;EA4BiD;;AAC1B;EAzB/DE,IAAAA;;;;EAIAQ,OAAAA;AAAAA;AAAAA,UAUQe,oBAAAA,SAA6BX,uBAAAA;EAclB;;;EAVnBY,YAAAA;EA0BAS;;;EAtBAR,kBAAAA;AAAAA;AAAAA,KAEGC,aAAAA,GAAgBnB,sBAAAA,GAAyBI,sBAAAA,GAAyBY,oBAAAA;AAAAA,KAElEK,eAAAA,GAAkBrB,sBAAAA,GAAyBI,sBAAAA,GAAyBC,uBAAAA;AAAAA,UAE/DkB,WAAAA;EA6Ca;;;EAzCrBC,EAAAA;EA6CAA;;;EAzCAhC,IAAAA;
|
|
1
|
+
{"version":3,"file":"command.d.mts","names":["ResolvedEntryTypeDefinition","StandardJSONSchemaV1","JsonSchema7TupleType","AnyFunction","JSONSchema7Object","z3","CommandParameterType","CommandParameterKinds","string","number","boolean","CommandParameterKind","BaseCommandParameter","name","kind","title","description","alias","env","optional","variadic","StringCommandParameter","default","format","choices","NumberCommandParameter","BooleanCommandParameter","CommandParameter","AsCommandParameterConfig","T","Pick","Omit","Partial","StringCommandParameterConfig","NumberCommandParameterConfig","BooleanCommandParameterConfig","CommandParameterConfig","BooleanCommandOption","isNegativeOf","skipAddingNegative","CommandOption","CommandOptionConfig","CommandArgument","CommandArgumentConfig","CommandBase","id","path","segments","icon","reference","isVirtual","CommandConfig","entry","tags","source","CommandTree","Record","options","args","parent","children","SerializedCommandTree","CommandMetadata","CommandModule","AnyZodObject","AnyZodTuple","metadata"],"sources":["../../../../../core/dist/types/command.d.cts"],"mappings":";;;cAScO,qBAAAA;EAAAA,SACHC,MAAAA;EAAAA,SACAC,MAAAA;EAAAA,SACAC,OAAAA;AAAAA;AAAAA,KAENC,oBAAAA,WAA+BJ,qBAAAA,eAAoCA,qBAAAA;AAAAA,UAC9DK,oBAAAA;EADmF;AAAA;;EAK3FC,IAAAA;EAI0B;;;EAA1BC,IAAAA,EAAMH,oBAAAA;EAINI;;;EAAAA,KAAAA;EAgBAI;;;EAZAH,WAAAA;EAgBQ;;;EAZRC,KAAAA;EAcuCL;;;EAVvCM,GAAAA;EA0BAM;;;EAtBAL,QAAAA;EAwB8B;;;EApB9BC,QAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+BT,oBAAAA;EA8BvCY;;;EA1BAV,IAAAA;EA4B+B;;;EAxB/BQ,OAAAA;EA4BAR;;;EAxBAS,MAAAA;EAqCuH;;;EAjCvHC,OAAAA;AAAAA;AAAAA,UAEQC,sBAAAA,SAA+Bb,oBAAAA;EAwCvC2B;;;EApCAzB,IAAAA;EAsCgB;;;EAlChBQ,OAAAA;EAkCqEe;;;EA9BrEb,OAAAA;AAAAA;AAAAA,UAEQE,uBAAAA,SAAgCd,oBAAAA;EA4BiD;;AAC1B;EAzB/DE,IAAAA;;;;EAIAQ,OAAAA;AAAAA;AAAAA,UAUQe,oBAAAA,SAA6BX,uBAAAA;EAclB;;;EAVnBY,YAAAA;EA0BAS;;;EAtBAR,kBAAAA;AAAAA;AAAAA,KAEGC,aAAAA,GAAgBnB,sBAAAA,GAAyBI,sBAAAA,GAAyBY,oBAAAA;AAAAA,KAElEK,eAAAA,GAAkBrB,sBAAAA,GAAyBI,sBAAAA,GAAyBC,uBAAAA;AAAAA,UAE/DkB,WAAAA;EA6Ca;;;EAzCrBC,EAAAA;EA6CAA;;;EAzCAhC,IAAAA;EAwDAyC;;;EApDAR,IAAAA;EAsDc;;;EAlDdC,QAAAA;EA6ESS;;;EAzETzC,KAAAA;EAqFUyC;;;EAjFVxC,WAAAA;EA8CAD;;;EA1CAE,KAAAA;EA6DAqC;;;EAzDAN,IAAAA;EAiEAU;;;EA7DAT,SAAAA;EAqEAW;;;;;;EA9DAV,SAAAA;AAAAA;AAAAA,UAEQC,aAAAA,SAAsBP,WAAAA;;;;EAI9BC,EAAAA;;;;EAIAO,KAAAA,EAAOpD,2BAAAA;;;;;;;EAOPqD,IAAAA;;;;EAIAC,MAAAA;AAAAA;AAAAA,KAEGC,WAAAA,GAAcJ,aAAAA;;;;EAIjBpC,KAAAA;;;;EAIAC,WAAAA;;;;EAIAC,KAAAA;;;;;;;EAOAoC,IAAAA;;;;EAIAC,MAAAA;;;;EAIAG,OAAAA,EAASD,MAAAA,SAAehB,aAAAA;;;;EAIxBkB,IAAAA,EAAMhB,eAAAA;;;;EAINiB,MAAAA,SAAeJ,WAAAA;;;;EAIfK,QAAAA,EAAUJ,MAAAA,SAAeD,WAAAA;AAAAA"}
|
|
@@ -2,6 +2,7 @@ import { CommandBase, CommandOption } from "./command.cjs";
|
|
|
2
2
|
import { Context } from "./context.cjs";
|
|
3
3
|
import { OutputConfig } from "powerlines";
|
|
4
4
|
import { AutoMDPluginResolvedConfig } from "@powerlines/plugin-automd";
|
|
5
|
+
import { DeepkitPluginResolvedConfig, DeepkitPluginUserConfig } from "@powerlines/plugin-deepkit";
|
|
5
6
|
import { NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig } from "@powerlines/plugin-nodejs/types/plugin";
|
|
6
7
|
import { TsdownPluginResolvedConfig, TsdownPluginUserConfig } from "@powerlines/plugin-tsdown/types/plugin";
|
|
7
8
|
|
|
@@ -80,7 +81,7 @@ type OutputConfig$1 = Pick<OutputConfig, "path" | "copy" | "storage"> & {
|
|
|
80
81
|
/**
|
|
81
82
|
* The user configuration options for Shell Shock.
|
|
82
83
|
*/
|
|
83
|
-
type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Pick<NodeJsPluginUserConfig, "root"> & {
|
|
84
|
+
type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Partial<DeepkitPluginUserConfig> & Pick<NodeJsPluginUserConfig, "root"> & {
|
|
84
85
|
/**
|
|
85
86
|
* Configuration for the output of the build process
|
|
86
87
|
*/
|
|
@@ -89,7 +90,7 @@ type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Pick<NodeJsPlu
|
|
|
89
90
|
/**
|
|
90
91
|
* The resolved configuration options for Shell Shock.
|
|
91
92
|
*/
|
|
92
|
-
type ResolvedConfig = TsdownPluginResolvedConfig & AutoMDPluginResolvedConfig & NodeJsPluginResolvedConfig & Required<Omit<Options, "bin" | "reference">> & {
|
|
93
|
+
type ResolvedConfig = TsdownPluginResolvedConfig & AutoMDPluginResolvedConfig & NodeJsPluginResolvedConfig & DeepkitPluginResolvedConfig & Required<Omit<Options, "bin" | "reference">> & {
|
|
93
94
|
/**
|
|
94
95
|
* The name of the binary (the {@link https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bin | "bin" field} in package.json) that will be used to run the application through NodeJs package managers (e.g., npm, yarn, pnpm).
|
|
95
96
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.cts","names":["CommandBase","CommandOption","Context","OutputConfig","OutputConfig$1","AutoMDPluginResolvedConfig","NodeJsPluginOptions","NodeJsPluginResolvedConfig","NodeJsPluginUserConfig","TsdownPluginResolvedConfig","TsdownPluginUserConfig","BuildOptions","Pick","ReferenceOptions","app","commands","BaseOptions","Partial","globalOptions","context","input","isCaseSensitive","bin","autoAssignEnv","reference","Options","dts","UserConfig","output","ResolvedConfig","Omit","Required","Record","appSpecificEnvPrefix","userConfig"],"sources":["../../../../../core/dist/types/config.d.cts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"config.d.cts","names":["CommandBase","CommandOption","Context","OutputConfig","OutputConfig$1","AutoMDPluginResolvedConfig","DeepkitPluginResolvedConfig","DeepkitPluginUserConfig","NodeJsPluginOptions","NodeJsPluginResolvedConfig","NodeJsPluginUserConfig","TsdownPluginResolvedConfig","TsdownPluginUserConfig","BuildOptions","Pick","ReferenceOptions","app","commands","BaseOptions","Partial","globalOptions","context","input","isCaseSensitive","bin","autoAssignEnv","reference","Options","dts","UserConfig","output","ResolvedConfig","Omit","Required","Record","appSpecificEnvPrefix","userConfig"],"sources":["../../../../../core/dist/types/config.d.cts"],"mappings":";;;;;;;;;;KASKa,YAAAA,GAAeC,IAAAA,CAAKF,sBAAAA;AAAAA,UACfG,gBAAAA;;;;EAIRC,GAAAA;EAJwB;;;;AAWhB;;EAARC,QAAAA;AAAAA;AAAAA,KAEGC,WAAAA,GAAcC,OAAAA,CAAQN,YAAAA;EAOTZ;;;;;;EAAhBmB,aAAAA,GAAgBnB,aAAAA,OAAoBoB,OAAAA,EAASnB,OAAAA,EAASoB,KAAAA,EAAOtB,WAAAA,KAAgBC,aAAAA;EAP5DkB;;;;;EAajBI,eAAAA;EAN6DvB;;;;;;;;;;EAiB7DwB,GAAAA;EAsBU;;;;;;;;;EAZVC,aAAAA;EAYsD;;AAAA;;;;EALtDC,SAAAA,GAAYX,gBAAAA;AAAAA;;;;KAKTY,OAAAA,GAAUT,WAAAA,GAAcC,OAAAA,CAAQX,mBAAAA;;;;KAIhCL,cAAAA,GAAeW,IAAAA,CAAKV,YAAAA;EASOe;;;EAL9BS,GAAAA;AAAAA;;;;KAKGC,UAAAA,GAAaX,WAAAA,GAAcC,OAAAA,CAAQT,sBAAAA,IAA0BS,OAAAA,CAAQZ,uBAAAA,IAA2BO,IAAAA,CAAKJ,sBAAAA;EAA1ES;;;EAI9BW,MAAAA,GAAS3B,cAAAA;AAAAA;;;;KAKN4B,cAAAA,GAAiBpB,0BAAAA,GAA6BN,0BAAAA,GAA6BI,0BAAAA,GAA6BH,2BAAAA,GAA8B2B,QAAAA,CAASD,IAAAA,CAAKL,OAAAA;EALlI;AAAA;;;;;;;;;EAgBrBH,GAAAA,EAAKU,MAAAA;EAAAA;;;EAILR,SAAAA,EAAWX,gBAAAA;EAQW;;;EAJtBoB,oBAAAA;EAnB2G7B;;;EAuB3G8B,UAAAA,EAAYP,UAAAA;AAAAA"}
|
|
@@ -2,6 +2,7 @@ import { CommandBase, CommandOption } from "./command.mjs";
|
|
|
2
2
|
import { Context } from "./context.mjs";
|
|
3
3
|
import { OutputConfig } from "powerlines";
|
|
4
4
|
import { AutoMDPluginResolvedConfig } from "@powerlines/plugin-automd";
|
|
5
|
+
import { DeepkitPluginResolvedConfig, DeepkitPluginUserConfig } from "@powerlines/plugin-deepkit";
|
|
5
6
|
import { NodeJsPluginOptions, NodeJsPluginResolvedConfig, NodeJsPluginUserConfig } from "@powerlines/plugin-nodejs/types/plugin";
|
|
6
7
|
import { TsdownPluginResolvedConfig, TsdownPluginUserConfig } from "@powerlines/plugin-tsdown/types/plugin";
|
|
7
8
|
|
|
@@ -80,7 +81,7 @@ type OutputConfig$1 = Pick<OutputConfig, "path" | "copy" | "storage"> & {
|
|
|
80
81
|
/**
|
|
81
82
|
* The user configuration options for Shell Shock.
|
|
82
83
|
*/
|
|
83
|
-
type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Pick<NodeJsPluginUserConfig, "root"> & {
|
|
84
|
+
type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Partial<DeepkitPluginUserConfig> & Pick<NodeJsPluginUserConfig, "root"> & {
|
|
84
85
|
/**
|
|
85
86
|
* Configuration for the output of the build process
|
|
86
87
|
*/
|
|
@@ -89,7 +90,7 @@ type UserConfig = BaseOptions & Partial<NodeJsPluginUserConfig> & Pick<NodeJsPlu
|
|
|
89
90
|
/**
|
|
90
91
|
* The resolved configuration options for Shell Shock.
|
|
91
92
|
*/
|
|
92
|
-
type ResolvedConfig = TsdownPluginResolvedConfig & AutoMDPluginResolvedConfig & NodeJsPluginResolvedConfig & Required<Omit<Options, "bin" | "reference">> & {
|
|
93
|
+
type ResolvedConfig = TsdownPluginResolvedConfig & AutoMDPluginResolvedConfig & NodeJsPluginResolvedConfig & DeepkitPluginResolvedConfig & Required<Omit<Options, "bin" | "reference">> & {
|
|
93
94
|
/**
|
|
94
95
|
* The name of the binary (the {@link https://docs.npmjs.com/cli/v11/configuring-npm/package-json#bin | "bin" field} in package.json) that will be used to run the application through NodeJs package managers (e.g., npm, yarn, pnpm).
|
|
95
96
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.mts","names":["CommandBase","CommandOption","Context","OutputConfig","OutputConfig$1","AutoMDPluginResolvedConfig","NodeJsPluginOptions","NodeJsPluginResolvedConfig","NodeJsPluginUserConfig","TsdownPluginResolvedConfig","TsdownPluginUserConfig","BuildOptions","Pick","ReferenceOptions","app","commands","BaseOptions","Partial","globalOptions","context","input","isCaseSensitive","bin","autoAssignEnv","reference","Options","dts","UserConfig","output","ResolvedConfig","Omit","Required","Record","appSpecificEnvPrefix","userConfig"],"sources":["../../../../../core/dist/types/config.d.cts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"config.d.mts","names":["CommandBase","CommandOption","Context","OutputConfig","OutputConfig$1","AutoMDPluginResolvedConfig","DeepkitPluginResolvedConfig","DeepkitPluginUserConfig","NodeJsPluginOptions","NodeJsPluginResolvedConfig","NodeJsPluginUserConfig","TsdownPluginResolvedConfig","TsdownPluginUserConfig","BuildOptions","Pick","ReferenceOptions","app","commands","BaseOptions","Partial","globalOptions","context","input","isCaseSensitive","bin","autoAssignEnv","reference","Options","dts","UserConfig","output","ResolvedConfig","Omit","Required","Record","appSpecificEnvPrefix","userConfig"],"sources":["../../../../../core/dist/types/config.d.cts"],"mappings":";;;;;;;;;;KASKa,YAAAA,GAAeC,IAAAA,CAAKF,sBAAAA;AAAAA,UACfG,gBAAAA;;;;EAIRC,GAAAA;EAJwB;;;;AAWhB;;EAARC,QAAAA;AAAAA;AAAAA,KAEGC,WAAAA,GAAcC,OAAAA,CAAQN,YAAAA;EAOTZ;;;;;;EAAhBmB,aAAAA,GAAgBnB,aAAAA,OAAoBoB,OAAAA,EAASnB,OAAAA,EAASoB,KAAAA,EAAOtB,WAAAA,KAAgBC,aAAAA;EAP5DkB;;;;;EAajBI,eAAAA;EAN6DvB;;;;;;;;;;EAiB7DwB,GAAAA;EAsBU;;;;;;;;;EAZVC,aAAAA;EAYsD;;AAAA;;;;EALtDC,SAAAA,GAAYX,gBAAAA;AAAAA;;;;KAKTY,OAAAA,GAAUT,WAAAA,GAAcC,OAAAA,CAAQX,mBAAAA;;;;KAIhCL,cAAAA,GAAeW,IAAAA,CAAKV,YAAAA;EASOe;;;EAL9BS,GAAAA;AAAAA;;;;KAKGC,UAAAA,GAAaX,WAAAA,GAAcC,OAAAA,CAAQT,sBAAAA,IAA0BS,OAAAA,CAAQZ,uBAAAA,IAA2BO,IAAAA,CAAKJ,sBAAAA;EAA1ES;;;EAI9BW,MAAAA,GAAS3B,cAAAA;AAAAA;;;;KAKN4B,cAAAA,GAAiBpB,0BAAAA,GAA6BN,0BAAAA,GAA6BI,0BAAAA,GAA6BH,2BAAAA,GAA8B2B,QAAAA,CAASD,IAAAA,CAAKL,OAAAA;EALlI;AAAA;;;;;;;;;EAgBrBH,GAAAA,EAAKU,MAAAA;EAAAA;;;EAILR,SAAAA,EAAWX,gBAAAA;EAQW;;;EAJtBoB,oBAAAA;EAnB2G7B;;;EAuB3G8B,UAAAA,EAAYP,UAAAA;AAAAA"}
|
package/dist/index.cjs
CHANGED
|
@@ -9,13 +9,13 @@ const require_settings = require('./style-dictionary/settings.cjs');
|
|
|
9
9
|
const require_spinners = require('./style-dictionary/spinners.cjs');
|
|
10
10
|
const require_default = require('./themes/default.cjs');
|
|
11
11
|
let _powerlines_plugin_alloy = require("@powerlines/plugin-alloy");
|
|
12
|
-
_powerlines_plugin_alloy = require_runtime.__toESM(_powerlines_plugin_alloy);
|
|
12
|
+
_powerlines_plugin_alloy = require_runtime.__toESM(_powerlines_plugin_alloy, 1);
|
|
13
13
|
let _powerlines_plugin_style_dictionary = require("@powerlines/plugin-style-dictionary");
|
|
14
|
-
_powerlines_plugin_style_dictionary = require_runtime.__toESM(_powerlines_plugin_style_dictionary);
|
|
14
|
+
_powerlines_plugin_style_dictionary = require_runtime.__toESM(_powerlines_plugin_style_dictionary, 1);
|
|
15
15
|
let _stryke_helpers_omit = require("@stryke/helpers/omit");
|
|
16
16
|
let _stryke_type_checks_is_set_object = require("@stryke/type-checks/is-set-object");
|
|
17
17
|
let defu = require("defu");
|
|
18
|
-
defu = require_runtime.__toESM(defu);
|
|
18
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
19
19
|
|
|
20
20
|
//#region src/index.ts
|
|
21
21
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-theme",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Shell Shock plugin to generate source code given a list design tokens.",
|
|
6
6
|
"keywords": [
|
|
@@ -223,20 +223,20 @@
|
|
|
223
223
|
"files": ["dist/**/*"],
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
226
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
227
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
228
|
-
"@powerlines/plugin-style-dictionary": "^0.3.
|
|
226
|
+
"@powerlines/plugin-alloy": "^0.26.16",
|
|
227
|
+
"@powerlines/plugin-plugin": "^0.12.348",
|
|
228
|
+
"@powerlines/plugin-style-dictionary": "^0.3.298",
|
|
229
229
|
"@stryke/helpers": "^0.10.8",
|
|
230
230
|
"@stryke/type-checks": "^0.6.1",
|
|
231
231
|
"@stryke/string-format": "^0.17.9",
|
|
232
232
|
"defu": "^6.1.7",
|
|
233
|
-
"powerlines": "^0.42.
|
|
233
|
+
"powerlines": "^0.42.38",
|
|
234
234
|
"style-dictionary": "^5.4.0"
|
|
235
235
|
},
|
|
236
236
|
"devDependencies": {
|
|
237
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
237
|
+
"@powerlines/plugin-deepkit": "^0.11.278",
|
|
238
238
|
"@types/node": "^25.6.0"
|
|
239
239
|
},
|
|
240
240
|
"publishConfig": { "access": "public" },
|
|
241
|
-
"gitHead": "
|
|
241
|
+
"gitHead": "1364666ac28f03cca26271afb582c71a2fe12ecd"
|
|
242
242
|
}
|