@storm-software/workspace-tools 1.201.2 → 1.202.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 CHANGED
@@ -1,3 +1,30 @@
1
+ ## 1.202.0 (2024-12-18)
2
+
3
+ ### Features
4
+
5
+ - **storm-ops:** Improved descriptions and markdown across monorepo
6
+ ([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
7
+
8
+ ## 1.201.3 (2024-12-18)
9
+
10
+ ### Bug Fixes
11
+
12
+ - **workspace-tools:** Resolve issues with old `babel` plugin type definitions
13
+ ([bc244027](https://github.com/storm-software/storm-ops/commit/bc244027))
14
+ - **storm-ops:** Resolved issue with ESM resolve error during postinstall script
15
+ execution
16
+ ([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
17
+
18
+ ### Continuous Integration
19
+
20
+ - **storm-ops:** Update scripts to use `pnpm exec` instead of `pnpx` command
21
+ ([3cb7b29e](https://github.com/storm-software/storm-ops/commit/3cb7b29e))
22
+
23
+ ### Dependency Upgrades
24
+
25
+ - **storm-ops:** Upgrade Nx package to v20.2.2
26
+ ([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
27
+
1
28
  ## 1.201.2 (2024-12-01)
2
29
 
3
30
  ### Bug Fixes
package/index.js CHANGED
@@ -66386,7 +66386,12 @@ var init_schema = __esm({
66386
66386
  extends: z3.string().trim().optional().describe(
66387
66387
  "The path to a base JSON file to use as a configuration preset file"
66388
66388
  ),
66389
- name: z3.string().trim().toLowerCase().optional().describe("The name of the package"),
66389
+ isRoot: z3.boolean().optional().describe(
66390
+ "A flag indicating if the current configuration is the set in the root of the workspace"
66391
+ ),
66392
+ name: z3.string().trim().toLowerCase().optional().describe(
66393
+ "The name of the service/package/scope using this configuration"
66394
+ ),
66390
66395
  namespace: z3.string().trim().toLowerCase().optional().describe("The namespace of the package"),
66391
66396
  organization: z3.string().trim().default("storm-software").describe("The organization of the workspace"),
66392
66397
  repository: z3.string().trim().url().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
@@ -66396,7 +66401,7 @@ var init_schema = __esm({
66396
66401
  licensing: z3.string().trim().url().default(STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
66397
66402
  branch: z3.string().trim().default("main").describe("The branch of the workspace"),
66398
66403
  preid: z3.string().optional().describe("A tag specifying the version pre-release identifier"),
66399
- owner: z3.string().trim().default("@storm-software/development").describe("The owner of the package"),
66404
+ owner: z3.string().trim().default("@storm-software/admin").describe("The owner of the package"),
66400
66405
  worker: z3.string().trim().default("Stormie-Bot").describe(
66401
66406
  "The worker of the package (this is the bot that will be used to perform various tasks)"
66402
66407
  ),
@@ -66407,7 +66412,15 @@ var init_schema = __esm({
66407
66412
  "The build will use these package patterns to determine if they should be external to the bundle"
66408
66413
  ),
66409
66414
  skipCache: z3.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
66410
- cacheDirectory: z3.string().trim().default("node_modules/.cache/storm").describe("The directory used to store the workspace's cached file data"),
66415
+ cacheDirectory: z3.string().trim().optional().describe(
66416
+ "The directory used to store the environment's cached file data"
66417
+ ),
66418
+ dataDirectory: z3.string().trim().optional().describe("The directory used to store the environment's data files"),
66419
+ configDirectory: z3.string().trim().optional().describe(
66420
+ "The directory used to store the environment's configuration files"
66421
+ ),
66422
+ tempDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66423
+ logDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66411
66424
  buildDirectory: z3.string().trim().default("dist").describe("The build directory for the workspace"),
66412
66425
  outputDirectory: z3.string().trim().default("node_modules/.storm").describe("The runtime directory of Storm"),
66413
66426
  runtimeVersion: z3.string().trim().regex(
@@ -66425,7 +66438,7 @@ var init_schema = __esm({
66425
66438
  "debug",
66426
66439
  "trace",
66427
66440
  "all"
66428
- ]).default("debug").describe(
66441
+ ]).default("info").describe(
66429
66442
  "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`)."
66430
66443
  ),
66431
66444
  cloudflareAccountId: z3.string().trim().toLowerCase().length(32).regex(/^([0-9a-fA-F]{32})$/i).nullable().default(null).describe("The default Cloudflare account ID of the workspace"),
package/meta.json CHANGED
@@ -3359,7 +3359,7 @@
3359
3359
  "format": "esm"
3360
3360
  },
3361
3361
  "packages/config/src/schema.ts": {
3362
- "bytes": 10999,
3362
+ "bytes": 11821,
3363
3363
  "imports": [
3364
3364
  {
3365
3365
  "path": "node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.mjs",
@@ -28325,7 +28325,7 @@
28325
28325
  "bytesInOutput": 133323
28326
28326
  },
28327
28327
  "packages/config/src/schema.ts": {
28328
- "bytesInOutput": 10285
28328
+ "bytesInOutput": 10989
28329
28329
  },
28330
28330
  "packages/config/src/types.ts": {
28331
28331
  "bytesInOutput": 347
@@ -31355,7 +31355,7 @@
31355
31355
  "bytesInOutput": 205
31356
31356
  }
31357
31357
  },
31358
- "bytes": 10957381
31358
+ "bytes": 10958085
31359
31359
  },
31360
31360
  "dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
31361
31361
  "imports": [
@@ -32789,7 +32789,7 @@
32789
32789
  "bytesInOutput": 133224
32790
32790
  },
32791
32791
  "packages/config/src/schema.ts": {
32792
- "bytesInOutput": 10285
32792
+ "bytesInOutput": 10989
32793
32793
  },
32794
32794
  "packages/config/src/types.ts": {
32795
32795
  "bytesInOutput": 347
@@ -32849,7 +32849,7 @@
32849
32849
  "bytesInOutput": 1689
32850
32850
  }
32851
32851
  },
32852
- "bytes": 4198091
32852
+ "bytes": 4198795
32853
32853
  },
32854
32854
  "dist/packages/workspace-tools/src/executors/rolldown/executor.js": {
32855
32855
  "imports": [
@@ -34283,7 +34283,7 @@
34283
34283
  "bytesInOutput": 133224
34284
34284
  },
34285
34285
  "packages/config/src/schema.ts": {
34286
- "bytesInOutput": 10285
34286
+ "bytesInOutput": 10989
34287
34287
  },
34288
34288
  "packages/config/src/types.ts": {
34289
34289
  "bytesInOutput": 347
@@ -34343,7 +34343,7 @@
34343
34343
  "bytesInOutput": 1689
34344
34344
  }
34345
34345
  },
34346
- "bytes": 4198100
34346
+ "bytes": 4198804
34347
34347
  },
34348
34348
  "dist/packages/workspace-tools/src/executors/rollup/executor.js": {
34349
34349
  "imports": [
@@ -37007,7 +37007,7 @@
37007
37007
  "bytesInOutput": 133325
37008
37008
  },
37009
37009
  "packages/config/src/schema.ts": {
37010
- "bytesInOutput": 10285
37010
+ "bytesInOutput": 10989
37011
37011
  },
37012
37012
  "packages/config/src/types.ts": {
37013
37013
  "bytesInOutput": 347
@@ -38753,7 +38753,7 @@
38753
38753
  "bytesInOutput": 3411
38754
38754
  }
38755
38755
  },
38756
- "bytes": 9460102
38756
+ "bytes": 9460806
38757
38757
  },
38758
38758
  "dist/packages/workspace-tools/src/executors/tsup/executor.js": {
38759
38759
  "imports": [
@@ -40182,7 +40182,7 @@
40182
40182
  "bytesInOutput": 133224
40183
40183
  },
40184
40184
  "packages/config/src/schema.ts": {
40185
- "bytesInOutput": 10285
40185
+ "bytesInOutput": 10989
40186
40186
  },
40187
40187
  "packages/config/src/types.ts": {
40188
40188
  "bytesInOutput": 347
@@ -40242,7 +40242,7 @@
40242
40242
  "bytesInOutput": 1689
40243
40243
  }
40244
40244
  },
40245
- "bytes": 4197943
40245
+ "bytes": 4198647
40246
40246
  },
40247
40247
  "dist/packages/workspace-tools/src/executors/tsup-neutral/executor.js": {
40248
40248
  "imports": [
@@ -41676,7 +41676,7 @@
41676
41676
  "bytesInOutput": 133224
41677
41677
  },
41678
41678
  "packages/config/src/schema.ts": {
41679
- "bytesInOutput": 10285
41679
+ "bytesInOutput": 10989
41680
41680
  },
41681
41681
  "packages/config/src/types.ts": {
41682
41682
  "bytesInOutput": 347
@@ -41739,7 +41739,7 @@
41739
41739
  "bytesInOutput": 1234
41740
41740
  }
41741
41741
  },
41742
- "bytes": 4199290
41742
+ "bytes": 4199994
41743
41743
  },
41744
41744
  "dist/packages/workspace-tools/src/executors/tsup-node/executor.js": {
41745
41745
  "imports": [
@@ -43173,7 +43173,7 @@
43173
43173
  "bytesInOutput": 133224
43174
43174
  },
43175
43175
  "packages/config/src/schema.ts": {
43176
- "bytesInOutput": 10285
43176
+ "bytesInOutput": 10989
43177
43177
  },
43178
43178
  "packages/config/src/types.ts": {
43179
43179
  "bytesInOutput": 347
@@ -43236,7 +43236,7 @@
43236
43236
  "bytesInOutput": 1234
43237
43237
  }
43238
43238
  },
43239
- "bytes": 4199247
43239
+ "bytes": 4199951
43240
43240
  },
43241
43241
  "dist/packages/workspace-tools/src/executors/tsup-browser/executor.js": {
43242
43242
  "imports": [
@@ -44670,7 +44670,7 @@
44670
44670
  "bytesInOutput": 133224
44671
44671
  },
44672
44672
  "packages/config/src/schema.ts": {
44673
- "bytesInOutput": 10285
44673
+ "bytesInOutput": 10989
44674
44674
  },
44675
44675
  "packages/config/src/types.ts": {
44676
44676
  "bytesInOutput": 347
@@ -44733,7 +44733,7 @@
44733
44733
  "bytesInOutput": 1234
44734
44734
  }
44735
44735
  },
44736
- "bytes": 4199232
44736
+ "bytes": 4199936
44737
44737
  },
44738
44738
  "dist/packages/workspace-tools/src/executors/typia/executor.js": {
44739
44739
  "imports": [
@@ -47773,7 +47773,7 @@
47773
47773
  "bytesInOutput": 133224
47774
47774
  },
47775
47775
  "packages/config/src/schema.ts": {
47776
- "bytesInOutput": 10285
47776
+ "bytesInOutput": 10989
47777
47777
  },
47778
47778
  "packages/config/src/types.ts": {
47779
47779
  "bytesInOutput": 347
@@ -47833,7 +47833,7 @@
47833
47833
  "bytesInOutput": 1689
47834
47834
  }
47835
47835
  },
47836
- "bytes": 5463623
47836
+ "bytes": 5464327
47837
47837
  },
47838
47838
  "dist/packages/workspace-tools/src/executors/clean-package/executor.js": {
47839
47839
  "imports": [
@@ -49535,7 +49535,7 @@
49535
49535
  "bytesInOutput": 133224
49536
49536
  },
49537
49537
  "packages/config/src/schema.ts": {
49538
- "bytesInOutput": 10285
49538
+ "bytesInOutput": 10989
49539
49539
  },
49540
49540
  "packages/config/src/types.ts": {
49541
49541
  "bytesInOutput": 347
@@ -49700,7 +49700,7 @@
49700
49700
  "bytesInOutput": 1872
49701
49701
  }
49702
49702
  },
49703
- "bytes": 4573050
49703
+ "bytes": 4573754
49704
49704
  },
49705
49705
  "dist/packages/workspace-tools/src/executors/size-limit/executor.js": {
49706
49706
  "imports": [
@@ -51337,7 +51337,7 @@
51337
51337
  "bytesInOutput": 133224
51338
51338
  },
51339
51339
  "packages/config/src/schema.ts": {
51340
- "bytesInOutput": 10285
51340
+ "bytesInOutput": 10989
51341
51341
  },
51342
51342
  "packages/config/src/types.ts": {
51343
51343
  "bytesInOutput": 347
@@ -51472,7 +51472,7 @@
51472
51472
  "bytesInOutput": 1689
51473
51473
  }
51474
51474
  },
51475
- "bytes": 4248546
51475
+ "bytes": 4249250
51476
51476
  },
51477
51477
  "dist/packages/workspace-tools/src/executors/npm-publish/executor.js": {
51478
51478
  "imports": [
@@ -52971,7 +52971,7 @@
52971
52971
  "bytesInOutput": 133224
52972
52972
  },
52973
52973
  "packages/config/src/schema.ts": {
52974
- "bytesInOutput": 10285
52974
+ "bytesInOutput": 10989
52975
52975
  },
52976
52976
  "packages/config/src/types.ts": {
52977
52977
  "bytesInOutput": 347
@@ -53034,7 +53034,7 @@
53034
53034
  "bytesInOutput": 3101
53035
53035
  }
53036
53036
  },
53037
- "bytes": 4200400
53037
+ "bytes": 4201104
53038
53038
  },
53039
53039
  "dist/packages/workspace-tools/src/executors/cargo-check/executor.js": {
53040
53040
  "imports": [
@@ -54468,7 +54468,7 @@
54468
54468
  "bytesInOutput": 133224
54469
54469
  },
54470
54470
  "packages/config/src/schema.ts": {
54471
- "bytesInOutput": 10285
54471
+ "bytesInOutput": 10989
54472
54472
  },
54473
54473
  "packages/config/src/types.ts": {
54474
54474
  "bytesInOutput": 347
@@ -54531,7 +54531,7 @@
54531
54531
  "bytesInOutput": 3101
54532
54532
  }
54533
54533
  },
54534
- "bytes": 4200340
54534
+ "bytes": 4201044
54535
54535
  },
54536
54536
  "dist/packages/workspace-tools/src/executors/cargo-clippy/executor.js": {
54537
54537
  "imports": [
@@ -55965,7 +55965,7 @@
55965
55965
  "bytesInOutput": 133224
55966
55966
  },
55967
55967
  "packages/config/src/schema.ts": {
55968
- "bytesInOutput": 10285
55968
+ "bytesInOutput": 10989
55969
55969
  },
55970
55970
  "packages/config/src/types.ts": {
55971
55971
  "bytesInOutput": 347
@@ -56028,7 +56028,7 @@
56028
56028
  "bytesInOutput": 3101
56029
56029
  }
56030
56030
  },
56031
- "bytes": 4200380
56031
+ "bytes": 4201084
56032
56032
  },
56033
56033
  "dist/packages/workspace-tools/src/executors/cargo-doc/executor.js": {
56034
56034
  "imports": [
@@ -57462,7 +57462,7 @@
57462
57462
  "bytesInOutput": 133224
57463
57463
  },
57464
57464
  "packages/config/src/schema.ts": {
57465
- "bytesInOutput": 10285
57465
+ "bytesInOutput": 10989
57466
57466
  },
57467
57467
  "packages/config/src/types.ts": {
57468
57468
  "bytesInOutput": 347
@@ -57528,7 +57528,7 @@
57528
57528
  "bytesInOutput": 3101
57529
57529
  }
57530
57530
  },
57531
- "bytes": 4201718
57531
+ "bytes": 4202422
57532
57532
  },
