@storm-software/workspace-tools 1.204.0 → 1.206.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/declarations.d.ts +4 -2
  3. package/index.js +22670 -18654
  4. package/meta.json +522 -446
  5. package/package.json +3 -2
  6. package/src/base/base-executor.js +9 -2
  7. package/src/base/base-generator.js +9 -2
  8. package/src/base/index.js +12 -2
  9. package/src/base/typescript-library-generator.js +3 -0
  10. package/src/executors/cargo-build/executor.js +9 -2
  11. package/src/executors/cargo-check/executor.js +9 -2
  12. package/src/executors/cargo-clippy/executor.js +9 -2
  13. package/src/executors/cargo-doc/executor.js +9 -2
  14. package/src/executors/cargo-format/executor.js +9 -2
  15. package/src/executors/clean-package/executor.js +9 -2
  16. package/src/executors/rolldown/executor.js +9 -2
  17. package/src/executors/rollup/executor.js +19813 -15811
  18. package/src/executors/size-limit/executor.js +9 -2
  19. package/src/executors/tsup/executor.js +9 -2
  20. package/src/executors/tsup-browser/executor.js +9 -2
  21. package/src/executors/tsup-neutral/executor.js +9 -2
  22. package/src/executors/tsup-node/executor.js +9 -2
  23. package/src/executors/typia/executor.js +9 -2
  24. package/src/executors/unbuild/executor.js +9 -2
  25. package/src/generators/browser-library/generator.js +12 -2
  26. package/src/generators/config-schema/generator.js +9 -2
  27. package/src/generators/neutral-library/generator.js +12 -2
  28. package/src/generators/node-library/generator.js +12 -2
  29. package/src/generators/preset/generator.js +9 -2
  30. package/src/generators/release-version/generator.js +9 -2
  31. package/src/plugins/rust/cargo-toml.d.ts +1 -1
  32. package/src/plugins/rust/index.js +15 -3
  33. package/src/plugins/typescript/index.js +15 -3
  34. package/src/plugins/typescript/project-config.d.ts +1 -1
  35. package/src/plugins/typescript/tsup.d.ts +3 -0
  36. package/src/plugins/typescript/tsup.js +232 -0
  37. package/src/utils/index.js +24 -3
  38. package/src/utils/project-tags.d.ts +5 -1
  39. package/src/utils/project-tags.js +15 -1
package/meta.json CHANGED
@@ -3359,7 +3359,7 @@
3359
3359
  "format": "esm"
3360
3360
  },
3361
3361
  "packages/config/src/schema.ts": {
3362
- "bytes": 11831,
3362
+ "bytes": 11868,
3363
3363
  "imports": [
3364
3364
  {
3365
3365
  "path": "node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.mjs",
@@ -3437,7 +3437,7 @@
3437
3437
  "format": "esm"
3438
3438
  },
3439
3439
  "packages/config-tools/src/utilities/get-log-level.ts": {
3440
- "bytes": 1510,
3440
+ "bytes": 1859,
3441
3441
  "imports": [
3442
3442
  {
3443
3443
  "path": "packages/config-tools/src/types.ts",
@@ -3762,7 +3762,7 @@
3762
3762
  "format": "esm"
3763
3763
  },
3764
3764
  "packages/workspace-tools/src/utils/project-tags.ts": {
3765
- "bytes": 3962,
3765
+ "bytes": 4332,
3766
3766
  "imports": [
3767
3767
  {
3768
3768
  "path": "@nx/devkit",
@@ -5150,8 +5150,8 @@
5150
5150
  "bytes": 4127,
5151
5151
  "imports": []
5152
5152
  },
5153
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js": {
5154
- "bytes": 3472,
5153
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js": {
5154
+ "bytes": 3613,
5155
5155
  "imports": [
5156
5156
  {
5157
5157
  "path": "node:fs",
@@ -5171,11 +5171,11 @@
5171
5171
  ],
5172
5172
  "format": "cjs"
5173
5173
  },
5174
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js": {
5175
- "bytes": 85690,
5174
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js": {
5175
+ "bytes": 83138,
5176
5176
  "imports": [
5177
5177
  {
5178
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js",
5178
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js",
5179
5179
  "kind": "import-statement",
5180
5180
  "original": "../../native.js"
5181
5181
  },
@@ -5187,26 +5187,26 @@
5187
5187
  ],
5188
5188
  "format": "esm"
5189
5189
  },
5190
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/watch.js": {
5191
- "bytes": 131403,
5190
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/watch.js": {
5191
+ "bytes": 250870,
5192
5192
  "imports": [
5193
5193
  {
5194
- "path": "node:path",
5194
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/node-entry.js",
5195
5195
  "kind": "import-statement",
5196
- "external": true
5196
+ "original": "./node-entry.js"
5197
5197
  },
5198
5198
  {
5199
- "path": "node:process",
5199
+ "path": "node:path",
5200
5200
  "kind": "import-statement",
5201
5201
  "external": true
5202
5202
  },
5203
5203
  {
5204
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/node-entry.js",
5204
+ "path": "node:process",
5205
5205
  "kind": "import-statement",
5206
- "original": "./node-entry.js"
5206
+ "external": true
5207
5207
  },
5208
5208
  {
5209
- "path": "node:os",
5209
+ "path": "path",
5210
5210
  "kind": "import-statement",
5211
5211
  "external": true
5212
5212
  },
@@ -5226,27 +5226,27 @@
5226
5226
  "external": true
5227
5227
  },
5228
5228
  {
5229
- "path": "path",
5229
+ "path": "os",
5230
5230
  "kind": "import-statement",
5231
5231
  "external": true
5232
5232
  },
5233
5233
  {
5234
- "path": "os",
5234
+ "path": "events",
5235
5235
  "kind": "import-statement",
5236
5236
  "external": true
5237
5237
  },
5238
5238
  {
5239
- "path": "events",
5239
+ "path": "node:os",
5240
5240
  "kind": "import-statement",
5241
5241
  "external": true
5242
5242
  },
5243
5243
  {
5244
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js",
5244
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js",
5245
5245
  "kind": "import-statement",
5246
5246
  "original": "./parseAst.js"
5247
5247
  },
5248
5248
  {
5249
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js",
5249
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js",
5250
5250
  "kind": "import-statement",
5251
5251
  "original": "../../native.js"
5252
5252
  },
@@ -5268,11 +5268,11 @@
5268
5268
  ],
5269
5269
  "format": "esm"
5270
5270
  },
5271
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/node-entry.js": {
5272
- "bytes": 810017,
5271
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/node-entry.js": {
5272
+ "bytes": 852562,
5273
5273
  "imports": [
5274
5274
  {
5275
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js",
5275
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js",
5276
5276
  "kind": "import-statement",
5277
5277
  "original": "./parseAst.js"
5278
5278
  },
@@ -5287,7 +5287,7 @@
5287
5287
  "external": true
5288
5288
  },
5289
5289
  {
5290
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js",
5290
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js",
5291
5291
  "kind": "import-statement",
5292
5292
  "original": "../../native.js"
5293
5293
  },
@@ -5317,28 +5317,28 @@
5317
5317
  "external": true
5318
5318
  },
5319
5319
  {
5320
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/watch.js",
5320
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/watch.js",
5321
5321
  "kind": "dynamic-import",
5322
5322
  "original": "./watch.js"
5323
5323
  }
5324
5324
  ],
5325
5325
  "format": "esm"
5326
5326
  },
5327
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/rollup.js": {
5327
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/rollup.js": {
5328
5328
  "bytes": 455,
5329
5329
  "imports": [
5330
5330
  {
5331
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/node-entry.js",
5331
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/node-entry.js",
5332
5332
  "kind": "import-statement",
5333
5333
  "original": "./shared/node-entry.js"
5334
5334
  },
5335
5335
  {
5336
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js",
5336
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js",
5337
5337
  "kind": "import-statement",
5338
5338
  "original": "./shared/parseAst.js"
5339
5339
  },
5340
5340
  {
5341
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js",
5341
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js",
5342
5342
  "kind": "import-statement",
5343
5343
  "original": "../native.js"
5344
5344
  },
@@ -10687,7 +10687,7 @@
10687
10687
  ],
10688
10688
  "format": "cjs"
10689
10689
  },
10690
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/es/index.js": {
10690
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/es/index.js": {
10691
10691
  "bytes": 14640,
10692
10692
  "imports": [
10693
10693
  {
@@ -10708,7 +10708,7 @@
10708
10708
  ],
10709
10709
  "format": "esm"
10710
10710
  },
10711
- "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.18.0/node_modules/@rollup/plugin-babel/dist/es/index.js": {
10711
+ "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.29.1/node_modules/@rollup/plugin-babel/dist/es/index.js": {
10712
10712
  "bytes": 12894,
10713
10713
  "imports": [
10714
10714
  {
@@ -10717,7 +10717,7 @@
10717
10717
  "original": "@babel/core"
10718
10718
  },
10719
10719
  {
10720
- "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/es/index.js",
10720
+ "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/es/index.js",
10721
10721
  "kind": "import-statement",
10722
10722
  "original": "@rollup/pluginutils"
10723
10723
  },
@@ -10984,7 +10984,7 @@
10984
10984
  ],
10985
10985
  "format": "cjs"
10986
10986
  },
10987
- "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.18.0/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
10987
+ "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.29.1/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
10988
10988
  "bytes": 45020,
10989
10989
  "imports": [
10990
10990
  {
@@ -11028,7 +11028,7 @@
11028
11028
  "original": "resolve"
11029
11029
  },
11030
11030
  {
11031
- "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/es/index.js",
11031
+ "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/es/index.js",
11032
11032
  "kind": "import-statement",
11033
11033
  "original": "@rollup/pluginutils"
11034
11034
  }
@@ -11071,7 +11071,7 @@
11071
11071
  "imports": [],
11072
11072
  "format": "cjs"
11073
11073
  },
11074
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
11074
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
11075
11075
  "bytes": 14961,
11076
11076
  "imports": [
11077
11077
  {
@@ -11363,7 +11363,7 @@
11363
11363
  "imports": [],
11364
11364
  "format": "cjs"
11365
11365
  },
11366
- "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.18.0/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
11366
+ "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.29.1/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
11367
11367
  "bytes": 74725,
11368
11368
  "imports": [
11369
11369
  {
@@ -11372,7 +11372,7 @@
11372
11372
  "external": true
11373
11373
  },
11374
11374
  {
11375
- "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11375
+ "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11376
11376
  "kind": "require-call",
11377
11377
  "original": "@rollup/pluginutils"
11378
11378
  },
@@ -11425,7 +11425,7 @@
11425
11425
  ],
11426
11426
  "format": "cjs"
11427
11427
  },
11428
- "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.18.0/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
11428
+ "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.29.1/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
11429
11429
  "bytes": 2001,
11430
11430
  "imports": [
11431
11431
  {
@@ -11439,7 +11439,7 @@
11439
11439
  "external": true
11440
11440
  },
11441
11441
  {
11442
- "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11442
+ "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11443
11443
  "kind": "require-call",
11444
11444
  "original": "@rollup/pluginutils"
11445
11445
  },
@@ -11451,11 +11451,11 @@
11451
11451
  ],
11452
11452
  "format": "cjs"
11453
11453
  },
11454
- "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.18.0/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
11454
+ "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.29.1/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
11455
11455
  "bytes": 1213,
11456
11456
  "imports": [
11457
11457
  {
11458
- "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11458
+ "path": "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js",
11459
11459
  "kind": "require-call",
11460
11460
  "original": "@rollup/pluginutils"
11461
11461
  }
@@ -14980,7 +14980,7 @@
14980
14980
  "bytes": 1219,
14981
14981
  "imports": []
14982
14982
  },
14983
- "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.18.0_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
14983
+ "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.29.1_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
14984
14984
  "bytes": 868186,
14985
14985
  "imports": [
14986
14986
  {
@@ -15065,12 +15065,12 @@
15065
15065
  "external": true
15066
15066
  },
15067
15067
  {
15068
- "path": "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.18.0/node_modules/@rollup/plugin-babel/dist/es/index.js",
15068
+ "path": "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.29.1/node_modules/@rollup/plugin-babel/dist/es/index.js",
15069
15069
  "kind": "import-statement",
15070
15070
  "original": "@rollup/plugin-babel"
15071
15071
  },
15072
15072
  {
15073
- "path": "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.18.0/node_modules/@rollup/plugin-node-resolve/dist/es/index.js",
15073
+ "path": "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.29.1/node_modules/@rollup/plugin-node-resolve/dist/es/index.js",
15074
15074
  "kind": "import-statement",
15075
15075
  "original": "@rollup/plugin-node-resolve"
15076
15076
  },
@@ -15110,17 +15110,17 @@
15110
15110
  "original": "./normalize-options"
15111
15111
  },
15112
15112
  {
15113
- "path": "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.18.0/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js",
15113
+ "path": "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.29.1/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js",
15114
15114
  "kind": "require-call",
15115
15115
  "original": "@rollup/plugin-commonjs"
15116
15116
  },
15117
15117
  {
15118
- "path": "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.18.0/node_modules/@rollup/plugin-image/dist/cjs/index.js",
15118
+ "path": "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.29.1/node_modules/@rollup/plugin-image/dist/cjs/index.js",
15119
15119
  "kind": "require-call",
15120
15120
  "original": "@rollup/plugin-image"
15121
15121
  },
15122
15122
  {
15123
- "path": "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.18.0/node_modules/@rollup/plugin-json/dist/cjs/index.js",
15123
+ "path": "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.29.1/node_modules/@rollup/plugin-json/dist/cjs/index.js",
15124
15124
  "kind": "require-call",
15125
15125
  "original": "@rollup/plugin-json"
15126
15126
  },
@@ -15135,7 +15135,7 @@
15135
15135
  "original": "@storm-software/config-tools"
15136
15136
  },
15137
15137
  {
15138
- "path": "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.18.0_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js",
15138
+ "path": "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.29.1_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js",
15139
15139
  "kind": "require-call",
15140
15140
  "original": "rollup-plugin-typescript2"
15141
15141
  },
@@ -15201,7 +15201,7 @@
15201
15201
  "external": true
15202
15202
  },
15203
15203
  {
15204
- "path": "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/rollup.js",
15204
+ "path": "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/rollup.js",
15205
15205
  "kind": "import-statement",
15206
15206
  "original": "rollup"
15207
15207
  },
@@ -24698,7 +24698,7 @@
24698
24698
  "format": "esm"
24699
24699
  },
24700
24700
  "packages/workspace-tools/src/plugins/rust/cargo-toml.ts": {
24701
- "bytes": 12073,
24701
+ "bytes": 12068,
24702
24702
  "imports": [
24703
24703
  {
24704
24704
  "path": "@nx/devkit",
@@ -24745,7 +24745,7 @@
24745
24745
  "format": "esm"
24746
24746
  },
24747
24747
  "packages/workspace-tools/src/plugins/typescript/project-config.ts": {
24748
- "bytes": 7983,
24748
+ "bytes": 7974,
24749
24749
  "imports": [
24750
24750
  {
24751
24751
  "path": "@nx/devkit",
@@ -24795,6 +24795,42 @@
24795
24795
  }
24796
24796
  ],
24797
24797
  "format": "esm"
24798
+ },
24799
+ "packages/workspace-tools/src/plugins/typescript/tsup.ts": {
24800
+ "bytes": 3897,
24801
+ "imports": [
24802
+ {
24803
+ "path": "@nx/devkit",
24804
+ "kind": "import-statement",
24805
+ "external": true
24806
+ },
24807
+ {
24808
+ "path": "node:fs",
24809
+ "kind": "import-statement",
24810
+ "external": true
24811
+ },
24812
+ {
24813
+ "path": "node:path",
24814
+ "kind": "import-statement",
24815
+ "external": true
24816
+ },
24817
+ {
24818
+ "path": "nx/src/config/nx-json.js",
24819
+ "kind": "import-statement",
24820
+ "external": true
24821
+ },
24822
+ {
24823
+ "path": "nx/src/utils/package-json",
24824
+ "kind": "import-statement",
24825
+ "external": true
24826
+ },
24827
+ {
24828
+ "path": "packages/workspace-tools/src/utils/project-tags.ts",
24829
+ "kind": "import-statement",
24830
+ "original": "../../utils/project-tags"
24831
+ }
24832
+ ],
24833
+ "format": "esm"
24798
24834
  }
24799
24835
  },
24800
24836
  "outputs": {
@@ -25956,7 +25992,7 @@
25956
25992
  "external": true
25957
25993
  },
25958
25994
  {
25959
- "path": "node:os",
25995
+ "path": "path",
25960
25996
  "kind": "require-call",
25961
25997
  "external": true
25962
25998
  },
@@ -25976,17 +26012,17 @@
25976
26012
  "external": true
25977
26013
  },
25978
26014
  {
25979
- "path": "path",
26015
+ "path": "os",
25980
26016
  "kind": "require-call",
25981
26017
  "external": true
25982
26018
  },
25983
26019
  {
25984
- "path": "os",
26020
+ "path": "events",
25985
26021
  "kind": "require-call",
25986
26022
  "external": true
25987
26023
  },
25988
26024
  {
25989
- "path": "events",
26025
+ "path": "node:os",
25990
26026
  "kind": "require-call",
25991
26027
  "external": true
25992
26028
  },
@@ -27936,10 +27972,10 @@
27936
27972
  "bytesInOutput": 132
27937
27973
  },
27938
27974
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/dist/jiti.cjs": {
27939
- "bytesInOutput": 258664
27975
+ "bytesInOutput": 258648
27940
27976
  },
27941
27977
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/dist/babel.cjs": {
27942
- "bytesInOutput": 2147247
27978
+ "bytesInOutput": 2147280
27943
27979
  },
