@storm-software/workspace-tools 1.201.3 → 1.202.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/index.js +19 -95
  3. package/meta.json +70 -140
  4. package/package.json +1 -1
  5. package/src/base/base-executor.js +17 -4
  6. package/src/base/base-generator.js +17 -4
  7. package/src/base/index.js +18 -94
  8. package/src/base/typescript-library-generator.d.ts +1 -3
  9. package/src/base/typescript-library-generator.js +1 -90
  10. package/src/executors/cargo-build/executor.js +17 -4
  11. package/src/executors/cargo-check/executor.js +17 -4
  12. package/src/executors/cargo-clippy/executor.js +17 -4
  13. package/src/executors/cargo-doc/executor.js +17 -4
  14. package/src/executors/cargo-format/executor.js +17 -4
  15. package/src/executors/clean-package/executor.js +17 -4
  16. package/src/executors/rolldown/executor.js +17 -4
  17. package/src/executors/rollup/executor.js +17 -4
  18. package/src/executors/size-limit/executor.js +17 -4
  19. package/src/executors/tsup/executor.js +17 -4
  20. package/src/executors/tsup-browser/executor.js +17 -4
  21. package/src/executors/tsup-neutral/executor.js +17 -4
  22. package/src/executors/tsup-node/executor.js +17 -4
  23. package/src/executors/typia/executor.js +17 -4
  24. package/src/executors/unbuild/executor.js +17 -4
  25. package/src/generators/browser-library/generator.js +23 -97
  26. package/src/generators/config-schema/generator.js +17 -4
  27. package/src/generators/neutral-library/generator.js +19 -93
  28. package/src/generators/node-library/generator.js +19 -93
  29. package/src/generators/preset/generator.js +17 -4
  30. package/src/generators/release-version/generator.js +17 -4
  31. package/src/utils/index.js +17 -4
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",
@@ -3767,7 +3767,7 @@
3767
3767
  "format": "esm"
3768
3768
  },
3769
3769
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
3770
- "bytes": 12995,
3770
+ "bytes": 13220,
3771
3771
  "imports": [
3772
3772
  {
3773
3773
  "path": "@nx/devkit",
@@ -3798,16 +3798,6 @@
3798
3798
  "path": "packages/workspace-tools/src/utils/versions.ts",
3799
3799
  "kind": "import-statement",
3800
3800
  "original": "../utils/versions"
3801
- },
3802
- {
3803
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
3804
- "kind": "require-call",
3805
- "external": true
3806
- },
3807
- {
3808
- "path": "@nx/eslint/src/generators/utils/eslint-file",
3809
- "kind": "require-call",
3810
- "external": true
3811
3801
  }
3812
3802
  ],
3813
3803
  "format": "esm"
@@ -23977,7 +23967,7 @@
23977
23967
  "imports": []
23978
23968
  },