57533
57533
  "dist/packages/workspace-tools/src/executors/cargo-format/executor.js": {
57534
57534
  "imports": [
@@ -58962,7 +58962,7 @@
58962
58962
  "bytesInOutput": 133224
58963
58963
  },
58964
58964
  "packages/config/src/schema.ts": {
58965
- "bytesInOutput": 10285
58965
+ "bytesInOutput": 10989
58966
58966
  },
58967
58967
  "packages/config/src/types.ts": {
58968
58968
  "bytesInOutput": 347
@@ -59025,7 +59025,7 @@
59025
59025
  "bytesInOutput": 3101
59026
59026
  }
59027
59027
  },
59028
- "bytes": 4200406
59028
+ "bytes": 4201110
59029
59029
  },
59030
59030
  "dist/packages/workspace-tools/src/generators/init/init.js": {
59031
59031
  "imports": [
@@ -60506,7 +60506,7 @@
60506
60506
  "bytesInOutput": 133224
60507
60507
  },
60508
60508
  "packages/config/src/schema.ts": {
60509
- "bytesInOutput": 10285
60509
+ "bytesInOutput": 10989
60510
60510
  },
60511
60511
  "packages/config/src/types.ts": {
60512
60512
  "bytesInOutput": 347
@@ -60569,7 +60569,7 @@
60569
60569
  "bytesInOutput": 60
60570
60570
  }
60571
60571
  },