27944
27980
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/lib/jiti.mjs": {
27945
27981
  "bytesInOutput": 654
@@ -27954,10 +27990,10 @@
27954
27990
  "bytesInOutput": 5457
27955
27991
  },
27956
27992
  "node_modules/.pnpm/ohash@1.1.4/node_modules/ohash/dist/index.mjs": {
27957
- "bytesInOutput": 18584
27993
+ "bytesInOutput": 18582
27958
27994
  },
27959
27995
  "node_modules/.pnpm/acorn@8.14.0/node_modules/acorn/dist/acorn.mjs": {
27960
- "bytesInOutput": 217383
27996
+ "bytesInOutput": 217369
27961
27997
  },
27962
27998
  "node_modules/.pnpm/ufo@1.5.4/node_modules/ufo/dist/index.mjs": {
27963
27999
  "bytesInOutput": 1491
@@ -28053,7 +28089,7 @@
28053
28089
  "bytesInOutput": 10068
28054
28090
  },
28055
28091
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/pack.js": {
28056
- "bytesInOutput": 11200
28092
+ "bytesInOutput": 11194
28057
28093
  },
28058
28094
  "node_modules/.pnpm/fs-minipass@2.1.0/node_modules/fs-minipass/index.js": {
28059
28095
  "bytesInOutput": 11270
@@ -28263,7 +28299,7 @@
28263
28299
  "bytesInOutput": 385
28264
28300
  },
28265
28301
  "node_modules/.pnpm/node-fetch-native@1.6.4/node_modules/node-fetch-native/dist/proxy.cjs": {
28266
- "bytesInOutput": 593258
28302
+ "bytesInOutput": 593278
28267
28303
  },
28268
28304
  "node_modules/.pnpm/giget@1.2.3/node_modules/giget/dist/index.mjs": {
28269
28305
  "bytesInOutput": 12642
@@ -28293,7 +28329,7 @@
28293
28329
  "bytesInOutput": 5358
28294
28330
  },
28295
28331
  "node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js": {
28296
- "bytesInOutput": 19837
28332
+ "bytesInOutput": 19827
28297
28333
  },
28298
28334
  "node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js": {
28299
28335
  "bytesInOutput": 2202
@@ -28308,16 +28344,16 @@
28308
28344
  "bytesInOutput": 497
28309
28345
  },
28310
28346
  "node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js": {
28311
- "bytesInOutput": 3212
28347
+ "bytesInOutput": 3208
28312
28348
  },
28313
28349
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/util.js": {
28314
28350
  "bytesInOutput": 1322
28315
28351
  },
28316
28352
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/templates.js": {
28317
- "bytesInOutput": 4059
28353
+ "bytesInOutput": 4057
28318
28354
  },
28319
28355
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/index.js": {
28320
- "bytesInOutput": 5985
28356
+ "bytesInOutput": 5974
28321
28357
  },
28322
28358
  "packages/config-tools/src/utilities/chalk.ts": {
28323
28359
  "bytesInOutput": 770
@@ -28332,10 +28368,10 @@
28332
28368
  "bytesInOutput": 86
28333
28369
  },
28334
28370
  "node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.mjs": {
28335
- "bytesInOutput": 133323
28371
+ "bytesInOutput": 133297
28336
28372
  },
28337
28373
  "packages/config/src/schema.ts": {
28338
- "bytesInOutput": 10999
28374
+ "bytesInOutput": 11036
28339
28375
  },
28340
28376
  "packages/config/src/types.ts": {
28341
28377
  "bytesInOutput": 347
@@ -28350,7 +28386,7 @@
28350
28386
  "bytesInOutput": 479
28351
28387
  },
28352
28388
  "packages/config-tools/src/utilities/get-log-level.ts": {
28353
- "bytesInOutput": 1469
28389
+ "bytesInOutput": 1659
28354
28390
  },
28355
28391
  "packages/config-tools/src/utilities/logger.ts": {
28356
28392
  "bytesInOutput": 6571
@@ -28383,13 +28419,13 @@
28383
28419
  "bytesInOutput": 118
28384
28420
  },
28385
28421
  "packages/config-tools/src/index.ts": {
28386
- "bytesInOutput": 1915
28422
+ "bytesInOutput": 1945
28387
28423
  },
28388
28424
  "node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js": {
28389
28425
  "bytesInOutput": 954
28390
28426
  },
28391
28427
  "node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js": {
28392
- "bytesInOutput": 9589
28428
+ "bytesInOutput": 9565
28393
28429
  },
28394
28430
  "node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js": {
28395
28431
  "bytesInOutput": 3058
@@ -28398,7 +28434,7 @@
28398
28434
  "bytesInOutput": 724
28399
28435
  },
28400
28436
  "node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js": {
28401
- "bytesInOutput": 12626
28437
+ "bytesInOutput": 12596
28402
28438
  },
28403
28439
  "node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/fs/index.js": {
28404
28440
  "bytesInOutput": 3250
@@ -28491,10 +28527,10 @@
28491
28527
  "bytesInOutput": 1625
28492
28528
  },
28493
28529
  "node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js": {
28494
- "bytesInOutput": 4912
28530
+ "bytesInOutput": 4910
28495
28531
  },
28496
28532
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js": {
28497
- "bytesInOutput": 2539
28533
+ "bytesInOutput": 2536
28498
28534
  },
28499
28535
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js": {
28500
28536
  "bytesInOutput": 946
@@ -28503,58 +28539,58 @@
28503
28539
  "bytesInOutput": 436
28504
28540
  },
28505
28541
  "node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js": {
28506
- "bytesInOutput": 7115
28542
+ "bytesInOutput": 7037
28507
28543
  },
28508
28544
  "node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js": {
28509
- "bytesInOutput": 7170
28545
+ "bytesInOutput": 7125
28510
28546
  },
28511
28547
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js": {
28512
- "bytesInOutput": 1811
28548
+ "bytesInOutput": 1807
28513
28549
  },
28514
28550
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js": {
28515
- "bytesInOutput": 3289
28551
+ "bytesInOutput": 3279
28516
28552
  },
28517
28553
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js": {
28518
28554
  "bytesInOutput": 2186
28519
28555
  },
28520
28556
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js": {
28521
- "bytesInOutput": 7756
28557
+ "bytesInOutput": 7419
28522
28558
  },
28523
28559
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js": {
28524
- "bytesInOutput": 2015
28560
+ "bytesInOutput": 1999
28525
28561
  },
28526
28562
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.js": {
28527
- "bytesInOutput": 5566
28563
+ "bytesInOutput": 5300
28528
28564
  },
28529
28565
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.js": {
28530
- "bytesInOutput": 2264
28566
+ "bytesInOutput": 2262
28531
28567
  },
28532
28568
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.js": {
28533
- "bytesInOutput": 10247
28569
+ "bytesInOutput": 9902
28534
28570
  },
28535
28571
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.js": {
28536
- "bytesInOutput": 28713
28572
+ "bytesInOutput": 28250
28537
28573
  },
28538
28574
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js": {
28539
- "bytesInOutput": 5658
28575
+ "bytesInOutput": 5654
28540
28576
  },
28541
28577
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.js": {
28542
28578
  "bytesInOutput": 199
28543
28579
  },
28544
28580
  "node_modules/.pnpm/micromatch@4.0.7/node_modules/micromatch/index.js": {
28545
- "bytesInOutput": 5932
28581
+ "bytesInOutput": 5929
28546
28582
  },
28547
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js": {
28548
- "bytesInOutput": 4073
28583
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js": {
28584
+ "bytesInOutput": 4242
28549
28585
  },
28550
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js": {
28551
- "bytesInOutput": 81998
28586
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js": {
28587
+ "bytesInOutput": 79207
28552
28588
  },
28553
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/watch.js": {
28554
- "bytesInOutput": 131345
28589
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/watch.js": {
28590
+ "bytesInOutput": 224880
28555
28591
  },
28556
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/node-entry.js": {
28557
- "bytesInOutput": 760949
28592
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/node-entry.js": {
28593
+ "bytesInOutput": 796090
28558
28594
  },
28559
28595
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/shallowEqual.js": {
28560
28596
  "bytesInOutput": 522
@@ -28563,7 +28599,7 @@
28563
28599
  "bytesInOutput": 1499
28564
28600
  },
28565
28601
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/generated/index.js": {
28566
- "bytesInOutput": 106266
28602
+ "bytesInOutput": 106268
28567
28603
  },
28568
28604
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/matchesPattern.js": {
28569
28605
  "bytesInOutput": 1366
@@ -28638,7 +28674,7 @@
28638
28674
  "bytesInOutput": 1751
28639
28675
  },
28640
28676
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/generated/index.js": {
28641
- "bytesInOutput": 97614
28677
+ "bytesInOutput": 97646
28642
28678
  },
28643
28679
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js": {
28644
28680
  "bytesInOutput": 1435
@@ -28755,7 +28791,7 @@
28755
28791
  "bytesInOutput": 2845
28756
28792
  },
28757
28793
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js": {
28758
- "bytesInOutput": 643
28794
+ "bytesInOutput": 641
28759
28795
  },
28760
28796
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/inherits.js": {
28761
28797
  "bytesInOutput": 931
@@ -28824,10 +28860,10 @@
28824
28860
  "bytesInOutput": 3405
28825
28861
  },
28826
28862
  "node_modules/.pnpm/@babel+parser@7.26.3/node_modules/@babel/parser/lib/index.js": {
28827
- "bytesInOutput": 545202
28863
+ "bytesInOutput": 545174
28828
28864
  },
28829
28865
  "node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": {
28830
- "bytesInOutput": 3258
28866
+ "bytesInOutput": 3250
28831
28867
  },
28832
28868
  "node_modules/.pnpm/js-tokens@4.0.0/node_modules/js-tokens/index.js": {
28833
28869
  "bytesInOutput": 1460
@@ -28905,13 +28941,13 @@
28905
28941
  "bytesInOutput": 1948
28906
28942
  },
28907
28943
  "node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js": {
28908
- "bytesInOutput": 16162
28944
+ "bytesInOutput": 16173
28909
28945
  },
28910
28946
  "node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js": {
28911
28947
  "bytesInOutput": 5816
28912
28948
  },
28913
28949
  "node_modules/.pnpm/@jridgewell+trace-mapping@0.3.25/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js": {
28914
- "bytesInOutput": 19018
28950
+ "bytesInOutput": 19003
28915
28951
  },
28916
28952
  "node_modules/.pnpm/@jridgewell+gen-mapping@0.3.8/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js": {
28917
28953
  "bytesInOutput": 8699
@@ -28938,7 +28974,7 @@
28938
28974
  "bytesInOutput": 1282
28939
28975
  },
28940
28976
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/expressions.js": {
28941
- "bytesInOutput": 8981
28977
+ "bytesInOutput": 8983
28942
28978
  },
28943
28979
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/statements.js": {
28944
28980
  "bytesInOutput": 8080
@@ -28965,7 +29001,7 @@
28965
29001
  "bytesInOutput": 3122
28966
29002
  },
28967
29003
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/jsx.js": {
28968
- "bytesInOutput": 3545
29004
+ "bytesInOutput": 3575
28969
29005
  },
28970
29006
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/typescript.js": {
28971
29007
  "bytesInOutput": 20848
@@ -28995,7 +29031,7 @@
28995
29031
  "bytesInOutput": 4982
28996
29032
  },
28997
29033
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/lib/hoister.js": {
28998
- "bytesInOutput": 6285
29034
+ "bytesInOutput": 6311
28999
29035
  },
29000
29036
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js": {
29001
29037
  "bytesInOutput": 1586
@@ -29013,7 +29049,7 @@
29013
29049
  "bytesInOutput": 11756
29014
29050
  },
29015
29051
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/conversion.js": {
29016
- "bytesInOutput": 24640
29052
+ "bytesInOutput": 24657
29017
29053
  },
29018
29054
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/introspection.js": {
29019
29055
  "bytesInOutput": 14770
@@ -29034,7 +29070,7 @@
29034
29070
  "bytesInOutput": 982
29035
29071
  },
29036
29072
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/context.js": {
29037
- "bytesInOutput": 7928
29073
+ "bytesInOutput": 7930
29038
29074
  },
29039
29075
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/hub.js": {
29040
29076
  "bytesInOutput": 566
@@ -29043,7 +29079,7 @@
29043
29079
  "bytesInOutput": 3111
29044
29080
  },
29045
29081
  "node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.js": {
29046
- "bytesInOutput": 39764
29082
+ "bytesInOutput": 39743
29047
29083
  },
29048
29084
  "node_modules/.pnpm/@babel+helper-module-imports@7.25.9/node_modules/@babel/helper-module-imports/lib/import-builder.js": {
29049
29085
  "bytesInOutput": 5031
@@ -29121,7 +29157,7 @@
29121
29157
  "bytesInOutput": 902
29122
29158
  },
29123
29159
  "node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/parse.js": {
29124
- "bytesInOutput": 20919
29160
+ "bytesInOutput": 20914
29125
29161
  },
29126
29162
  "node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/stringify.js": {
29127
29163
  "bytesInOutput": 6998
@@ -29190,10 +29226,10 @@
29190
29226
  "bytesInOutput": 2264
29191
29227
  },
29192
29228
  "node_modules/.pnpm/browserslist@4.24.3/node_modules/browserslist/index.js": {
29193
- "bytesInOutput": 37745
29229
+ "bytesInOutput": 37740
29194
29230
  },
29195
29231
  "node_modules/.pnpm/@babel+helper-validator-option@7.25.9/node_modules/@babel/helper-validator-option/lib/find-suggestion.js": {
29196
- "bytesInOutput": 1059
29232
+ "bytesInOutput": 1051
29197
29233
  },
29198
29234
  "node_modules/.pnpm/@babel+helper-validator-option@7.25.9/node_modules/@babel/helper-validator-option/lib/validator.js": {
29199
29235
  "bytesInOutput": 1749
@@ -29247,7 +29283,7 @@
29247
29283
  "bytesInOutput": 1879
29248
29284
  },
29249
29285
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/config/config-descriptors.js": {
29250
- "bytesInOutput": 7862
29286
+ "bytesInOutput": 7860
29251
29287
  },
29252
29288
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/config/item.js": {
29253
29289
  "bytesInOutput": 2195
@@ -29355,16 +29391,16 @@
29355
29391
  "bytesInOutput": 899
29356
29392
  },
29357
29393
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js": {
29358
- "bytesInOutput": 45145
29394
+ "bytesInOutput": 45149
29359
29395
  },
29360
29396
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js": {
29361
29397
  "bytesInOutput": 5081
29362
29398
  },
29363
29399
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js": {
29364
- "bytesInOutput": 61829
29400
+ "bytesInOutput": 61834
29365
29401
  },
29366
29402
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js": {
29367
- "bytesInOutput": 5804
29403
+ "bytesInOutput": 5806
29368
29404
  },
29369
29405
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/features.js": {
29370
29406
  "bytesInOutput": 7722
@@ -29373,7 +29409,7 @@
29373
29409
  "bytesInOutput": 11712
29374
29410
  },
29375
29411
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/enum.js": {
29376
- "bytesInOutput": 11138
29412
+ "bytesInOutput": 11129
29377
29413
  },
29378
29414
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js": {
29379
29415
  "bytesInOutput": 2518
@@ -29433,19 +29469,19 @@
29433
29469
  "bytesInOutput": 6699
29434
29470
  },
29435
29471
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/constants.js": {
29436
- "bytesInOutput": 5556
29472
+ "bytesInOutput": 5290
29437
29473
  },
29438
29474
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/utils.js": {
29439
- "bytesInOutput": 2365
29475
+ "bytesInOutput": 2363
29440
29476
  },
29441
29477
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/scan.js": {
29442
- "bytesInOutput": 10248
29478
+ "bytesInOutput": 9903
29443
29479
  },
29444
29480
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/parse.js": {
29445
- "bytesInOutput": 28467
29481
+ "bytesInOutput": 28004
29446
29482
  },
29447
29483
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/picomatch.js": {
29448
- "bytesInOutput": 5577
29484
+ "bytesInOutput": 5573
29449
29485
  },
29450
29486
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/index.js": {
29451
29487
  "bytesInOutput": 568
@@ -29490,7 +29526,7 @@
29490
29526
  "bytesInOutput": 2182
29491
29527
  },
29492
29528
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/async.js": {
29493
- "bytesInOutput": 11155
29529
+ "bytesInOutput": 11152
29494
29530
  },
29495
29531
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/core.json": {
29496
29532
  "bytesInOutput": 6585
@@ -29502,7 +29538,7 @@
29502
29538
  "bytesInOutput": 269
29503
29539
  },
29504
29540
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/sync.js": {
29505
- "bytesInOutput": 7166
29541
+ "bytesInOutput": 7163
29506
29542
  },
29507
29543
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/index.js": {
29508
29544
  "bytesInOutput": 300
@@ -29510,7 +29546,7 @@
29510
29546
  "node_modules/.pnpm/estree-walker@2.0.2/node_modules/estree-walker/dist/umd/estree-walker.js": {
29511
29547
  "bytesInOutput": 8141
29512
29548
  },
29513
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
29549
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
29514
29550
  "bytesInOutput": 13781
29515
29551
  },
29516
29552
  "node_modules/.pnpm/commondir@1.0.1/node_modules/commondir/index.js": {
@@ -29535,7 +29571,7 @@
29535
29571
  "bytesInOutput": 369
29536
29572
  },
29537
29573
  "node_modules/.pnpm/glob@8.1.0/node_modules/glob/common.js": {
29538
- "bytesInOutput": 6773
29574
+ "bytesInOutput": 6770
29539
29575
  },
