@storm-software/build-tools 0.150.5 → 0.150.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Build Tools](#storm-build-tools)
|
|
@@ -38,8 +38,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
38
38
|
header?: string | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
banner?: string | undefined;
|
|
41
|
-
header?: string | undefined;
|
|
42
41
|
footer?: string | undefined;
|
|
42
|
+
header?: string | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
account: z.ZodObject<{
|
|
45
45
|
twitter: z.ZodDefault<z.ZodString>;
|
|
@@ -841,6 +841,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
841
841
|
}>]>>]>]>;
|
|
842
842
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
+
mode: "development" | "staging" | "production";
|
|
844
845
|
organization: string;
|
|
845
846
|
license: string;
|
|
846
847
|
homepage: string;
|
|
@@ -870,7 +871,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
870
871
|
codesFile: string;
|
|
871
872
|
url?: string | undefined;
|
|
872
873
|
};
|
|
873
|
-
mode: "development" | "staging" | "production";
|
|
874
874
|
workspaceRoot: string;
|
|
875
875
|
externalPackagePatterns: string[];
|
|
876
876
|
skipCache: boolean;
|
|
@@ -885,7 +885,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
885
885
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
886
886
|
timezone: string;
|
|
887
887
|
locale: string;
|
|
888
|
-
logLevel: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "
|
|
888
|
+
logLevel: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all";
|
|
889
889
|
registry: {
|
|
890
890
|
github?: string | undefined;
|
|
891
891
|
npm?: string | undefined;
|
|
@@ -1042,9 +1042,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
}>;
|
|
1044
1044
|
extensions: Record<string, any>;
|
|
1045
|
+
name?: string | undefined;
|
|
1045
1046
|
$schema?: string | null | undefined;
|
|
1046
1047
|
extends?: string | string[] | undefined;
|
|
1047
|
-
name?: string | undefined;
|
|
1048
1048
|
namespace?: string | undefined;
|
|
1049
1049
|
repository?: string | undefined;
|
|
1050
1050
|
preid?: string | undefined;
|
|
@@ -1056,8 +1056,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
};
|
|
1057
1057
|
release: {
|
|
1058
1058
|
banner?: string | undefined;
|
|
1059
|
-
header?: string | undefined;
|
|
1060
1059
|
footer?: string | undefined;
|
|
1060
|
+
header?: string | undefined;
|
|
1061
1061
|
};
|
|
1062
1062
|
account: {
|
|
1063
1063
|
twitter?: string | undefined;
|
|
@@ -1227,9 +1227,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1227
1227
|
background?: string | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
}>;
|
|
1230
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1231
|
+
name?: string | undefined;
|
|
1230
1232
|
$schema?: string | null | undefined;
|
|
1231
1233
|
extends?: string | string[] | undefined;
|
|
1232
|
-
name?: string | undefined;
|
|
1233
1234
|
namespace?: string | undefined;
|
|
1234
1235
|
organization?: string | undefined;
|
|
1235
1236
|
repository?: string | undefined;
|
|
@@ -1241,13 +1242,12 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1241
1242
|
branch?: string | undefined;
|
|
1242
1243
|
preid?: string | undefined;
|
|
1243
1244
|
owner?: string | undefined;
|
|
1244
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1245
1245
|
externalPackagePatterns?: string[] | undefined;
|
|
1246
1246
|
skipCache?: boolean | undefined;
|
|
1247
1247
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1248
1248
|
timezone?: string | undefined;
|
|
1249
1249
|
locale?: string | undefined;
|
|
1250
|
-
logLevel?: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "
|
|
1250
|
+
logLevel?: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1251
1251
|
skipConfigLogging?: boolean | undefined;
|
|
1252
1252
|
registry?: {
|
|
1253
1253
|
github?: string | undefined;
|
|
@@ -38,8 +38,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
38
38
|
header?: string | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
banner?: string | undefined;
|
|
41
|
-
header?: string | undefined;
|
|
42
41
|
footer?: string | undefined;
|
|
42
|
+
header?: string | undefined;
|
|
43
43
|
}>;
|
|
44
44
|
account: z.ZodObject<{
|
|
45
45
|
twitter: z.ZodDefault<z.ZodString>;
|
|
@@ -841,6 +841,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
841
841
|
}>]>>]>]>;
|
|
842
842
|
extensions: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
843
843
|
}, "strip", z.ZodTypeAny, {
|
|
844
|
+
mode: "development" | "staging" | "production";
|
|
844
845
|
organization: string;
|
|
845
846
|
license: string;
|
|
846
847
|
homepage: string;
|
|
@@ -870,7 +871,6 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
870
871
|
codesFile: string;
|
|
871
872
|
url?: string | undefined;
|
|
872
873
|
};
|
|
873
|
-
mode: "development" | "staging" | "production";
|
|
874
874
|
workspaceRoot: string;
|
|
875
875
|
externalPackagePatterns: string[];
|
|
876
876
|
skipCache: boolean;
|
|
@@ -885,7 +885,7 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
885
885
|
packageManager: "npm" | "yarn" | "pnpm" | "bun";
|
|
886
886
|
timezone: string;
|
|
887
887
|
locale: string;
|
|
888
|
-
logLevel: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "
|
|
888
|
+
logLevel: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all";
|
|
889
889
|
registry: {
|
|
890
890
|
github?: string | undefined;
|
|
891
891
|
npm?: string | undefined;
|
|
@@ -1042,9 +1042,9 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1042
1042
|
};
|
|
1043
1043
|
}>;
|
|
1044
1044
|
extensions: Record<string, any>;
|
|
1045
|
+
name?: string | undefined;
|
|
1045
1046
|
$schema?: string | null | undefined;
|
|
1046
1047
|
extends?: string | string[] | undefined;
|
|
1047
|
-
name?: string | undefined;
|
|
1048
1048
|
namespace?: string | undefined;
|
|
1049
1049
|
repository?: string | undefined;
|
|
1050
1050
|
preid?: string | undefined;
|
|
@@ -1056,8 +1056,8 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1056
1056
|
};
|
|
1057
1057
|
release: {
|
|
1058
1058
|
banner?: string | undefined;
|
|
1059
|
-
header?: string | undefined;
|
|
1060
1059
|
footer?: string | undefined;
|
|
1060
|
+
header?: string | undefined;
|
|
1061
1061
|
};
|
|
1062
1062
|
account: {
|
|
1063
1063
|
twitter?: string | undefined;
|
|
@@ -1227,9 +1227,10 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1227
1227
|
background?: string | undefined;
|
|
1228
1228
|
};
|
|
1229
1229
|
}>;
|
|
1230
|
+
mode?: "development" | "staging" | "production" | undefined;
|
|
1231
|
+
name?: string | undefined;
|
|
1230
1232
|
$schema?: string | null | undefined;
|
|
1231
1233
|
extends?: string | string[] | undefined;
|
|
1232
|
-
name?: string | undefined;
|
|
1233
1234
|
namespace?: string | undefined;
|
|
1234
1235
|
organization?: string | undefined;
|
|
1235
1236
|
repository?: string | undefined;
|
|
@@ -1241,13 +1242,12 @@ declare const stormWorkspaceConfigSchema: z.ZodObject<{
|
|
|
1241
1242
|
branch?: string | undefined;
|
|
1242
1243
|
preid?: string | undefined;
|
|
1243
1244
|
owner?: string | undefined;
|
|
1244
|
-
mode?: "development" | "staging" | "production" | undefined;
|
|
1245
1245
|
externalPackagePatterns?: string[] | undefined;
|
|
1246
1246
|
skipCache?: boolean | undefined;
|
|
1247
1247
|
packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
|
|
1248
1248
|
timezone?: string | undefined;
|
|
1249
1249
|
locale?: string | undefined;
|
|
1250
|
-
logLevel?: "error" | "silent" | "fatal" | "warn" | "success" | "info" | "
|
|
1250
|
+
logLevel?: "debug" | "error" | "silent" | "fatal" | "warn" | "success" | "info" | "trace" | "all" | undefined;
|
|
1251
1251
|
skipConfigLogging?: boolean | undefined;
|
|
1252
1252
|
registry?: {
|
|
1253
1253
|
github?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.150.
|
|
3
|
+
"version": "0.150.7",
|
|
4
4
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
"sullivanpj"
|
|
142
142
|
],
|
|
143
143
|
"peerDependencies": {
|
|
144
|
-
"@nx/devkit": "21.0.
|
|
145
|
-
"@nx/js": "21.0.
|
|
146
|
-
"nx": "21.0.
|
|
144
|
+
"@nx/devkit": "21.0.3",
|
|
145
|
+
"@nx/js": "21.0.3",
|
|
146
|
+
"nx": "21.0.3",
|
|
147
147
|
"typescript": "^5.8.3"
|
|
148
148
|
},
|
|
149
149
|
"peerDependenciesMeta": {
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
"rollup": "^4.29.1"
|
|
161
161
|
},
|
|
162
162
|
"devDependencies": {
|
|
163
|
-
"@nx/devkit": "21.0.
|
|
164
|
-
"@nx/js": "21.0.
|
|
163
|
+
"@nx/devkit": "21.0.3",
|
|
164
|
+
"@nx/js": "21.0.3",
|
|
165
165
|
"@types/node": "^22.10.2",
|
|
166
|
-
"nx": "21.0.
|
|
166
|
+
"nx": "21.0.3",
|
|
167
167
|
"tsup": "8.4.0",
|
|
168
168
|
"typescript": "^5.8.3"
|
|
169
169
|
},
|