@book000/create-ts 0.1.93 → 0.1.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -14,7 +14,8 @@ const TEMPLATES_DIR = path.join(__dirname$1, "../templates");
|
|
|
14
14
|
* @param relativePath - テンプレートルートからの相対パス
|
|
15
15
|
*/
|
|
16
16
|
function readTemplate(relativePath) {
|
|
17
|
-
|
|
17
|
+
const filePath = path.join(TEMPLATES_DIR, relativePath);
|
|
18
|
+
return readFileSync(filePath, "utf8");
|
|
18
19
|
}
|
|
19
20
|
/**
|
|
20
21
|
* バリアントの template.json を読み込んでパースする。
|
|
@@ -308,7 +309,7 @@ async function collectOptions(outDir, flags) {
|
|
|
308
309
|
* セットアップ内容のサマリーを note() で表示する。
|
|
309
310
|
*/
|
|
310
311
|
function displaySummary(options) {
|
|
311
|
-
|
|
312
|
+
const lines = [
|
|
312
313
|
`プロジェクト @${options.org.toLowerCase()}/${options.name}`,
|
|
313
314
|
`出力先 ${options.outDir}`,
|
|
314
315
|
`バリアント ${options.variant}`,
|
|
@@ -317,7 +318,8 @@ function displaySummary(options) {
|
|
|
317
318
|
`Dockerfile ${options.docker ? "あり" : "なし"}`,
|
|
318
319
|
`data/無視 ${options.ignoreData ? "あり" : "なし"}`,
|
|
319
320
|
`add-reviewer ${options.addReviewer ? "あり" : "なし"}`
|
|
320
|
-
]
|
|
321
|
+
];
|
|
322
|
+
note(lines.join("\n"), "セットアップ内容");
|
|
321
323
|
}
|
|
322
324
|
/**
|
|
323
325
|
* 既存ファイルの上書き確認を行う。
|
package/package.json
CHANGED
|
@@ -53,8 +53,8 @@ packages:
|
|
|
53
53
|
resolution: {integrity: sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==}
|
|
54
54
|
engines: {node: '>=6.9.0'}
|
|
55
55
|
|
|
56
|
-
'@babel/generator@7.29.
|
|
57
|
-
resolution: {integrity: sha512-
|
|
56
|
+
'@babel/generator@7.29.8':
|
|
57
|
+
resolution: {integrity: sha512-gZbepsdh3WDtgZKWL+vTPh71LSBrm/Y4/QDZBVCcYfmeTEEuoOYwlSy+G1StfJg+/Zy550u/3TATbm7qDbbMtg==}
|
|
58
58
|
engines: {node: '>=6.9.0'}
|
|
59
59
|
|
|
60
60
|
'@babel/helper-compilation-targets@7.29.7':
|
|
@@ -95,8 +95,8 @@ packages:
|
|
|
95
95
|
resolution: {integrity: sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==}
|
|
96
96
|
engines: {node: '>=6.9.0'}
|
|
97
97
|
|
|
98
|
-
'@babel/parser@7.29.
|
|
99
|
-
resolution: {integrity: sha512-
|
|
98
|
+
'@babel/parser@7.29.8':
|
|
99
|
+
resolution: {integrity: sha512-E8lTAYNB1KW+FH+VGJuZM1ioAx2E6oVlvQFRrf5P8ZZmsiJXYAD9vTFV7yyEURNzgh1dFqMZuO6tUwcARbqFCA==}
|
|
100
100
|
engines: {node: '>=6.0.0'}
|
|
101
101
|
hasBin: true
|
|
102
102
|
|
|
@@ -195,12 +195,12 @@ packages:
|
|
|
195
195
|
resolution: {integrity: sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==}
|
|
196
196
|
engines: {node: '>=6.9.0'}
|
|
197
197
|
|
|
198
|
-
'@babel/traverse@7.29.
|
|
199
|
-
resolution: {integrity: sha512-
|
|
198
|
+
'@babel/traverse@7.29.8':
|
|
199
|
+
resolution: {integrity: sha512-I5z7H3bf/41ktsNVLtpN0wAa336HkqIHQ5BuPLEhTkt1jVSyZpeNKIzTgEWmlxjdg81R0IgUCcaE+Ok3NvrfZg==}
|
|
200
200
|
engines: {node: '>=6.9.0'}
|
|
201
201
|
|
|
202
|
-
'@babel/types@7.29.
|
|
203
|
-
resolution: {integrity: sha512-
|
|
202
|
+
'@babel/types@7.29.8':
|
|
203
|
+
resolution: {integrity: sha512-Vj1jF3cPfxg7OAfoI7QnVKLoILlm2JF9pnVHrX8qx7AHMiYWT+NDAA7jChlNgRS4WTLc/fD1lXLmPixluj+3Gg==}
|
|
204
204
|
engines: {node: '>=6.9.0'}
|
|
205
205
|
|
|
206
206
|
'@bcoe/v8-coverage@0.2.3':
|
|
@@ -543,11 +543,12 @@ packages:
|
|
|
543
543
|
'@jridgewell/trace-mapping@0.3.31':
|
|
544
544
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
545
545
|
|
|
546
|
-
'@napi-rs/wasm-runtime@1.
|
|
547
|
-
resolution: {integrity: sha512-
|
|
546
|
+
'@napi-rs/wasm-runtime@1.2.2':
|
|
547
|
+
resolution: {integrity: sha512-JfB4kuJQjaoHuCTseIINHtHWeJnvgEcxjwA5t/Y00ZgaOO1Crz3fjT/p8kT28zA/Caz7oiUMn3d6H2yOVCVwuw==}
|
|
548
|
+
engines: {node: ^20.19.0 || ^22.13.0 || >=23.5.0}
|
|
548
549
|
peerDependencies:
|
|
549
|
-
'@emnapi/core': ^1.7.1
|
|
550
|
-
'@emnapi/runtime': ^1.7.1
|
|
550
|
+
'@emnapi/core': ^1.7.1 || ^2.0.0-alpha.3
|
|
551
|
+
'@emnapi/runtime': ^1.7.1 || ^2.0.0-alpha.3
|
|
551
552
|
|
|
552
553
|
'@pkgjs/parseargs@0.11.0':
|
|
553
554
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
@@ -807,8 +808,8 @@ packages:
|
|
|
807
808
|
peerDependencies:
|
|
808
809
|
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
|
|
809
810
|
|
|
810
|
-
acorn@8.
|
|
811
|
-
resolution: {integrity: sha512-
|
|
811
|
+
acorn@8.18.0:
|
|
812
|
+
resolution: {integrity: sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==}
|
|
812
813
|
engines: {node: '>=0.4.0'}
|
|
813
814
|
hasBin: true
|
|
814
815
|
|
|
@@ -918,19 +919,19 @@ packages:
|
|
|
918
919
|
resolution: {integrity: sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==}
|
|
919
920
|
engines: {node: 18 || 20 || >=22}
|
|
920
921
|
|
|
921
|
-
baseline-browser-mapping@2.11.
|
|
922
|
-
resolution: {integrity: sha512-
|
|
922
|
+
baseline-browser-mapping@2.11.10:
|
|
923
|
+
resolution: {integrity: sha512-35JEvJ5/KKlbCHjMCsONI2w6HE88STjVdHk+C7d8LtcFxUjZR1KeLP9izofn2qs0KUxX5r4z73bwH/rd+JHacw==}
|
|
923
924
|
engines: {node: '>=6.0.0'}
|
|
924
925
|
hasBin: true
|
|
925
926
|
|
|
926
|
-
brace-expansion@1.1.
|
|
927
|
-
resolution: {integrity: sha512-
|
|
927
|
+
brace-expansion@1.1.18:
|
|
928
|
+
resolution: {integrity: sha512-Edep/X9fGqVNmzKBVsDYIOtD+z1tuezV70LBjdCst9Tqu76lsnvRiZ6oTic1n+/BIwX6QDGAO94PN4N2SADvtw==}
|
|
928
929
|
|
|
929
|
-
brace-expansion@2.1.
|
|
930
|
-
resolution: {integrity: sha512-
|
|
930
|
+
brace-expansion@2.1.4:
|
|
931
|
+
resolution: {integrity: sha512-hGfVzPxthbf3+2yjg/RBs60cB0FhqBS/zvdV/4wn4/BmN0bNMMHPc4V/BbFieqf1TKAGGAHnY4eSjajCl0f2Xg==}
|
|
931
932
|
|
|
932
|
-
brace-expansion@5.0.
|
|
933
|
-
resolution: {integrity: sha512-
|
|
933
|
+
brace-expansion@5.0.9:
|
|
934
|
+
resolution: {integrity: sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==}
|
|
934
935
|
engines: {node: 20 || >=22}
|
|
935
936
|
|
|
936
937
|
browserslist@4.28.7:
|
|
@@ -1107,8 +1108,8 @@ packages:
|
|
|
1107
1108
|
eastasianwidth@0.2.0:
|
|
1108
1109
|
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
|
|
1109
1110
|
|
|
1110
|
-
electron-to-chromium@1.5.
|
|
1111
|
-
resolution: {integrity: sha512-
|
|
1111
|
+
electron-to-chromium@1.5.399:
|
|
1112
|
+
resolution: {integrity: sha512-lEcqhErbHjXRvd41rnWLpzbyU/IXfIYo7QwaFWmxGeLiLyY2TBCdHnWY88vB+p3ubnihRypDm66panXl7TylLA==}
|
|
1112
1113
|
|
|
1113
1114
|
emittery@0.13.1:
|
|
1114
1115
|
resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==}
|
|
@@ -1123,8 +1124,8 @@ packages:
|
|
|
1123
1124
|
emoji-regex@9.2.2:
|
|
1124
1125
|
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
|
|
1125
1126
|
|
|
1126
|
-
enhanced-resolve@5.24.
|
|
1127
|
-
resolution: {integrity: sha512-
|
|
1127
|
+
enhanced-resolve@5.24.5:
|
|
1128
|
+
resolution: {integrity: sha512-L1l8TNvomm6UVW5B253AGxQagSQr+vGwhMlrrfRS2qmhx46AMpMVJKQYLvWYbysTMY8VoicOvzHzoHMbyzB+4A==}
|
|
1128
1129
|
engines: {node: '>=10.13.0'}
|
|
1129
1130
|
|
|
1130
1131
|
entities@4.5.0:
|
|
@@ -1345,8 +1346,8 @@ packages:
|
|
|
1345
1346
|
resolution: {integrity: sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==}
|
|
1346
1347
|
engines: {node: '>=16'}
|
|
1347
1348
|
|
|
1348
|
-
flatted@3.4.
|
|
1349
|
-
resolution: {integrity: sha512
|
|
1349
|
+
flatted@3.4.4:
|
|
1350
|
+
resolution: {integrity: sha512-5+ybhBZANEJxaH3X5evAFatUxLfEHSr7n6kYJ+1Qd0mUqr4eu9gIf6GDbWHf8RJijHrjjO8G+la14SlL2SeS1Q==}
|
|
1350
1351
|
|
|
1351
1352
|
for-each@0.3.5:
|
|
1352
1353
|
resolution: {integrity: sha512-dKx12eRCVIzqCxFGplyFKJMPvLEWgmNtUrpTiJIR5u97zEhRG8ySrtboPHZXx7daLxQVrl643cTzbab2tkQjxg==}
|
|
@@ -1822,8 +1823,8 @@ packages:
|
|
|
1822
1823
|
js-tokens@4.0.0:
|
|
1823
1824
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
1824
1825
|
|
|
1825
|
-
js-yaml@3.15.
|
|
1826
|
-
resolution: {integrity: sha512-
|
|
1826
|
+
js-yaml@3.15.1:
|
|
1827
|
+
resolution: {integrity: sha512-S99WuO3HlhO3XN41EtYUNl9zzXjoJx7QvmipxsJVxtCBT0YHEFy+iOJhjSvrmV12nYhWpZaM8lPHkJm0yUMbag==}
|
|
1827
1828
|
hasBin: true
|
|
1828
1829
|
|
|
1829
1830
|
jsesc@3.1.0:
|
|
@@ -1923,8 +1924,8 @@ packages:
|
|
|
1923
1924
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
1924
1925
|
engines: {node: '>=6'}
|
|
1925
1926
|
|
|
1926
|
-
minimatch@10.2.
|
|
1927
|
-
resolution: {integrity: sha512-
|
|
1927
|
+
minimatch@10.2.6:
|
|
1928
|
+
resolution: {integrity: sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==}
|
|
1928
1929
|
engines: {node: 18 || 20 || >=22}
|
|
1929
1930
|
|
|
1930
1931
|
minimatch@3.1.5:
|
|
@@ -2601,8 +2602,8 @@ packages:
|
|
|
2601
2602
|
resolution: {integrity: sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==}
|
|
2602
2603
|
engines: {node: '>=12.20'}
|
|
2603
2604
|
|
|
2604
|
-
yoctocolors@2.
|
|
2605
|
-
resolution: {integrity: sha512-
|
|
2605
|
+
yoctocolors@2.2.0:
|
|
2606
|
+
resolution: {integrity: sha512-xYqdZFUK/VYazNl/oCDYN+3WloWQwMfZxBoiNt6qNyk+xfOdi598muWE42rNZFp1kNOiqW936q5RhUdnpqElSg==}
|
|
2606
2607
|
engines: {node: '>=18'}
|
|
2607
2608
|
|
|
2608
2609
|
snapshots:
|
|
@@ -2618,14 +2619,14 @@ snapshots:
|
|
|
2618
2619
|
'@babel/core@7.29.7(supports-color@8.1.1)':
|
|
2619
2620
|
dependencies:
|
|
2620
2621
|
'@babel/code-frame': 7.29.7
|
|
2621
|
-
'@babel/generator': 7.29.
|
|
2622
|
+
'@babel/generator': 7.29.8
|
|
2622
2623
|
'@babel/helper-compilation-targets': 7.29.7
|
|
2623
2624
|
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)
|
|
2624
2625
|
'@babel/helpers': 7.29.7
|
|
2625
|
-
'@babel/parser': 7.29.
|
|
2626
|
+
'@babel/parser': 7.29.8
|
|
2626
2627
|
'@babel/template': 7.29.7
|
|
2627
|
-
'@babel/traverse': 7.29.
|
|
2628
|
-
'@babel/types': 7.29.
|
|
2628
|
+
'@babel/traverse': 7.29.8(supports-color@8.1.1)
|
|
2629
|
+
'@babel/types': 7.29.8
|
|
2629
2630
|
'@jridgewell/remapping': 2.3.5
|
|
2630
2631
|
convert-source-map: 2.0.0
|
|
2631
2632
|
debug: 4.4.3(supports-color@8.1.1)
|
|
@@ -2635,10 +2636,10 @@ snapshots:
|
|
|
2635
2636
|
transitivePeerDependencies:
|
|
2636
2637
|
- supports-color
|
|
2637
2638
|
|
|
2638
|
-
'@babel/generator@7.29.
|
|
2639
|
+
'@babel/generator@7.29.8':
|
|
2639
2640
|
dependencies:
|
|
2640
|
-
'@babel/parser': 7.29.
|
|
2641
|
-
'@babel/types': 7.29.
|
|
2641
|
+
'@babel/parser': 7.29.8
|
|
2642
|
+
'@babel/types': 7.29.8
|
|
2642
2643
|
'@jridgewell/gen-mapping': 0.3.13
|
|
2643
2644
|
'@jridgewell/trace-mapping': 0.3.31
|
|
2644
2645
|
jsesc: 3.1.0
|
|
@@ -2655,8 +2656,8 @@ snapshots:
|
|
|
2655
2656
|
|
|
2656
2657
|
'@babel/helper-module-imports@7.29.7(supports-color@8.1.1)':
|
|
2657
2658
|
dependencies:
|
|
2658
|
-
'@babel/traverse': 7.29.
|
|
2659
|
-
'@babel/types': 7.29.
|
|
2659
|
+
'@babel/traverse': 7.29.8(supports-color@8.1.1)
|
|
2660
|
+
'@babel/types': 7.29.8
|
|
2660
2661
|
transitivePeerDependencies:
|
|
2661
2662
|
- supports-color
|
|
2662
2663
|
|
|
@@ -2665,7 +2666,7 @@ snapshots:
|
|
|
2665
2666
|
'@babel/core': 7.29.7(supports-color@8.1.1)
|
|
2666
2667
|
'@babel/helper-module-imports': 7.29.7(supports-color@8.1.1)
|
|
2667
2668
|
'@babel/helper-validator-identifier': 7.29.7
|
|
2668
|
-
'@babel/traverse': 7.29.
|
|
2669
|
+
'@babel/traverse': 7.29.8(supports-color@8.1.1)
|
|
2669
2670
|
transitivePeerDependencies:
|
|
2670
2671
|
- supports-color
|
|
2671
2672
|
|
|
@@ -2680,11 +2681,11 @@ snapshots:
|
|
|
2680
2681
|
'@babel/helpers@7.29.7':
|
|
2681
2682
|
dependencies:
|
|
2682
2683
|
'@babel/template': 7.29.7
|
|
2683
|
-
'@babel/types': 7.29.
|
|
2684
|
+
'@babel/types': 7.29.8
|
|
2684
2685
|
|
|
2685
|
-
'@babel/parser@7.29.
|
|
2686
|
+
'@babel/parser@7.29.8':
|
|
2686
2687
|
dependencies:
|
|
2687
|
-
'@babel/types': 7.29.
|
|
2688
|
+
'@babel/types': 7.29.8
|
|
2688
2689
|
|
|
2689
2690
|
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7(supports-color@8.1.1))':
|
|
2690
2691
|
dependencies:
|
|
@@ -2774,22 +2775,22 @@ snapshots:
|
|
|
2774
2775
|
'@babel/template@7.29.7':
|
|
2775
2776
|
dependencies:
|
|
2776
2777
|
'@babel/code-frame': 7.29.7
|
|
2777
|
-
'@babel/parser': 7.29.
|
|
2778
|
-
'@babel/types': 7.29.
|
|
2778
|
+
'@babel/parser': 7.29.8
|
|
2779
|
+
'@babel/types': 7.29.8
|
|
2779
2780
|
|
|
2780
|
-
'@babel/traverse@7.29.
|
|
2781
|
+
'@babel/traverse@7.29.8(supports-color@8.1.1)':
|
|
2781
2782
|
dependencies:
|
|
2782
2783
|
'@babel/code-frame': 7.29.7
|
|
2783
|
-
'@babel/generator': 7.29.
|
|
2784
|
+
'@babel/generator': 7.29.8
|
|
2784
2785
|
'@babel/helper-globals': 7.29.7
|
|
2785
|
-
'@babel/parser': 7.29.
|
|
2786
|
+
'@babel/parser': 7.29.8
|
|
2786
2787
|
'@babel/template': 7.29.7
|
|
2787
|
-
'@babel/types': 7.29.
|
|
2788
|
+
'@babel/types': 7.29.8
|
|
2788
2789
|
debug: 4.4.3(supports-color@8.1.1)
|
|
2789
2790
|
transitivePeerDependencies:
|
|
2790
2791
|
- supports-color
|
|
2791
2792
|
|
|
2792
|
-
'@babel/types@7.29.
|
|
2793
|
+
'@babel/types@7.29.8':
|
|
2793
2794
|
dependencies:
|
|
2794
2795
|
'@babel/helper-string-parser': 7.29.7
|
|
2795
2796
|
'@babel/helper-validator-identifier': 7.29.7
|
|
@@ -2914,7 +2915,7 @@ snapshots:
|
|
|
2914
2915
|
dependencies:
|
|
2915
2916
|
'@eslint/object-schema': 3.0.5
|
|
2916
2917
|
debug: 4.4.3(supports-color@8.1.1)
|
|
2917
|
-
minimatch: 10.2.
|
|
2918
|
+
minimatch: 10.2.6
|
|
2918
2919
|
transitivePeerDependencies:
|
|
2919
2920
|
- supports-color
|
|
2920
2921
|
|
|
@@ -2970,7 +2971,7 @@ snapshots:
|
|
|
2970
2971
|
camelcase: 5.3.1
|
|
2971
2972
|
find-up: 4.1.0
|
|
2972
2973
|
get-package-type: 0.1.0
|
|
2973
|
-
js-yaml: 3.15.
|
|
2974
|
+
js-yaml: 3.15.1
|
|
2974
2975
|
resolve-from: 5.0.0
|
|
2975
2976
|
|
|
2976
2977
|
'@istanbuljs/schema@0.1.6': {}
|
|
@@ -3172,7 +3173,7 @@ snapshots:
|
|
|
3172
3173
|
'@jridgewell/resolve-uri': 3.1.2
|
|
3173
3174
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
3174
3175
|
|
|
3175
|
-
'@napi-rs/wasm-runtime@1.
|
|
3176
|
+
'@napi-rs/wasm-runtime@1.2.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)':
|
|
3176
3177
|
dependencies:
|
|
3177
3178
|
'@emnapi/core': 1.10.0
|
|
3178
3179
|
'@emnapi/runtime': 1.10.0
|
|
@@ -3213,24 +3214,24 @@ snapshots:
|
|
|
3213
3214
|
|
|
3214
3215
|
'@types/babel__core@7.20.5':
|
|
3215
3216
|
dependencies:
|
|
3216
|
-
'@babel/parser': 7.29.
|
|
3217
|
-
'@babel/types': 7.29.
|
|
3217
|
+
'@babel/parser': 7.29.8
|
|
3218
|
+
'@babel/types': 7.29.8
|
|
3218
3219
|
'@types/babel__generator': 7.27.0
|
|
3219
3220
|
'@types/babel__template': 7.4.4
|
|
3220
3221
|
'@types/babel__traverse': 7.28.0
|
|
3221
3222
|
|
|
3222
3223
|
'@types/babel__generator@7.27.0':
|
|
3223
3224
|
dependencies:
|
|
3224
|
-
'@babel/types': 7.29.
|
|
3225
|
+
'@babel/types': 7.29.8
|
|
3225
3226
|
|
|
3226
3227
|
'@types/babel__template@7.4.4':
|
|
3227
3228
|
dependencies:
|
|
3228
|
-
'@babel/parser': 7.29.
|
|
3229
|
-
'@babel/types': 7.29.
|
|
3229
|
+
'@babel/parser': 7.29.8
|
|
3230
|
+
'@babel/types': 7.29.8
|
|
3230
3231
|
|
|
3231
3232
|
'@types/babel__traverse@7.28.0':
|
|
3232
3233
|
dependencies:
|
|
3233
|
-
'@babel/types': 7.29.
|
|
3234
|
+
'@babel/types': 7.29.8
|
|
3234
3235
|
|
|
3235
3236
|
'@types/esrecurse@4.3.1': {}
|
|
3236
3237
|
|
|
@@ -3332,7 +3333,7 @@ snapshots:
|
|
|
3332
3333
|
'@typescript-eslint/types': 8.65.0
|
|
3333
3334
|
'@typescript-eslint/visitor-keys': 8.65.0
|
|
3334
3335
|
debug: 4.4.3(supports-color@8.1.1)
|
|
3335
|
-
minimatch: 10.2.
|
|
3336
|
+
minimatch: 10.2.6
|
|
3336
3337
|
semver: 7.8.5
|
|
3337
3338
|
tinyglobby: 0.2.17
|
|
3338
3339
|
ts-api-utils: 2.5.0(typescript@6.0.3)
|
|
@@ -3416,7 +3417,7 @@ snapshots:
|
|
|
3416
3417
|
dependencies:
|
|
3417
3418
|
'@emnapi/core': 1.10.0
|
|
3418
3419
|
'@emnapi/runtime': 1.10.0
|
|
3419
|
-
'@napi-rs/wasm-runtime': 1.
|
|
3420
|
+
'@napi-rs/wasm-runtime': 1.2.2(@emnapi/core@1.10.0)(@emnapi/runtime@1.10.0)
|
|
3420
3421
|
optional: true
|
|
3421
3422
|
|
|
3422
3423
|
'@unrs/resolver-binding-win32-arm64-msvc@1.12.2':
|
|
@@ -3428,11 +3429,11 @@ snapshots:
|
|
|
3428
3429
|
'@unrs/resolver-binding-win32-x64-msvc@1.12.2':
|
|
3429
3430
|
optional: true
|
|
3430
3431
|
|
|
3431
|
-
acorn-jsx@5.3.2(acorn@8.
|
|
3432
|
+
acorn-jsx@5.3.2(acorn@8.18.0):
|
|
3432
3433
|
dependencies:
|
|
3433
|
-
acorn: 8.
|
|
3434
|
+
acorn: 8.18.0
|
|
3434
3435
|
|
|
3435
|
-
acorn@8.
|
|
3436
|
+
acorn@8.18.0: {}
|
|
3436
3437
|
|
|
3437
3438
|
ajv@6.15.0:
|
|
3438
3439
|
dependencies:
|
|
@@ -3589,26 +3590,26 @@ snapshots:
|
|
|
3589
3590
|
|
|
3590
3591
|
balanced-match@4.0.4: {}
|
|
3591
3592
|
|
|
3592
|
-
baseline-browser-mapping@2.11.
|
|
3593
|
+
baseline-browser-mapping@2.11.10: {}
|
|
3593
3594
|
|
|
3594
|
-
brace-expansion@1.1.
|
|
3595
|
+
brace-expansion@1.1.18:
|
|
3595
3596
|
dependencies:
|
|
3596
3597
|
balanced-match: 1.0.2
|
|
3597
3598
|
concat-map: 0.0.1
|
|
3598
3599
|
|
|
3599
|
-
brace-expansion@2.1.
|
|
3600
|
+
brace-expansion@2.1.4:
|
|
3600
3601
|
dependencies:
|
|
3601
3602
|
balanced-match: 1.0.2
|
|
3602
3603
|
|
|
3603
|
-
brace-expansion@5.0.
|
|
3604
|
+
brace-expansion@5.0.9:
|
|
3604
3605
|
dependencies:
|
|
3605
3606
|
balanced-match: 4.0.4
|
|
3606
3607
|
|
|
3607
3608
|
browserslist@4.28.7:
|
|
3608
3609
|
dependencies:
|
|
3609
|
-
baseline-browser-mapping: 2.11.
|
|
3610
|
+
baseline-browser-mapping: 2.11.10
|
|
3610
3611
|
caniuse-lite: 1.0.30001806
|
|
3611
|
-
electron-to-chromium: 1.5.
|
|
3612
|
+
electron-to-chromium: 1.5.399
|
|
3612
3613
|
node-releases: 2.0.51
|
|
3613
3614
|
update-browserslist-db: 1.2.3(browserslist@4.28.7)
|
|
3614
3615
|
|
|
@@ -3761,7 +3762,7 @@ snapshots:
|
|
|
3761
3762
|
|
|
3762
3763
|
eastasianwidth@0.2.0: {}
|
|
3763
3764
|
|
|
3764
|
-
electron-to-chromium@1.5.
|
|
3765
|
+
electron-to-chromium@1.5.399: {}
|
|
3765
3766
|
|
|
3766
3767
|
emittery@0.13.1: {}
|
|
3767
3768
|
|
|
@@ -3771,7 +3772,7 @@ snapshots:
|
|
|
3771
3772
|
|
|
3772
3773
|
emoji-regex@9.2.2: {}
|
|
3773
3774
|
|
|
3774
|
-
enhanced-resolve@5.24.
|
|
3775
|
+
enhanced-resolve@5.24.5:
|
|
3775
3776
|
dependencies:
|
|
3776
3777
|
graceful-fs: 4.2.11
|
|
3777
3778
|
tapable: 2.3.3
|
|
@@ -3949,7 +3950,7 @@ snapshots:
|
|
|
3949
3950
|
eslint-plugin-n@17.24.0(eslint@10.8.0(supports-color@8.1.1))(typescript@6.0.3):
|
|
3950
3951
|
dependencies:
|
|
3951
3952
|
'@eslint-community/eslint-utils': 4.10.1(eslint@10.8.0(supports-color@8.1.1))
|
|
3952
|
-
enhanced-resolve: 5.24.
|
|
3953
|
+
enhanced-resolve: 5.24.5
|
|
3953
3954
|
eslint: 10.8.0(supports-color@8.1.1)
|
|
3954
3955
|
eslint-plugin-es-x: 7.8.0(eslint@10.8.0(supports-color@8.1.1))
|
|
3955
3956
|
get-tsconfig: 4.14.0
|
|
@@ -4054,7 +4055,7 @@ snapshots:
|
|
|
4054
4055
|
imurmurhash: 0.1.4
|
|
4055
4056
|
is-glob: 4.0.3
|
|
4056
4057
|
json-stable-stringify-without-jsonify: 1.0.1
|
|
4057
|
-
minimatch: 10.2.
|
|
4058
|
+
minimatch: 10.2.6
|
|
4058
4059
|
natural-compare: 1.4.0
|
|
4059
4060
|
optionator: 0.9.4
|
|
4060
4061
|
transitivePeerDependencies:
|
|
@@ -4062,14 +4063,14 @@ snapshots:
|
|
|
4062
4063
|
|
|
4063
4064
|
espree@10.4.0:
|
|
4064
4065
|
dependencies:
|
|
4065
|
-
acorn: 8.
|
|
4066
|
-
acorn-jsx: 5.3.2(acorn@8.
|
|
4066
|
+
acorn: 8.18.0
|
|
4067
|
+
acorn-jsx: 5.3.2(acorn@8.18.0)
|
|
4067
4068
|
eslint-visitor-keys: 4.2.1
|
|
4068
4069
|
|
|
4069
4070
|
espree@11.2.0:
|
|
4070
4071
|
dependencies:
|
|
4071
|
-
acorn: 8.
|
|
4072
|
-
acorn-jsx: 5.3.2(acorn@8.
|
|
4072
|
+
acorn: 8.18.0
|
|
4073
|
+
acorn-jsx: 5.3.2(acorn@8.18.0)
|
|
4073
4074
|
eslint-visitor-keys: 5.0.1
|
|
4074
4075
|
|
|
4075
4076
|
esprima@4.0.1: {}
|
|
@@ -4146,10 +4147,10 @@ snapshots:
|
|
|
4146
4147
|
|
|
4147
4148
|
flat-cache@4.0.1:
|
|
4148
4149
|
dependencies:
|
|
4149
|
-
flatted: 3.4.
|
|
4150
|
+
flatted: 3.4.4
|
|
4150
4151
|
keyv: 4.5.4
|
|
4151
4152
|
|
|
4152
|
-
flatted@3.4.
|
|
4153
|
+
flatted@3.4.4: {}
|
|
4153
4154
|
|
|
4154
4155
|
for-each@0.3.5:
|
|
4155
4156
|
dependencies:
|
|
@@ -4465,7 +4466,7 @@ snapshots:
|
|
|
4465
4466
|
istanbul-lib-instrument@6.0.3(supports-color@8.1.1):
|
|
4466
4467
|
dependencies:
|
|
4467
4468
|
'@babel/core': 7.29.7(supports-color@8.1.1)
|
|
4468
|
-
'@babel/parser': 7.29.
|
|
4469
|
+
'@babel/parser': 7.29.8
|
|
4469
4470
|
'@istanbuljs/schema': 0.1.6
|
|
4470
4471
|
istanbul-lib-coverage: 3.2.2
|
|
4471
4472
|
semver: 7.8.5
|
|
@@ -4744,10 +4745,10 @@ snapshots:
|
|
|
4744
4745
|
jest-snapshot@30.4.1(supports-color@8.1.1):
|
|
4745
4746
|
dependencies:
|
|
4746
4747
|
'@babel/core': 7.29.7(supports-color@8.1.1)
|
|
4747
|
-
'@babel/generator': 7.29.
|
|
4748
|
+
'@babel/generator': 7.29.8
|
|
4748
4749
|
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
|
4749
4750
|
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
|
4750
|
-
'@babel/types': 7.29.
|
|
4751
|
+
'@babel/types': 7.29.8
|
|
4751
4752
|
'@jest/expect-utils': 30.4.1
|
|
4752
4753
|
'@jest/get-type': 30.1.0
|
|
4753
4754
|
'@jest/snapshot-utils': 30.4.1
|
|
@@ -4819,7 +4820,7 @@ snapshots:
|
|
|
4819
4820
|
|
|
4820
4821
|
js-tokens@4.0.0: {}
|
|
4821
4822
|
|
|
4822
|
-
js-yaml@3.15.
|
|
4823
|
+
js-yaml@3.15.1:
|
|
4823
4824
|
dependencies:
|
|
4824
4825
|
argparse: 1.0.10
|
|
4825
4826
|
esprima: 4.0.1
|
|
@@ -4873,7 +4874,7 @@ snapshots:
|
|
|
4873
4874
|
log-symbols@7.0.1:
|
|
4874
4875
|
dependencies:
|
|
4875
4876
|
is-unicode-supported: 2.1.0
|
|
4876
|
-
yoctocolors: 2.
|
|
4877
|
+
yoctocolors: 2.2.0
|
|
4877
4878
|
|
|
4878
4879
|
loose-envify@1.4.0:
|
|
4879
4880
|
dependencies:
|
|
@@ -4909,17 +4910,17 @@ snapshots:
|
|
|
4909
4910
|
|
|
4910
4911
|
mimic-fn@2.1.0: {}
|
|
4911
4912
|
|
|
4912
|
-
minimatch@10.2.
|
|
4913
|
+
minimatch@10.2.6:
|
|
4913
4914
|
dependencies:
|
|
4914
|
-
brace-expansion: 5.0.
|
|
4915
|
+
brace-expansion: 5.0.9
|
|
4915
4916
|
|
|
4916
4917
|
minimatch@3.1.5:
|
|
4917
4918
|
dependencies:
|
|
4918
|
-
brace-expansion: 1.1.
|
|
4919
|
+
brace-expansion: 1.1.18
|
|
4919
4920
|
|
|
4920
4921
|
minimatch@9.0.9:
|
|
4921
4922
|
dependencies:
|
|
4922
|
-
brace-expansion: 2.1.
|
|
4923
|
+
brace-expansion: 2.1.4
|
|
4923
4924
|
|
|
4924
4925
|
minimist@1.2.8: {}
|
|
4925
4926
|
|
|
@@ -5679,4 +5680,4 @@ snapshots:
|
|
|
5679
5680
|
|
|
5680
5681
|
yocto-queue@1.2.2: {}
|
|
5681
5682
|
|
|
5682
|
-
yoctocolors@2.
|
|
5683
|
+
yoctocolors@2.2.0: {}
|