29540
29576
  "node_modules/.pnpm/glob@8.1.0/node_modules/glob/sync.js": {
29541
29577
  "bytesInOutput": 11222
@@ -29553,13 +29589,13 @@
29553
29589
  "bytesInOutput": 17314
29554
29590
  },
29555
29591
  "node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.cjs.js": {
29556
- "bytesInOutput": 44451
29592
+ "bytesInOutput": 44449
29557
29593
  },
29558
29594
  "node_modules/.pnpm/is-reference@1.2.1/node_modules/is-reference/dist/is-reference.js": {
29559
29595
  "bytesInOutput": 1514
29560
29596
  },
29561
- "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.18.0/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
29562
- "bytesInOutput": 73950
29597
+ "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.29.1/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
29598
+ "bytesInOutput": 73933
29563
29599
  },
29564
29600
  "node_modules/.pnpm/mini-svg-data-uri@1.4.4/node_modules/mini-svg-data-uri/shorter-css-color-names.js": {
29565
29601
  "bytesInOutput": 2357
@@ -29567,10 +29603,10 @@
29567
29603
  "node_modules/.pnpm/mini-svg-data-uri@1.4.4/node_modules/mini-svg-data-uri/index.js": {
29568
29604
  "bytesInOutput": 1723
29569
29605
  },
29570
- "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.18.0/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
29606
+ "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.29.1/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
29571
29607
  "bytesInOutput": 2293
29572
29608
  },
29573
- "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.18.0/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
29609
+ "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.29.1/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
29574
29610
  "bytesInOutput": 1474
29575
29611
  },
29576
29612
  "node_modules/.pnpm/universalify@0.1.2/node_modules/universalify/index.js": {
@@ -29688,7 +29724,7 @@
29688
29724
  "bytesInOutput": 522
29689
29725
  },
29690
29726
  "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
29691
- "bytesInOutput": 4648
29727
+ "bytesInOutput": 4646
29692
29728
  },
29693
29729
  "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
29694
29730
  "bytesInOutput": 18410
@@ -29697,7 +29733,7 @@
29697
29733
  "bytesInOutput": 713
29698
29734
  },
29699
29735
  "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
29700
- "bytesInOutput": 6577
29736
+ "bytesInOutput": 6574
29701
29737
  },
29702
29738
  "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
29703
29739
  "bytesInOutput": 11224
@@ -29721,13 +29757,13 @@
29721
29757
  "bytesInOutput": 477
29722
29758
  },
29723
29759
  "node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js": {
29724
- "bytesInOutput": 4096
29760
+ "bytesInOutput": 4086
29725
29761
  },
29726
29762
  "node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.js": {
29727
- "bytesInOutput": 990
29763
+ "bytesInOutput": 974
29728
29764
  },
29729
29765
  "node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/pattern.js": {
29730
- "bytesInOutput": 6731
29766
+ "bytesInOutput": 6729
29731
29767
  },
29732
29768
  "node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/stream.js": {
29733
29769
  "bytesInOutput": 825
@@ -29874,16 +29910,16 @@
29874
29910
  "bytesInOutput": 1505
29875
29911
  },
29876
29912
  "node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.js": {
29877
- "bytesInOutput": 2666
29913
+ "bytesInOutput": 2660
29878
29914
  },
29879
29915
  "node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js": {
29880
- "bytesInOutput": 13669
29916
+ "bytesInOutput": 13662
29881
29917
  },
29882
29918
  "node_modules/.pnpm/slash@3.0.0/node_modules/slash/index.js": {
29883
29919
  "bytesInOutput": 428
29884
29920
  },
29885
29921
  "node_modules/.pnpm/globby@10.0.1/node_modules/globby/gitignore.js": {
29886
- "bytesInOutput": 3176
29922
+ "bytesInOutput": 3173
29887
29923
  },
29888
29924
  "node_modules/.pnpm/globby@10.0.1/node_modules/globby/stream-utils.js": {
29889
29925
  "bytesInOutput": 1058
@@ -29892,22 +29928,22 @@
29892
29928
  "bytesInOutput": 5214
29893
29929
  },
29894
29930
  "node_modules/.pnpm/colorette@1.4.0/node_modules/colorette/index.cjs": {
29895
- "bytesInOutput": 2833
29931
+ "bytesInOutput": 2827
29896
29932
  },
29897
29933
  "node_modules/.pnpm/rollup-plugin-copy@3.5.0/node_modules/rollup-plugin-copy/dist/index.commonjs.js": {
29898
- "bytesInOutput": 5855
29934
+ "bytesInOutput": 5853
29899
29935
  },
29900
29936
  "node_modules/.pnpm/@rollup+pluginutils@4.2.1/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
29901
29937
  "bytesInOutput": 15921
29902
29938
  },
29903
29939
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/constants.js": {
29904
- "bytesInOutput": 824
29940
+ "bytesInOutput": 809
29905
29941
  },
29906
29942
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/debug.js": {
29907
29943
  "bytesInOutput": 364
29908
29944
  },
29909
29945
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/re.js": {
29910
- "bytesInOutput": 5225
29946
+ "bytesInOutput": 5211
29911
29947
  },
29912
29948
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/parse-options.js": {
29913
29949
  "bytesInOutput": 481
@@ -29916,7 +29952,7 @@
29916
29952
  "bytesInOutput": 613
29917
29953
  },
29918
29954
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/classes/semver.js": {
29919
- "bytesInOutput": 8490
29955
+ "bytesInOutput": 8475
29920
29956
  },
29921
29957
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/parse.js": {
29922
29958
  "bytesInOutput": 518
@@ -29946,13 +29982,13 @@
29946
29982
  "bytesInOutput": 398
29947
29983
  },
29948
29984
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare.js": {
29949
- "bytesInOutput": 301
29985
+ "bytesInOutput": 299
29950
29986
  },
29951
29987
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/rcompare.js": {
29952
- "bytesInOutput": 276
29988
+ "bytesInOutput": 274
29953
29989
  },
29954
29990
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare-loose.js": {
29955
- "bytesInOutput": 286
29991
+ "bytesInOutput": 284
29956
29992
  },
29957
29993
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare-build.js": {
29958
29994
  "bytesInOutput": 444
@@ -29964,22 +30000,22 @@
29964
30000
  "bytesInOutput": 299
29965
30001
  },
29966
30002
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/gt.js": {
29967
- "bytesInOutput": 256
30003
+ "bytesInOutput": 254
29968
30004
  },
29969
30005
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/lt.js": {
29970
- "bytesInOutput": 256
30006
+ "bytesInOutput": 254
29971
30007
  },
29972
30008
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/eq.js": {
29973
- "bytesInOutput": 258
30009
+ "bytesInOutput": 256
29974
30010
  },
29975
30011
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/neq.js": {
29976
- "bytesInOutput": 262
30012
+ "bytesInOutput": 260
29977
30013
  },
29978
30014
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/gte.js": {
29979
- "bytesInOutput": 261
30015
+ "bytesInOutput": 259
29980
30016
  },
29981
30017
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/lte.js": {
29982
- "bytesInOutput": 261
30018
+ "bytesInOutput": 259
29983
30019
  },
29984
30020
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/cmp.js": {
29985
30021
  "bytesInOutput": 1263
@@ -30006,7 +30042,7 @@
30006
30042
  "bytesInOutput": 737
30007
30043
  },
30008
30044
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/min-satisfying.js": {
30009
- "bytesInOutput": 741
30045
+ "bytesInOutput": 736
30010
30046
  },
30011
30047
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/min-version.js": {
30012
30048
  "bytesInOutput": 1652
@@ -30027,13 +30063,13 @@
30027
30063
  "bytesInOutput": 377
30028
30064
  },
30029
30065
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/simplify.js": {
30030
- "bytesInOutput": 1457
30066
+ "bytesInOutput": 1448
30031
30067
  },
30032
30068
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/subset.js": {
30033
- "bytesInOutput": 5480
30069
+ "bytesInOutput": 5476
30034
30070
  },
30035
30071
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/index.js": {
30036
- "bytesInOutput": 2568
30072
+ "bytesInOutput": 2557
30037
30073
  },
30038
30074
  "node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/fs/index.js": {
30039
30075
  "bytesInOutput": 2911
@@ -30122,8 +30158,8 @@
30122
30158
  "node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/package.json": {
30123
30159
  "bytesInOutput": 1322
30124
30160
  },
30125
- "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.18.0_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
30126
- "bytesInOutput": 479520
30161
+ "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.29.1_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
30162
+ "bytesInOutput": 479475
30127
30163
  },
30128
30164
  "node_modules/.pnpm/esbuild-visualizer@0.6.0/node_modules/esbuild-visualizer/dist/plugin/version.js": {
30129
30165
  "bytesInOutput": 301
@@ -30171,7 +30207,7 @@
30171
30207
  "bytesInOutput": 292
30172
30208
  },
30173
30209
  "node_modules/.pnpm/ret@0.2.2/node_modules/ret/lib/sets.js": {
30174
- "bytesInOutput": 1941
30210
+ "bytesInOutput": 1944
30175
30211
  },
30176
30212
  "node_modules/.pnpm/ret@0.2.2/node_modules/ret/lib/util.js": {
30177
30213
  "bytesInOutput": 2181
@@ -30180,7 +30216,7 @@
30180
30216
  "bytesInOutput": 446
30181
30217
  },
30182
30218
  "node_modules/.pnpm/ret@0.2.2/node_modules/ret/lib/index.js": {
30183
- "bytesInOutput": 5725
30219
+ "bytesInOutput": 5716
30184
30220
  },
30185
30221
  "node_modules/.pnpm/drange@1.1.1/node_modules/drange/lib/index.js": {
30186
30222
  "bytesInOutput": 5022
@@ -30189,7 +30225,7 @@
30189
30225
  "bytesInOutput": 6742
30190
30226
  },
30191
30227
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/utils/RandomGenerator/RandomGenerator.js": {
30192
- "bytesInOutput": 7816
30228
+ "bytesInOutput": 7790
30193
30229
  },
30194
30230
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/utils/RandomGenerator/index.js": {
30195
30231
  "bytesInOutput": 1526
@@ -30243,7 +30279,7 @@
30243
30279
  "bytesInOutput": 907
30244
30280
  },
30245
30281
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/schemas/metadata/Metadata.js": {
30246
- "bytesInOutput": 33788
30282
+ "bytesInOutput": 33784
30247
30283
  },
30248
30284
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/factories/internal/metadata/emend_metadata_atomics.js": {
30249
30285
  "bytesInOutput": 2938
@@ -30270,7 +30306,7 @@
30270
30306
  "bytesInOutput": 2692
30271
30307
  },
30272
30308
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/factories/internal/metadata/iterate_metadata_escape.js": {
30273
- "bytesInOutput": 2263
30309
+ "bytesInOutput": 2260
30274
30310
  },
30275
30311
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/factories/MetadataTypeTagSchemaFactory.js": {
30276
30312
  "bytesInOutput": 3904
@@ -30714,7 +30750,7 @@
30714
30750
  "bytesInOutput": 5016
30715
30751
  },
30716
30752
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/programmers/helpers/StringifyPredicator.js": {
30717
- "bytesInOutput": 962
30753
+ "bytesInOutput": 960
30718
30754
  },
30719
30755
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/programmers/json/JsonStringifyProgrammer.js": {
30720
30756
  "bytesInOutput": 33419
@@ -30900,7 +30936,7 @@
30900
30936
  "bytesInOutput": 1225
30901
30937
  },
30902
30938
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/programmers/helpers/ProtobufUtil.js": {
30903
- "bytesInOutput": 9564
30939
+ "bytesInOutput": 9560
30904
30940
  },
30905
30941
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/factories/ProtobufFactory.js": {
30906
30942
  "bytesInOutput": 10411
@@ -31008,7 +31044,7 @@
31008
31044
  "bytesInOutput": 16007
31009
31045
  },
31010
31046
  "packages/workspace-tools/index.ts": {
31011
- "bytesInOutput": 3818
31047
+ "bytesInOutput": 3868
31012
31048
  },
31013
31049
  "packages/workspace-tools/src/base/base-executor.ts": {
31014
31050
  "bytesInOutput": 4599
@@ -31026,7 +31062,7 @@
31026
31062
  "bytesInOutput": 9419
31027
31063
  },
31028
31064
  "packages/workspace-tools/src/utils/project-tags.ts": {
31029
- "bytesInOutput": 2747
31065
+ "bytesInOutput": 3034
31030
31066
  },
31031
31067
  "packages/workspace-tools/src/utils/versions.ts": {
31032
31068
  "bytesInOutput": 582
@@ -31035,7 +31071,7 @@
31035
31071
  "bytesInOutput": 526
31036
31072
  },
31037
31073
  "node_modules/.pnpm/@ltd+j-toml@1.38.0/node_modules/@ltd/j-toml/index.mjs": {
31038
- "bytesInOutput": 105880
31074
+ "bytesInOutput": 105878
31039
31075
  },
31040
31076
  "packages/workspace-tools/src/utils/toml.ts": {
31041
31077
  "bytesInOutput": 1165
@@ -31044,7 +31080,7 @@
31044
31080
  "bytesInOutput": 4900
31045
31081
  },
31046
31082
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/index.js": {
31047
- "bytesInOutput": 24353
31083
+ "bytesInOutput": 24351
31048
31084
  },
31049
31085
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js": {
31050
31086
  "bytesInOutput": 261
@@ -31056,7 +31092,7 @@
31056
31092
  "bytesInOutput": 214
31057
31093
  },
31058
31094
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/ast.js": {
31059
- "bytesInOutput": 15650
31095
+ "bytesInOutput": 15648
31060
31096
  },
31061
31097
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/escape.js": {
31062
31098
  "bytesInOutput": 169
@@ -31068,7 +31104,7 @@
31068
31104
  "bytesInOutput": 42239
31069
31105
  },
31070
31106
  "node_modules/.pnpm/path-scurry@1.11.1/node_modules/path-scurry/dist/esm/index.js": {
31071
- "bytesInOutput": 48711
31107
+ "bytesInOutput": 48707
31072
31108
  },
31073
31109
  "node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js": {
31074
31110
  "bytesInOutput": 26044
@@ -31104,22 +31140,22 @@
31104
31140
  "bytesInOutput": 1381
31105
31141
  },
31106
31142
  "packages/workspace-tools/src/executors/rollup/executor.ts": {
31107
- "bytesInOutput": 8882
31143
+ "bytesInOutput": 8881
31108
31144
  },
31109
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/rollup.js": {
31145
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/rollup.js": {
31110
31146
  "bytesInOutput": 87
31111
31147
  },
31112
31148
  "packages/workspace-tools/src/executors/rollup/utils/get-options.ts": {
31113
31149
  "bytesInOutput": 11952
31114
31150
  },
31115
- "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.18.0/node_modules/@rollup/plugin-babel/dist/es/index.js": {
31116
- "bytesInOutput": 11766
31151
+ "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.29.1/node_modules/@rollup/plugin-babel/dist/es/index.js": {
31152
+ "bytesInOutput": 11698
31117
31153
  },
31118
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/es/index.js": {
31119
- "bytesInOutput": 3239
31154
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/es/index.js": {
31155
+ "bytesInOutput": 3241
31120
31156
  },
31121
- "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.18.0/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
31122
- "bytesInOutput": 35459
31157
+ "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.29.1/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
31158
+ "bytesInOutput": 35258
31123
31159
  },
31124
31160
  "packages/workspace-tools/src/executors/rollup/utils/normalize-options.ts": {
31125
31161
  "bytesInOutput": 3429
@@ -31164,7 +31200,7 @@
31164
31200
  "bytesInOutput": 807
31165
31201
  },
31166
31202
  "node_modules/.pnpm/open@10.1.0/node_modules/open/index.js": {
31167
- "bytesInOutput": 8177
31203
+ "bytesInOutput": 8175
31168
31204
  },
31169
31205
  "node_modules/.pnpm/is-wsl@3.1.0/node_modules/is-wsl/index.js": {
31170
31206
  "bytesInOutput": 707
@@ -31338,7 +31374,7 @@
31338
31374
  "bytesInOutput": 1391
31339
31375
  },
31340
31376
  "packages/workspace-tools/src/generators/preset/generator.ts": {
31341
- "bytesInOutput": 8243
31377
+ "bytesInOutput": 8241
31342
31378
  },
31343
31379
  "packages/workspace-tools/src/generators/release-version/generator.ts": {
31344
31380
  "bytesInOutput": 30106
@@ -31365,7 +31401,7 @@
31365
31401
  "bytesInOutput": 205
31366
31402
  }
31367
31403
  },
31368
- "bytes": 10956272
31404
+ "bytes": 11079675
31369
31405
  },
31370
31406
  "dist/packages/workspace-tools/src/executors/unbuild/executor.js": {
31371
31407
  "imports": [
@@ -32799,7 +32835,7 @@
32799
32835
  "bytesInOutput": 133224
32800
32836
  },
32801
32837
  "packages/config/src/schema.ts": {
32802
- "bytesInOutput": 10999
32838
+ "bytesInOutput": 11036
32803
32839
  },
32804
32840
  "packages/config/src/types.ts": {
32805
32841
  "bytesInOutput": 347
@@ -32814,7 +32850,7 @@
32814
32850
  "bytesInOutput": 479
32815
32851
  },
32816
32852
  "packages/config-tools/src/utilities/get-log-level.ts": {
32817
- "bytesInOutput": 1469
32853
+ "bytesInOutput": 1659
32818
32854
  },
32819
32855
  "packages/config-tools/src/utilities/logger.ts": {
32820
32856
  "bytesInOutput": 6549
@@ -32847,7 +32883,7 @@
32847
32883
  "bytesInOutput": 118
32848
32884
  },
32849
32885
  "packages/config-tools/src/index.ts": {
32850
- "bytesInOutput": 1915
32886
+ "bytesInOutput": 1945
32851
32887
  },
32852
32888
  "packages/workspace-tools/src/executors/unbuild/executor.ts": {
32853
32889
  "bytesInOutput": 1565
@@ -32859,7 +32895,7 @@
32859
32895
  "bytesInOutput": 1689
32860
32896
  }
32861
32897
  },
