@storm-software/workspace-tools 1.204.0 → 1.205.0
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 +7 -0
- package/index.js +3 -1
- package/meta.json +53 -53
- package/package.json +1 -1
- package/src/base/base-executor.js +3 -1
- package/src/base/base-generator.js +3 -1
- package/src/base/index.js +3 -1
- package/src/executors/cargo-build/executor.js +3 -1
- package/src/executors/cargo-check/executor.js +3 -1
- package/src/executors/cargo-clippy/executor.js +3 -1
- package/src/executors/cargo-doc/executor.js +3 -1
- package/src/executors/cargo-format/executor.js +3 -1
- package/src/executors/clean-package/executor.js +3 -1
- package/src/executors/rolldown/executor.js +3 -1
- package/src/executors/rollup/executor.js +3 -1
- package/src/executors/size-limit/executor.js +3 -1
- package/src/executors/tsup/executor.js +3 -1
- package/src/executors/tsup-browser/executor.js +3 -1
- package/src/executors/tsup-neutral/executor.js +3 -1
- package/src/executors/tsup-node/executor.js +3 -1
- package/src/executors/typia/executor.js +3 -1
- package/src/executors/unbuild/executor.js +3 -1
- package/src/generators/browser-library/generator.js +3 -1
- package/src/generators/config-schema/generator.js +3 -1
- package/src/generators/neutral-library/generator.js +3 -1
- package/src/generators/node-library/generator.js +3 -1
- package/src/generators/preset/generator.js +3 -1
- package/src/generators/release-version/generator.js +3 -1
- package/src/utils/index.js +3 -1
package/CHANGELOG.md
CHANGED
package/index.js
CHANGED
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
package/meta.json
CHANGED
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
"format": "esm"
|
|
3360
3360
|
},
|
|
3361
3361
|
"packages/config/src/schema.ts": {
|
|
3362
|
-
"bytes":
|
|
3362
|
+
"bytes": 11868,
|
|
3363
3363
|
"imports": [
|
|
3364
3364
|
{
|
|
3365
3365
|
"path": "node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.mjs",
|
|
@@ -28335,7 +28335,7 @@
|
|
|
28335
28335
|
"bytesInOutput": 133323
|
|
28336
28336
|
},
|
|
28337
28337
|
"packages/config/src/schema.ts": {
|
|
28338
|
-
"bytesInOutput":
|
|
28338
|
+
"bytesInOutput": 11036
|
|
28339
28339
|
},
|
|
28340
28340
|
"packages/config/src/types.ts": {
|
|
28341
28341
|
"bytesInOutput": 347
|
|
@@ -31365,7 +31365,7 @@
|
|
|
31365
31365
|
"bytesInOutput": 205
|
|
31366
31366
|
}
|
|
31367
31367
|
},
|
|
31368
|
-
"bytes":
|
|
31368
|
+
"bytes": 10956309
|
|
31369
31369
|
},
|
|
31370
31370
|
"dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
|
|
31371
31371
|
"imports": [
|
|
@@ -32799,7 +32799,7 @@
|
|
|
32799
32799
|
"bytesInOutput": 133224
|
|
32800
32800
|
},
|
|
32801
32801
|
"packages/config/src/schema.ts": {
|
|
32802
|
-
"bytesInOutput":
|
|
32802
|
+
"bytesInOutput": 11036
|
|
32803
32803
|
},
|
|
32804
32804
|
"packages/config/src/types.ts": {
|
|
32805
32805
|
"bytesInOutput": 347
|
|
@@ -32859,7 +32859,7 @@
|
|
|
32859
32859
|
"bytesInOutput": 1689
|
|
32860
32860
|
}
|
|
32861
32861
|
},
|
|
32862
|
-
"bytes":
|
|
32862
|
+
"bytes": 4198799
|
|
32863
32863
|
},
|
|
32864
32864
|
"dist/packages/workspace-tools/src/executors/rolldown/executor.js": {
|
|
32865
32865
|
"imports": [
|
|
@@ -34293,7 +34293,7 @@
|
|
|
34293
34293
|
"bytesInOutput": 133224
|
|
34294
34294
|
},
|
|
34295
34295
|
"packages/config/src/schema.ts": {
|
|
34296
|
-
"bytesInOutput":
|
|
34296
|
+
"bytesInOutput": 11036
|
|
34297
34297
|
},
|
|
34298
34298
|
"packages/config/src/types.ts": {
|
|
34299
34299
|
"bytesInOutput": 347
|
|
@@ -34353,7 +34353,7 @@
|
|
|
34353
34353
|
"bytesInOutput": 1689
|
|
34354
34354
|
}
|
|
34355
34355
|
},
|
|
34356
|
-
"bytes":
|
|
34356
|
+
"bytes": 4198808
|
|
34357
34357
|
},
|
|
34358
34358
|
"dist/packages/workspace-tools/src/executors/rollup/executor.js": {
|
|
34359
34359
|
"imports": [
|
|
@@ -37017,7 +37017,7 @@
|
|
|
37017
37017
|
"bytesInOutput": 133325
|
|
37018
37018
|
},
|
|
37019
37019
|
"packages/config/src/schema.ts": {
|
|
37020
|
-
"bytesInOutput":
|
|
37020
|
+
"bytesInOutput": 11036
|
|
37021
37021
|
},
|
|
37022
37022
|
"packages/config/src/types.ts": {
|
|
37023
37023
|
"bytesInOutput": 347
|
|
@@ -38763,7 +38763,7 @@
|
|
|
38763
38763
|
"bytesInOutput": 3411
|
|
38764
38764
|
}
|
|
38765
38765
|
},
|
|
38766
|
-
"bytes":
|
|
38766
|
+
"bytes": 9460810
|
|
38767
38767
|
},
|
|
38768
38768
|
"dist/packages/workspace-tools/src/executors/tsup/executor.js": {
|
|
38769
38769
|
"imports": [
|
|
@@ -40192,7 +40192,7 @@
|
|
|
40192
40192
|
"bytesInOutput": 133224
|
|
40193
40193
|
},
|
|
40194
40194
|
"packages/config/src/schema.ts": {
|
|
40195
|
-
"bytesInOutput":
|
|
40195
|
+
"bytesInOutput": 11036
|
|
40196
40196
|
},
|
|
40197
40197
|
"packages/config/src/types.ts": {
|
|
40198
40198
|
"bytesInOutput": 347
|
|
@@ -40252,7 +40252,7 @@
|
|
|
40252
40252
|
"bytesInOutput": 1689
|
|
40253
40253
|
}
|
|
40254
40254
|
},
|
|
40255
|
-
"bytes":
|
|
40255
|
+
"bytes": 4198651
|
|
40256
40256
|
},
|
|
40257
40257
|
"dist/packages/workspace-tools/src/executors/tsup-neutral/executor.js": {
|
|
40258
40258
|
"imports": [
|
|
@@ -41686,7 +41686,7 @@
|
|
|
41686
41686
|
"bytesInOutput": 133224
|
|
41687
41687
|
},
|
|
41688
41688
|
"packages/config/src/schema.ts": {
|
|
41689
|
-
"bytesInOutput":
|
|
41689
|
+
"bytesInOutput": 11036
|
|
41690
41690
|
},
|
|
41691
41691
|
"packages/config/src/types.ts": {
|
|
41692
41692
|
"bytesInOutput": 347
|
|
@@ -41749,7 +41749,7 @@
|
|
|
41749
41749
|
"bytesInOutput": 1234
|
|
41750
41750
|
}
|
|
41751
41751
|
},
|
|
41752
|
-
"bytes":
|
|
41752
|
+
"bytes": 4199998
|
|
41753
41753
|
},
|
|
41754
41754
|
"dist/packages/workspace-tools/src/executors/tsup-node/executor.js": {
|
|
41755
41755
|
"imports": [
|
|
@@ -43183,7 +43183,7 @@
|
|
|
43183
43183
|
"bytesInOutput": 133224
|
|
43184
43184
|
},
|
|
43185
43185
|
"packages/config/src/schema.ts": {
|
|
43186
|
-
"bytesInOutput":
|
|
43186
|
+
"bytesInOutput": 11036
|
|
43187
43187
|
},
|
|
43188
43188
|
"packages/config/src/types.ts": {
|
|
43189
43189
|
"bytesInOutput": 347
|
|
@@ -43246,7 +43246,7 @@
|
|
|
43246
43246
|
"bytesInOutput": 1234
|
|
43247
43247
|
}
|
|
43248
43248
|
},
|
|
43249
|
-
"bytes":
|
|
43249
|
+
"bytes": 4199955
|
|
43250
43250
|
},
|
|
43251
43251
|
"dist/packages/workspace-tools/src/executors/tsup-browser/executor.js": {
|
|
43252
43252
|
"imports": [
|
|
@@ -44680,7 +44680,7 @@
|
|
|
44680
44680
|
"bytesInOutput": 133224
|
|
44681
44681
|
},
|
|
44682
44682
|
"packages/config/src/schema.ts": {
|
|
44683
|
-
"bytesInOutput":
|
|
44683
|
+
"bytesInOutput": 11036
|
|
44684
44684
|
},
|
|
44685
44685
|
"packages/config/src/types.ts": {
|
|
44686
44686
|
"bytesInOutput": 347
|
|
@@ -44743,7 +44743,7 @@
|
|
|
44743
44743
|
"bytesInOutput": 1234
|
|
44744
44744
|
}
|
|
44745
44745
|
},
|
|
44746
|
-
"bytes":
|
|
44746
|
+
"bytes": 4199940
|
|
44747
44747
|
},
|
|
44748
44748
|
"dist/packages/workspace-tools/src/executors/typia/executor.js": {
|
|
44749
44749
|
"imports": [
|
|
@@ -47783,7 +47783,7 @@
|
|
|
47783
47783
|
"bytesInOutput": 133224
|
|
47784
47784
|
},
|
|
47785
47785
|
"packages/config/src/schema.ts": {
|
|
47786
|
-
"bytesInOutput":
|
|
47786
|
+
"bytesInOutput": 11036
|
|
47787
47787
|
},
|
|
47788
47788
|
"packages/config/src/types.ts": {
|
|
47789
47789
|
"bytesInOutput": 347
|
|
@@ -47843,7 +47843,7 @@
|
|
|
47843
47843
|
"bytesInOutput": 1689
|
|
47844
47844
|
}
|
|
47845
47845
|
},
|
|
47846
|
-
"bytes":
|
|
47846
|
+
"bytes": 5464331
|
|
47847
47847
|
},
|
|
47848
47848
|
"dist/packages/workspace-tools/src/executors/clean-package/executor.js": {
|
|
47849
47849
|
"imports": [
|
|
@@ -49545,7 +49545,7 @@
|
|
|
49545
49545
|
"bytesInOutput": 133224
|
|
49546
49546
|
},
|
|
49547
49547
|
"packages/config/src/schema.ts": {
|
|
49548
|
-
"bytesInOutput":
|
|
49548
|
+
"bytesInOutput": 11036
|
|
49549
49549
|
},
|
|
49550
49550
|
"packages/config/src/types.ts": {
|
|
49551
49551
|
"bytesInOutput": 347
|
|
@@ -49710,7 +49710,7 @@
|
|
|
49710
49710
|
"bytesInOutput": 1872
|
|
49711
49711
|
}
|
|
49712
49712
|
},
|
|
49713
|
-
"bytes":
|
|
49713
|
+
"bytes": 4573758
|
|
49714
49714
|
},
|
|
49715
49715
|
"dist/packages/workspace-tools/src/executors/size-limit/executor.js": {
|
|
49716
49716
|
"imports": [
|
|
@@ -51347,7 +51347,7 @@
|
|
|
51347
51347
|
"bytesInOutput": 133224
|
|
51348
51348
|
},
|
|
51349
51349
|
"packages/config/src/schema.ts": {
|
|
51350
|
-
"bytesInOutput":
|
|
51350
|
+
"bytesInOutput": 11036
|
|
51351
51351
|
},
|
|
51352
51352
|
"packages/config/src/types.ts": {
|
|
51353
51353
|
"bytesInOutput": 347
|
|
@@ -51482,7 +51482,7 @@
|
|
|
51482
51482
|
"bytesInOutput": 1689
|
|
51483
51483
|
}
|
|
51484
51484
|
},
|
|
51485
|
-
"bytes":
|
|
51485
|
+
"bytes": 4249254
|
|
51486
51486
|
},
|
|
51487
51487
|
"dist/packages/workspace-tools/src/executors/npm-publish/executor.js": {
|
|
51488
51488
|
"imports": [
|
|
@@ -52981,7 +52981,7 @@
|
|
|
52981
52981
|
"bytesInOutput": 133224
|
|
52982
52982
|
},
|
|
52983
52983
|
"packages/config/src/schema.ts": {
|
|
52984
|
-
"bytesInOutput":
|
|
52984
|
+
"bytesInOutput": 11036
|
|
52985
52985
|
},
|
|
52986
52986
|
"packages/config/src/types.ts": {
|
|
52987
52987
|
"bytesInOutput": 347
|
|
@@ -53044,7 +53044,7 @@
|
|
|
53044
53044
|
"bytesInOutput": 3101
|
|
53045
53045
|
}
|
|
53046
53046
|
},
|
|
53047
|
-
"bytes":
|
|
53047
|
+
"bytes": 4201108
|
|
53048
53048
|
},
|
|
53049
53049
|
"dist/packages/workspace-tools/src/executors/cargo-check/executor.js": {
|
|
53050
53050
|
"imports": [
|
|
@@ -54478,7 +54478,7 @@
|
|
|
54478
54478
|
"bytesInOutput": 133224
|
|
54479
54479
|
},
|
|
54480
54480
|
"packages/config/src/schema.ts": {
|
|
54481
|
-
"bytesInOutput":
|
|
54481
|
+
"bytesInOutput": 11036
|
|
54482
54482
|
},
|
|
54483
54483
|
"packages/config/src/types.ts": {
|
|
54484
54484
|
"bytesInOutput": 347
|
|
@@ -54541,7 +54541,7 @@
|
|
|
54541
54541
|
"bytesInOutput": 3101
|
|
54542
54542
|
}
|
|
54543
54543
|
},
|
|
54544
|
-
"bytes":
|
|
54544
|
+
"bytes": 4201048
|
|
54545
54545
|
},
|
|
54546
54546
|
"dist/packages/workspace-tools/src/executors/cargo-clippy/executor.js": {
|
|
54547
54547
|
"imports": [
|
|
@@ -55975,7 +55975,7 @@
|
|
|
55975
55975
|
"bytesInOutput": 133224
|
|
55976
55976
|
},
|
|
55977
55977
|
"packages/config/src/schema.ts": {
|
|
55978
|
-
"bytesInOutput":
|
|
55978
|
+
"bytesInOutput": 11036
|
|
55979
55979
|
},
|
|
55980
55980
|
"packages/config/src/types.ts": {
|
|
55981
55981
|
"bytesInOutput": 347
|
|
@@ -56038,7 +56038,7 @@
|
|
|
56038
56038
|
"bytesInOutput": 3101
|
|
56039
56039
|
}
|
|
56040
56040
|
},
|
|
56041
|
-
"bytes":
|
|
56041
|
+
"bytes": 4201088
|
|
56042
56042
|
},
|
|
56043
56043
|
"dist/packages/workspace-tools/src/executors/cargo-doc/executor.js": {
|
|
56044
56044
|
"imports": [
|
|
@@ -57472,7 +57472,7 @@
|
|
|
57472
57472
|
"bytesInOutput": 133224
|
|
57473
57473
|
},
|
|
57474
57474
|
"packages/config/src/schema.ts": {
|
|
57475
|
-
"bytesInOutput":
|
|
57475
|
+
"bytesInOutput": 11036
|
|
57476
57476
|
},
|
|
57477
57477
|
"packages/config/src/types.ts": {
|
|
57478
57478
|
"bytesInOutput": 347
|
|
@@ -57538,7 +57538,7 @@
|
|
|
57538
57538
|
"bytesInOutput": 3101
|
|
57539
57539
|
}
|
|
57540
57540
|
},
|
|
57541
|
-
"bytes":
|
|
57541
|
+
"bytes": 4202426
|
|
57542
57542
|
},
|
|
57543
57543
|
"dist/packages/workspace-tools/src/executors/cargo-format/executor.js": {
|
|
57544
57544
|
"imports": [
|
|
@@ -58972,7 +58972,7 @@
|
|
|
58972
58972
|
"bytesInOutput": 133224
|
|
58973
58973
|
},
|
|
58974
58974
|
"packages/config/src/schema.ts": {
|
|
58975
|
-
"bytesInOutput":
|
|
58975
|
+
"bytesInOutput": 11036
|
|
58976
58976
|
},
|
|
58977
58977
|
"packages/config/src/types.ts": {
|
|
58978
58978
|
"bytesInOutput": 347
|
|
@@ -59035,7 +59035,7 @@
|
|
|
59035
59035
|
"bytesInOutput": 3101
|
|
59036
59036
|
}
|
|
59037
59037
|
},
|
|
59038
|
-
"bytes":
|
|
59038
|
+
"bytes": 4201114
|
|
59039
59039
|
},
|
|
59040
59040
|
"dist/packages/workspace-tools/src/generators/init/init.js": {
|
|
59041
59041
|
"imports": [
|
|
@@ -60506,7 +60506,7 @@
|
|
|
60506
60506
|
"bytesInOutput": 133224
|
|
60507
60507
|
},
|
|
60508
60508
|
"packages/config/src/schema.ts": {
|
|
60509
|
-
"bytesInOutput":
|
|
60509
|
+
"bytesInOutput": 11036
|
|
60510
60510
|
},
|
|
60511
60511
|
"packages/config/src/types.ts": {
|
|
60512
60512
|
"bytesInOutput": 347
|
|
@@ -60572,7 +60572,7 @@
|
|
|
60572
60572
|
"bytesInOutput": 60
|
|
60573
60573
|
}
|
|
60574
60574
|
},
|
|
60575
|
-
"bytes":
|
|
60575
|
+
"bytes": 4206766
|
|
60576
60576
|
},
|
|
60577
60577
|
"dist/packages/workspace-tools/src/generators/neutral-library/generator.js": {
|
|
60578
60578
|
"imports": [
|
|
@@ -62026,7 +62026,7 @@
|
|
|
62026
62026
|
"bytesInOutput": 133224
|
|
62027
62027
|
},
|
|
62028
62028
|
"packages/config/src/schema.ts": {
|
|
62029
|
-
"bytesInOutput":
|
|
62029
|
+
"bytesInOutput": 11036
|
|
62030
62030
|
},
|
|
62031
62031
|
"packages/config/src/types.ts": {
|
|
62032
62032
|
"bytesInOutput": 347
|
|
@@ -62092,7 +62092,7 @@
|
|
|
62092
62092
|
"bytesInOutput": 27
|
|
62093
62093
|
}
|
|
62094
62094
|
},
|
|
62095
|
-
"bytes":
|
|
62095
|
+
"bytes": 4206715
|
|
62096
62096
|
},
|
|
62097
62097
|
"dist/packages/workspace-tools/src/generators/browser-library/generator.js": {
|
|
62098
62098
|
"imports": [
|
|
@@ -63546,7 +63546,7 @@
|
|
|
63546
63546
|
"bytesInOutput": 133224
|
|
63547
63547
|
},
|
|
63548
63548
|
"packages/config/src/schema.ts": {
|
|
63549
|
-
"bytesInOutput":
|
|
63549
|
+
"bytesInOutput": 11036
|
|
63550
63550
|
},
|
|
63551
63551
|
"packages/config/src/types.ts": {
|
|
63552
63552
|
"bytesInOutput": 347
|
|
@@ -63612,7 +63612,7 @@
|
|
|
63612
63612
|
"bytesInOutput": 27
|
|
63613
63613
|
}
|
|
63614
63614
|
},
|
|
63615
|
-
"bytes":
|
|
63615
|
+
"bytes": 4207260
|
|
63616
63616
|
},
|
|
63617
63617
|
"dist/packages/workspace-tools/src/generators/release-version/generator.js": {
|
|
63618
63618
|
"imports": [
|
|
@@ -65231,7 +65231,7 @@
|
|
|
65231
65231
|
"bytesInOutput": 133268
|
|
65232
65232
|
},
|
|
65233
65233
|
"packages/config/src/schema.ts": {
|
|
65234
|
-
"bytesInOutput":
|
|
65234
|
+
"bytesInOutput": 11036
|
|
65235
65235
|
},
|
|
65236
65236
|
"packages/config/src/types.ts": {
|
|
65237
65237
|
"bytesInOutput": 347
|
|
@@ -65291,7 +65291,7 @@
|
|
|
65291
65291
|
"bytesInOutput": 1027
|
|
65292
65292
|
}
|
|
65293
65293
|
},
|
|
65294
|
-
"bytes":
|
|
65294
|
+
"bytes": 4394347
|
|
65295
65295
|
},
|
|
65296
65296
|
"dist/packages/workspace-tools/src/generators/preset/generator.js": {
|
|
65297
65297
|
"imports": [
|
|
@@ -66725,7 +66725,7 @@
|
|
|
66725
66725
|
"bytesInOutput": 133224
|
|
66726
66726
|
},
|
|
66727
66727
|
"packages/config/src/schema.ts": {
|
|
66728
|
-
"bytesInOutput":
|
|
66728
|
+
"bytesInOutput": 11036
|
|
66729
66729
|
},
|
|
66730
66730
|
"packages/config/src/types.ts": {
|
|
66731
66731
|
"bytesInOutput": 347
|
|
@@ -66785,7 +66785,7 @@
|
|
|
66785
66785
|
"bytesInOutput": 57
|
|
66786
66786
|
}
|
|
66787
66787
|
},
|
|
66788
|
-
"bytes":
|
|
66788
|
+
"bytes": 4202565
|
|
66789
66789
|
},
|
|
66790
66790
|
"dist/packages/workspace-tools/src/generators/config-schema/generator.js": {
|
|
66791
66791
|
"imports": [
|
|
@@ -67818,7 +67818,7 @@
|
|
|
67818
67818
|
"bytesInOutput": 133222
|
|
67819
67819
|
},
|
|
67820
67820
|
"packages/config/src/schema.ts": {
|
|
67821
|
-
"bytesInOutput":
|
|
67821
|
+
"bytesInOutput": 10974
|
|
67822
67822
|
},
|
|
67823
67823
|
"packages/config/src/types.ts": {
|
|
67824
67824
|
"bytesInOutput": 347
|
|
@@ -68379,7 +68379,7 @@
|
|
|
68379
68379
|
"bytesInOutput": 3245
|
|
68380
68380
|
}
|
|
68381
68381
|
},
|
|
68382
|
-
"bytes":
|
|
68382
|
+
"bytes": 4234275
|
|
68383
68383
|
},
|
|
68384
68384
|
"dist/packages/workspace-tools/src/plugins/rust/index.js": {
|
|
68385
68385
|
"imports": [
|
|
@@ -70507,7 +70507,7 @@
|
|
|
70507
70507
|
"bytesInOutput": 133268
|
|
70508
70508
|
},
|
|
70509
70509
|
"packages/config/src/schema.ts": {
|
|
70510
|
-
"bytesInOutput":
|
|
70510
|
+
"bytesInOutput": 11036
|
|
70511
70511
|
},
|
|
70512
70512
|
"packages/config/src/types.ts": {
|
|
70513
70513
|
"bytesInOutput": 347
|
|
@@ -71452,7 +71452,7 @@
|
|
|
71452
71452
|
"bytesInOutput": 582
|
|
71453
71453
|
}
|
|
71454
71454
|
},
|
|
71455
|
-
"bytes":
|
|
71455
|
+
"bytes": 5494261
|
|
71456
71456
|
},
|
|
71457
71457
|
"dist/packages/workspace-tools/src/utils/project-tags.js": {
|
|
71458
71458
|
"imports": [],
|
|
@@ -72991,7 +72991,7 @@
|
|
|
72991
72991
|
"bytesInOutput": 133224
|
|
72992
72992
|
},
|
|
72993
72993
|
"packages/config/src/schema.ts": {
|
|
72994
|
-
"bytesInOutput":
|
|
72994
|
+
"bytesInOutput": 11036
|
|
72995
72995
|
},
|
|
72996
72996
|
"packages/config/src/types.ts": {
|
|
72997
72997
|
"bytesInOutput": 347
|
|
@@ -73063,7 +73063,7 @@
|
|
|
73063
73063
|
"bytesInOutput": 27
|
|
73064
73064
|
}
|
|
73065
73065
|
},
|
|
73066
|
-
"bytes":
|
|
73066
|
+
"bytes": 4211996
|
|
73067
73067
|
},
|
|
73068
73068
|
"dist/packages/workspace-tools/src/base/base-executor.js": {
|
|
73069
73069
|
"imports": [
|
|
@@ -74487,7 +74487,7 @@
|
|
|
74487
74487
|
"bytesInOutput": 133224
|
|
74488
74488
|
},
|
|
74489
74489
|
"packages/config/src/schema.ts": {
|
|
74490
|
-
"bytesInOutput":
|
|
74490
|
+
"bytesInOutput": 11036
|
|
74491
74491
|
},
|
|
74492
74492
|
"packages/config/src/types.ts": {
|
|
74493
74493
|
"bytesInOutput": 347
|
|
@@ -74544,7 +74544,7 @@
|
|
|
74544
74544
|
"bytesInOutput": 1689
|
|
74545
74545
|
}
|
|
74546
74546
|
},
|
|
74547
|
-
"bytes":
|
|
74547
|
+
"bytes": 4197271
|
|
74548
74548
|
},
|
|
74549
74549
|
"dist/packages/workspace-tools/src/base/base-generator.js": {
|
|
74550
74550
|
"imports": [
|
|
@@ -75968,7 +75968,7 @@
|
|
|
75968
75968
|
"bytesInOutput": 133224
|
|
75969
75969
|
},
|
|
75970
75970
|
"packages/config/src/schema.ts": {
|
|
75971
|
-
"bytesInOutput":
|
|
75971
|
+
"bytesInOutput": 11036
|
|
75972
75972
|
},
|
|
75973
75973
|
"packages/config/src/types.ts": {
|
|
75974
75974
|
"bytesInOutput": 347
|
|
@@ -76022,7 +76022,7 @@
|
|
|
76022
76022
|
"bytesInOutput": 3415
|
|
76023
76023
|
}
|
|
76024
76024
|
},
|
|
76025
|
-
"bytes":
|
|
76025
|
+
"bytes": 4194140
|
|
76026
76026
|
},
|
|
76027
76027
|
"dist/packages/workspace-tools/src/base/typescript-library-generator.js": {
|
|
76028
76028
|
"imports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/workspace-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.205.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
|
|
6
6
|
"repository": {
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
package/src/base/index.js
CHANGED
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -68747,7 +68747,9 @@ var init_schema = __esm({
|
|
|
68747
68747
|
runtimeVersion: z3.string().trim().regex(
|
|
68748
68748
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
68749
68749
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
68750
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
68750
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
68751
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
68752
|
+
),
|
|
68751
68753
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
68752
68754
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
68753
68755
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -93340,7 +93340,9 @@ var init_schema = __esm({
|
|
|
93340
93340
|
runtimeVersion: z3.string().trim().regex(
|
|
93341
93341
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
93342
93342
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
93343
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
93343
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
93344
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
93345
|
+
),
|
|
93344
93346
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
93345
93347
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
93346
93348
|
logLevel: z3.enum([
|
|
@@ -66914,7 +66914,9 @@ var init_schema = __esm({
|
|
|
66914
66914
|
runtimeVersion: z3.string().trim().regex(
|
|
66915
66915
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66916
66916
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66917
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66917
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66918
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66919
|
+
),
|
|
66918
66920
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66919
66921
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66920
66922
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -92196,7 +92196,9 @@ var init_schema = __esm({
|
|
|
92196
92196
|
runtimeVersion: z3.string().trim().regex(
|
|
92197
92197
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
92198
92198
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
92199
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
92199
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
92200
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
92201
|
+
),
|
|
92200
92202
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
92201
92203
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
92202
92204
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -4096,7 +4096,9 @@ var init_schema = __esm({
|
|
|
4096
4096
|
runtimeVersion: z.string().trim().regex(
|
|
4097
4097
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
4098
4098
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
4099
|
-
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
4099
|
+
packageManager: z.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
4100
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
4101
|
+
),
|
|
4100
4102
|
timezone: z.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
4101
4103
|
locale: z.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
4102
4104
|
logLevel: z.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|
|
@@ -68250,7 +68250,9 @@ var init_schema = __esm({
|
|
|
68250
68250
|
runtimeVersion: z3.string().trim().regex(
|
|
68251
68251
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
68252
68252
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
68253
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
68253
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
68254
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
68255
|
+
),
|
|
68254
68256
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
68255
68257
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
68256
68258
|
logLevel: z3.enum([
|
package/src/utils/index.js
CHANGED
|
@@ -66426,7 +66426,9 @@ var init_schema = __esm({
|
|
|
66426
66426
|
runtimeVersion: z3.string().trim().regex(
|
|
66427
66427
|
/^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
|
|
66428
66428
|
).default("1.0.0").describe("The global version of the Storm runtime"),
|
|
66429
|
-
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("
|
|
66429
|
+
packageManager: z3.enum(["npm", "yarn", "pnpm", "bun"]).default("npm").describe(
|
|
66430
|
+
"The JavaScript/TypeScript package manager used by the repository"
|
|
66431
|
+
),
|
|
66430
66432
|
timezone: z3.string().trim().default("America/New_York").describe("The default timezone of the workspace"),
|
|
66431
66433
|
locale: z3.string().trim().default("en-US").describe("The default locale of the workspace"),
|
|
66432
66434
|
logLevel: z3.enum([
|