60572
- "bytes": 4206962
60572
+ "bytes": 4207666
60573
60573
  },
60574
60574
  "dist/packages/workspace-tools/src/generators/neutral-library/generator.js": {
60575
60575
  "imports": [
@@ -62033,7 +62033,7 @@
62033
62033
  "bytesInOutput": 133224
62034
62034
  },
62035
62035
  "packages/config/src/schema.ts": {
62036
- "bytesInOutput": 10285
62036
+ "bytesInOutput": 10989
62037
62037
  },
62038
62038
  "packages/config/src/types.ts": {
62039
62039
  "bytesInOutput": 347
@@ -62096,7 +62096,7 @@
62096
62096
  "bytesInOutput": 27
62097
62097
  }
62098
62098
  },
62099
- "bytes": 4206914
62099
+ "bytes": 4207618
62100
62100
  },
62101
62101
  "dist/packages/workspace-tools/src/generators/browser-library/generator.js": {
62102
62102
  "imports": [
@@ -63560,7 +63560,7 @@
63560
63560
  "bytesInOutput": 133224
63561
63561
  },
63562
63562
  "packages/config/src/schema.ts": {
63563
- "bytesInOutput": 10285
63563
+ "bytesInOutput": 10989
63564
63564
  },
63565
63565
  "packages/config/src/types.ts": {
63566
63566
  "bytesInOutput": 347
@@ -63623,7 +63623,7 @@
63623
63623
  "bytesInOutput": 27
63624
63624
  }
63625
63625
  },