32862
- "bytes": 4198762
32898
+ "bytes": 4199019
32863
32899
  },
32864
32900
  "dist/packages/workspace-tools/src/executors/rolldown/executor.js": {
32865
32901
  "imports": [
@@ -34293,7 +34329,7 @@
34293
34329
  "bytesInOutput": 133224
34294
34330
  },
34295
34331
  "packages/config/src/schema.ts": {
34296
- "bytesInOutput": 10999
34332
+ "bytesInOutput": 11036
34297
34333
  },
34298
34334
  "packages/config/src/types.ts": {
34299
34335
  "bytesInOutput": 347
@@ -34308,7 +34344,7 @@
34308
34344
  "bytesInOutput": 479
34309
34345
  },
34310
34346
  "packages/config-tools/src/utilities/get-log-level.ts": {
34311
- "bytesInOutput": 1469
34347
+ "bytesInOutput": 1659
34312
34348
  },
34313
34349
  "packages/config-tools/src/utilities/logger.ts": {
34314
34350
  "bytesInOutput": 6549
@@ -34341,7 +34377,7 @@
34341
34377
  "bytesInOutput": 118
34342
34378
  },
34343
34379
  "packages/config-tools/src/index.ts": {
34344
- "bytesInOutput": 1915
34380
+ "bytesInOutput": 1945
34345
34381
  },
34346
34382
  "packages/workspace-tools/src/executors/rolldown/executor.ts": {
34347
34383
  "bytesInOutput": 1571
@@ -34353,7 +34389,7 @@
34353
34389
  "bytesInOutput": 1689
34354
34390
  }
34355
34391
  },
34356
- "bytes": 4198771
34392
+ "bytes": 4199028
34357
34393
  },
34358
34394
  "dist/packages/workspace-tools/src/executors/rollup/executor.js": {
34359
34395
  "imports": [
@@ -34478,7 +34514,7 @@
34478
34514
  "external": true
34479
34515
  },
34480
34516
  {
34481
- "path": "node:os",
34517
+ "path": "path",
34482
34518
  "kind": "require-call",
34483
34519
  "external": true
34484
34520
  },
@@ -34498,17 +34534,17 @@
34498
34534
  "external": true
34499
34535
  },
34500
34536
  {
34501
- "path": "path",
34537
+ "path": "os",
34502
34538
  "kind": "require-call",
34503
34539
  "external": true
34504
34540
  },
34505
34541
  {
34506
- "path": "os",
34542
+ "path": "events",
34507
34543
  "kind": "require-call",
34508
34544
  "external": true
34509
34545
  },
34510
34546
  {
34511
- "path": "events",
34547
+ "path": "node:os",
34512
34548
  "kind": "require-call",
34513
34549
  "external": true
34514
34550
  },
@@ -36504,7 +36540,7 @@
36504
36540
  "bytesInOutput": 724
36505
36541
  },
36506
36542
  "node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js": {
36507
- "bytesInOutput": 12583
36543
+ "bytesInOutput": 12556
36508
36544
  },
36509
36545
  "node_modules/.pnpm/fs-extra@11.2.0/node_modules/fs-extra/lib/fs/index.js": {
36510
36546
  "bytesInOutput": 3240
@@ -36597,19 +36633,19 @@
36597
36633
  "bytesInOutput": 1625
36598
36634
  },
36599
36635
  "node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js": {
36600
- "bytesInOutput": 4909
36636
+ "bytesInOutput": 4907
36601
36637
  },
36602
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/native.js": {
36603
- "bytesInOutput": 4059
36638
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/native.js": {
36639
+ "bytesInOutput": 4226
36604
36640
  },
36605
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/parseAst.js": {
36606
- "bytesInOutput": 81907
36641
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/parseAst.js": {
36642
+ "bytesInOutput": 79168
36607
36643
  },
36608
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/watch.js": {
36609
- "bytesInOutput": 130966
36644
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/watch.js": {
36645
+ "bytesInOutput": 224126
36610
36646
  },
36611
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/shared/node-entry.js": {
36612
- "bytesInOutput": 759299
36647
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/shared/node-entry.js": {
36648
+ "bytesInOutput": 794372
36613
36649
  },
36614
36650
  "node_modules/.pnpm/pathe@1.1.2/node_modules/pathe/dist/shared/pathe.ff20891b.mjs": {
36615
36651
  "bytesInOutput": 6041
@@ -36618,10 +36654,10 @@
36618
36654
  "bytesInOutput": 132
36619
36655
  },
36620
36656
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/dist/jiti.cjs": {
36621
- "bytesInOutput": 258483
36657
+ "bytesInOutput": 258465
36622
36658
  },
36623
36659
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/dist/babel.cjs": {
36624
- "bytesInOutput": 2145430
36660
+ "bytesInOutput": 2145217
36625
36661
  },
36626
36662
  "node_modules/.pnpm/jiti@2.0.0-beta.3/node_modules/jiti/lib/jiti.mjs": {
36627
36663
  "bytesInOutput": 654
@@ -36633,13 +36669,13 @@
36633
36669
  "bytesInOutput": 2171
36634
36670
  },
36635
36671
  "node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs": {
36636
- "bytesInOutput": 5462
36672
+ "bytesInOutput": 5460
36637
36673
  },
36638
36674
  "node_modules/.pnpm/ohash@1.1.4/node_modules/ohash/dist/index.mjs": {
36639
- "bytesInOutput": 18575
36675
+ "bytesInOutput": 18573
36640
36676
  },
36641
36677
  "node_modules/.pnpm/acorn@8.14.0/node_modules/acorn/dist/acorn.mjs": {
36642
- "bytesInOutput": 217336
36678
+ "bytesInOutput": 217322
36643
36679
  },
36644
36680
  "node_modules/.pnpm/ufo@1.5.4/node_modules/ufo/dist/index.mjs": {
36645
36681
  "bytesInOutput": 1487
@@ -36672,7 +36708,7 @@
36672
36708
  "bytesInOutput": 1939
36673
36709
  },
36674
36710
  "node_modules/.pnpm/dotenv@16.4.7/node_modules/dotenv/lib/main.js": {
36675
- "bytesInOutput": 9723
36711
+ "bytesInOutput": 9718
36676
36712
  },
36677
36713
  "node_modules/.pnpm/confbox@0.1.8/node_modules/confbox/dist/jsonc.mjs": {
36678
36714
  "bytesInOutput": 244
@@ -36702,7 +36738,7 @@
36702
36738
  "bytesInOutput": 1326
36703
36739
  },
36704
36740
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/large-numbers.js": {
36705
- "bytesInOutput": 2456
36741
+ "bytesInOutput": 2454
36706
36742
  },
36707
36743
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/header.js": {
36708
36744
  "bytesInOutput": 8750
@@ -36720,13 +36756,13 @@
36720
36756
  "bytesInOutput": 630
36721
36757
  },
36722
36758
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/strip-absolute-path.js": {
36723
- "bytesInOutput": 603
36759
+ "bytesInOutput": 600
36724
36760
  },
36725
36761
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/mode-fix.js": {
36726
36762
  "bytesInOutput": 507
36727
36763
  },
36728
36764
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/write-entry.js": {
36729
- "bytesInOutput": 16298
36765
+ "bytesInOutput": 16289
36730
36766
  },
36731
36767
  "node_modules/.pnpm/yallist@4.0.0/node_modules/yallist/iterator.js": {
36732
36768
  "bytesInOutput": 378
@@ -36735,7 +36771,7 @@
36735
36771
  "bytesInOutput": 10055
36736
36772
  },
36737
36773
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/pack.js": {
36738
- "bytesInOutput": 11197
36774
+ "bytesInOutput": 11180
36739
36775
  },
36740
36776
  "node_modules/.pnpm/fs-minipass@2.1.0/node_modules/fs-minipass/index.js": {
36741
36777
  "bytesInOutput": 11263
@@ -36744,7 +36780,7 @@
36744
36780
  "bytesInOutput": 14778
36745
36781
  },
36746
36782
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/list.js": {
36747
- "bytesInOutput": 3616
36783
+ "bytesInOutput": 3612
36748
36784
  },
36749
36785
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/create.js": {
36750
36786
  "bytesInOutput": 2878
@@ -36759,7 +36795,7 @@
36759
36795
  "bytesInOutput": 1056
36760
36796
  },
36761
36797
  "node_modules/.pnpm/mkdirp@1.0.4/node_modules/mkdirp/lib/path-arg.js": {
36762
- "bytesInOutput": 975
36798
+ "bytesInOutput": 973
36763
36799
  },
36764
36800
  "node_modules/.pnpm/mkdirp@1.0.4/node_modules/mkdirp/lib/find-made.js": {
36765
36801
  "bytesInOutput": 904
@@ -36777,22 +36813,22 @@
36777
36813
  "bytesInOutput": 1199
36778
36814
  },
36779
36815
  "node_modules/.pnpm/chownr@2.0.0/node_modules/chownr/chownr.js": {
36780
- "bytesInOutput": 4421
36816
+ "bytesInOutput": 4404
36781
36817
  },
36782
36818
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/mkdir.js": {
36783
- "bytesInOutput": 6165
36819
+ "bytesInOutput": 6160
36784
36820
  },
36785
36821
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/normalize-unicode.js": {
36786
36822
  "bytesInOutput": 464
36787
36823
  },
36788
36824
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/path-reservations.js": {
36789
- "bytesInOutput": 3776
36825
+ "bytesInOutput": 3772
36790
36826
  },
36791
36827
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/get-write-flag.js": {
36792
36828
  "bytesInOutput": 642
36793
36829
  },
36794
36830
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/unpack.js": {
36795
- "bytesInOutput": 23296
36831
+ "bytesInOutput": 23283
36796
36832
  },
36797
36833
  "node_modules/.pnpm/tar@6.2.1/node_modules/tar/lib/extract.js": {
36798
36834
  "bytesInOutput": 2926
@@ -36831,13 +36867,13 @@
36831
36867
  "bytesInOutput": 616
36832
36868
  },
36833
36869
  "node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js": {
36834
- "bytesInOutput": 2136
36870
+ "bytesInOutput": 2134
36835
36871
  },
36836
36872
  "node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js": {
36837
36873
  "bytesInOutput": 1420
36838
36874
  },
36839
36875
  "node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js": {
36840
- "bytesInOutput": 998
36876
+ "bytesInOutput": 994
36841
36877
  },
36842
36878
  "node_modules/.pnpm/strip-final-newline@3.0.0/node_modules/strip-final-newline/index.js": {
36843
36879
  "bytesInOutput": 482
@@ -36945,13 +36981,13 @@
36945
36981
  "bytesInOutput": 386
36946
36982
  },
36947
36983
  "node_modules/.pnpm/node-fetch-native@1.6.4/node_modules/node-fetch-native/dist/proxy.cjs": {
36948
- "bytesInOutput": 593257
36984
+ "bytesInOutput": 593273
36949
36985
  },
36950
36986
  "node_modules/.pnpm/giget@1.2.3/node_modules/giget/dist/index.mjs": {
36951
36987
  "bytesInOutput": 12655
36952
36988
  },
36953
36989
  "node_modules/.pnpm/c12@2.0.0-beta.2/node_modules/c12/dist/shared/c12.cwi6FO2_.mjs": {
36954
- "bytesInOutput": 12353
36990
+ "bytesInOutput": 12351
36955
36991
  },
36956
36992
  "node_modules/.pnpm/c12@2.0.0-beta.2/node_modules/c12/dist/index.mjs": {
36957
36993
  "bytesInOutput": 235
@@ -36963,7 +36999,7 @@
36963
36999
  "bytesInOutput": 361
36964
37000
  },
36965
37001
  "packages/config-tools/src/utilities/find-up.ts": {
36966
- "bytesInOutput": 753
37002
+ "bytesInOutput": 750
36967
37003
  },
36968
37004
  "packages/config-tools/src/utilities/find-workspace-root.ts": {
36969
37005
  "bytesInOutput": 1667
@@ -36975,7 +37011,7 @@
36975
37011
  "bytesInOutput": 5358
36976
37012
  },
36977
37013
  "node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js": {
36978
- "bytesInOutput": 19837
37014
+ "bytesInOutput": 19827
36979
37015
  },
36980
37016
  "node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js": {
36981
37017
  "bytesInOutput": 2199
@@ -36990,16 +37026,16 @@
36990
37026
  "bytesInOutput": 497
36991
37027
  },
36992
37028
  "node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/index.js": {
36993
- "bytesInOutput": 3212
37029
+ "bytesInOutput": 3208
36994
37030
  },
36995
37031
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/util.js": {
36996
37032
  "bytesInOutput": 1322
36997
37033
  },
36998
37034
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/templates.js": {
36999
- "bytesInOutput": 4059
37035
+ "bytesInOutput": 4057
37000
37036
  },
37001
37037
  "node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/index.js": {
37002
- "bytesInOutput": 5985
37038
+ "bytesInOutput": 5964
37003
37039
  },
37004
37040
  "packages/config-tools/src/utilities/chalk.ts": {
37005
37041
  "bytesInOutput": 770
@@ -37014,10 +37050,10 @@
37014
37050
  "bytesInOutput": 86
37015
37051
  },
37016
37052
  "node_modules/.pnpm/zod@3.23.8/node_modules/zod/lib/index.mjs": {
37017
- "bytesInOutput": 133325
37053
+ "bytesInOutput": 133264
37018
37054
  },
37019
37055
  "packages/config/src/schema.ts": {
37020
- "bytesInOutput": 10999
37056
+ "bytesInOutput": 11036
37021
37057
  },
37022
37058
  "packages/config/src/types.ts": {
37023
37059
  "bytesInOutput": 347
@@ -37032,7 +37068,7 @@
37032
37068
  "bytesInOutput": 479
37033
37069
  },
37034
37070
  "packages/config-tools/src/utilities/get-log-level.ts": {
37035
- "bytesInOutput": 1469
37071
+ "bytesInOutput": 1659
37036
37072
  },
37037
37073
  "packages/config-tools/src/utilities/logger.ts": {
37038
37074
  "bytesInOutput": 6571
@@ -37065,7 +37101,7 @@
37065
37101
  "bytesInOutput": 118
37066
37102
  },
37067
37103
  "packages/config-tools/src/index.ts": {
37068
- "bytesInOutput": 1915
37104
+ "bytesInOutput": 1945
37069
37105
  },
37070
37106
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/shallowEqual.js": {
37071
37107
  "bytesInOutput": 520
@@ -37074,7 +37110,7 @@
37074
37110
  "bytesInOutput": 1499
37075
37111
  },
37076
37112
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/generated/index.js": {
37077
- "bytesInOutput": 106266
37113
+ "bytesInOutput": 106268
37078
37114
  },
37079
37115
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/validators/matchesPattern.js": {
37080
37116
  "bytesInOutput": 1366
@@ -37149,7 +37185,7 @@
37149
37185
  "bytesInOutput": 1751
37150
37186
  },
37151
37187
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/builders/generated/index.js": {
37152
- "bytesInOutput": 97551
37188
+ "bytesInOutput": 97583
37153
37189
  },
37154
37190
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/utils/react/cleanJSXElementLiteralChild.js": {
37155
37191
  "bytesInOutput": 1435
@@ -37266,7 +37302,7 @@
37266
37302
  "bytesInOutput": 2845
37267
37303
  },
37268
37304
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/appendToMemberExpression.js": {
37269
- "bytesInOutput": 643
37305
+ "bytesInOutput": 641
37270
37306
  },
37271
37307
  "node_modules/.pnpm/@babel+types@7.26.3/node_modules/@babel/types/lib/modifications/inherits.js": {
37272
37308
  "bytesInOutput": 931
@@ -37335,10 +37371,10 @@
37335
37371
  "bytesInOutput": 3405
37336
37372
  },
37337
37373
  "node_modules/.pnpm/@babel+parser@7.26.3/node_modules/@babel/parser/lib/index.js": {
37338
- "bytesInOutput": 545013
37374
+ "bytesInOutput": 544980
37339
37375
  },
37340
37376
  "node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": {
37341
- "bytesInOutput": 3258
37377
+ "bytesInOutput": 3245
37342
37378
  },
37343
37379
  "node_modules/.pnpm/js-tokens@4.0.0/node_modules/js-tokens/index.js": {
37344
37380
  "bytesInOutput": 1460
@@ -37374,7 +37410,7 @@
37374
37410
  "bytesInOutput": 1940
37375
37411
  },
37376
37412
  "node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js": {
37377
- "bytesInOutput": 2964
37413
+ "bytesInOutput": 2962
37378
37414
  },
37379
37415
  "node_modules/.pnpm/debug@4.4.0/node_modules/debug/src/common.js": {
37380
37416
  "bytesInOutput": 6001
@@ -37395,7 +37431,7 @@
37395
37431
  "bytesInOutput": 9002
37396
37432
  },
37397
37433
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/scope/lib/renamer.js": {
37398
- "bytesInOutput": 4397
37434
+ "bytesInOutput": 4393
37399
37435
  },
37400
37436
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/scope/binding.js": {
37401
37437
  "bytesInOutput": 2290
@@ -37410,19 +37446,19 @@
37410
37446
  "bytesInOutput": 1622
37411
37447
  },
37412
37448
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/scope/index.js": {
37413
- "bytesInOutput": 34703
37449
+ "bytesInOutput": 34695
37414
37450
  },