23979
23969
  "packages/workspace-tools/src/generators/node-library/generator.ts": {
23980
- "bytes": 1827,
23970
+ "bytes": 1825,
23981
23971
  "imports": [
23982
23972
  {
23983
23973
  "path": "@nx/devkit",
@@ -24631,7 +24621,7 @@
24631
24621
  "format": "esm"
24632
24622
  },
24633
24623
  "packages/workspace-tools/src/generators/neutral-library/generator.ts": {
24634
- "bytes": 1741,
24624
+ "bytes": 1736,
24635
24625
  "imports": [
24636
24626
  {
24637
24627
  "path": "@nx/devkit",
@@ -24657,7 +24647,7 @@
24657
24647
  "format": "esm"
24658
24648
  },
24659
24649
  "packages/workspace-tools/src/generators/browser-library/generator.ts": {
24660
- "bytes": 2296,
24650
+ "bytes": 2289,
24661
24651
  "imports": [
24662
24652
  {
24663
24653
  "path": "@nx/devkit",
@@ -27355,16 +27345,6 @@
27355
27345
  "kind": "require-call",
27356
27346
  "external": true
27357
27347
  },
27358
- {
27359
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
27360
- "kind": "require-call",
27361
- "external": true
27362
- },
27363
- {
27364
- "path": "@nx/eslint/src/generators/utils/eslint-file",
27365
- "kind": "require-call",
27366
- "external": true
27367
- },
27368
27348
  {
27369
27349
  "path": "@nx/devkit",
27370
27350
  "kind": "require-call",
@@ -28325,7 +28305,7 @@
28325
28305
  "bytesInOutput": 133323
28326
28306
  },
28327
28307
  "packages/config/src/schema.ts": {
28328
- "bytesInOutput": 10285
28308
+ "bytesInOutput": 10989
28329
28309
  },
28330
28310
  "packages/config/src/types.ts": {
28331
28311
  "bytesInOutput": 347
@@ -30998,7 +30978,7 @@
30998
30978
  "bytesInOutput": 16007
30999
30979
  },
31000
30980
  "packages/workspace-tools/index.ts": {
31001
- "bytesInOutput": 3844
30981
+ "bytesInOutput": 3818
31002
30982
  },
31003
30983
  "packages/workspace-tools/src/base/base-executor.ts": {
31004
30984
  "bytesInOutput": 4599
@@ -31013,7 +30993,7 @@
31013
30993
  "bytesInOutput": 3251
31014
30994
  },
31015
30995
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
31016
- "bytesInOutput": 11671
30996
+ "bytesInOutput": 8912
31017
30997
  },
31018
30998
  "packages/workspace-tools/src/utils/versions.ts": {
31019
30999
  "bytesInOutput": 582
@@ -31322,7 +31302,7 @@
31322
31302
  "bytesInOutput": 648
31323
31303
  },
31324
31304
  "packages/workspace-tools/src/generators/node-library/generator.ts": {
31325
- "bytesInOutput": 1377
31305
+ "bytesInOutput": 1375
31326
31306
  },
31327
31307
  "packages/workspace-tools/src/generators/preset/generator.ts": {
31328
31308
  "bytesInOutput": 8243
@@ -31355,7 +31335,7 @@
31355
31335
  "bytesInOutput": 205
31356
31336
  }
31357
31337
  },
31358
- "bytes": 10957381
31338
+ "bytes": 10955287
31359
31339
  },
31360
31340
  "dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
31361
31341
  "imports": [
@@ -32789,7 +32769,7 @@
32789
32769
  "bytesInOutput": 133224
32790
32770
  },
32791
32771
  "packages/config/src/schema.ts": {
32792
- "bytesInOutput": 10285
32772
+ "bytesInOutput": 10989
32793
32773
  },
32794
32774
  "packages/config/src/types.ts": {
32795
32775
  "bytesInOutput": 347
@@ -32849,7 +32829,7 @@
32849
32829
  "bytesInOutput": 1689
32850
32830
  }
32851
32831
  },
32852
- "bytes": 4198091
32832
+ "bytes": 4198795
32853
32833
  },
32854
32834
  "dist/packages/workspace-tools/src/executors/rolldown/executor.js": {
32855
32835
  "imports": [
@@ -34283,7 +34263,7 @@
34283
34263
  "bytesInOutput": 133224
34284
34264
  },
34285
34265
  "packages/config/src/schema.ts": {
34286
- "bytesInOutput": 10285
34266
+ "bytesInOutput": 10989
34287
34267
  },
34288
34268
  "packages/config/src/types.ts": {
34289
34269
  "bytesInOutput": 347
@@ -34343,7 +34323,7 @@
34343
34323
  "bytesInOutput": 1689
34344
34324
  }
34345
34325
  },
34346
- "bytes": 4198100
34326
+ "bytes": 4198804
34347
34327
  },