63626
- "bytes": 4207461
63626
+ "bytes": 4208165
63627
63627
  },
63628
63628
  "dist/packages/workspace-tools/src/generators/release-version/generator.js": {
63629
63629
  "imports": [
@@ -65242,7 +65242,7 @@
65242
65242
  "bytesInOutput": 133268
65243
65243
  },
65244
65244
  "packages/config/src/schema.ts": {
65245
- "bytesInOutput": 10285
65245
+ "bytesInOutput": 10989
65246
65246
  },
65247
65247
  "packages/config/src/types.ts": {
65248
65248
  "bytesInOutput": 347
@@ -65302,7 +65302,7 @@
65302
65302
  "bytesInOutput": 1027
65303
65303
  }
65304
65304
  },
65305
- "bytes": 4393639
65305
+ "bytes": 4394343
65306
65306
  },
65307
65307
  "dist/packages/workspace-tools/src/generators/preset/generator.js": {
65308
65308
  "imports": [
@@ -66736,7 +66736,7 @@
66736
66736
  "bytesInOutput": 133224
66737
66737
  },
66738
66738
  "packages/config/src/schema.ts": {
66739
- "bytesInOutput": 10285
66739
+ "bytesInOutput": 10989
66740
66740
  },
66741
66741
  "packages/config/src/types.ts": {
66742
66742
  "bytesInOutput": 347
@@ -66796,7 +66796,7 @@
66796
66796
  "bytesInOutput": 57
66797
66797
  }
66798
66798
  },