37415
37451
  "node_modules/.pnpm/@jridgewell+set-array@1.2.1/node_modules/@jridgewell/set-array/dist/set-array.umd.js": {
37416
37452
  "bytesInOutput": 1940
37417
37453
  },
37418
37454
  "node_modules/.pnpm/@jridgewell+sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js": {
37419
- "bytesInOutput": 16158
37455
+ "bytesInOutput": 16169
37420
37456
  },
37421
37457
  "node_modules/.pnpm/@jridgewell+resolve-uri@3.1.2/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js": {
37422
37458
  "bytesInOutput": 5792
37423
37459
  },
37424
37460
  "node_modules/.pnpm/@jridgewell+trace-mapping@0.3.25/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js": {
37425
- "bytesInOutput": 18965
37461
+ "bytesInOutput": 18947
37426
37462
  },
37427
37463
  "node_modules/.pnpm/@jridgewell+gen-mapping@0.3.8/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js": {
37428
37464
  "bytesInOutput": 8693
@@ -37449,7 +37485,7 @@
37449
37485
  "bytesInOutput": 1282
37450
37486
  },
37451
37487
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/expressions.js": {
37452
- "bytesInOutput": 8981
37488
+ "bytesInOutput": 8983
37453
37489
  },
37454
37490
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/statements.js": {
37455
37491
  "bytesInOutput": 8080
@@ -37476,7 +37512,7 @@
37476
37512
  "bytesInOutput": 3122
37477
37513
  },
37478
37514
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/jsx.js": {
37479
- "bytesInOutput": 3545
37515
+ "bytesInOutput": 3572
37480
37516
  },
37481
37517
  "node_modules/.pnpm/@babel+generator@7.26.3/node_modules/@babel/generator/lib/generators/typescript.js": {
37482
37518
  "bytesInOutput": 20846
@@ -37497,7 +37533,7 @@
37497
37533
  "bytesInOutput": 890
37498
37534
  },
37499
37535
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/inference/inferer-reference.js": {
37500
- "bytesInOutput": 5366
37536
+ "bytesInOutput": 5357
37501
37537
  },
37502
37538
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/inference/inferers.js": {
37503
37539
  "bytesInOutput": 7638
@@ -37506,7 +37542,7 @@
37506
37542
  "bytesInOutput": 4982
37507
37543
  },
37508
37544
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/lib/hoister.js": {
37509
- "bytesInOutput": 6255
37545
+ "bytesInOutput": 6281
37510
37546
  },
37511
37547
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/lib/removal-hooks.js": {
37512
37548
  "bytesInOutput": 1586
@@ -37518,16 +37554,16 @@
37518
37554
  "bytesInOutput": 9245
37519
37555
  },
37520
37556
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/replacement.js": {
37521
- "bytesInOutput": 10579
37557
+ "bytesInOutput": 10577
37522
37558
  },
37523
37559
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/evaluation.js": {
37524
37560
  "bytesInOutput": 11686
37525
37561
  },
37526
37562
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/conversion.js": {
37527
- "bytesInOutput": 24632
37563
+ "bytesInOutput": 24649
37528
37564
  },
37529
37565
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/introspection.js": {
37530
- "bytesInOutput": 14723
37566
+ "bytesInOutput": 14721
37531
37567
  },
37532
37568
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/family.js": {
37533
37569
  "bytesInOutput": 11907
@@ -37545,7 +37581,7 @@
37545
37581
  "bytesInOutput": 975
37546
37582
  },
37547
37583
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/path/context.js": {
37548
- "bytesInOutput": 7908
37584
+ "bytesInOutput": 7910
37549
37585
  },
37550
37586
  "node_modules/.pnpm/@babel+traverse@7.26.4/node_modules/@babel/traverse/lib/hub.js": {
37551
37587
  "bytesInOutput": 566
@@ -37554,7 +37590,7 @@
37554
37590
  "bytesInOutput": 3106
37555
37591
  },
37556
37592
  "node_modules/.pnpm/semver@6.3.1/node_modules/semver/semver.js": {
37557
- "bytesInOutput": 39728
37593
+ "bytesInOutput": 39699
37558
37594
  },
37559
37595
  "node_modules/.pnpm/@babel+helper-module-imports@7.25.9/node_modules/@babel/helper-module-imports/lib/import-builder.js": {
37560
37596
  "bytesInOutput": 5031
@@ -37632,13 +37668,13 @@
37632
37668
  "bytesInOutput": 902
37633
37669
  },
37634
37670
  "node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/parse.js": {
37635
- "bytesInOutput": 20915
37671
+ "bytesInOutput": 20909
37636
37672
  },
37637
37673
  "node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/stringify.js": {
37638
37674
  "bytesInOutput": 6995
37639
37675
  },
37640
37676
  "node_modules/.pnpm/json5@2.2.3/node_modules/json5/lib/index.js": {
37641
- "bytesInOutput": 311
37677
+ "bytesInOutput": 309
37642
37678
  },
37643
37679
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/config/helpers/config-api.js": {
37644
37680
  "bytesInOutput": 3223
@@ -37698,13 +37734,13 @@
37698
37734
  "bytesInOutput": 13701
37699
37735
  },
37700
37736
  "node_modules/.pnpm/browserslist@4.24.3/node_modules/browserslist/parse.js": {
37701
- "bytesInOutput": 2264
37737
+ "bytesInOutput": 2263
37702
37738
  },
37703
37739
  "node_modules/.pnpm/browserslist@4.24.3/node_modules/browserslist/index.js": {
37704
- "bytesInOutput": 37733
37740
+ "bytesInOutput": 37725
37705
37741
  },
37706
37742
  "node_modules/.pnpm/@babel+helper-validator-option@7.25.9/node_modules/@babel/helper-validator-option/lib/find-suggestion.js": {
37707
- "bytesInOutput": 1059
37743
+ "bytesInOutput": 1051
37708
37744
  },
37709
37745
  "node_modules/.pnpm/@babel+helper-validator-option@7.25.9/node_modules/@babel/helper-validator-option/lib/validator.js": {
37710
37746
  "bytesInOutput": 1749
@@ -37758,7 +37794,7 @@
37758
37794
  "bytesInOutput": 1879
37759
37795
  },
37760
37796
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/config/config-descriptors.js": {
37761
- "bytesInOutput": 7862
37797
+ "bytesInOutput": 7860
37762
37798
  },
37763
37799
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/config/item.js": {
37764
37800
  "bytesInOutput": 2195
@@ -37866,28 +37902,28 @@
37866
37902
  "bytesInOutput": 896
37867
37903
  },
37868
37904
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js": {
37869
- "bytesInOutput": 45071
37905
+ "bytesInOutput": 45075
37870
37906
  },
37871
37907
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js": {
37872
37908
  "bytesInOutput": 5059
37873
37909
  },
37874
37910
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js": {
37875
- "bytesInOutput": 61660
37911
+ "bytesInOutput": 61649
37876
37912
  },
37877
37913
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/decorators-2018-09.js": {
37878
- "bytesInOutput": 5784
37914
+ "bytesInOutput": 5781
37879
37915
  },
37880
37916
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/features.js": {
37881
37917
  "bytesInOutput": 7715
37882
37918
  },
37883
37919
  "node_modules/.pnpm/@babel+helper-create-class-features-plugin@7.25.9_@babel+core@7.26.0/node_modules/@babel/helper-create-class-features-plugin/lib/index.js": {
37884
- "bytesInOutput": 11690
37920
+ "bytesInOutput": 11669
37885
37921
  },
37886
37922
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/enum.js": {
37887
- "bytesInOutput": 11112
37923
+ "bytesInOutput": 11079
37888
37924
  },
37889
37925
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/const-enum.js": {
37890
- "bytesInOutput": 2502
37926
+ "bytesInOutput": 2491
37891
37927
  },
37892
37928
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/global-types.js": {
37893
37929
  "bytesInOutput": 1290
@@ -37896,7 +37932,7 @@
37896
37932
  "bytesInOutput": 7422
37897
37933
  },
37898
37934
  "node_modules/.pnpm/@babel+plugin-transform-typescript@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-typescript/lib/index.js": {
37899
- "bytesInOutput": 20011
37935
+ "bytesInOutput": 20009
37900
37936
  },
37901
37937
  "node_modules/.pnpm/@babel+plugin-syntax-jsx@7.25.9_@babel+core@7.26.0/node_modules/@babel/plugin-syntax-jsx/lib/index.js": {
37902
37938
  "bytesInOutput": 780
@@ -37911,7 +37947,7 @@
37911
37947
  "bytesInOutput": 1450
37912
37948
  },
37913
37949
  "node_modules/.pnpm/@babel+plugin-transform-modules-commonjs@7.26.3_@babel+core@7.26.0/node_modules/@babel/plugin-transform-modules-commonjs/lib/index.js": {
37914
- "bytesInOutput": 9180
37950
+ "bytesInOutput": 9175
37915
37951
  },
37916
37952
  "node_modules/.pnpm/@babel+preset-typescript@7.26.0_@babel+core@7.26.0/node_modules/@babel/preset-typescript/lib/index.js": {
37917
37953
  "bytesInOutput": 6180
@@ -37938,25 +37974,25 @@
37938
37974
  "bytesInOutput": 1921
37939
37975
  },
37940
37976
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/parse.js": {
37941
- "bytesInOutput": 1637
37977
+ "bytesInOutput": 1634
37942
37978
  },
37943
37979
  "node_modules/.pnpm/@babel+core@7.26.0/node_modules/@babel/core/lib/index.js": {
37944
37980
  "bytesInOutput": 6699
37945
37981
  },
37946
37982
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/constants.js": {
37947
- "bytesInOutput": 5556
37983
+ "bytesInOutput": 5290
37948
37984
  },
37949
37985
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/utils.js": {
37950
- "bytesInOutput": 2354
37986
+ "bytesInOutput": 2352
37951
37987
  },
37952
37988
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/scan.js": {
37953
- "bytesInOutput": 10243
37989
+ "bytesInOutput": 9898
37954
37990
  },
37955
37991
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/parse.js": {
37956
- "bytesInOutput": 28334
37992
+ "bytesInOutput": 27864
37957
37993
  },
37958
37994
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/lib/picomatch.js": {
37959
- "bytesInOutput": 5544
37995
+ "bytesInOutput": 5536
37960
37996
  },
37961
37997
  "node_modules/.pnpm/picomatch@4.0.2/node_modules/picomatch/index.js": {
37962
37998
  "bytesInOutput": 567
@@ -37980,7 +38016,7 @@
37980
38016
  "bytesInOutput": 2033
37981
38017
  },
37982
38018
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/node-modules-paths.js": {
37983
- "bytesInOutput": 1463
38019
+ "bytesInOutput": 1460
37984
38020
  },
37985
38021
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/normalize-options.js": {
37986
38022
  "bytesInOutput": 233
@@ -38001,7 +38037,7 @@
38001
38037
  "bytesInOutput": 2176
38002
38038
  },
38003
38039
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/async.js": {
38004
- "bytesInOutput": 11133
38040
+ "bytesInOutput": 11130
38005
38041
  },
38006
38042
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/core.json": {
38007
38043
  "bytesInOutput": 6585
@@ -38013,7 +38049,7 @@
38013
38049
  "bytesInOutput": 269
38014
38050
  },
38015
38051
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/lib/sync.js": {
38016
- "bytesInOutput": 7149
38052
+ "bytesInOutput": 7146
38017
38053
  },
38018
38054
  "node_modules/.pnpm/resolve@1.22.8/node_modules/resolve/index.js": {
38019
38055
  "bytesInOutput": 300
@@ -38021,7 +38057,7 @@
38021
38057
  "node_modules/.pnpm/estree-walker@2.0.2/node_modules/estree-walker/dist/umd/estree-walker.js": {
38022
38058
  "bytesInOutput": 8141
38023
38059
  },
38024
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
38060
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
38025
38061
  "bytesInOutput": 13754
38026
38062
  },
38027
38063
  "node_modules/.pnpm/commondir@1.0.1/node_modules/commondir/index.js": {
@@ -38046,7 +38082,7 @@
38046
38082
  "bytesInOutput": 369
38047
38083
  },
38048
38084
  "node_modules/.pnpm/glob@8.1.0/node_modules/glob/common.js": {
38049
- "bytesInOutput": 6763
38085
+ "bytesInOutput": 6755
38050
38086
  },
38051
38087
  "node_modules/.pnpm/glob@8.1.0/node_modules/glob/sync.js": {
38052
38088
  "bytesInOutput": 11215
@@ -38064,13 +38100,13 @@
38064
38100
  "bytesInOutput": 17288
38065
38101
  },
38066
38102
  "node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.cjs.js": {
38067
- "bytesInOutput": 44410
38103
+ "bytesInOutput": 44408
38068
38104
  },
38069
38105
  "node_modules/.pnpm/is-reference@1.2.1/node_modules/is-reference/dist/is-reference.js": {
38070
38106
  "bytesInOutput": 1514
38071
38107
  },
38072
- "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.18.0/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
38073
- "bytesInOutput": 73930
38108
+ "node_modules/.pnpm/@rollup+plugin-commonjs@25.0.8_rollup@4.29.1/node_modules/@rollup/plugin-commonjs/dist/cjs/index.js": {
38109
+ "bytesInOutput": 73903
38074
38110
  },
38075
38111
  "node_modules/.pnpm/mini-svg-data-uri@1.4.4/node_modules/mini-svg-data-uri/shorter-css-color-names.js": {
38076
38112
  "bytesInOutput": 2357
@@ -38078,10 +38114,10 @@
38078
38114
  "node_modules/.pnpm/mini-svg-data-uri@1.4.4/node_modules/mini-svg-data-uri/index.js": {
38079
38115
  "bytesInOutput": 1723
38080
38116
  },
38081
- "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.18.0/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
38117
+ "node_modules/.pnpm/@rollup+plugin-image@3.0.3_rollup@4.29.1/node_modules/@rollup/plugin-image/dist/cjs/index.js": {
38082
38118
  "bytesInOutput": 2291
38083
38119
  },
38084
- "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.18.0/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
38120
+ "node_modules/.pnpm/@rollup+plugin-json@6.1.0_rollup@4.29.1/node_modules/@rollup/plugin-json/dist/cjs/index.js": {
38085
38121
  "bytesInOutput": 1474
38086
38122
  },
38087
38123
  "node_modules/.pnpm/universalify@0.1.2/node_modules/universalify/index.js": {
@@ -38103,7 +38139,7 @@
38103
38139
  "bytesInOutput": 484
38104
38140
  },
38105
38141
  "node_modules/.pnpm/fs-extra@8.1.0/node_modules/fs-extra/lib/util/utimes.js": {
38106
- "bytesInOutput": 2692
38142
+ "bytesInOutput": 2688
38107
38143
  },
38108
38144
  "node_modules/.pnpm/fs-extra@8.1.0/node_modules/fs-extra/lib/util/stat.js": {
38109
38145
  "bytesInOutput": 6186
@@ -38199,16 +38235,16 @@
38199
38235
  "bytesInOutput": 522
38200
38236
  },
38201
38237
  "node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion/index.js": {
38202
- "bytesInOutput": 4645
38238
+ "bytesInOutput": 4643
38203
38239
  },
38204
38240
  "node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js": {
38205
- "bytesInOutput": 18382
38241
+ "bytesInOutput": 18380
38206
38242
  },
38207
38243
  "node_modules/.pnpm/path-is-absolute@1.0.1/node_modules/path-is-absolute/index.js": {
38208
38244
  "bytesInOutput": 709
38209
38245
  },
38210
38246
  "node_modules/.pnpm/glob@7.2.3/node_modules/glob/common.js": {
38211
- "bytesInOutput": 6568
38247
+ "bytesInOutput": 6560
38212
38248
  },
38213
38249
  "node_modules/.pnpm/glob@7.2.3/node_modules/glob/sync.js": {
38214
38250
  "bytesInOutput": 11217
@@ -38232,13 +38268,13 @@
38232
38268
  "bytesInOutput": 477
38233
38269
  },
38234
38270
  "node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob/index.js": {
38235
- "bytesInOutput": 4096
38271
+ "bytesInOutput": 4082
38236
38272
  },
38237
38273
  "node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent/index.js": {
38238
- "bytesInOutput": 990
38274
+ "bytesInOutput": 974
38239
38275
  },
38240
38276
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js": {
38241
- "bytesInOutput": 2539
38277
+ "bytesInOutput": 2536
38242
38278
  },
38243
38279
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/stringify.js": {
38244
38280
  "bytesInOutput": 944
@@ -38247,49 +38283,49 @@
38247
38283
  "bytesInOutput": 436
38248
38284
  },
38249
38285
  "node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js": {
38250
- "bytesInOutput": 7115
38286
+ "bytesInOutput": 7037
38251
38287
  },
38252
38288
  "node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js": {
38253
- "bytesInOutput": 7168
38289
+ "bytesInOutput": 7123
38254
38290
  },
38255
38291
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/compile.js": {
38256
- "bytesInOutput": 1808
38292
+ "bytesInOutput": 1804
38257
38293
  },
38258
38294
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/expand.js": {
38259
- "bytesInOutput": 3290
38295
+ "bytesInOutput": 3280
38260
38296
  },
38261
38297
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/constants.js": {
38262
38298
  "bytesInOutput": 2186
38263
38299
  },
38264
38300
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/parse.js": {
38265
- "bytesInOutput": 7725
38301
+ "bytesInOutput": 7382
38266
38302
  },
38267
38303
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/index.js": {
38268
- "bytesInOutput": 2009
38304
+ "bytesInOutput": 1991
38269
38305
  },
38270
38306
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/constants.js": {
38271
- "bytesInOutput": 5564
38307
+ "bytesInOutput": 5298
38272
38308
  },