34348
34328
  "dist/packages/workspace-tools/src/executors/rollup/executor.js": {
34349
34329
  "imports": [
@@ -37007,7 +36987,7 @@
37007
36987
  "bytesInOutput": 133325
37008
36988
  },
37009
36989
  "packages/config/src/schema.ts": {
37010
- "bytesInOutput": 10285
36990
+ "bytesInOutput": 10989
37011
36991
  },
37012
36992
  "packages/config/src/types.ts": {
37013
36993
  "bytesInOutput": 347
@@ -38753,7 +38733,7 @@
38753
38733
  "bytesInOutput": 3411
38754
38734
  }
38755
38735
  },
38756
- "bytes": 9460102
38736
+ "bytes": 9460806
38757
38737
  },
38758
38738
  "dist/packages/workspace-tools/src/executors/tsup/executor.js": {
38759
38739
  "imports": [
@@ -40182,7 +40162,7 @@
40182
40162
  "bytesInOutput": 133224
40183
40163
  },
40184
40164
  "packages/config/src/schema.ts": {
40185
- "bytesInOutput": 10285
40165
+ "bytesInOutput": 10989
40186
40166
  },
40187
40167
  "packages/config/src/types.ts": {
40188
40168
  "bytesInOutput": 347
@@ -40242,7 +40222,7 @@
40242
40222
  "bytesInOutput": 1689
40243
40223
  }
40244
40224
  },
40245
- "bytes": 4197943
40225
+ "bytes": 4198647
40246
40226
  },
40247
40227
  "dist/packages/workspace-tools/src/executors/tsup-neutral/executor.js": {
40248
40228
  "imports": [
@@ -41676,7 +41656,7 @@
41676
41656
  "bytesInOutput": 133224
41677
41657
  },
41678
41658
  "packages/config/src/schema.ts": {
41679
- "bytesInOutput": 10285
41659
+ "bytesInOutput": 10989
41680
41660
  },
41681
41661
  "packages/config/src/types.ts": {
41682
41662
  "bytesInOutput": 347
@@ -41739,7 +41719,7 @@
41739
41719
  "bytesInOutput": 1234
41740
41720
  }
41741
41721
  },
41742
- "bytes": 4199290
41722
+ "bytes": 4199994
41743
41723
  },
41744
41724
  "dist/packages/workspace-tools/src/executors/tsup-node/executor.js": {
41745
41725
  "imports": [
@@ -43173,7 +43153,7 @@
43173
43153
  "bytesInOutput": 133224
43174
43154
  },
43175
43155
  "packages/config/src/schema.ts": {
43176
- "bytesInOutput": 10285
43156
+ "bytesInOutput": 10989
43177
43157
  },
43178
43158
  "packages/config/src/types.ts": {
43179
43159
  "bytesInOutput": 347
@@ -43236,7 +43216,7 @@
43236
43216
  "bytesInOutput": 1234
43237
43217
  }
43238
43218
  },
43239
- "bytes": 4199247
43219
+ "bytes": 4199951
43240
43220
  },
43241
43221
  "dist/packages/workspace-tools/src/executors/tsup-browser/executor.js": {
43242
43222
  "imports": [
@@ -44670,7 +44650,7 @@
44670
44650
  "bytesInOutput": 133224
44671
44651
  },
44672
44652
  "packages/config/src/schema.ts": {
44673
- "bytesInOutput": 10285
44653
+ "bytesInOutput": 10989
44674
44654
  },
44675
44655
  "packages/config/src/types.ts": {
44676
44656
  "bytesInOutput": 347
@@ -44733,7 +44713,7 @@
44733
44713
  "bytesInOutput": 1234
44734
44714
  }
44735
44715
  },
44736
- "bytes": 4199232
44716
+ "bytes": 4199936
44737
44717
  },