66799
- "bytes": 4201857
66799
+ "bytes": 4202561
66800
66800
  },
66801
66801
  "dist/packages/workspace-tools/src/generators/config-schema/generator.js": {
66802
66802
  "imports": [
@@ -67829,7 +67829,7 @@
67829
67829
  "bytesInOutput": 133222
67830
67830
  },
67831
67831
  "packages/config/src/schema.ts": {
67832
- "bytesInOutput": 10228
67832
+ "bytesInOutput": 10927
67833
67833
  },
67834
67834
  "packages/config/src/types.ts": {
67835
67835
  "bytesInOutput": 347
@@ -68390,7 +68390,7 @@
68390
68390
  "bytesInOutput": 3245
68391
68391
  }
68392
68392
  },
68393
- "bytes": 4233572
68393
+ "bytes": 4234271
68394
68394
  },
68395
68395
  "dist/packages/workspace-tools/src/plugins/rust/index.js": {
68396
68396
  "imports": [
@@ -70518,7 +70518,7 @@
70518
70518
  "bytesInOutput": 133268
70519
70519
  },
70520
70520
  "packages/config/src/schema.ts": {
70521
- "bytesInOutput": 10285
70521
+ "bytesInOutput": 10989
70522
70522
  },
70523
70523
  "packages/config/src/types.ts": {
70524
70524
  "bytesInOutput": 347
@@ -71463,7 +71463,7 @@
71463
71463
  "bytesInOutput": 582
71464
71464
  }
71465
71465
  },