38273
38309
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/utils.js": {
38274
- "bytesInOutput": 2253
38310
+ "bytesInOutput": 2251
38275
38311
  },
38276
38312
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/scan.js": {
38277
- "bytesInOutput": 10244
38313
+ "bytesInOutput": 9899
38278
38314
  },
38279
38315
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/parse.js": {
38280
- "bytesInOutput": 28579
38316
+ "bytesInOutput": 28109
38281
38317
  },
38282
38318
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/lib/picomatch.js": {
38283
- "bytesInOutput": 5627
38319
+ "bytesInOutput": 5619
38284
38320
  },
38285
38321
  "node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch/index.js": {
38286
38322
  "bytesInOutput": 200
38287
38323
  },
38288
38324
  "node_modules/.pnpm/micromatch@4.0.7/node_modules/micromatch/index.js": {
38289
- "bytesInOutput": 5905
38325
+ "bytesInOutput": 5902
38290
38326
  },
38291
38327
  "node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/pattern.js": {
38292
- "bytesInOutput": 6725
38328
+ "bytesInOutput": 6723
38293
38329
  },
38294
38330
  "node_modules/.pnpm/fast-glob@3.3.2/node_modules/fast-glob/out/utils/stream.js": {
38295
38331
  "bytesInOutput": 825
@@ -38436,16 +38472,16 @@
38436
38472
  "bytesInOutput": 1505
38437
38473
  },
38438
38474
  "node_modules/.pnpm/dir-glob@3.0.1/node_modules/dir-glob/index.js": {
38439
- "bytesInOutput": 2658
38475
+ "bytesInOutput": 2652
38440
38476
  },
38441
38477
  "node_modules/.pnpm/ignore@5.3.2/node_modules/ignore/index.js": {
38442
- "bytesInOutput": 13629
38478
+ "bytesInOutput": 13622
38443
38479
  },
38444
38480
  "node_modules/.pnpm/slash@3.0.0/node_modules/slash/index.js": {
38445
38481
  "bytesInOutput": 423
38446
38482
  },
38447
38483
  "node_modules/.pnpm/globby@10.0.1/node_modules/globby/gitignore.js": {
38448
- "bytesInOutput": 3166
38484
+ "bytesInOutput": 3163
38449
38485
  },
38450
38486
  "node_modules/.pnpm/globby@10.0.1/node_modules/globby/stream-utils.js": {
38451
38487
  "bytesInOutput": 1058
@@ -38454,22 +38490,22 @@
38454
38490
  "bytesInOutput": 5214
38455
38491
  },
38456
38492
  "node_modules/.pnpm/colorette@1.4.0/node_modules/colorette/index.cjs": {
38457
- "bytesInOutput": 2833
38493
+ "bytesInOutput": 2822
38458
38494
  },
38459
38495
  "node_modules/.pnpm/rollup-plugin-copy@3.5.0/node_modules/rollup-plugin-copy/dist/index.commonjs.js": {
38460
- "bytesInOutput": 5853
38496
+ "bytesInOutput": 5851
38461
38497
  },
38462
38498
  "node_modules/.pnpm/@rollup+pluginutils@4.2.1/node_modules/@rollup/pluginutils/dist/cjs/index.js": {
38463
38499
  "bytesInOutput": 15894
38464
38500
  },
38465
38501
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/constants.js": {
38466
- "bytesInOutput": 804
38502
+ "bytesInOutput": 789
38467
38503
  },
38468
38504
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/debug.js": {
38469
38505
  "bytesInOutput": 364
38470
38506
  },
38471
38507
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/re.js": {
38472
- "bytesInOutput": 5225
38508
+ "bytesInOutput": 5211
38473
38509
  },
38474
38510
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/parse-options.js": {
38475
38511
  "bytesInOutput": 481
@@ -38478,22 +38514,22 @@
38478
38514
  "bytesInOutput": 613
38479
38515
  },
38480
38516
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/classes/semver.js": {
38481
- "bytesInOutput": 8463
38517
+ "bytesInOutput": 8448
38482
38518
  },
38483
38519
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/parse.js": {
38484
- "bytesInOutput": 518
38520
+ "bytesInOutput": 516
38485
38521
  },
38486
38522
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/valid.js": {
38487
- "bytesInOutput": 333
38523
+ "bytesInOutput": 331
38488
38524
  },
38489
38525
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/clean.js": {
38490
- "bytesInOutput": 362
38526
+ "bytesInOutput": 360
38491
38527
  },
38492
38528
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/inc.js": {
38493
38529
  "bytesInOutput": 661
38494
38530
  },
38495
38531
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/diff.js": {
38496
- "bytesInOutput": 1296
38532
+ "bytesInOutput": 1293
38497
38533
  },
38498
38534
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/major.js": {
38499
38535
  "bytesInOutput": 262
@@ -38505,16 +38541,16 @@
38505
38541
  "bytesInOutput": 262
38506
38542
  },
38507
38543
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/prerelease.js": {
38508
- "bytesInOutput": 396
38544
+ "bytesInOutput": 394
38509
38545
  },
38510
38546
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare.js": {
38511
- "bytesInOutput": 301
38547
+ "bytesInOutput": 299
38512
38548
  },
38513
38549
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/rcompare.js": {
38514
- "bytesInOutput": 276
38550
+ "bytesInOutput": 274
38515
38551
  },
38516
38552
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare-loose.js": {
38517
- "bytesInOutput": 286
38553
+ "bytesInOutput": 284
38518
38554
  },
38519
38555
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/compare-build.js": {
38520
38556
  "bytesInOutput": 444
@@ -38526,28 +38562,28 @@
38526
38562
  "bytesInOutput": 299
38527
38563
  },
38528
38564
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/gt.js": {
38529
- "bytesInOutput": 256
38565
+ "bytesInOutput": 254
38530
38566
  },
38531
38567
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/lt.js": {
38532
- "bytesInOutput": 256
38568
+ "bytesInOutput": 254
38533
38569
  },
38534
38570
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/eq.js": {
38535
- "bytesInOutput": 258
38571
+ "bytesInOutput": 256
38536
38572
  },
38537
38573
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/neq.js": {
38538
- "bytesInOutput": 262
38574
+ "bytesInOutput": 260
38539
38575
  },
38540
38576
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/gte.js": {
38541
- "bytesInOutput": 261
38577
+ "bytesInOutput": 259
38542
38578
  },
38543
38579
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/lte.js": {
38544
- "bytesInOutput": 261
38580
+ "bytesInOutput": 259
38545
38581
  },
38546
38582
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/cmp.js": {
38547
38583
  "bytesInOutput": 1263
38548
38584
  },
38549
38585
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/functions/coerce.js": {
38550
- "bytesInOutput": 1700
38586
+ "bytesInOutput": 1698
38551
38587
  },
38552
38588
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/internal/lrucache.js": {
38553
38589
  "bytesInOutput": 958
@@ -38568,7 +38604,7 @@
38568
38604
  "bytesInOutput": 737
38569
38605
  },
38570
38606
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/min-satisfying.js": {
38571
- "bytesInOutput": 741
38607
+ "bytesInOutput": 736
38572
38608
  },
38573
38609
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/min-version.js": {
38574
38610
  "bytesInOutput": 1652
@@ -38589,13 +38625,13 @@
38589
38625
  "bytesInOutput": 377
38590
38626
  },
38591
38627
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/simplify.js": {
38592
- "bytesInOutput": 1453
38628
+ "bytesInOutput": 1444
38593
38629
  },
38594
38630
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/ranges/subset.js": {
38595
- "bytesInOutput": 5471
38631
+ "bytesInOutput": 5467
38596
38632
  },
38597
38633
  "node_modules/.pnpm/semver@7.6.2/node_modules/semver/index.js": {
38598
- "bytesInOutput": 2554
38634
+ "bytesInOutput": 2541
38599
38635
  },
38600
38636
  "node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/fs/index.js": {
38601
38637
  "bytesInOutput": 2903
@@ -38684,14 +38720,14 @@
38684
38720
  "node_modules/.pnpm/tslib@2.8.1/node_modules/tslib/package.json": {
38685
38721
  "bytesInOutput": 1322
38686
38722
  },
38687
- "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.18.0_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
38688
- "bytesInOutput": 479025
38723
+ "node_modules/.pnpm/rollup-plugin-typescript2@0.36.0_rollup@4.29.1_typescript@5.7.2/node_modules/rollup-plugin-typescript2/dist/rollup-plugin-typescript2.cjs.js": {
38724
+ "bytesInOutput": 478844
38689
38725
  },
38690
38726
  "packages/workspace-tools/src/executors/rollup/executor.ts": {
38691
- "bytesInOutput": 9054
38727
+ "bytesInOutput": 9053
38692
38728
  },
38693
38729
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/index.js": {
38694
- "bytesInOutput": 24318
38730
+ "bytesInOutput": 24314
38695
38731
  },
38696
38732
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js": {
38697
38733
  "bytesInOutput": 261
@@ -38703,7 +38739,7 @@
38703
38739
  "bytesInOutput": 214
38704
38740
  },
38705
38741
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/ast.js": {
38706
- "bytesInOutput": 15648
38742
+ "bytesInOutput": 15646
38707
38743
  },
38708
38744
  "node_modules/.pnpm/minimatch@9.0.5/node_modules/minimatch/dist/esm/escape.js": {
38709
38745
  "bytesInOutput": 169
@@ -38715,7 +38751,7 @@
38715
38751
  "bytesInOutput": 42237
38716
38752
  },
38717
38753
  "node_modules/.pnpm/path-scurry@1.11.1/node_modules/path-scurry/dist/esm/index.js": {
38718
- "bytesInOutput": 48645
38754
+ "bytesInOutput": 48641
38719
38755
  },
38720
38756
  "node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js": {
38721
38757
  "bytesInOutput": 26017
@@ -38738,7 +38774,7 @@
38738
38774
  "node_modules/.pnpm/glob@10.4.2/node_modules/glob/dist/esm/index.js": {
38739
38775
  "bytesInOutput": 1144
38740
38776
  },
38741
- "node_modules/.pnpm/rollup@4.18.0/node_modules/rollup/dist/es/rollup.js": {
38777
+ "node_modules/.pnpm/rollup@4.29.1/node_modules/rollup/dist/es/rollup.js": {
38742
38778
  "bytesInOutput": 87
38743
38779
  },
38744
38780
  "packages/workspace-tools/src/base/base-executor.ts": {
@@ -38750,20 +38786,20 @@
38750
38786
  "packages/workspace-tools/src/executors/rollup/utils/get-options.ts": {
38751
38787
  "bytesInOutput": 11949
38752
38788
  },
38753
- "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.18.0/node_modules/@rollup/plugin-babel/dist/es/index.js": {
38754
- "bytesInOutput": 11750
38789
+ "node_modules/.pnpm/@rollup+plugin-babel@6.0.4_@babel+core@7.26.0_@types+babel__core@7.20.5_rollup@4.29.1/node_modules/@rollup/plugin-babel/dist/es/index.js": {
38790
+ "bytesInOutput": 11682
38755
38791
  },
38756
- "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.18.0/node_modules/@rollup/pluginutils/dist/es/index.js": {
38757
- "bytesInOutput": 3239
38792
+ "node_modules/.pnpm/@rollup+pluginutils@5.1.4_rollup@4.29.1/node_modules/@rollup/pluginutils/dist/es/index.js": {
38793
+ "bytesInOutput": 3241
38758
38794
  },
38759
- "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.18.0/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
38760
- "bytesInOutput": 35449
38795
+ "node_modules/.pnpm/@rollup+plugin-node-resolve@15.2.3_rollup@4.29.1/node_modules/@rollup/plugin-node-resolve/dist/es/index.js": {
38796
+ "bytesInOutput": 35248
38761
38797
  },
38762
38798
  "packages/workspace-tools/src/executors/rollup/utils/normalize-options.ts": {
38763
38799
  "bytesInOutput": 3411
38764
38800
  }
38765
38801
  },
38766
- "bytes": 9460773
38802
+ "bytes": 9582750
38767
38803
  },
38768
38804
  "dist/packages/workspace-tools/src/executors/tsup/executor.js": {
38769
38805
  "imports": [
@@ -40192,7 +40228,7 @@
40192
40228
  "bytesInOutput": 133224
40193
40229
  },
40194
40230
  "packages/config/src/schema.ts": {
40195
- "bytesInOutput": 10999
40231
+ "bytesInOutput": 11036
40196
40232
  },
40197
40233
  "packages/config/src/types.ts": {
40198
40234
  "bytesInOutput": 347
@@ -40207,7 +40243,7 @@
40207
40243
  "bytesInOutput": 479
40208
40244
  },
40209
40245
  "packages/config-tools/src/utilities/get-log-level.ts": {
40210
- "bytesInOutput": 1469
40246
+ "bytesInOutput": 1659
40211
40247
  },
40212
40248
  "packages/config-tools/src/utilities/logger.ts": {
40213
40249
  "bytesInOutput": 6549
@@ -40240,7 +40276,7 @@
40240
40276
  "bytesInOutput": 118
40241
40277
  },
40242
40278
  "packages/config-tools/src/index.ts": {
40243
- "bytesInOutput": 1915
40279
+ "bytesInOutput": 1945
40244
40280
  },
40245
40281
  "packages/workspace-tools/src/executors/tsup/executor.ts": {
40246
40282
  "bytesInOutput": 1417
@@ -40252,7 +40288,7 @@
40252
40288
  "bytesInOutput": 1689
40253
40289
  }
40254
40290
  },
40255
- "bytes": 4198614
40291
+ "bytes": 4198871
40256
40292
  },
40257
40293
  "dist/packages/workspace-tools/src/executors/tsup-neutral/executor.js": {
40258
40294
  "imports": [
@@ -41686,7 +41722,7 @@
41686
41722
  "bytesInOutput": 133224
41687
41723
  },
41688
41724
  "packages/config/src/schema.ts": {
41689
- "bytesInOutput": 10999
41725
+ "bytesInOutput": 11036
41690
41726
  },
41691
41727
  "packages/config/src/types.ts": {
41692
41728
  "bytesInOutput": 347
@@ -41701,7 +41737,7 @@
41701
41737
  "bytesInOutput": 479
41702
41738
  },
41703
41739
  "packages/config-tools/src/utilities/get-log-level.ts": {
41704
- "bytesInOutput": 1469
41740
+ "bytesInOutput": 1659
41705
41741
  },
41706
41742
  "packages/config-tools/src/utilities/logger.ts": {
41707
41743
  "bytesInOutput": 6549
@@ -41734,7 +41770,7 @@
41734
41770
  "bytesInOutput": 118
41735
41771
  },
41736
41772
  "packages/config-tools/src/index.ts": {
41737
- "bytesInOutput": 1915
41773
+ "bytesInOutput": 1945
41738
41774
  },
41739
41775
  "packages/workspace-tools/src/executors/tsup-neutral/executor.ts": {
41740
41776
  "bytesInOutput": 1442
@@ -41749,7 +41785,7 @@
41749
41785
  "bytesInOutput": 1234
41750
41786
  }
41751
41787
  },
41752
- "bytes": 4199961
41788
+ "bytes": 4200218
41753
41789
  },
41754
41790
  "dist/packages/workspace-tools/src/executors/tsup-node/executor.js": {
41755
41791
  "imports": [
@@ -43183,7 +43219,7 @@
43183
43219
  "bytesInOutput": 133224
43184
43220
  },
43185
43221
  "packages/config/src/schema.ts": {
43186
- "bytesInOutput": 10999
43222
+ "bytesInOutput": 11036
43187
43223
  },
43188
43224
  "packages/config/src/types.ts": {
43189
43225
  "bytesInOutput": 347
@@ -43198,7 +43234,7 @@
43198
43234
  "bytesInOutput": 479
43199
43235
  },
43200
43236
  "packages/config-tools/src/utilities/get-log-level.ts": {
43201
- "bytesInOutput": 1469
43237
+ "bytesInOutput": 1659
43202
43238
  },
43203
43239
  "packages/config-tools/src/utilities/logger.ts": {
43204
43240
  "bytesInOutput": 6549
@@ -43231,7 +43267,7 @@
43231
43267
  "bytesInOutput": 118
43232
43268
  },
43233
43269
  "packages/config-tools/src/index.ts": {
43234
- "bytesInOutput": 1915
43270
+ "bytesInOutput": 1945
43235
43271
  },
43236
43272
  "packages/workspace-tools/src/executors/tsup-node/executor.ts": {
43237
43273
  "bytesInOutput": 1408
@@ -43246,7 +43282,7 @@
43246
43282
  "bytesInOutput": 1234
43247
43283
  }
43248
43284
  },
43249
- "bytes": 4199918
43285
+ "bytes": 4200175
43250
43286
  },
43251
43287
  "dist/packages/workspace-tools/src/executors/tsup-browser/executor.js": {
43252
43288
  "imports": [
@@ -44680,7 +44716,7 @@
44680
44716
  "bytesInOutput": 133224
44681
44717
  },
44682
44718
  "packages/config/src/schema.ts": {
44683
- "bytesInOutput": 10999
44719
+ "bytesInOutput": 11036
44684
44720
  },
44685
44721
  "packages/config/src/types.ts": {
44686
44722
  "bytesInOutput": 347
@@ -44695,7 +44731,7 @@
44695
44731
  "bytesInOutput": 479
44696
44732
  },
44697
44733
  "packages/config-tools/src/utilities/get-log-level.ts": {
44698
- "bytesInOutput": 1469
44734
+ "bytesInOutput": 1659
44699
44735
  },
44700
44736
  "packages/config-tools/src/utilities/logger.ts": {
44701
44737
  "bytesInOutput": 6549
@@ -44728,7 +44764,7 @@
44728
44764
  "bytesInOutput": 118
44729
44765
  },
44730
44766
  "packages/config-tools/src/index.ts": {
44731
- "bytesInOutput": 1915
44767
+ "bytesInOutput": 1945
44732
44768
  },
44733
44769
  "packages/workspace-tools/src/executors/tsup-browser/executor.ts": {
44734
44770
  "bytesInOutput": 1384
@@ -44743,7 +44779,7 @@
44743
44779
  "bytesInOutput": 1234
44744
44780
  }
44745
44781
  },