44738
44718
  "dist/packages/workspace-tools/src/executors/typia/executor.js": {
44739
44719
  "imports": [
@@ -47773,7 +47753,7 @@
47773
47753
  "bytesInOutput": 133224
47774
47754
  },
47775
47755
  "packages/config/src/schema.ts": {
47776
- "bytesInOutput": 10285
47756
+ "bytesInOutput": 10989
47777
47757
  },
47778
47758
  "packages/config/src/types.ts": {
47779
47759
  "bytesInOutput": 347
@@ -47833,7 +47813,7 @@
47833
47813
  "bytesInOutput": 1689
47834
47814
  }
47835
47815
  },
47836
- "bytes": 5463623
47816
+ "bytes": 5464327
47837
47817
  },
47838
47818
  "dist/packages/workspace-tools/src/executors/clean-package/executor.js": {
47839
47819
  "imports": [
@@ -49535,7 +49515,7 @@
49535
49515
  "bytesInOutput": 133224
49536
49516
  },
49537
49517
  "packages/config/src/schema.ts": {
49538
- "bytesInOutput": 10285
49518
+ "bytesInOutput": 10989
49539
49519
  },
49540
49520
  "packages/config/src/types.ts": {
49541
49521
  "bytesInOutput": 347
@@ -49700,7 +49680,7 @@
49700
49680
  "bytesInOutput": 1872
49701
49681
  }
49702
49682
  },
49703
- "bytes": 4573050
49683
+ "bytes": 4573754
49704
49684
  },
49705
49685
  "dist/packages/workspace-tools/src/executors/size-limit/executor.js": {
49706
49686
  "imports": [
@@ -51337,7 +51317,7 @@
51337
51317
  "bytesInOutput": 133224
51338
51318
  },
51339
51319
  "packages/config/src/schema.ts": {
51340
- "bytesInOutput": 10285
51320
+ "bytesInOutput": 10989
51341
51321
  },
51342
51322
  "packages/config/src/types.ts": {
51343
51323
  "bytesInOutput": 347
@@ -51472,7 +51452,7 @@
51472
51452
  "bytesInOutput": 1689
51473
51453
  }
51474
51454
  },
51475
- "bytes": 4248546
51455
+ "bytes": 4249250
51476
51456
  },
51477
51457
  "dist/packages/workspace-tools/src/executors/npm-publish/executor.js": {
51478
51458
  "imports": [
@@ -52971,7 +52951,7 @@
52971
52951
  "bytesInOutput": 133224
52972
52952
  },
52973
52953
  "packages/config/src/schema.ts": {
52974
- "bytesInOutput": 10285
52954
+ "bytesInOutput": 10989
52975
52955
  },
52976
52956
  "packages/config/src/types.ts": {
52977
52957
  "bytesInOutput": 347
@@ -53034,7 +53014,7 @@
53034
53014
  "bytesInOutput": 3101
53035
53015
  }
53036
53016
  },
53037
- "bytes": 4200400
53017
+ "bytes": 4201104
53038
53018
  },
53039
53019
  "dist/packages/workspace-tools/src/executors/cargo-check/executor.js": {
53040
53020
  "imports": [
@@ -54468,7 +54448,7 @@
54468
54448
  "bytesInOutput": 133224
54469
54449
  },
54470
54450
  "packages/config/src/schema.ts": {
54471
- "bytesInOutput": 10285
54451
+ "bytesInOutput": 10989
54472
54452
  },
54473
54453
  "packages/config/src/types.ts": {
54474
54454
  "bytesInOutput": 347
@@ -54531,7 +54511,7 @@
54531
54511
  "bytesInOutput": 3101
54532
54512
  }
54533
54513
  },
54534
- "bytes": 4200340
54514
+ "bytes": 4201044
54535
54515
  },
54536
54516
  "dist/packages/workspace-tools/src/executors/cargo-clippy/executor.js": {
54537
54517
  "imports": [
@@ -55965,7 +55945,7 @@
55965
55945
  "bytesInOutput": 133224
55966
55946
  },
55967
55947
  "packages/config/src/schema.ts": {
55968
- "bytesInOutput": 10285
55948
+ "bytesInOutput": 10989
55969
55949
  },
55970
55950
  "packages/config/src/types.ts": {
55971
55951
  "bytesInOutput": 347
@@ -56028,7 +56008,7 @@
56028
56008
  "bytesInOutput": 3101
56029
56009
  }
56030
56010
  },