71466
- "bytes": 5493000
71466
+ "bytes": 5493704
71467
71467
  },
71468
71468
  "dist/packages/workspace-tools/src/utils/project-tags.js": {
71469
71469
  "imports": [],
@@ -73012,7 +73012,7 @@
73012
73012
  "bytesInOutput": 133224
73013
73013
  },
73014
73014
  "packages/config/src/schema.ts": {
73015
- "bytesInOutput": 10285
73015
+ "bytesInOutput": 10989
73016
73016
  },
73017
73017
  "packages/config/src/types.ts": {
73018
73018
  "bytesInOutput": 347
@@ -73081,7 +73081,7 @@
73081
73081
  "bytesInOutput": 27
73082
73082
  }
73083
73083
  },
73084
- "bytes": 4212243
73084
+ "bytes": 4212947
73085
73085
  },
73086
73086
  "dist/packages/workspace-tools/src/base/base-executor.js": {
73087
73087
  "imports": [
@@ -74505,7 +74505,7 @@
74505
74505
  "bytesInOutput": 133224
74506
74506
  },
74507
74507
  "packages/config/src/schema.ts": {
74508
- "bytesInOutput": 10285
74508
+ "bytesInOutput": 10989
74509
74509
  },
74510
74510
  "packages/config/src/types.ts": {
74511
74511
  "bytesInOutput": 347
@@ -74562,7 +74562,7 @@
74562
74562
  "bytesInOutput": 1689
74563
74563
  }
74564
74564
  },