44746
- "bytes": 4199903
44782
+ "bytes": 4200160
44747
44783
  },
44748
44784
  "dist/packages/workspace-tools/src/executors/typia/executor.js": {
44749
44785
  "imports": [
@@ -47783,7 +47819,7 @@
47783
47819
  "bytesInOutput": 133224
47784
47820
  },
47785
47821
  "packages/config/src/schema.ts": {
47786
- "bytesInOutput": 10999
47822
+ "bytesInOutput": 11036
47787
47823
  },
47788
47824
  "packages/config/src/types.ts": {
47789
47825
  "bytesInOutput": 347
@@ -47798,7 +47834,7 @@
47798
47834
  "bytesInOutput": 479
47799
47835
  },
47800
47836
  "packages/config-tools/src/utilities/get-log-level.ts": {
47801
- "bytesInOutput": 1469
47837
+ "bytesInOutput": 1659
47802
47838
  },
47803
47839
  "packages/config-tools/src/utilities/logger.ts": {
47804
47840
  "bytesInOutput": 6549
@@ -47831,7 +47867,7 @@
47831
47867
  "bytesInOutput": 118
47832
47868
  },
47833
47869
  "packages/config-tools/src/index.ts": {
47834
- "bytesInOutput": 1915
47870
+ "bytesInOutput": 1945
47835
47871
  },
47836
47872
  "packages/workspace-tools/src/executors/typia/executor.ts": {
47837
47873
  "bytesInOutput": 1252
@@ -47843,7 +47879,7 @@
47843
47879
  "bytesInOutput": 1689
47844
47880
  }
47845
47881
  },
47846
- "bytes": 5464294
47882
+ "bytes": 5464551
47847
47883
  },
47848
47884
  "dist/packages/workspace-tools/src/executors/clean-package/executor.js": {
47849
47885
  "imports": [
@@ -49545,7 +49581,7 @@
49545
49581
  "bytesInOutput": 133224
49546
49582
  },
49547
49583
  "packages/config/src/schema.ts": {
49548
- "bytesInOutput": 10999
49584
+ "bytesInOutput": 11036
49549
49585
  },
49550
49586
  "packages/config/src/types.ts": {
49551
49587
  "bytesInOutput": 347
@@ -49560,7 +49596,7 @@
49560
49596
  "bytesInOutput": 479
49561
49597
  },
49562
49598
  "packages/config-tools/src/utilities/get-log-level.ts": {
49563
- "bytesInOutput": 1469
49599
+ "bytesInOutput": 1659
49564
49600
  },
49565
49601
  "packages/config-tools/src/utilities/logger.ts": {
49566
49602
  "bytesInOutput": 6549
@@ -49593,7 +49629,7 @@
49593
49629
  "bytesInOutput": 118
49594
49630
  },
49595
49631
  "packages/config-tools/src/index.ts": {
49596
- "bytesInOutput": 1915
49632
+ "bytesInOutput": 1945
49597
49633
  },
49598
49634
  "node_modules/.pnpm/braces@3.0.3/node_modules/braces/lib/utils.js": {
49599
49635
  "bytesInOutput": 2534
@@ -49710,7 +49746,7 @@
49710
49746
  "bytesInOutput": 1872
49711
49747
  }
49712
49748
  },
49713
- "bytes": 4573721
49749
+ "bytes": 4573978
49714
49750
  },
49715
49751
  "dist/packages/workspace-tools/src/executors/size-limit/executor.js": {
49716
49752
  "imports": [
@@ -51347,7 +51383,7 @@
51347
51383
  "bytesInOutput": 133224
51348
51384
  },
51349
51385
  "packages/config/src/schema.ts": {
51350
- "bytesInOutput": 10999
51386
+ "bytesInOutput": 11036
51351
51387
  },
51352
51388
  "packages/config/src/types.ts": {
51353
51389
  "bytesInOutput": 347
@@ -51362,7 +51398,7 @@
51362
51398
  "bytesInOutput": 479
51363
51399
  },
51364
51400
  "packages/config-tools/src/utilities/get-log-level.ts": {
51365
- "bytesInOutput": 1469
51401
+ "bytesInOutput": 1659
51366
51402
  },
51367
51403
  "packages/config-tools/src/utilities/logger.ts": {
51368
51404
  "bytesInOutput": 6549
@@ -51395,7 +51431,7 @@
51395
51431
  "bytesInOutput": 118
51396
51432
  },
51397
51433
  "packages/config-tools/src/index.ts": {
51398
- "bytesInOutput": 1915
51434
+ "bytesInOutput": 1945
51399
51435
  },
51400
51436
  "packages/workspace-tools/src/executors/size-limit/executor.ts": {
51401
51437
  "bytesInOutput": 1514
@@ -51482,7 +51518,7 @@
51482
51518
  "bytesInOutput": 1689
51483
51519
  }
51484
51520
  },
51485
- "bytes": 4249217
51521
+ "bytes": 4249474
51486
51522
  },
51487
51523
  "dist/packages/workspace-tools/src/executors/npm-publish/executor.js": {
51488
51524
  "imports": [
@@ -52981,7 +53017,7 @@
52981
53017
  "bytesInOutput": 133224
52982
53018
  },
52983
53019
  "packages/config/src/schema.ts": {
52984
- "bytesInOutput": 10999
53020
+ "bytesInOutput": 11036
52985
53021
  },
52986
53022
  "packages/config/src/types.ts": {
52987
53023
  "bytesInOutput": 347
@@ -52996,7 +53032,7 @@
52996
53032
  "bytesInOutput": 479
52997
53033
  },
52998
53034
  "packages/config-tools/src/utilities/get-log-level.ts": {
52999
- "bytesInOutput": 1469
53035
+ "bytesInOutput": 1659
53000
53036
  },
53001
53037
  "packages/config-tools/src/utilities/logger.ts": {
53002
53038
  "bytesInOutput": 6549
@@ -53029,7 +53065,7 @@
53029
53065
  "bytesInOutput": 118
53030
53066
  },
53031
53067
  "packages/config-tools/src/index.ts": {
53032
- "bytesInOutput": 1915
53068
+ "bytesInOutput": 1945
53033
53069
  },
53034
53070
  "packages/workspace-tools/src/executors/cargo-build/executor.ts": {
53035
53071
  "bytesInOutput": 665
@@ -53044,7 +53080,7 @@
53044
53080
  "bytesInOutput": 3101
53045
53081
  }
53046
53082
  },
53047
- "bytes": 4201071
53083
+ "bytes": 4201328
53048
53084
  },
53049
53085
  "dist/packages/workspace-tools/src/executors/cargo-check/executor.js": {
53050
53086
  "imports": [
@@ -54478,7 +54514,7 @@
54478
54514
  "bytesInOutput": 133224
54479
54515
  },
54480
54516
  "packages/config/src/schema.ts": {
54481
- "bytesInOutput": 10999
54517
+ "bytesInOutput": 11036
54482
54518
  },
54483
54519
  "packages/config/src/types.ts": {
54484
54520
  "bytesInOutput": 347
@@ -54493,7 +54529,7 @@
54493
54529
  "bytesInOutput": 479
54494
54530
  },
54495
54531
  "packages/config-tools/src/utilities/get-log-level.ts": {
54496
- "bytesInOutput": 1469
54532
+ "bytesInOutput": 1659
54497
54533
  },
54498
54534
  "packages/config-tools/src/utilities/logger.ts": {
54499
54535
  "bytesInOutput": 6549
@@ -54526,7 +54562,7 @@
54526
54562
  "bytesInOutput": 118
54527
54563
  },
54528
54564
  "packages/config-tools/src/index.ts": {
54529
- "bytesInOutput": 1915
54565
+ "bytesInOutput": 1945
54530
54566
  },
54531
54567
  "packages/workspace-tools/src/executors/cargo-check/executor.ts": {
54532
54568
  "bytesInOutput": 605
@@ -54541,7 +54577,7 @@
54541
54577
  "bytesInOutput": 3101
54542
54578
  }
54543
54579
  },
54544
- "bytes": 4201011
54580
+ "bytes": 4201268
54545
54581
  },
54546
54582
  "dist/packages/workspace-tools/src/executors/cargo-clippy/executor.js": {
54547
54583
  "imports": [
@@ -55975,7 +56011,7 @@
55975
56011
  "bytesInOutput": 133224
55976
56012
  },
55977
56013
  "packages/config/src/schema.ts": {
55978
- "bytesInOutput": 10999
56014
+ "bytesInOutput": 11036
55979
56015
  },
55980
56016
  "packages/config/src/types.ts": {
55981
56017
  "bytesInOutput": 347
@@ -55990,7 +56026,7 @@
55990
56026
  "bytesInOutput": 479
55991
56027
  },
55992
56028
  "packages/config-tools/src/utilities/get-log-level.ts": {
55993
- "bytesInOutput": 1469
56029
+ "bytesInOutput": 1659
55994
56030
  },
55995
56031
  "packages/config-tools/src/utilities/logger.ts": {
55996
56032
  "bytesInOutput": 6549
@@ -56023,7 +56059,7 @@
56023
56059
  "bytesInOutput": 118
56024
56060
  },
56025
56061
  "packages/config-tools/src/index.ts": {
56026
- "bytesInOutput": 1915
56062
+ "bytesInOutput": 1945
56027
56063
  },
56028
56064
  "packages/workspace-tools/src/executors/cargo-clippy/executor.ts": {
56029
56065
  "bytesInOutput": 642
@@ -56038,7 +56074,7 @@
56038
56074
  "bytesInOutput": 3101
56039
56075
  }
56040
56076
  },
56041
- "bytes": 4201051
56077
+ "bytes": 4201308
56042
56078
  },
56043
56079
  "dist/packages/workspace-tools/src/executors/cargo-doc/executor.js": {
56044
56080
  "imports": [
@@ -57472,7 +57508,7 @@
57472
57508
  "bytesInOutput": 133224
57473
57509
  },
57474
57510
  "packages/config/src/schema.ts": {
57475
- "bytesInOutput": 10999
57511
+ "bytesInOutput": 11036
57476
57512
  },
57477
57513
  "packages/config/src/types.ts": {
57478
57514
  "bytesInOutput": 347
@@ -57487,7 +57523,7 @@
57487
57523
  "bytesInOutput": 479
57488
57524
  },
57489
57525
  "packages/config-tools/src/utilities/get-log-level.ts": {
57490
- "bytesInOutput": 1469
57526
+ "bytesInOutput": 1659
57491
57527
  },
57492
57528
  "packages/config-tools/src/utilities/logger.ts": {
57493
57529
  "bytesInOutput": 6549
@@ -57520,7 +57556,7 @@
57520
57556
  "bytesInOutput": 118
57521
57557
  },
57522
57558
  "packages/config-tools/src/index.ts": {
57523
- "bytesInOutput": 1915
57559
+ "bytesInOutput": 1945
57524
57560
  },
57525
57561
  "packages/workspace-tools/src/executors/cargo-doc/executor.ts": {
57526
57562
  "bytesInOutput": 969
@@ -57538,7 +57574,7 @@
57538
57574
  "bytesInOutput": 3101
57539
57575
  }
57540
57576
  },
57541
- "bytes": 4202389
57577
+ "bytes": 4202646
57542
57578
  },
57543
57579
  "dist/packages/workspace-tools/src/executors/cargo-format/executor.js": {
57544
57580
  "imports": [
@@ -58972,7 +59008,7 @@
58972
59008
  "bytesInOutput": 133224
58973
59009
  },
58974
59010
  "packages/config/src/schema.ts": {
58975
- "bytesInOutput": 10999
59011
+ "bytesInOutput": 11036
58976
59012
  },
58977
59013
  "packages/config/src/types.ts": {
58978
59014
  "bytesInOutput": 347
@@ -58987,7 +59023,7 @@
58987
59023
  "bytesInOutput": 479
58988
59024
  },
58989
59025
  "packages/config-tools/src/utilities/get-log-level.ts": {
58990
- "bytesInOutput": 1469
59026
+ "bytesInOutput": 1659
58991
59027
  },
58992
59028
  "packages/config-tools/src/utilities/logger.ts": {
58993
59029
  "bytesInOutput": 6549
@@ -59020,7 +59056,7 @@
59020
59056
  "bytesInOutput": 118
59021
59057
  },
59022
59058
  "packages/config-tools/src/index.ts": {
59023
- "bytesInOutput": 1915
59059
+ "bytesInOutput": 1945
59024
59060
  },
59025
59061
  "packages/workspace-tools/src/executors/cargo-format/executor.ts": {
59026
59062
  "bytesInOutput": 668
@@ -59035,7 +59071,7 @@
59035
59071
  "bytesInOutput": 3101
59036
59072
  }
59037
59073
  },
59038
- "bytes": 4201077
59074
+ "bytes": 4201334
59039
59075
  },
59040
59076
  "dist/packages/workspace-tools/src/generators/init/init.js": {
59041
59077
  "imports": [
@@ -60506,7 +60542,7 @@
60506
60542
  "bytesInOutput": 133224
60507
60543
  },
60508
60544
  "packages/config/src/schema.ts": {
60509
- "bytesInOutput": 10999
60545
+ "bytesInOutput": 11036
60510
60546
  },
60511
60547
  "packages/config/src/types.ts": {
60512
60548
  "bytesInOutput": 347
@@ -60521,7 +60557,7 @@
60521
60557
  "bytesInOutput": 479
60522
60558
  },
60523
60559
  "packages/config-tools/src/utilities/get-log-level.ts": {
60524
- "bytesInOutput": 1469
60560
+ "bytesInOutput": 1659
60525
60561
  },
60526
60562
  "packages/config-tools/src/utilities/logger.ts": {
60527
60563
  "bytesInOutput": 6549
@@ -60554,7 +60590,7 @@
60554
60590
  "bytesInOutput": 118
60555
60591
  },
60556
60592
  "packages/config-tools/src/index.ts": {
60557
- "bytesInOutput": 1915
60593
+ "bytesInOutput": 1945
60558
60594
  },
60559
60595
  "packages/workspace-tools/src/generators/node-library/generator.ts": {
60560
60596
  "bytesInOutput": 1587
@@ -60566,13 +60602,13 @@
60566
60602
  "bytesInOutput": 9405
60567
60603
  },
60568
60604
  "packages/workspace-tools/src/utils/project-tags.ts": {
60569
- "bytesInOutput": 1279
60605
+ "bytesInOutput": 1317
60570
60606
  },
60571
60607
  "packages/workspace-tools/src/utils/versions.ts": {
60572
60608
  "bytesInOutput": 60
60573
60609
  }
60574
60610
  },
60575
- "bytes": 4206729
60611
+ "bytes": 4207024
60576
60612
  },
60577
60613
  "dist/packages/workspace-tools/src/generators/neutral-library/generator.js": {
60578
60614
  "imports": [
@@ -62026,7 +62062,7 @@
62026
62062
  "bytesInOutput": 133224
62027
62063
  },
62028
62064
  "packages/config/src/schema.ts": {
62029
- "bytesInOutput": 10999
62065
+ "bytesInOutput": 11036
62030
62066
  },
62031
62067
  "packages/config/src/types.ts": {
62032
62068
  "bytesInOutput": 347
@@ -62041,7 +62077,7 @@
62041
62077
  "bytesInOutput": 479
62042
62078
  },
62043
62079
  "packages/config-tools/src/utilities/get-log-level.ts": {
62044
- "bytesInOutput": 1469
62080
+ "bytesInOutput": 1659
62045
62081
  },
62046
62082
  "packages/config-tools/src/utilities/logger.ts": {
62047
62083
  "bytesInOutput": 6549
@@ -62074,7 +62110,7 @@
62074
62110
  "bytesInOutput": 118
62075
62111
  },
62076
62112
  "packages/config-tools/src/index.ts": {
62077
- "bytesInOutput": 1915
62113
+ "bytesInOutput": 1945
62078
62114
  },
62079
62115
  "packages/workspace-tools/src/generators/neutral-library/generator.ts": {
62080
62116
  "bytesInOutput": 1560
@@ -62086,13 +62122,13 @@
62086
62122
  "bytesInOutput": 9405
62087
62123
  },
62088
62124
  "packages/workspace-tools/src/utils/project-tags.ts": {
62089
- "bytesInOutput": 1279
62125
+ "bytesInOutput": 1317
62090
62126
  },
62091
62127
  "packages/workspace-tools/src/utils/versions.ts": {
62092
62128
  "bytesInOutput": 27
62093
62129
  }
62094
62130
  },
62095
- "bytes": 4206678
62131
+ "bytes": 4206973
62096
62132
  },