56031
- "bytes": 4200380
56011
+ "bytes": 4201084
56032
56012
  },
56033
56013
  "dist/packages/workspace-tools/src/executors/cargo-doc/executor.js": {
56034
56014
  "imports": [
@@ -57462,7 +57442,7 @@
57462
57442
  "bytesInOutput": 133224
57463
57443
  },
57464
57444
  "packages/config/src/schema.ts": {
57465
- "bytesInOutput": 10285
57445
+ "bytesInOutput": 10989
57466
57446
  },
57467
57447
  "packages/config/src/types.ts": {
57468
57448
  "bytesInOutput": 347
@@ -57528,7 +57508,7 @@
57528
57508
  "bytesInOutput": 3101
57529
57509
  }
57530
57510
  },
57531
- "bytes": 4201718
57511
+ "bytes": 4202422
57532
57512
  },
57533
57513
  "dist/packages/workspace-tools/src/executors/cargo-format/executor.js": {
57534
57514
  "imports": [
@@ -58962,7 +58942,7 @@
58962
58942
  "bytesInOutput": 133224
58963
58943
  },
58964
58944
  "packages/config/src/schema.ts": {
58965
- "bytesInOutput": 10285
58945
+ "bytesInOutput": 10989
58966
58946
  },
58967
58947
  "packages/config/src/types.ts": {
58968
58948
  "bytesInOutput": 347
@@ -59025,7 +59005,7 @@
59025
59005
  "bytesInOutput": 3101
59026
59006
  }
59027
59007
  },
59028
- "bytes": 4200406
59008
+ "bytes": 4201110
59029
59009
  },
59030
59010
  "dist/packages/workspace-tools/src/generators/init/init.js": {
59031
59011
  "imports": [
@@ -60085,16 +60065,6 @@
60085
60065
  "path": "@nx/js/src/generators/setup-verdaccio/generator",
60086
60066
  "kind": "require-call",
60087
60067
  "external": true
60088
- },
60089
- {
60090
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
60091
- "kind": "require-call",
60092
- "external": true
60093
- },
60094
- {
60095
- "path": "@nx/eslint/src/generators/utils/eslint-file",
60096
- "kind": "require-call",
60097
- "external": true
60098
60068
  }
60099
60069
  ],
60100
60070
  "exports": [],
@@ -60506,7 +60476,7 @@
60506
60476
  "bytesInOutput": 133224
60507
60477
  },
60508
60478
  "packages/config/src/schema.ts": {
60509
- "bytesInOutput": 10285
60479
+ "bytesInOutput": 10989
60510
60480
  },
60511
60481
  "packages/config/src/types.ts": {
60512
60482
  "bytesInOutput": 347
@@ -60557,19 +60527,19 @@
60557
60527
  "bytesInOutput": 1915
60558
60528
  },
60559
60529
  "packages/workspace-tools/src/generators/node-library/generator.ts": {
60560
- "bytesInOutput": 1573
60530
+ "bytesInOutput": 1571
60561
60531
  },
60562
60532
  "packages/workspace-tools/src/base/base-generator.ts": {
60563
60533
  "bytesInOutput": 3245
60564
60534
  },
60565
60535
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
60566
- "bytesInOutput": 11657
60536
+ "bytesInOutput": 8898
60567
60537
  },
60568
60538
  "packages/workspace-tools/src/utils/versions.ts": {
60569
60539
  "bytesInOutput": 60
60570
60540
  }
60571
60541
  },
60572
- "bytes": 4206962
60542
+ "bytes": 4204905
60573
60543
  },