74565
- "bytes": 4196563
74565
+ "bytes": 4197267
74566
74566
  },
74567
74567
  "dist/packages/workspace-tools/src/base/base-generator.js": {
74568
74568
  "imports": [
@@ -75986,7 +75986,7 @@
75986
75986
  "bytesInOutput": 133224
75987
75987
  },
75988
75988
  "packages/config/src/schema.ts": {
75989
- "bytesInOutput": 10285
75989
+ "bytesInOutput": 10989
75990
75990
  },
75991
75991
  "packages/config/src/types.ts": {
75992
75992
  "bytesInOutput": 347
@@ -76040,7 +76040,7 @@
76040
76040
  "bytesInOutput": 3415
76041
76041
  }
76042
76042
  },
76043
- "bytes": 4193432
76043
+ "bytes": 4194136
76044
76044
  },
76045
76045
  "dist/packages/workspace-tools/src/base/typescript-library-generator.js": {
76046
76046
  "imports": [
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.201.2",
3
+ "version": "1.202.0",
4
4
  "type": "commonjs",
5
- "description": " A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
5
+ "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
6
6
  "repository": {
7
7
  "type": "github",
8
8
  "url": "https://github.com/storm-software/storm-ops",
@@ -66386,7 +66386,12 @@ var init_schema = __esm({
66386
66386
  extends: z3.string().trim().optional().describe(
66387
66387
  "The path to a base JSON file to use as a configuration preset file"
66388
66388
  ),
66389
- name: z3.string().trim().toLowerCase().optional().describe("The name of the package"),
66389
+ isRoot: z3.boolean().optional().describe(
66390
+ "A flag indicating if the current configuration is the set in the root of the workspace"
66391
+ ),
66392
+ name: z3.string().trim().toLowerCase().optional().describe(
66393
+ "The name of the service/package/scope using this configuration"
66394
+ ),
66390
66395
  namespace: z3.string().trim().toLowerCase().optional().describe("The namespace of the package"),
66391
66396
  organization: z3.string().trim().default("storm-software").describe("The organization of the workspace"),
66392
66397
  repository: z3.string().trim().url().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
@@ -66396,7 +66401,7 @@ var init_schema = __esm({
66396
66401
  licensing: z3.string().trim().url().default(STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
66397
66402
  branch: z3.string().trim().default("main").describe("The branch of the workspace"),
66398
66403
  preid: z3.string().optional().describe("A tag specifying the version pre-release identifier"),
66399
- owner: z3.string().trim().default("@storm-software/development").describe("The owner of the package"),
66404
+ owner: z3.string().trim().default("@storm-software/admin").describe("The owner of the package"),
66400
66405
  worker: z3.string().trim().default("Stormie-Bot").describe(
66401
66406
  "The worker of the package (this is the bot that will be used to perform various tasks)"
66402
66407
  ),
@@ -66407,7 +66412,15 @@ var init_schema = __esm({
66407
66412
  "The build will use these package patterns to determine if they should be external to the bundle"
66408
66413
  ),
66409
66414
  skipCache: z3.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
66410
- cacheDirectory: z3.string().trim().default("node_modules/.cache/storm").describe("The directory used to store the workspace's cached file data"),
66415
+ cacheDirectory: z3.string().trim().optional().describe(
66416
+ "The directory used to store the environment's cached file data"
66417
+ ),
66418
+ dataDirectory: z3.string().trim().optional().describe("The directory used to store the environment's data files"),
66419
+ configDirectory: z3.string().trim().optional().describe(
66420
+ "The directory used to store the environment's configuration files"
66421
+ ),
66422
+ tempDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66423
+ logDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66411
66424
  buildDirectory: z3.string().trim().default("dist").describe("The build directory for the workspace"),
66412
66425
  outputDirectory: z3.string().trim().default("node_modules/.storm").describe("The runtime directory of Storm"),
66413
66426
  runtimeVersion: z3.string().trim().regex(
@@ -66425,7 +66438,7 @@ var init_schema = __esm({
66425
66438
  "debug",
66426
66439
  "trace",
66427
66440
  "all"
66428
- ]).default("debug").describe(
66441
+ ]).default("info").describe(
66429
66442
  "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`)."
66430
66443
  ),
66431
66444
  cloudflareAccountId: z3.string().trim().toLowerCase().length(32).regex(/^([0-9a-fA-F]{32})$/i).nullable().default(null).describe("The default Cloudflare account ID of the workspace"),
@@ -66386,7 +66386,12 @@ var init_schema = __esm({
66386
66386
  extends: z3.string().trim().optional().describe(
66387
66387
  "The path to a base JSON file to use as a configuration preset file"
66388
66388
  ),
66389
- name: z3.string().trim().toLowerCase().optional().describe("The name of the package"),
66389
+ isRoot: z3.boolean().optional().describe(
66390
+ "A flag indicating if the current configuration is the set in the root of the workspace"
66391
+ ),
66392
+ name: z3.string().trim().toLowerCase().optional().describe(
66393
+ "The name of the service/package/scope using this configuration"
66394
+ ),
66390
66395
  namespace: z3.string().trim().toLowerCase().optional().describe("The namespace of the package"),
66391
66396
  organization: z3.string().trim().default("storm-software").describe("The organization of the workspace"),
66392
66397
  repository: z3.string().trim().url().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
@@ -66396,7 +66401,7 @@ var init_schema = __esm({
66396
66401
  licensing: z3.string().trim().url().default(STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
66397
66402
  branch: z3.string().trim().default("main").describe("The branch of the workspace"),
66398
66403
  preid: z3.string().optional().describe("A tag specifying the version pre-release identifier"),
66399
- owner: z3.string().trim().default("@storm-software/development").describe("The owner of the package"),
66404
+ owner: z3.string().trim().default("@storm-software/admin").describe("The owner of the package"),
66400
66405
  worker: z3.string().trim().default("Stormie-Bot").describe(
66401
66406
  "The worker of the package (this is the bot that will be used to perform various tasks)"
66402
66407
  ),
@@ -66407,7 +66412,15 @@ var init_schema = __esm({
66407
66412
  "The build will use these package patterns to determine if they should be external to the bundle"
66408
66413
  ),
66409
66414
  skipCache: z3.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
66410
- cacheDirectory: z3.string().trim().default("node_modules/.cache/storm").describe("The directory used to store the workspace's cached file data"),
66415
+ cacheDirectory: z3.string().trim().optional().describe(
66416
+ "The directory used to store the environment's cached file data"
66417
+ ),
66418
+ dataDirectory: z3.string().trim().optional().describe("The directory used to store the environment's data files"),
66419
+ configDirectory: z3.string().trim().optional().describe(
66420
+ "The directory used to store the environment's configuration files"
66421
+ ),
66422
+ tempDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66423
+ logDirectory: z3.string().trim().optional().describe("The directory used to store the environment's temp files"),
66411
66424
  buildDirectory: z3.string().trim().default("dist").describe("The build directory for the workspace"),
66412
66425
  outputDirectory: z3.string().trim().default("node_modules/.storm").describe("The runtime directory of Storm"),
66413
66426
  runtimeVersion: z3.string().trim().regex(
@@ -66425,7 +66438,7 @@ var init_schema = __esm({
66425
66438
  "debug",
66426
66439
  "trace",
66427
66440
  "all"
66428
- ]).default("debug").describe(
66441
+ ]).default("info").describe(
66429
66442
  "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`)."
66430
66443
  ),
66431
66444
  cloudflareAccountId: z3.string().trim().toLowerCase().length(32).regex(/^([0-9a-fA-F]{32})$/i).nullable().default(null).describe("The default Cloudflare account ID of the workspace"),