62097
62133
  "dist/packages/workspace-tools/src/generators/browser-library/generator.js": {
62098
62134
  "imports": [
@@ -63546,7 +63582,7 @@
63546
63582
  "bytesInOutput": 133224
63547
63583
  },
63548
63584
  "packages/config/src/schema.ts": {
63549
- "bytesInOutput": 10999
63585
+ "bytesInOutput": 11036
63550
63586
  },
63551
63587
  "packages/config/src/types.ts": {
63552
63588
  "bytesInOutput": 347
@@ -63561,7 +63597,7 @@
63561
63597
  "bytesInOutput": 479
63562
63598
  },
63563
63599
  "packages/config-tools/src/utilities/get-log-level.ts": {
63564
- "bytesInOutput": 1469
63600
+ "bytesInOutput": 1659
63565
63601
  },
63566
63602
  "packages/config-tools/src/utilities/logger.ts": {
63567
63603
  "bytesInOutput": 6549
@@ -63594,7 +63630,7 @@
63594
63630
  "bytesInOutput": 118
63595
63631
  },
63596
63632
  "packages/config-tools/src/index.ts": {
63597
- "bytesInOutput": 1915
63633
+ "bytesInOutput": 1945
63598
63634
  },
63599
63635
  "packages/workspace-tools/src/generators/browser-library/generator.ts": {
63600
63636
  "bytesInOutput": 2105
@@ -63606,13 +63642,13 @@
63606
63642
  "bytesInOutput": 9405
63607
63643
  },
63608
63644
  "packages/workspace-tools/src/utils/project-tags.ts": {
63609
- "bytesInOutput": 1279
63645
+ "bytesInOutput": 1317
63610
63646
  },
63611
63647
  "packages/workspace-tools/src/utils/versions.ts": {
63612
63648
  "bytesInOutput": 27
63613
63649
  }
63614
63650
  },
63615
- "bytes": 4207223
63651
+ "bytes": 4207518
63616
63652
  },
63617
63653
  "dist/packages/workspace-tools/src/generators/release-version/generator.js": {
63618
63654
  "imports": [
@@ -65231,7 +65267,7 @@
65231
65267
  "bytesInOutput": 133268
65232
65268
  },
65233
65269
  "packages/config/src/schema.ts": {
65234
- "bytesInOutput": 10999
65270
+ "bytesInOutput": 11036
65235
65271
  },
65236
65272
  "packages/config/src/types.ts": {
65237
65273
  "bytesInOutput": 347
@@ -65246,7 +65282,7 @@
65246
65282
  "bytesInOutput": 479
65247
65283
  },
65248
65284
  "packages/config-tools/src/utilities/get-log-level.ts": {
65249
- "bytesInOutput": 1469
65285
+ "bytesInOutput": 1659
65250
65286
  },
65251
65287
  "packages/config-tools/src/utilities/logger.ts": {
65252
65288
  "bytesInOutput": 6549
@@ -65279,7 +65315,7 @@
65279
65315
  "bytesInOutput": 118
65280
65316
  },
65281
65317
  "packages/config-tools/src/index.ts": {
65282
- "bytesInOutput": 1915
65318
+ "bytesInOutput": 1945
65283
65319
  },
65284
65320
  "packages/workspace-tools/src/generators/release-version/generator.ts": {
65285
65321
  "bytesInOutput": 30390
@@ -65291,7 +65327,7 @@
65291
65327
  "bytesInOutput": 1027
65292
65328
  }
65293
65329
  },
65294
- "bytes": 4394310
65330
+ "bytes": 4394567
65295
65331
  },
65296
65332
  "dist/packages/workspace-tools/src/generators/preset/generator.js": {
65297
65333
  "imports": [
@@ -66725,7 +66761,7 @@
66725
66761
  "bytesInOutput": 133224
66726
66762
  },
66727
66763
  "packages/config/src/schema.ts": {
66728
- "bytesInOutput": 10999
66764
+ "bytesInOutput": 11036
66729
66765
  },
66730
66766
  "packages/config/src/types.ts": {
66731
66767
  "bytesInOutput": 347
@@ -66740,7 +66776,7 @@
66740
66776
  "bytesInOutput": 479
66741
66777
  },
66742
66778
  "packages/config-tools/src/utilities/get-log-level.ts": {
66743
- "bytesInOutput": 1469
66779
+ "bytesInOutput": 1659
66744
66780
  },
66745
66781
  "packages/config-tools/src/utilities/logger.ts": {
66746
66782
  "bytesInOutput": 6549
@@ -66773,7 +66809,7 @@
66773
66809
  "bytesInOutput": 118
66774
66810
  },
66775
66811
  "packages/config-tools/src/index.ts": {
66776
- "bytesInOutput": 1915
66812
+ "bytesInOutput": 1945
66777
66813
  },
66778
66814
  "packages/workspace-tools/src/generators/preset/generator.ts": {
66779
66815
  "bytesInOutput": 8356
@@ -66785,7 +66821,7 @@
66785
66821
  "bytesInOutput": 57
66786
66822
  }
66787
66823
  },
66788
- "bytes": 4202528
66824
+ "bytes": 4202785
66789
66825
  },
66790
66826
  "dist/packages/workspace-tools/src/generators/config-schema/generator.js": {
66791
66827
  "imports": [
@@ -67818,7 +67854,7 @@
67818
67854
  "bytesInOutput": 133222
67819
67855
  },
67820
67856
  "packages/config/src/schema.ts": {
67821
- "bytesInOutput": 10937
67857
+ "bytesInOutput": 10974
67822
67858
  },
67823
67859
  "packages/config/src/types.ts": {
67824
67860
  "bytesInOutput": 347
@@ -68229,7 +68265,7 @@
68229
68265
  "bytesInOutput": 479
68230
68266
  },
68231
68267
  "packages/config-tools/src/utilities/get-log-level.ts": {
68232
- "bytesInOutput": 1469
68268
+ "bytesInOutput": 1659
68233
68269
  },
68234
68270
  "packages/config-tools/src/utilities/logger.ts": {
68235
68271
  "bytesInOutput": 6549
@@ -68262,7 +68298,7 @@
68262
68298
  "bytesInOutput": 118
68263
68299
  },
68264
68300
  "packages/config-tools/src/index.ts": {
68265
- "bytesInOutput": 1915
68301
+ "bytesInOutput": 1945
68266
68302
  },
68267
68303
  "packages/workspace-tools/src/generators/config-schema/generator.ts": {
68268
68304
  "bytesInOutput": 1541
@@ -68379,7 +68415,7 @@
68379
68415
  "bytesInOutput": 3245
68380
68416
  }
68381
68417
  },
68382
- "bytes": 4234238
68418
+ "bytes": 4234495
68383
68419
  },
68384
68420
  "dist/packages/workspace-tools/src/plugins/rust/index.js": {
68385
68421
  "imports": [
@@ -68426,16 +68462,16 @@
68426
68462
  "bytesInOutput": 354
68427
68463
  },
68428
68464
  "packages/workspace-tools/src/plugins/rust/cargo-toml.ts": {
68429
- "bytesInOutput": 10791
68465
+ "bytesInOutput": 10786
68430
68466
  },
68431
68467
  "packages/workspace-tools/src/utils/cargo.ts": {
68432
68468
  "bytesInOutput": 1351
68433
68469
  },
68434
68470
  "packages/workspace-tools/src/utils/project-tags.ts": {
68435
- "bytesInOutput": 2272
68471
+ "bytesInOutput": 2559
68436
68472
  }
68437
68473
  },
68438
- "bytes": 16041
68474
+ "bytes": 16323
68439
68475
  },
68440
68476
  "dist/packages/workspace-tools/src/plugins/typescript/index.js": {
68441
68477
  "imports": [
@@ -68472,13 +68508,53 @@
68472
68508
  "bytesInOutput": 168
68473
68509
  },
68474
68510
  "packages/workspace-tools/src/plugins/typescript/project-config.ts": {
68475
- "bytesInOutput": 7257
68511
+ "bytesInOutput": 7248
68476
68512
  },
68477
68513
  "packages/workspace-tools/src/utils/project-tags.ts": {
68478
- "bytesInOutput": 2741
68514
+ "bytesInOutput": 3028
68479
68515
  }
68480
68516
  },
68481
- "bytes": 11323
68517
+ "bytes": 11601
68518
+ },
68519
+ "dist/packages/workspace-tools/src/plugins/typescript/tsup.js": {
68520
+ "imports": [
68521
+ {
68522
+ "path": "@nx/devkit",
68523
+ "kind": "require-call",
68524
+ "external": true
68525
+ },
68526
+ {
68527
+ "path": "node:fs",
68528
+ "kind": "require-call",
68529
+ "external": true
68530
+ },
68531
+ {
68532
+ "path": "node:path",
68533
+ "kind": "require-call",
68534
+ "external": true
68535
+ },
68536
+ {
68537
+ "path": "nx/src/config/nx-json.js",
68538
+ "kind": "require-call",
68539
+ "external": true
68540
+ },
68541
+ {
68542
+ "path": "nx/src/utils/package-json",
68543
+ "kind": "require-call",
68544
+ "external": true
68545
+ }
68546
+ ],
68547
+ "exports": [],
68548
+ "entryPoint": "packages/workspace-tools/src/plugins/typescript/tsup.ts",
68549
+ "inputs": {
68550
+ "packages/workspace-tools/src/plugins/typescript/tsup.ts": {
68551
+ "bytesInOutput": 3884
68552
+ },
68553
+ "packages/workspace-tools/src/utils/project-tags.ts": {
68554
+ "bytesInOutput": 2559
68555
+ }
68556
+ },
68557
+ "bytes": 7519
68482
68558
  },
68483
68559
  "dist/packages/workspace-tools/src/utils/index.js": {
68484
68560
  "imports": [
@@ -70507,7 +70583,7 @@
70507
70583
  "bytesInOutput": 133268
70508
70584
  },
70509
70585
  "packages/config/src/schema.ts": {
70510
- "bytesInOutput": 10999
70586
+ "bytesInOutput": 11036
70511
70587
  },
70512
70588
  "packages/config/src/types.ts": {
70513
70589
  "bytesInOutput": 347
@@ -70522,7 +70598,7 @@
70522
70598
  "bytesInOutput": 479
70523
70599
  },
70524
70600
  "packages/config-tools/src/utilities/get-log-level.ts": {
70525
- "bytesInOutput": 1469
70601
+ "bytesInOutput": 1659
70526
70602
  },
70527
70603
  "packages/config-tools/src/utilities/logger.ts": {
70528
70604
  "bytesInOutput": 6549
@@ -70555,7 +70631,7 @@
70555
70631
  "bytesInOutput": 118
70556
70632
  },
70557
70633
  "packages/config-tools/src/index.ts": {
70558
- "bytesInOutput": 1915
70634
+ "bytesInOutput": 1945
70559
70635
  },
70560
70636
  "node_modules/.pnpm/typia@6.0.6_typescript@5.7.2/node_modules/typia/lib/utils/Singleton.js": {
70561
70637
  "bytesInOutput": 1889
@@ -71416,7 +71492,7 @@
71416
71492
  "bytesInOutput": 1451
71417
71493
  },
71418
71494
  "packages/workspace-tools/src/utils/index.ts": {
71419
- "bytesInOutput": 2590
71495
+ "bytesInOutput": 2640
71420
71496
  },
71421
71497
  "packages/workspace-tools/src/utils/apply-workspace-tokens.ts": {
71422
71498
  "bytesInOutput": 1689
@@ -71437,7 +71513,7 @@
71437
71513
  "bytesInOutput": 1026
71438
71514
  },
71439
71515
  "packages/workspace-tools/src/utils/project-tags.ts": {
71440
- "bytesInOutput": 2747
71516
+ "bytesInOutput": 3034
71441
71517
  },
71442
71518
  "node_modules/.pnpm/@ltd+j-toml@1.38.0/node_modules/@ltd/j-toml/index.mjs": {
71443
71519
  "bytesInOutput": 105840
@@ -71452,7 +71528,7 @@
71452
71528
  "bytesInOutput": 582
71453
71529
  }
71454
71530
  },
71455
- "bytes": 5494224
71531
+ "bytes": 5494841
71456
71532
  },
71457
71533
  "dist/packages/workspace-tools/src/utils/project-tags.js": {
71458
71534
  "imports": [],
@@ -71460,10 +71536,10 @@
71460
71536
  "entryPoint": "packages/workspace-tools/src/utils/project-tags.ts",
71461
71537
  "inputs": {
71462
71538
  "packages/workspace-tools/src/utils/project-tags.ts": {
71463
- "bytesInOutput": 3169
71539
+ "bytesInOutput": 3506
71464
71540
  }
71465
71541
  },
71466
- "bytes": 4239
71542
+ "bytes": 4599
71467
71543
  },
71468
71544
  "dist/packages/workspace-tools/src/utils/toml.js": {
71469
71545
  "imports": [
@@ -72991,7 +73067,7 @@
72991
73067
  "bytesInOutput": 133224
72992
73068
  },
72993
73069
  "packages/config/src/schema.ts": {
72994
- "bytesInOutput": 10999
73070
+ "bytesInOutput": 11036
72995
73071
  },
72996
73072
  "packages/config/src/types.ts": {
72997
73073
  "bytesInOutput": 347
@@ -73006,7 +73082,7 @@
73006
73082
  "bytesInOutput": 479
73007
73083
  },
73008
73084
  "packages/config-tools/src/utilities/get-log-level.ts": {
73009
- "bytesInOutput": 1469
73085
+ "bytesInOutput": 1659
73010
73086
  },
73011
73087
  "packages/config-tools/src/utilities/logger.ts": {
73012
73088
  "bytesInOutput": 6549
@@ -73039,7 +73115,7 @@
73039
73115
  "bytesInOutput": 118
73040
73116
  },
73041
73117
  "packages/config-tools/src/index.ts": {
73042
- "bytesInOutput": 1915
73118
+ "bytesInOutput": 1945
73043
73119
  },
73044
73120
  "packages/workspace-tools/src/base/index.ts": {
73045
73121
  "bytesInOutput": 394
@@ -73057,13 +73133,13 @@
73057
73133
  "bytesInOutput": 9405
73058
73134
  },
73059
73135
  "packages/workspace-tools/src/utils/project-tags.ts": {
73060
- "bytesInOutput": 1279
73136
+ "bytesInOutput": 1317
73061
73137
  },
73062
73138
  "packages/workspace-tools/src/utils/versions.ts": {
73063
73139
  "bytesInOutput": 27
73064
73140
  }
73065
73141
  },
73066
- "bytes": 4211959
73142
+ "bytes": 4212254
73067
73143
  },
73068
73144
  "dist/packages/workspace-tools/src/base/base-executor.js": {
73069
73145
  "imports": [
@@ -74487,7 +74563,7 @@
74487
74563
  "bytesInOutput": 133224
74488
74564
  },
74489
74565
  "packages/config/src/schema.ts": {
74490
- "bytesInOutput": 10999
74566
+ "bytesInOutput": 11036
74491
74567
  },
74492
74568
  "packages/config/src/types.ts": {
74493
74569
  "bytesInOutput": 347
@@ -74502,7 +74578,7 @@
74502
74578
  "bytesInOutput": 479
74503
74579
  },
74504
74580
  "packages/config-tools/src/utilities/get-log-level.ts": {
74505
- "bytesInOutput": 1469
74581
+ "bytesInOutput": 1659
74506
74582
  },
74507
74583
  "packages/config-tools/src/utilities/logger.ts": {
74508
74584
  "bytesInOutput": 6549
@@ -74535,7 +74611,7 @@
74535
74611
  "bytesInOutput": 118
74536
74612
  },
74537
74613
  "packages/config-tools/src/index.ts": {
74538
- "bytesInOutput": 1915
74614
+ "bytesInOutput": 1945
74539
74615
  },
74540
74616
  "packages/workspace-tools/src/base/base-executor.ts": {
74541
74617
  "bytesInOutput": 4739
@@ -74544,7 +74620,7 @@
74544
74620
  "bytesInOutput": 1689
74545
74621
  }
74546
74622
  },
74547
- "bytes": 4197234
74623
+ "bytes": 4197491
74548
74624
  },
74549
74625
  "dist/packages/workspace-tools/src/base/base-generator.js": {
74550
74626
  "imports": [
@@ -75968,7 +76044,7 @@
75968
76044
  "bytesInOutput": 133224
75969
76045
  },
75970
76046
  "packages/config/src/schema.ts": {
75971
- "bytesInOutput": 10999
76047
+ "bytesInOutput": 11036
75972
76048
  },
75973
76049
  "packages/config/src/types.ts": {
75974
76050
  "bytesInOutput": 347
@@ -75983,7 +76059,7 @@
75983
76059
  "bytesInOutput": 479
75984
76060
  },
75985
76061
  "packages/config-tools/src/utilities/get-log-level.ts": {
75986
- "bytesInOutput": 1469
76062
+ "bytesInOutput": 1659
75987
76063
  },
75988
76064
  "packages/config-tools/src/utilities/logger.ts": {
75989
76065
  "bytesInOutput": 6549
@@ -76016,13 +76092,13 @@
76016
76092
  "bytesInOutput": 118
76017
76093
  },
76018
76094
  "packages/config-tools/src/index.ts": {
76019
- "bytesInOutput": 1915
76095
+ "bytesInOutput": 1945
76020
76096
  },
76021
76097
  "packages/workspace-tools/src/base/base-generator.ts": {
76022
76098
  "bytesInOutput": 3415
76023
76099
  }
76024
76100
  },
76025
- "bytes": 4194103
76101
+ "bytes": 4194360
76026
76102
  },
76027
76103
  "dist/packages/workspace-tools/src/base/typescript-library-generator.js": {
76028
76104
  "imports": [
@@ -76059,13 +76135,13 @@
76059
76135
  "bytesInOutput": 9783
76060
76136
  },
76061
76137
  "packages/workspace-tools/src/utils/project-tags.ts": {
76062
- "bytesInOutput": 1275
76138
+ "bytesInOutput": 1313
76063
76139
  },
76064
76140
  "packages/workspace-tools/src/utils/versions.ts": {
76065
76141
  "bytesInOutput": 27
76066
76142
  }
76067
76143
  },
76068
- "bytes": 12901
76144
+ "bytes": 12939
76069
76145
  }
76070
76146
  }
76071
76147
  }