60574
60544
  "dist/packages/workspace-tools/src/generators/neutral-library/generator.js": {
60575
60545
  "imports": [
@@ -61612,16 +61582,6 @@
61612
61582
  "path": "@nx/js/src/generators/setup-verdaccio/generator",
61613
61583
  "kind": "require-call",
61614
61584
  "external": true
61615
- },
61616
- {
61617
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
61618
- "kind": "require-call",
61619
- "external": true
61620
- },
61621
- {
61622
- "path": "@nx/eslint/src/generators/utils/eslint-file",
61623
- "kind": "require-call",
61624
- "external": true
61625
61585
  }
61626
61586
  ],
61627
61587
  "exports": [],
@@ -62033,7 +61993,7 @@
62033
61993
  "bytesInOutput": 133224
62034
61994
  },
62035
61995
  "packages/config/src/schema.ts": {
62036
- "bytesInOutput": 10285
61996
+ "bytesInOutput": 10989
62037
61997
  },
62038
61998
  "packages/config/src/types.ts": {
62039
61999
  "bytesInOutput": 347
@@ -62084,19 +62044,19 @@
62084
62044
  "bytesInOutput": 1915
62085
62045
  },
62086
62046
  "packages/workspace-tools/src/generators/neutral-library/generator.ts": {
62087
- "bytesInOutput": 1549
62047
+ "bytesInOutput": 1544
62088
62048
  },
62089
62049
  "packages/workspace-tools/src/base/base-generator.ts": {
62090
62050
  "bytesInOutput": 3245
62091
62051
  },
62092
62052
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
62093
- "bytesInOutput": 11657
62053
+ "bytesInOutput": 8898
62094
62054
  },
62095
62055
  "packages/workspace-tools/src/utils/versions.ts": {
62096
62056
  "bytesInOutput": 27
62097
62057
  }
62098
62058
  },
62099
- "bytes": 4206914
62059
+ "bytes": 4204854
62100
62060
  },
62101
62061
  "dist/packages/workspace-tools/src/generators/browser-library/generator.js": {
62102
62062
  "imports": [
@@ -63139,16 +63099,6 @@
63139
63099
  "path": "@nx/js/src/generators/setup-verdaccio/generator",
63140
63100
  "kind": "require-call",
63141
63101
  "external": true
63142
- },
63143
- {
63144
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
63145
- "kind": "require-call",
63146
- "external": true
63147
- },
63148
- {
63149
- "path": "@nx/eslint/src/generators/utils/eslint-file",
63150
- "kind": "require-call",
63151
- "external": true
63152
63102
  }
63153
63103
  ],
63154
63104
  "exports": [],
@@ -63560,7 +63510,7 @@
63560
63510
  "bytesInOutput": 133224
63561
63511
  },
63562
63512
  "packages/config/src/schema.ts": {
63563
- "bytesInOutput": 10285
63513
+ "bytesInOutput": 10989
63564
63514
  },
63565
63515
  "packages/config/src/types.ts": {
63566
63516
  "bytesInOutput": 347
@@ -63611,19 +63561,19 @@
63611
63561
  "bytesInOutput": 1915
63612
63562
  },
63613
63563
  "packages/workspace-tools/src/generators/browser-library/generator.ts": {
63614
- "bytesInOutput": 2096
63564
+ "bytesInOutput": 2089
63615
63565
  },
63616
63566
  "packages/workspace-tools/src/base/base-generator.ts": {
63617
63567
  "bytesInOutput": 3245
63618
63568
  },
63619
63569
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
63620
- "bytesInOutput": 11657
63570
+ "bytesInOutput": 8898
63621
63571
  },
63622
63572
  "packages/workspace-tools/src/utils/versions.ts": {
63623
63573
  "bytesInOutput": 27
63624
63574
  }
63625
63575
  },
63626
- "bytes": 4207461
63576
+ "bytes": 4205399
63627
63577
  },
63628
63578
  "dist/packages/workspace-tools/src/generators/release-version/generator.js": {
63629
63579
  "imports": [
@@ -65242,7 +65192,7 @@
65242
65192
  "bytesInOutput": 133268
65243
65193
  },
65244
65194
  "packages/config/src/schema.ts": {
65245
- "bytesInOutput": 10285
65195
+ "bytesInOutput": 10989
65246
65196
  },
65247
65197
  "packages/config/src/types.ts": {
65248
65198
  "bytesInOutput": 347
@@ -65302,7 +65252,7 @@
65302
65252
  "bytesInOutput": 1027
65303
65253
  }
65304
65254
  },
65305
- "bytes": 4393639
65255
+ "bytes": 4394343
65306
65256
  },
65307
65257
  "dist/packages/workspace-tools/src/generators/preset/generator.js": {
65308
65258
  "imports": [
@@ -66736,7 +66686,7 @@
66736
66686
  "bytesInOutput": 133224
66737
66687
  },
66738
66688
  "packages/config/src/schema.ts": {
66739
- "bytesInOutput": 10285
66689
+ "bytesInOutput": 10989
66740
66690
  },
66741
66691
  "packages/config/src/types.ts": {
66742
66692
  "bytesInOutput": 347
@@ -66796,7 +66746,7 @@
66796
66746
  "bytesInOutput": 57
66797
66747
  }
66798
66748
  },
66799
- "bytes": 4201857
66749
+ "bytes": 4202561
66800
66750
  },
66801
66751
  "dist/packages/workspace-tools/src/generators/config-schema/generator.js": {
66802
66752
  "imports": [
@@ -67829,7 +67779,7 @@
67829
67779
  "bytesInOutput": 133222
67830
67780
  },
67831
67781
  "packages/config/src/schema.ts": {
67832
- "bytesInOutput": 10228
67782
+ "bytesInOutput": 10927
67833
67783
  },
67834
67784
  "packages/config/src/types.ts": {
67835
67785
  "bytesInOutput": 347
@@ -68390,7 +68340,7 @@
68390
68340
  "bytesInOutput": 3245
68391
68341
  }
68392
68342
  },
68393
- "bytes": 4233572
68343
+ "bytes": 4234271
68394
68344
  },
68395
68345
  "dist/packages/workspace-tools/src/plugins/rust/index.js": {
68396
68346
  "imports": [
@@ -70518,7 +70468,7 @@
70518
70468
  "bytesInOutput": 133268
70519
70469
  },
70520
70470
  "packages/config/src/schema.ts": {
70521
- "bytesInOutput": 10285
70471
+ "bytesInOutput": 10989
70522
70472
  },
70523
70473
  "packages/config/src/types.ts": {
70524
70474
  "bytesInOutput": 347
@@ -71463,7 +71413,7 @@
71463
71413
  "bytesInOutput": 582
71464
71414
  }
71465
71415
  },
71466
- "bytes": 5493000
71416
+ "bytes": 5493704
71467
71417
  },
71468
71418
  "dist/packages/workspace-tools/src/utils/project-tags.js": {
71469
71419
  "imports": [],
@@ -72591,16 +72541,6 @@
72591
72541
  "path": "@nx/js/src/generators/setup-verdaccio/generator",
72592
72542
  "kind": "require-call",
72593
72543
  "external": true
72594
- },
72595
- {
72596
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
72597
- "kind": "require-call",
72598
- "external": true
72599
- },
72600
- {
72601
- "path": "@nx/eslint/src/generators/utils/eslint-file",
72602
- "kind": "require-call",
72603
- "external": true
72604
72544
  }
72605
72545
  ],
72606
72546
  "exports": [],
@@ -73012,7 +72952,7 @@
73012
72952
  "bytesInOutput": 133224
73013
72953
  },
73014
72954
  "packages/config/src/schema.ts": {
73015
- "bytesInOutput": 10285
72955
+ "bytesInOutput": 10989
73016
72956
  },
73017
72957
  "packages/config/src/types.ts": {
73018
72958
  "bytesInOutput": 347
@@ -73063,7 +73003,7 @@
73063
73003
  "bytesInOutput": 1915
73064
73004
  },
73065
73005
  "packages/workspace-tools/src/base/index.ts": {
73066
- "bytesInOutput": 420
73006
+ "bytesInOutput": 394
73067
73007
  },
73068
73008
  "packages/workspace-tools/src/base/base-executor.ts": {
73069
73009
  "bytesInOutput": 4574
@@ -73075,13 +73015,13 @@
73075
73015
  "bytesInOutput": 3245
73076
73016
  },
73077
73017
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
73078
- "bytesInOutput": 11657
73018
+ "bytesInOutput": 8898
73079
73019
  },
73080
73020
  "packages/workspace-tools/src/utils/versions.ts": {
73081
73021
  "bytesInOutput": 27
73082
73022
  }
73083
73023
  },
73084
- "bytes": 4212243
73024
+ "bytes": 4210151
73085
73025
  },
73086
73026
  "dist/packages/workspace-tools/src/base/base-executor.js": {
73087
73027
  "imports": [
@@ -74505,7 +74445,7 @@
74505
74445
  "bytesInOutput": 133224
74506
74446
  },
74507
74447
  "packages/config/src/schema.ts": {
74508
- "bytesInOutput": 10285
74448
+ "bytesInOutput": 10989
74509
74449
  },
74510
74450
  "packages/config/src/types.ts": {
74511
74451
  "bytesInOutput": 347
@@ -74562,7 +74502,7 @@
74562
74502
  "bytesInOutput": 1689
74563
74503
  }
74564
74504
  },
74565
- "bytes": 4196563
74505
+ "bytes": 4197267
74566
74506
  },
74567
74507
  "dist/packages/workspace-tools/src/base/base-generator.js": {
74568
74508
  "imports": [
@@ -75986,7 +75926,7 @@
75986
75926
  "bytesInOutput": 133224
75987
75927
  },
75988
75928
  "packages/config/src/schema.ts": {
75989
- "bytesInOutput": 10285
75929
+ "bytesInOutput": 10989
75990
75930
  },
75991
75931
  "packages/config/src/types.ts": {
75992
75932
  "bytesInOutput": 347
@@ -76040,7 +75980,7 @@
76040
75980
  "bytesInOutput": 3415
76041
75981
  }
76042
75982
  },
76043
- "bytes": 4193432
75983
+ "bytes": 4194136
76044
75984
  },
76045
75985
  "dist/packages/workspace-tools/src/base/typescript-library-generator.js": {
76046
75986
  "imports": [
@@ -76068,29 +76008,19 @@
76068
76008
  "path": "@nx/js/src/generators/setup-verdaccio/generator",
76069
76009
  "kind": "require-call",
76070
76010
  "external": true
76071
- },
76072
- {
76073
- "path": "@nx/eslint/src/generators/lint-project/lint-project",
76074
- "kind": "require-call",
76075
- "external": true
76076
- },
76077
- {
76078
- "path": "@nx/eslint/src/generators/utils/eslint-file",
76079
- "kind": "require-call",
76080
- "external": true
76081
76011
  }
76082
76012
  ],
76083
76013
  "exports": [],
76084
76014
  "entryPoint": "packages/workspace-tools/src/base/typescript-library-generator.ts",
76085
76015
  "inputs": {
76086
76016
  "packages/workspace-tools/src/base/typescript-library-generator.ts": {
76087
- "bytesInOutput": 12054
76017
+ "bytesInOutput": 9276
76088
76018
  },
76089
76019
  "packages/workspace-tools/src/utils/versions.ts": {
76090
76020
  "bytesInOutput": 27
76091
76021
  }
76092
76022
  },
76093
- "bytes": 13853
76023
+ "bytes": 11064
76094
76024
  }
76095
76025
  }
76096
76026
  }