@stryke/prisma-trpc-generator 0.12.10 → 0.12.11
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/generator.cjs +80 -65
- package/dist/generator.js +80 -65
- package/dist/index.cjs +80 -65
- package/dist/index.js +80 -65
- package/package.json +4 -4
package/dist/generator.cjs
CHANGED
|
@@ -30,9 +30,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
30
30
|
mod
|
|
31
31
|
));
|
|
32
32
|
|
|
33
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
33
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/cjs_shims.js
|
|
34
34
|
var init_cjs_shims = __esm({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/cjs_shims.js"() {
|
|
36
36
|
"use strict";
|
|
37
37
|
}
|
|
38
38
|
});
|
|
@@ -860,6 +860,9 @@ var ACRONYMS = {
|
|
|
860
860
|
"BOM": {
|
|
861
861
|
description: "Bill of Materials / Byte Order Mark"
|
|
862
862
|
},
|
|
863
|
+
"BSON": {
|
|
864
|
+
description: "Binary JSON"
|
|
865
|
+
},
|
|
863
866
|
"BYOD": {
|
|
864
867
|
description: "Bring Your Own Device"
|
|
865
868
|
},
|
|
@@ -949,25 +952,21 @@ var ACRONYMS = {
|
|
|
949
952
|
"DEA": {
|
|
950
953
|
description: "Drug Enforcement Administration"
|
|
951
954
|
},
|
|
952
|
-
"DEVOPS": {
|
|
953
|
-
description: "Development Operations",
|
|
954
|
-
display: "DevOps"
|
|
955
|
-
},
|
|
956
955
|
"DEVENV": {
|
|
957
956
|
description: "Devenv",
|
|
958
957
|
display: "Devenv"
|
|
959
958
|
},
|
|
960
|
-
"
|
|
961
|
-
description: "
|
|
962
|
-
display: "
|
|
959
|
+
"DEVOPS": {
|
|
960
|
+
description: "Development Operations",
|
|
961
|
+
display: "DevOps"
|
|
962
|
+
},
|
|
963
|
+
"DHS": {
|
|
964
|
+
description: "Department of Homeland Security"
|
|
963
965
|
},
|
|
964
966
|
"DIRENV": {
|
|
965
967
|
description: "DirEnv",
|
|
966
968
|
display: "DirEnv"
|
|
967
969
|
},
|
|
968
|
-
"DHS": {
|
|
969
|
-
description: "Department of Homeland Security"
|
|
970
|
-
},
|
|
971
970
|
"DNC": {
|
|
972
971
|
description: "Democratic National Committee / Do Not Call"
|
|
973
972
|
},
|
|
@@ -985,12 +984,16 @@ var ACRONYMS = {
|
|
|
985
984
|
description: "Department of Justice",
|
|
986
985
|
display: "DoJ"
|
|
987
986
|
},
|
|
987
|
+
"DOM": {
|
|
988
|
+
description: "Document Object Model"
|
|
989
|
+
},
|
|
988
990
|
"DOT": {
|
|
989
991
|
description: "Department of Transportation",
|
|
990
992
|
display: "DoT"
|
|
991
993
|
},
|
|
992
|
-
"
|
|
993
|
-
description: "
|
|
994
|
+
"DOTENV": {
|
|
995
|
+
description: "Dotenv (.env)",
|
|
996
|
+
display: "Dotenv"
|
|
994
997
|
},
|
|
995
998
|
"DR": {
|
|
996
999
|
description: "Disaster Recovery"
|
|
@@ -1043,6 +1046,10 @@ var ACRONYMS = {
|
|
|
1043
1046
|
"EULA": {
|
|
1044
1047
|
description: "End User License Agreement"
|
|
1045
1048
|
},
|
|
1049
|
+
"FAAS": {
|
|
1050
|
+
description: "Function as a Service",
|
|
1051
|
+
display: "FaaS"
|
|
1052
|
+
},
|
|
1046
1053
|
"FAQ": {
|
|
1047
1054
|
description: "Frequently Asked Questions"
|
|
1048
1055
|
},
|
|
@@ -1070,10 +1077,6 @@ var ACRONYMS = {
|
|
|
1070
1077
|
"FTP": {
|
|
1071
1078
|
description: "File Transfer Protocol"
|
|
1072
1079
|
},
|
|
1073
|
-
"FAAS": {
|
|
1074
|
-
description: "Function as a Service",
|
|
1075
|
-
display: "FaaS"
|
|
1076
|
-
},
|
|
1077
1080
|
"GC": {
|
|
1078
1081
|
description: "Garbage Collection"
|
|
1079
1082
|
},
|
|
@@ -1138,6 +1141,13 @@ var ACRONYMS = {
|
|
|
1138
1141
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1139
1142
|
display: "HTTP2"
|
|
1140
1143
|
},
|
|
1144
|
+
"HTTP/3": {
|
|
1145
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1146
|
+
},
|
|
1147
|
+
"HTTP/3.0": {
|
|
1148
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1149
|
+
display: "HTTP3"
|
|
1150
|
+
},
|
|
1141
1151
|
"HTTP2": {
|
|
1142
1152
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1143
1153
|
display: "HTTP2"
|
|
@@ -1146,13 +1156,6 @@ var ACRONYMS = {
|
|
|
1146
1156
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1147
1157
|
display: "HTTP2"
|
|
1148
1158
|
},
|
|
1149
|
-
"HTTP/3": {
|
|
1150
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1151
|
-
},
|
|
1152
|
-
"HTTP/3.0": {
|
|
1153
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1154
|
-
display: "HTTP3"
|
|
1155
|
-
},
|
|
1156
1159
|
"HTTP3": {
|
|
1157
1160
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1158
1161
|
display: "HTTP3"
|
|
@@ -1171,6 +1174,13 @@ var ACRONYMS = {
|
|
|
1171
1174
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1172
1175
|
display: "HTTPS2"
|
|
1173
1176
|
},
|
|
1177
|
+
"HTTPS/3": {
|
|
1178
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1179
|
+
},
|
|
1180
|
+
"HTTPS/3.0": {
|
|
1181
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1182
|
+
display: "HTTPS3"
|
|
1183
|
+
},
|
|
1174
1184
|
"HTTPS2": {
|
|
1175
1185
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1176
1186
|
display: "HTTPS2"
|
|
@@ -1179,13 +1189,6 @@ var ACRONYMS = {
|
|
|
1179
1189
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1180
1190
|
display: "HTTPS2"
|
|
1181
1191
|
},
|
|
1182
|
-
"HTTPS/3": {
|
|
1183
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1184
|
-
},
|
|
1185
|
-
"HTTPS/3.0": {
|
|
1186
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1187
|
-
display: "HTTPS3"
|
|
1188
|
-
},
|
|
1189
1192
|
"HTTPS3": {
|
|
1190
1193
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1191
1194
|
display: "HTTPS3"
|
|
@@ -1194,6 +1197,10 @@ var ACRONYMS = {
|
|
|
1194
1197
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1195
1198
|
display: "HTTPS3"
|
|
1196
1199
|
},
|
|
1200
|
+
"IAAS": {
|
|
1201
|
+
description: "Infrastructure as a Service",
|
|
1202
|
+
display: "IaaS"
|
|
1203
|
+
},
|
|
1197
1204
|
"IAM": {
|
|
1198
1205
|
description: "Identity and Access Management"
|
|
1199
1206
|
},
|
|
@@ -1203,10 +1210,6 @@ var ACRONYMS = {
|
|
|
1203
1210
|
"IAMT": {
|
|
1204
1211
|
description: "Identity and Access Management Tool"
|
|
1205
1212
|
},
|
|
1206
|
-
"IAAS": {
|
|
1207
|
-
description: "Infrastructure as a Service",
|
|
1208
|
-
display: "IaaS"
|
|
1209
|
-
},
|
|
1210
1213
|
"ID": {
|
|
1211
1214
|
description: "Identifier",
|
|
1212
1215
|
display: "Id"
|
|
@@ -1217,6 +1220,9 @@ var ACRONYMS = {
|
|
|
1217
1220
|
"IMAP": {
|
|
1218
1221
|
description: "Internet Message Access Protocol"
|
|
1219
1222
|
},
|
|
1223
|
+
"IO": {
|
|
1224
|
+
description: "Input/Output"
|
|
1225
|
+
},
|
|
1220
1226
|
"IP": {
|
|
1221
1227
|
description: "Internet Protocol"
|
|
1222
1228
|
},
|
|
@@ -1230,9 +1236,6 @@ var ACRONYMS = {
|
|
|
1230
1236
|
description: "Intelligence Quotient",
|
|
1231
1237
|
display: "IQ"
|
|
1232
1238
|
},
|
|
1233
|
-
"IO": {
|
|
1234
|
-
description: "Input/Output"
|
|
1235
|
-
},
|
|
1236
1239
|
"IOT": {
|
|
1237
1240
|
description: "Internet of Things",
|
|
1238
1241
|
display: "IoT"
|
|
@@ -1286,6 +1289,9 @@ var ACRONYMS = {
|
|
|
1286
1289
|
"MLOps": {
|
|
1287
1290
|
description: "Machine Learning Operations"
|
|
1288
1291
|
},
|
|
1292
|
+
"MPA": {
|
|
1293
|
+
description: "Multi-Page Application"
|
|
1294
|
+
},
|
|
1289
1295
|
"MST": {
|
|
1290
1296
|
description: "Mountain Standard Time"
|
|
1291
1297
|
},
|
|
@@ -1301,12 +1307,12 @@ var ACRONYMS = {
|
|
|
1301
1307
|
"NAS": {
|
|
1302
1308
|
description: "Network Attached Storage"
|
|
1303
1309
|
},
|
|
1304
|
-
"NASCAR": {
|
|
1305
|
-
description: "National Association for Stock Car Auto Racing"
|
|
1306
|
-
},
|
|
1307
1310
|
"NASA": {
|
|
1308
1311
|
description: "National Aeronautics and Space Administration"
|
|
1309
1312
|
},
|
|
1313
|
+
"NASCAR": {
|
|
1314
|
+
description: "National Association for Stock Car Auto Racing"
|
|
1315
|
+
},
|
|
1310
1316
|
"NAT": {
|
|
1311
1317
|
description: "Network Address Translation"
|
|
1312
1318
|
},
|
|
@@ -1368,18 +1374,25 @@ var ACRONYMS = {
|
|
|
1368
1374
|
"OS": {
|
|
1369
1375
|
description: "Operating System"
|
|
1370
1376
|
},
|
|
1371
|
-
"OSS": {
|
|
1372
|
-
description: "Open Source Software"
|
|
1373
|
-
},
|
|
1374
1377
|
"OSINT": {
|
|
1375
1378
|
description: "Open Source Intelligence"
|
|
1376
1379
|
},
|
|
1380
|
+
"OSS": {
|
|
1381
|
+
description: "Open Source Software"
|
|
1382
|
+
},
|
|
1377
1383
|
"OTP": {
|
|
1378
1384
|
description: "One-Time Password"
|
|
1379
1385
|
},
|
|
1380
1386
|
"P2P": {
|
|
1381
1387
|
description: "Peer to Peer"
|
|
1382
1388
|
},
|
|
1389
|
+
"PAAS": {
|
|
1390
|
+
description: "Platform as a Service",
|
|
1391
|
+
display: "PaaS"
|
|
1392
|
+
},
|
|
1393
|
+
"PCI": {
|
|
1394
|
+
description: "Payment Card Industry"
|
|
1395
|
+
},
|
|
1383
1396
|
"PDP": {
|
|
1384
1397
|
description: "Policy Decision Point / Product Detail Page"
|
|
1385
1398
|
},
|
|
@@ -1392,25 +1405,18 @@ var ACRONYMS = {
|
|
|
1392
1405
|
"POTUS": {
|
|
1393
1406
|
description: "President of the United States"
|
|
1394
1407
|
},
|
|
1408
|
+
"PP": {
|
|
1409
|
+
description: "Pages / PayPal / Percentage Points"
|
|
1410
|
+
},
|
|
1395
1411
|
"PST": {
|
|
1396
1412
|
description: "Pacific Standard Time"
|
|
1397
1413
|
},
|
|
1398
1414
|
"PTO": {
|
|
1399
1415
|
description: "Paid Time Off / Power Take-Off"
|
|
1400
1416
|
},
|
|
1401
|
-
"PAAS": {
|
|
1402
|
-
description: "Platform as a Service",
|
|
1403
|
-
display: "PaaS"
|
|
1404
|
-
},
|
|
1405
|
-
"PCI": {
|
|
1406
|
-
description: "Payment Card Industry"
|
|
1407
|
-
},
|
|
1408
1417
|
"PKI": {
|
|
1409
1418
|
description: "Public Key Infrastructure"
|
|
1410
1419
|
},
|
|
1411
|
-
"PP": {
|
|
1412
|
-
description: "Pages / PayPal / Percentage Points"
|
|
1413
|
-
},
|
|
1414
1420
|
"PWA": {
|
|
1415
1421
|
description: "Progressive Web App"
|
|
1416
1422
|
},
|
|
@@ -1447,12 +1453,15 @@ var ACRONYMS = {
|
|
|
1447
1453
|
"RPA": {
|
|
1448
1454
|
description: "Robotic Process Automation"
|
|
1449
1455
|
},
|
|
1450
|
-
"
|
|
1451
|
-
description: "
|
|
1456
|
+
"RSC": {
|
|
1457
|
+
description: "React Server Components"
|
|
1452
1458
|
},
|
|
1453
1459
|
"RSS": {
|
|
1454
1460
|
description: "Really Simple Syndication"
|
|
1455
1461
|
},
|
|
1462
|
+
"RUM": {
|
|
1463
|
+
description: "Real User Monitoring"
|
|
1464
|
+
},
|
|
1456
1465
|
"S3": {
|
|
1457
1466
|
description: "Simple Storage Service (S3)"
|
|
1458
1467
|
},
|
|
@@ -1495,11 +1504,14 @@ var ACRONYMS = {
|
|
|
1495
1504
|
"SOAP": {
|
|
1496
1505
|
description: "Simple Object Access Protocol"
|
|
1497
1506
|
},
|
|
1507
|
+
"SOA": {
|
|
1508
|
+
description: "Service Oriented Architecture"
|
|
1509
|
+
},
|
|
1498
1510
|
"SOC": {
|
|
1499
1511
|
description: "Security Operations Center / System on Chip"
|
|
1500
1512
|
},
|
|
1501
|
-
"
|
|
1502
|
-
description: "
|
|
1513
|
+
"SPA": {
|
|
1514
|
+
description: "Single Page Application"
|
|
1503
1515
|
},
|
|
1504
1516
|
"SPDY": {
|
|
1505
1517
|
description: 'Speedy (pronounced "SPeeDY")'
|
|
@@ -1522,15 +1534,18 @@ var ACRONYMS = {
|
|
|
1522
1534
|
"SSDL": {
|
|
1523
1535
|
description: "Secure Software Development Lifecycle"
|
|
1524
1536
|
},
|
|
1537
|
+
"SSG": {
|
|
1538
|
+
description: "Static Site Generation"
|
|
1539
|
+
},
|
|
1540
|
+
"SSR": {
|
|
1541
|
+
description: "Server Side Rendering"
|
|
1542
|
+
},
|
|
1525
1543
|
"SSO": {
|
|
1526
1544
|
description: "Single Sign-On"
|
|
1527
1545
|
},
|
|
1528
1546
|
"SSL": {
|
|
1529
1547
|
description: "Secure Sockets Layer"
|
|
1530
1548
|
},
|
|
1531
|
-
"SSR": {
|
|
1532
|
-
description: "Server Side Rendering"
|
|
1533
|
-
},
|
|
1534
1549
|
"TDD": {
|
|
1535
1550
|
description: "Test Driven Development"
|
|
1536
1551
|
},
|
|
@@ -1639,12 +1654,12 @@ var ACRONYMS = {
|
|
|
1639
1654
|
"XR": {
|
|
1640
1655
|
description: "Extended Reality"
|
|
1641
1656
|
},
|
|
1642
|
-
"YMCA": {
|
|
1643
|
-
description: "Young Men's Christian Association"
|
|
1644
|
-
},
|
|
1645
1657
|
"YAML": {
|
|
1646
1658
|
description: "YAML Ain't Markup Language"
|
|
1647
1659
|
},
|
|
1660
|
+
"YMCA": {
|
|
1661
|
+
description: "Young Men's Christian Association"
|
|
1662
|
+
},
|
|
1648
1663
|
"YWCA": {
|
|
1649
1664
|
description: "Young Women's Christian Association"
|
|
1650
1665
|
},
|
package/dist/generator.js
CHANGED
|
@@ -35,9 +35,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
35
35
|
mod
|
|
36
36
|
));
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/esm_shims.js
|
|
39
39
|
var init_esm_shims = __esm({
|
|
40
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
40
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/esm_shims.js"() {
|
|
41
41
|
"use strict";
|
|
42
42
|
}
|
|
43
43
|
});
|
|
@@ -865,6 +865,9 @@ var ACRONYMS = {
|
|
|
865
865
|
"BOM": {
|
|
866
866
|
description: "Bill of Materials / Byte Order Mark"
|
|
867
867
|
},
|
|
868
|
+
"BSON": {
|
|
869
|
+
description: "Binary JSON"
|
|
870
|
+
},
|
|
868
871
|
"BYOD": {
|
|
869
872
|
description: "Bring Your Own Device"
|
|
870
873
|
},
|
|
@@ -954,25 +957,21 @@ var ACRONYMS = {
|
|
|
954
957
|
"DEA": {
|
|
955
958
|
description: "Drug Enforcement Administration"
|
|
956
959
|
},
|
|
957
|
-
"DEVOPS": {
|
|
958
|
-
description: "Development Operations",
|
|
959
|
-
display: "DevOps"
|
|
960
|
-
},
|
|
961
960
|
"DEVENV": {
|
|
962
961
|
description: "Devenv",
|
|
963
962
|
display: "Devenv"
|
|
964
963
|
},
|
|
965
|
-
"
|
|
966
|
-
description: "
|
|
967
|
-
display: "
|
|
964
|
+
"DEVOPS": {
|
|
965
|
+
description: "Development Operations",
|
|
966
|
+
display: "DevOps"
|
|
967
|
+
},
|
|
968
|
+
"DHS": {
|
|
969
|
+
description: "Department of Homeland Security"
|
|
968
970
|
},
|
|
969
971
|
"DIRENV": {
|
|
970
972
|
description: "DirEnv",
|
|
971
973
|
display: "DirEnv"
|
|
972
974
|
},
|
|
973
|
-
"DHS": {
|
|
974
|
-
description: "Department of Homeland Security"
|
|
975
|
-
},
|
|
976
975
|
"DNC": {
|
|
977
976
|
description: "Democratic National Committee / Do Not Call"
|
|
978
977
|
},
|
|
@@ -990,12 +989,16 @@ var ACRONYMS = {
|
|
|
990
989
|
description: "Department of Justice",
|
|
991
990
|
display: "DoJ"
|
|
992
991
|
},
|
|
992
|
+
"DOM": {
|
|
993
|
+
description: "Document Object Model"
|
|
994
|
+
},
|
|
993
995
|
"DOT": {
|
|
994
996
|
description: "Department of Transportation",
|
|
995
997
|
display: "DoT"
|
|
996
998
|
},
|
|
997
|
-
"
|
|
998
|
-
description: "
|
|
999
|
+
"DOTENV": {
|
|
1000
|
+
description: "Dotenv (.env)",
|
|
1001
|
+
display: "Dotenv"
|
|
999
1002
|
},
|
|
1000
1003
|
"DR": {
|
|
1001
1004
|
description: "Disaster Recovery"
|
|
@@ -1048,6 +1051,10 @@ var ACRONYMS = {
|
|
|
1048
1051
|
"EULA": {
|
|
1049
1052
|
description: "End User License Agreement"
|
|
1050
1053
|
},
|
|
1054
|
+
"FAAS": {
|
|
1055
|
+
description: "Function as a Service",
|
|
1056
|
+
display: "FaaS"
|
|
1057
|
+
},
|
|
1051
1058
|
"FAQ": {
|
|
1052
1059
|
description: "Frequently Asked Questions"
|
|
1053
1060
|
},
|
|
@@ -1075,10 +1082,6 @@ var ACRONYMS = {
|
|
|
1075
1082
|
"FTP": {
|
|
1076
1083
|
description: "File Transfer Protocol"
|
|
1077
1084
|
},
|
|
1078
|
-
"FAAS": {
|
|
1079
|
-
description: "Function as a Service",
|
|
1080
|
-
display: "FaaS"
|
|
1081
|
-
},
|
|
1082
1085
|
"GC": {
|
|
1083
1086
|
description: "Garbage Collection"
|
|
1084
1087
|
},
|
|
@@ -1143,6 +1146,13 @@ var ACRONYMS = {
|
|
|
1143
1146
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1144
1147
|
display: "HTTP2"
|
|
1145
1148
|
},
|
|
1149
|
+
"HTTP/3": {
|
|
1150
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1151
|
+
},
|
|
1152
|
+
"HTTP/3.0": {
|
|
1153
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1154
|
+
display: "HTTP3"
|
|
1155
|
+
},
|
|
1146
1156
|
"HTTP2": {
|
|
1147
1157
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1148
1158
|
display: "HTTP2"
|
|
@@ -1151,13 +1161,6 @@ var ACRONYMS = {
|
|
|
1151
1161
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1152
1162
|
display: "HTTP2"
|
|
1153
1163
|
},
|
|
1154
|
-
"HTTP/3": {
|
|
1155
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1156
|
-
},
|
|
1157
|
-
"HTTP/3.0": {
|
|
1158
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1159
|
-
display: "HTTP3"
|
|
1160
|
-
},
|
|
1161
1164
|
"HTTP3": {
|
|
1162
1165
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1163
1166
|
display: "HTTP3"
|
|
@@ -1176,6 +1179,13 @@ var ACRONYMS = {
|
|
|
1176
1179
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1177
1180
|
display: "HTTPS2"
|
|
1178
1181
|
},
|
|
1182
|
+
"HTTPS/3": {
|
|
1183
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1184
|
+
},
|
|
1185
|
+
"HTTPS/3.0": {
|
|
1186
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1187
|
+
display: "HTTPS3"
|
|
1188
|
+
},
|
|
1179
1189
|
"HTTPS2": {
|
|
1180
1190
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1181
1191
|
display: "HTTPS2"
|
|
@@ -1184,13 +1194,6 @@ var ACRONYMS = {
|
|
|
1184
1194
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1185
1195
|
display: "HTTPS2"
|
|
1186
1196
|
},
|
|
1187
|
-
"HTTPS/3": {
|
|
1188
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1189
|
-
},
|
|
1190
|
-
"HTTPS/3.0": {
|
|
1191
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1192
|
-
display: "HTTPS3"
|
|
1193
|
-
},
|
|
1194
1197
|
"HTTPS3": {
|
|
1195
1198
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1196
1199
|
display: "HTTPS3"
|
|
@@ -1199,6 +1202,10 @@ var ACRONYMS = {
|
|
|
1199
1202
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1200
1203
|
display: "HTTPS3"
|
|
1201
1204
|
},
|
|
1205
|
+
"IAAS": {
|
|
1206
|
+
description: "Infrastructure as a Service",
|
|
1207
|
+
display: "IaaS"
|
|
1208
|
+
},
|
|
1202
1209
|
"IAM": {
|
|
1203
1210
|
description: "Identity and Access Management"
|
|
1204
1211
|
},
|
|
@@ -1208,10 +1215,6 @@ var ACRONYMS = {
|
|
|
1208
1215
|
"IAMT": {
|
|
1209
1216
|
description: "Identity and Access Management Tool"
|
|
1210
1217
|
},
|
|
1211
|
-
"IAAS": {
|
|
1212
|
-
description: "Infrastructure as a Service",
|
|
1213
|
-
display: "IaaS"
|
|
1214
|
-
},
|
|
1215
1218
|
"ID": {
|
|
1216
1219
|
description: "Identifier",
|
|
1217
1220
|
display: "Id"
|
|
@@ -1222,6 +1225,9 @@ var ACRONYMS = {
|
|
|
1222
1225
|
"IMAP": {
|
|
1223
1226
|
description: "Internet Message Access Protocol"
|
|
1224
1227
|
},
|
|
1228
|
+
"IO": {
|
|
1229
|
+
description: "Input/Output"
|
|
1230
|
+
},
|
|
1225
1231
|
"IP": {
|
|
1226
1232
|
description: "Internet Protocol"
|
|
1227
1233
|
},
|
|
@@ -1235,9 +1241,6 @@ var ACRONYMS = {
|
|
|
1235
1241
|
description: "Intelligence Quotient",
|
|
1236
1242
|
display: "IQ"
|
|
1237
1243
|
},
|
|
1238
|
-
"IO": {
|
|
1239
|
-
description: "Input/Output"
|
|
1240
|
-
},
|
|
1241
1244
|
"IOT": {
|
|
1242
1245
|
description: "Internet of Things",
|
|
1243
1246
|
display: "IoT"
|
|
@@ -1291,6 +1294,9 @@ var ACRONYMS = {
|
|
|
1291
1294
|
"MLOps": {
|
|
1292
1295
|
description: "Machine Learning Operations"
|
|
1293
1296
|
},
|
|
1297
|
+
"MPA": {
|
|
1298
|
+
description: "Multi-Page Application"
|
|
1299
|
+
},
|
|
1294
1300
|
"MST": {
|
|
1295
1301
|
description: "Mountain Standard Time"
|
|
1296
1302
|
},
|
|
@@ -1306,12 +1312,12 @@ var ACRONYMS = {
|
|
|
1306
1312
|
"NAS": {
|
|
1307
1313
|
description: "Network Attached Storage"
|
|
1308
1314
|
},
|
|
1309
|
-
"NASCAR": {
|
|
1310
|
-
description: "National Association for Stock Car Auto Racing"
|
|
1311
|
-
},
|
|
1312
1315
|
"NASA": {
|
|
1313
1316
|
description: "National Aeronautics and Space Administration"
|
|
1314
1317
|
},
|
|
1318
|
+
"NASCAR": {
|
|
1319
|
+
description: "National Association for Stock Car Auto Racing"
|
|
1320
|
+
},
|
|
1315
1321
|
"NAT": {
|
|
1316
1322
|
description: "Network Address Translation"
|
|
1317
1323
|
},
|
|
@@ -1373,18 +1379,25 @@ var ACRONYMS = {
|
|
|
1373
1379
|
"OS": {
|
|
1374
1380
|
description: "Operating System"
|
|
1375
1381
|
},
|
|
1376
|
-
"OSS": {
|
|
1377
|
-
description: "Open Source Software"
|
|
1378
|
-
},
|
|
1379
1382
|
"OSINT": {
|
|
1380
1383
|
description: "Open Source Intelligence"
|
|
1381
1384
|
},
|
|
1385
|
+
"OSS": {
|
|
1386
|
+
description: "Open Source Software"
|
|
1387
|
+
},
|
|
1382
1388
|
"OTP": {
|
|
1383
1389
|
description: "One-Time Password"
|
|
1384
1390
|
},
|
|
1385
1391
|
"P2P": {
|
|
1386
1392
|
description: "Peer to Peer"
|
|
1387
1393
|
},
|
|
1394
|
+
"PAAS": {
|
|
1395
|
+
description: "Platform as a Service",
|
|
1396
|
+
display: "PaaS"
|
|
1397
|
+
},
|
|
1398
|
+
"PCI": {
|
|
1399
|
+
description: "Payment Card Industry"
|
|
1400
|
+
},
|
|
1388
1401
|
"PDP": {
|
|
1389
1402
|
description: "Policy Decision Point / Product Detail Page"
|
|
1390
1403
|
},
|
|
@@ -1397,25 +1410,18 @@ var ACRONYMS = {
|
|
|
1397
1410
|
"POTUS": {
|
|
1398
1411
|
description: "President of the United States"
|
|
1399
1412
|
},
|
|
1413
|
+
"PP": {
|
|
1414
|
+
description: "Pages / PayPal / Percentage Points"
|
|
1415
|
+
},
|
|
1400
1416
|
"PST": {
|
|
1401
1417
|
description: "Pacific Standard Time"
|
|
1402
1418
|
},
|
|
1403
1419
|
"PTO": {
|
|
1404
1420
|
description: "Paid Time Off / Power Take-Off"
|
|
1405
1421
|
},
|
|
1406
|
-
"PAAS": {
|
|
1407
|
-
description: "Platform as a Service",
|
|
1408
|
-
display: "PaaS"
|
|
1409
|
-
},
|
|
1410
|
-
"PCI": {
|
|
1411
|
-
description: "Payment Card Industry"
|
|
1412
|
-
},
|
|
1413
1422
|
"PKI": {
|
|
1414
1423
|
description: "Public Key Infrastructure"
|
|
1415
1424
|
},
|
|
1416
|
-
"PP": {
|
|
1417
|
-
description: "Pages / PayPal / Percentage Points"
|
|
1418
|
-
},
|
|
1419
1425
|
"PWA": {
|
|
1420
1426
|
description: "Progressive Web App"
|
|
1421
1427
|
},
|
|
@@ -1452,12 +1458,15 @@ var ACRONYMS = {
|
|
|
1452
1458
|
"RPA": {
|
|
1453
1459
|
description: "Robotic Process Automation"
|
|
1454
1460
|
},
|
|
1455
|
-
"
|
|
1456
|
-
description: "
|
|
1461
|
+
"RSC": {
|
|
1462
|
+
description: "React Server Components"
|
|
1457
1463
|
},
|
|
1458
1464
|
"RSS": {
|
|
1459
1465
|
description: "Really Simple Syndication"
|
|
1460
1466
|
},
|
|
1467
|
+
"RUM": {
|
|
1468
|
+
description: "Real User Monitoring"
|
|
1469
|
+
},
|
|
1461
1470
|
"S3": {
|
|
1462
1471
|
description: "Simple Storage Service (S3)"
|
|
1463
1472
|
},
|
|
@@ -1500,11 +1509,14 @@ var ACRONYMS = {
|
|
|
1500
1509
|
"SOAP": {
|
|
1501
1510
|
description: "Simple Object Access Protocol"
|
|
1502
1511
|
},
|
|
1512
|
+
"SOA": {
|
|
1513
|
+
description: "Service Oriented Architecture"
|
|
1514
|
+
},
|
|
1503
1515
|
"SOC": {
|
|
1504
1516
|
description: "Security Operations Center / System on Chip"
|
|
1505
1517
|
},
|
|
1506
|
-
"
|
|
1507
|
-
description: "
|
|
1518
|
+
"SPA": {
|
|
1519
|
+
description: "Single Page Application"
|
|
1508
1520
|
},
|
|
1509
1521
|
"SPDY": {
|
|
1510
1522
|
description: 'Speedy (pronounced "SPeeDY")'
|
|
@@ -1527,15 +1539,18 @@ var ACRONYMS = {
|
|
|
1527
1539
|
"SSDL": {
|
|
1528
1540
|
description: "Secure Software Development Lifecycle"
|
|
1529
1541
|
},
|
|
1542
|
+
"SSG": {
|
|
1543
|
+
description: "Static Site Generation"
|
|
1544
|
+
},
|
|
1545
|
+
"SSR": {
|
|
1546
|
+
description: "Server Side Rendering"
|
|
1547
|
+
},
|
|
1530
1548
|
"SSO": {
|
|
1531
1549
|
description: "Single Sign-On"
|
|
1532
1550
|
},
|
|
1533
1551
|
"SSL": {
|
|
1534
1552
|
description: "Secure Sockets Layer"
|
|
1535
1553
|
},
|
|
1536
|
-
"SSR": {
|
|
1537
|
-
description: "Server Side Rendering"
|
|
1538
|
-
},
|
|
1539
1554
|
"TDD": {
|
|
1540
1555
|
description: "Test Driven Development"
|
|
1541
1556
|
},
|
|
@@ -1644,12 +1659,12 @@ var ACRONYMS = {
|
|
|
1644
1659
|
"XR": {
|
|
1645
1660
|
description: "Extended Reality"
|
|
1646
1661
|
},
|
|
1647
|
-
"YMCA": {
|
|
1648
|
-
description: "Young Men's Christian Association"
|
|
1649
|
-
},
|
|
1650
1662
|
"YAML": {
|
|
1651
1663
|
description: "YAML Ain't Markup Language"
|
|
1652
1664
|
},
|
|
1665
|
+
"YMCA": {
|
|
1666
|
+
description: "Young Men's Christian Association"
|
|
1667
|
+
},
|
|
1653
1668
|
"YWCA": {
|
|
1654
1669
|
description: "Young Women's Christian Association"
|
|
1655
1670
|
},
|
package/dist/index.cjs
CHANGED
|
@@ -29,9 +29,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
mod
|
|
30
30
|
));
|
|
31
31
|
|
|
32
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
32
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/cjs_shims.js
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
|
@@ -856,6 +856,9 @@ var ACRONYMS = {
|
|
|
856
856
|
"BOM": {
|
|
857
857
|
description: "Bill of Materials / Byte Order Mark"
|
|
858
858
|
},
|
|
859
|
+
"BSON": {
|
|
860
|
+
description: "Binary JSON"
|
|
861
|
+
},
|
|
859
862
|
"BYOD": {
|
|
860
863
|
description: "Bring Your Own Device"
|
|
861
864
|
},
|
|
@@ -945,25 +948,21 @@ var ACRONYMS = {
|
|
|
945
948
|
"DEA": {
|
|
946
949
|
description: "Drug Enforcement Administration"
|
|
947
950
|
},
|
|
948
|
-
"DEVOPS": {
|
|
949
|
-
description: "Development Operations",
|
|
950
|
-
display: "DevOps"
|
|
951
|
-
},
|
|
952
951
|
"DEVENV": {
|
|
953
952
|
description: "Devenv",
|
|
954
953
|
display: "Devenv"
|
|
955
954
|
},
|
|
956
|
-
"
|
|
957
|
-
description: "
|
|
958
|
-
display: "
|
|
955
|
+
"DEVOPS": {
|
|
956
|
+
description: "Development Operations",
|
|
957
|
+
display: "DevOps"
|
|
958
|
+
},
|
|
959
|
+
"DHS": {
|
|
960
|
+
description: "Department of Homeland Security"
|
|
959
961
|
},
|
|
960
962
|
"DIRENV": {
|
|
961
963
|
description: "DirEnv",
|
|
962
964
|
display: "DirEnv"
|
|
963
965
|
},
|
|
964
|
-
"DHS": {
|
|
965
|
-
description: "Department of Homeland Security"
|
|
966
|
-
},
|
|
967
966
|
"DNC": {
|
|
968
967
|
description: "Democratic National Committee / Do Not Call"
|
|
969
968
|
},
|
|
@@ -981,12 +980,16 @@ var ACRONYMS = {
|
|
|
981
980
|
description: "Department of Justice",
|
|
982
981
|
display: "DoJ"
|
|
983
982
|
},
|
|
983
|
+
"DOM": {
|
|
984
|
+
description: "Document Object Model"
|
|
985
|
+
},
|
|
984
986
|
"DOT": {
|
|
985
987
|
description: "Department of Transportation",
|
|
986
988
|
display: "DoT"
|
|
987
989
|
},
|
|
988
|
-
"
|
|
989
|
-
description: "
|
|
990
|
+
"DOTENV": {
|
|
991
|
+
description: "Dotenv (.env)",
|
|
992
|
+
display: "Dotenv"
|
|
990
993
|
},
|
|
991
994
|
"DR": {
|
|
992
995
|
description: "Disaster Recovery"
|
|
@@ -1039,6 +1042,10 @@ var ACRONYMS = {
|
|
|
1039
1042
|
"EULA": {
|
|
1040
1043
|
description: "End User License Agreement"
|
|
1041
1044
|
},
|
|
1045
|
+
"FAAS": {
|
|
1046
|
+
description: "Function as a Service",
|
|
1047
|
+
display: "FaaS"
|
|
1048
|
+
},
|
|
1042
1049
|
"FAQ": {
|
|
1043
1050
|
description: "Frequently Asked Questions"
|
|
1044
1051
|
},
|
|
@@ -1066,10 +1073,6 @@ var ACRONYMS = {
|
|
|
1066
1073
|
"FTP": {
|
|
1067
1074
|
description: "File Transfer Protocol"
|
|
1068
1075
|
},
|
|
1069
|
-
"FAAS": {
|
|
1070
|
-
description: "Function as a Service",
|
|
1071
|
-
display: "FaaS"
|
|
1072
|
-
},
|
|
1073
1076
|
"GC": {
|
|
1074
1077
|
description: "Garbage Collection"
|
|
1075
1078
|
},
|
|
@@ -1134,6 +1137,13 @@ var ACRONYMS = {
|
|
|
1134
1137
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1135
1138
|
display: "HTTP2"
|
|
1136
1139
|
},
|
|
1140
|
+
"HTTP/3": {
|
|
1141
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1142
|
+
},
|
|
1143
|
+
"HTTP/3.0": {
|
|
1144
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1145
|
+
display: "HTTP3"
|
|
1146
|
+
},
|
|
1137
1147
|
"HTTP2": {
|
|
1138
1148
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1139
1149
|
display: "HTTP2"
|
|
@@ -1142,13 +1152,6 @@ var ACRONYMS = {
|
|
|
1142
1152
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1143
1153
|
display: "HTTP2"
|
|
1144
1154
|
},
|
|
1145
|
-
"HTTP/3": {
|
|
1146
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1147
|
-
},
|
|
1148
|
-
"HTTP/3.0": {
|
|
1149
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1150
|
-
display: "HTTP3"
|
|
1151
|
-
},
|
|
1152
1155
|
"HTTP3": {
|
|
1153
1156
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1154
1157
|
display: "HTTP3"
|
|
@@ -1167,6 +1170,13 @@ var ACRONYMS = {
|
|
|
1167
1170
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1168
1171
|
display: "HTTPS2"
|
|
1169
1172
|
},
|
|
1173
|
+
"HTTPS/3": {
|
|
1174
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1175
|
+
},
|
|
1176
|
+
"HTTPS/3.0": {
|
|
1177
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1178
|
+
display: "HTTPS3"
|
|
1179
|
+
},
|
|
1170
1180
|
"HTTPS2": {
|
|
1171
1181
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1172
1182
|
display: "HTTPS2"
|
|
@@ -1175,13 +1185,6 @@ var ACRONYMS = {
|
|
|
1175
1185
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1176
1186
|
display: "HTTPS2"
|
|
1177
1187
|
},
|
|
1178
|
-
"HTTPS/3": {
|
|
1179
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1180
|
-
},
|
|
1181
|
-
"HTTPS/3.0": {
|
|
1182
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1183
|
-
display: "HTTPS3"
|
|
1184
|
-
},
|
|
1185
1188
|
"HTTPS3": {
|
|
1186
1189
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1187
1190
|
display: "HTTPS3"
|
|
@@ -1190,6 +1193,10 @@ var ACRONYMS = {
|
|
|
1190
1193
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1191
1194
|
display: "HTTPS3"
|
|
1192
1195
|
},
|
|
1196
|
+
"IAAS": {
|
|
1197
|
+
description: "Infrastructure as a Service",
|
|
1198
|
+
display: "IaaS"
|
|
1199
|
+
},
|
|
1193
1200
|
"IAM": {
|
|
1194
1201
|
description: "Identity and Access Management"
|
|
1195
1202
|
},
|
|
@@ -1199,10 +1206,6 @@ var ACRONYMS = {
|
|
|
1199
1206
|
"IAMT": {
|
|
1200
1207
|
description: "Identity and Access Management Tool"
|
|
1201
1208
|
},
|
|
1202
|
-
"IAAS": {
|
|
1203
|
-
description: "Infrastructure as a Service",
|
|
1204
|
-
display: "IaaS"
|
|
1205
|
-
},
|
|
1206
1209
|
"ID": {
|
|
1207
1210
|
description: "Identifier",
|
|
1208
1211
|
display: "Id"
|
|
@@ -1213,6 +1216,9 @@ var ACRONYMS = {
|
|
|
1213
1216
|
"IMAP": {
|
|
1214
1217
|
description: "Internet Message Access Protocol"
|
|
1215
1218
|
},
|
|
1219
|
+
"IO": {
|
|
1220
|
+
description: "Input/Output"
|
|
1221
|
+
},
|
|
1216
1222
|
"IP": {
|
|
1217
1223
|
description: "Internet Protocol"
|
|
1218
1224
|
},
|
|
@@ -1226,9 +1232,6 @@ var ACRONYMS = {
|
|
|
1226
1232
|
description: "Intelligence Quotient",
|
|
1227
1233
|
display: "IQ"
|
|
1228
1234
|
},
|
|
1229
|
-
"IO": {
|
|
1230
|
-
description: "Input/Output"
|
|
1231
|
-
},
|
|
1232
1235
|
"IOT": {
|
|
1233
1236
|
description: "Internet of Things",
|
|
1234
1237
|
display: "IoT"
|
|
@@ -1282,6 +1285,9 @@ var ACRONYMS = {
|
|
|
1282
1285
|
"MLOps": {
|
|
1283
1286
|
description: "Machine Learning Operations"
|
|
1284
1287
|
},
|
|
1288
|
+
"MPA": {
|
|
1289
|
+
description: "Multi-Page Application"
|
|
1290
|
+
},
|
|
1285
1291
|
"MST": {
|
|
1286
1292
|
description: "Mountain Standard Time"
|
|
1287
1293
|
},
|
|
@@ -1297,12 +1303,12 @@ var ACRONYMS = {
|
|
|
1297
1303
|
"NAS": {
|
|
1298
1304
|
description: "Network Attached Storage"
|
|
1299
1305
|
},
|
|
1300
|
-
"NASCAR": {
|
|
1301
|
-
description: "National Association for Stock Car Auto Racing"
|
|
1302
|
-
},
|
|
1303
1306
|
"NASA": {
|
|
1304
1307
|
description: "National Aeronautics and Space Administration"
|
|
1305
1308
|
},
|
|
1309
|
+
"NASCAR": {
|
|
1310
|
+
description: "National Association for Stock Car Auto Racing"
|
|
1311
|
+
},
|
|
1306
1312
|
"NAT": {
|
|
1307
1313
|
description: "Network Address Translation"
|
|
1308
1314
|
},
|
|
@@ -1364,18 +1370,25 @@ var ACRONYMS = {
|
|
|
1364
1370
|
"OS": {
|
|
1365
1371
|
description: "Operating System"
|
|
1366
1372
|
},
|
|
1367
|
-
"OSS": {
|
|
1368
|
-
description: "Open Source Software"
|
|
1369
|
-
},
|
|
1370
1373
|
"OSINT": {
|
|
1371
1374
|
description: "Open Source Intelligence"
|
|
1372
1375
|
},
|
|
1376
|
+
"OSS": {
|
|
1377
|
+
description: "Open Source Software"
|
|
1378
|
+
},
|
|
1373
1379
|
"OTP": {
|
|
1374
1380
|
description: "One-Time Password"
|
|
1375
1381
|
},
|
|
1376
1382
|
"P2P": {
|
|
1377
1383
|
description: "Peer to Peer"
|
|
1378
1384
|
},
|
|
1385
|
+
"PAAS": {
|
|
1386
|
+
description: "Platform as a Service",
|
|
1387
|
+
display: "PaaS"
|
|
1388
|
+
},
|
|
1389
|
+
"PCI": {
|
|
1390
|
+
description: "Payment Card Industry"
|
|
1391
|
+
},
|
|
1379
1392
|
"PDP": {
|
|
1380
1393
|
description: "Policy Decision Point / Product Detail Page"
|
|
1381
1394
|
},
|
|
@@ -1388,25 +1401,18 @@ var ACRONYMS = {
|
|
|
1388
1401
|
"POTUS": {
|
|
1389
1402
|
description: "President of the United States"
|
|
1390
1403
|
},
|
|
1404
|
+
"PP": {
|
|
1405
|
+
description: "Pages / PayPal / Percentage Points"
|
|
1406
|
+
},
|
|
1391
1407
|
"PST": {
|
|
1392
1408
|
description: "Pacific Standard Time"
|
|
1393
1409
|
},
|
|
1394
1410
|
"PTO": {
|
|
1395
1411
|
description: "Paid Time Off / Power Take-Off"
|
|
1396
1412
|
},
|
|
1397
|
-
"PAAS": {
|
|
1398
|
-
description: "Platform as a Service",
|
|
1399
|
-
display: "PaaS"
|
|
1400
|
-
},
|
|
1401
|
-
"PCI": {
|
|
1402
|
-
description: "Payment Card Industry"
|
|
1403
|
-
},
|
|
1404
1413
|
"PKI": {
|
|
1405
1414
|
description: "Public Key Infrastructure"
|
|
1406
1415
|
},
|
|
1407
|
-
"PP": {
|
|
1408
|
-
description: "Pages / PayPal / Percentage Points"
|
|
1409
|
-
},
|
|
1410
1416
|
"PWA": {
|
|
1411
1417
|
description: "Progressive Web App"
|
|
1412
1418
|
},
|
|
@@ -1443,12 +1449,15 @@ var ACRONYMS = {
|
|
|
1443
1449
|
"RPA": {
|
|
1444
1450
|
description: "Robotic Process Automation"
|
|
1445
1451
|
},
|
|
1446
|
-
"
|
|
1447
|
-
description: "
|
|
1452
|
+
"RSC": {
|
|
1453
|
+
description: "React Server Components"
|
|
1448
1454
|
},
|
|
1449
1455
|
"RSS": {
|
|
1450
1456
|
description: "Really Simple Syndication"
|
|
1451
1457
|
},
|
|
1458
|
+
"RUM": {
|
|
1459
|
+
description: "Real User Monitoring"
|
|
1460
|
+
},
|
|
1452
1461
|
"S3": {
|
|
1453
1462
|
description: "Simple Storage Service (S3)"
|
|
1454
1463
|
},
|
|
@@ -1491,11 +1500,14 @@ var ACRONYMS = {
|
|
|
1491
1500
|
"SOAP": {
|
|
1492
1501
|
description: "Simple Object Access Protocol"
|
|
1493
1502
|
},
|
|
1503
|
+
"SOA": {
|
|
1504
|
+
description: "Service Oriented Architecture"
|
|
1505
|
+
},
|
|
1494
1506
|
"SOC": {
|
|
1495
1507
|
description: "Security Operations Center / System on Chip"
|
|
1496
1508
|
},
|
|
1497
|
-
"
|
|
1498
|
-
description: "
|
|
1509
|
+
"SPA": {
|
|
1510
|
+
description: "Single Page Application"
|
|
1499
1511
|
},
|
|
1500
1512
|
"SPDY": {
|
|
1501
1513
|
description: 'Speedy (pronounced "SPeeDY")'
|
|
@@ -1518,15 +1530,18 @@ var ACRONYMS = {
|
|
|
1518
1530
|
"SSDL": {
|
|
1519
1531
|
description: "Secure Software Development Lifecycle"
|
|
1520
1532
|
},
|
|
1533
|
+
"SSG": {
|
|
1534
|
+
description: "Static Site Generation"
|
|
1535
|
+
},
|
|
1536
|
+
"SSR": {
|
|
1537
|
+
description: "Server Side Rendering"
|
|
1538
|
+
},
|
|
1521
1539
|
"SSO": {
|
|
1522
1540
|
description: "Single Sign-On"
|
|
1523
1541
|
},
|
|
1524
1542
|
"SSL": {
|
|
1525
1543
|
description: "Secure Sockets Layer"
|
|
1526
1544
|
},
|
|
1527
|
-
"SSR": {
|
|
1528
|
-
description: "Server Side Rendering"
|
|
1529
|
-
},
|
|
1530
1545
|
"TDD": {
|
|
1531
1546
|
description: "Test Driven Development"
|
|
1532
1547
|
},
|
|
@@ -1635,12 +1650,12 @@ var ACRONYMS = {
|
|
|
1635
1650
|
"XR": {
|
|
1636
1651
|
description: "Extended Reality"
|
|
1637
1652
|
},
|
|
1638
|
-
"YMCA": {
|
|
1639
|
-
description: "Young Men's Christian Association"
|
|
1640
|
-
},
|
|
1641
1653
|
"YAML": {
|
|
1642
1654
|
description: "YAML Ain't Markup Language"
|
|
1643
1655
|
},
|
|
1656
|
+
"YMCA": {
|
|
1657
|
+
description: "Young Men's Christian Association"
|
|
1658
|
+
},
|
|
1644
1659
|
"YWCA": {
|
|
1645
1660
|
description: "Young Women's Christian Association"
|
|
1646
1661
|
},
|
package/dist/index.js
CHANGED
|
@@ -34,9 +34,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
mod
|
|
35
35
|
));
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
37
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/esm_shims.js
|
|
38
38
|
var init_esm_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.4.0_@microsoft+api-extractor@7.52.13_@types+node@24.5.0__@swc+core@1.11.9_@swc+h_6ca2ba1240dbc4f82d61ab068d68e28d/node_modules/tsup/assets/esm_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
}
|
|
42
42
|
});
|
|
@@ -861,6 +861,9 @@ var ACRONYMS = {
|
|
|
861
861
|
"BOM": {
|
|
862
862
|
description: "Bill of Materials / Byte Order Mark"
|
|
863
863
|
},
|
|
864
|
+
"BSON": {
|
|
865
|
+
description: "Binary JSON"
|
|
866
|
+
},
|
|
864
867
|
"BYOD": {
|
|
865
868
|
description: "Bring Your Own Device"
|
|
866
869
|
},
|
|
@@ -950,25 +953,21 @@ var ACRONYMS = {
|
|
|
950
953
|
"DEA": {
|
|
951
954
|
description: "Drug Enforcement Administration"
|
|
952
955
|
},
|
|
953
|
-
"DEVOPS": {
|
|
954
|
-
description: "Development Operations",
|
|
955
|
-
display: "DevOps"
|
|
956
|
-
},
|
|
957
956
|
"DEVENV": {
|
|
958
957
|
description: "Devenv",
|
|
959
958
|
display: "Devenv"
|
|
960
959
|
},
|
|
961
|
-
"
|
|
962
|
-
description: "
|
|
963
|
-
display: "
|
|
960
|
+
"DEVOPS": {
|
|
961
|
+
description: "Development Operations",
|
|
962
|
+
display: "DevOps"
|
|
963
|
+
},
|
|
964
|
+
"DHS": {
|
|
965
|
+
description: "Department of Homeland Security"
|
|
964
966
|
},
|
|
965
967
|
"DIRENV": {
|
|
966
968
|
description: "DirEnv",
|
|
967
969
|
display: "DirEnv"
|
|
968
970
|
},
|
|
969
|
-
"DHS": {
|
|
970
|
-
description: "Department of Homeland Security"
|
|
971
|
-
},
|
|
972
971
|
"DNC": {
|
|
973
972
|
description: "Democratic National Committee / Do Not Call"
|
|
974
973
|
},
|
|
@@ -986,12 +985,16 @@ var ACRONYMS = {
|
|
|
986
985
|
description: "Department of Justice",
|
|
987
986
|
display: "DoJ"
|
|
988
987
|
},
|
|
988
|
+
"DOM": {
|
|
989
|
+
description: "Document Object Model"
|
|
990
|
+
},
|
|
989
991
|
"DOT": {
|
|
990
992
|
description: "Department of Transportation",
|
|
991
993
|
display: "DoT"
|
|
992
994
|
},
|
|
993
|
-
"
|
|
994
|
-
description: "
|
|
995
|
+
"DOTENV": {
|
|
996
|
+
description: "Dotenv (.env)",
|
|
997
|
+
display: "Dotenv"
|
|
995
998
|
},
|
|
996
999
|
"DR": {
|
|
997
1000
|
description: "Disaster Recovery"
|
|
@@ -1044,6 +1047,10 @@ var ACRONYMS = {
|
|
|
1044
1047
|
"EULA": {
|
|
1045
1048
|
description: "End User License Agreement"
|
|
1046
1049
|
},
|
|
1050
|
+
"FAAS": {
|
|
1051
|
+
description: "Function as a Service",
|
|
1052
|
+
display: "FaaS"
|
|
1053
|
+
},
|
|
1047
1054
|
"FAQ": {
|
|
1048
1055
|
description: "Frequently Asked Questions"
|
|
1049
1056
|
},
|
|
@@ -1071,10 +1078,6 @@ var ACRONYMS = {
|
|
|
1071
1078
|
"FTP": {
|
|
1072
1079
|
description: "File Transfer Protocol"
|
|
1073
1080
|
},
|
|
1074
|
-
"FAAS": {
|
|
1075
|
-
description: "Function as a Service",
|
|
1076
|
-
display: "FaaS"
|
|
1077
|
-
},
|
|
1078
1081
|
"GC": {
|
|
1079
1082
|
description: "Garbage Collection"
|
|
1080
1083
|
},
|
|
@@ -1139,6 +1142,13 @@ var ACRONYMS = {
|
|
|
1139
1142
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1140
1143
|
display: "HTTP2"
|
|
1141
1144
|
},
|
|
1145
|
+
"HTTP/3": {
|
|
1146
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1147
|
+
},
|
|
1148
|
+
"HTTP/3.0": {
|
|
1149
|
+
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1150
|
+
display: "HTTP3"
|
|
1151
|
+
},
|
|
1142
1152
|
"HTTP2": {
|
|
1143
1153
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1144
1154
|
display: "HTTP2"
|
|
@@ -1147,13 +1157,6 @@ var ACRONYMS = {
|
|
|
1147
1157
|
description: "HyperText Transfer Protocol Version 2 (HTTP/2)",
|
|
1148
1158
|
display: "HTTP2"
|
|
1149
1159
|
},
|
|
1150
|
-
"HTTP/3": {
|
|
1151
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)"
|
|
1152
|
-
},
|
|
1153
|
-
"HTTP/3.0": {
|
|
1154
|
-
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1155
|
-
display: "HTTP3"
|
|
1156
|
-
},
|
|
1157
1160
|
"HTTP3": {
|
|
1158
1161
|
description: "HyperText Transfer Protocol Version 3 (HTTP/3)",
|
|
1159
1162
|
display: "HTTP3"
|
|
@@ -1172,6 +1175,13 @@ var ACRONYMS = {
|
|
|
1172
1175
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1173
1176
|
display: "HTTPS2"
|
|
1174
1177
|
},
|
|
1178
|
+
"HTTPS/3": {
|
|
1179
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1180
|
+
},
|
|
1181
|
+
"HTTPS/3.0": {
|
|
1182
|
+
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1183
|
+
display: "HTTPS3"
|
|
1184
|
+
},
|
|
1175
1185
|
"HTTPS2": {
|
|
1176
1186
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1177
1187
|
display: "HTTPS2"
|
|
@@ -1180,13 +1190,6 @@ var ACRONYMS = {
|
|
|
1180
1190
|
description: "HyperText Transfer Protocol Secure Version 2 (HTTPS/2)",
|
|
1181
1191
|
display: "HTTPS2"
|
|
1182
1192
|
},
|
|
1183
|
-
"HTTPS/3": {
|
|
1184
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)"
|
|
1185
|
-
},
|
|
1186
|
-
"HTTPS/3.0": {
|
|
1187
|
-
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1188
|
-
display: "HTTPS3"
|
|
1189
|
-
},
|
|
1190
1193
|
"HTTPS3": {
|
|
1191
1194
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1192
1195
|
display: "HTTPS3"
|
|
@@ -1195,6 +1198,10 @@ var ACRONYMS = {
|
|
|
1195
1198
|
description: "HyperText Transfer Protocol Secure Version 3 (HTTPS/3)",
|
|
1196
1199
|
display: "HTTPS3"
|
|
1197
1200
|
},
|
|
1201
|
+
"IAAS": {
|
|
1202
|
+
description: "Infrastructure as a Service",
|
|
1203
|
+
display: "IaaS"
|
|
1204
|
+
},
|
|
1198
1205
|
"IAM": {
|
|
1199
1206
|
description: "Identity and Access Management"
|
|
1200
1207
|
},
|
|
@@ -1204,10 +1211,6 @@ var ACRONYMS = {
|
|
|
1204
1211
|
"IAMT": {
|
|
1205
1212
|
description: "Identity and Access Management Tool"
|
|
1206
1213
|
},
|
|
1207
|
-
"IAAS": {
|
|
1208
|
-
description: "Infrastructure as a Service",
|
|
1209
|
-
display: "IaaS"
|
|
1210
|
-
},
|
|
1211
1214
|
"ID": {
|
|
1212
1215
|
description: "Identifier",
|
|
1213
1216
|
display: "Id"
|
|
@@ -1218,6 +1221,9 @@ var ACRONYMS = {
|
|
|
1218
1221
|
"IMAP": {
|
|
1219
1222
|
description: "Internet Message Access Protocol"
|
|
1220
1223
|
},
|
|
1224
|
+
"IO": {
|
|
1225
|
+
description: "Input/Output"
|
|
1226
|
+
},
|
|
1221
1227
|
"IP": {
|
|
1222
1228
|
description: "Internet Protocol"
|
|
1223
1229
|
},
|
|
@@ -1231,9 +1237,6 @@ var ACRONYMS = {
|
|
|
1231
1237
|
description: "Intelligence Quotient",
|
|
1232
1238
|
display: "IQ"
|
|
1233
1239
|
},
|
|
1234
|
-
"IO": {
|
|
1235
|
-
description: "Input/Output"
|
|
1236
|
-
},
|
|
1237
1240
|
"IOT": {
|
|
1238
1241
|
description: "Internet of Things",
|
|
1239
1242
|
display: "IoT"
|
|
@@ -1287,6 +1290,9 @@ var ACRONYMS = {
|
|
|
1287
1290
|
"MLOps": {
|
|
1288
1291
|
description: "Machine Learning Operations"
|
|
1289
1292
|
},
|
|
1293
|
+
"MPA": {
|
|
1294
|
+
description: "Multi-Page Application"
|
|
1295
|
+
},
|
|
1290
1296
|
"MST": {
|
|
1291
1297
|
description: "Mountain Standard Time"
|
|
1292
1298
|
},
|
|
@@ -1302,12 +1308,12 @@ var ACRONYMS = {
|
|
|
1302
1308
|
"NAS": {
|
|
1303
1309
|
description: "Network Attached Storage"
|
|
1304
1310
|
},
|
|
1305
|
-
"NASCAR": {
|
|
1306
|
-
description: "National Association for Stock Car Auto Racing"
|
|
1307
|
-
},
|
|
1308
1311
|
"NASA": {
|
|
1309
1312
|
description: "National Aeronautics and Space Administration"
|
|
1310
1313
|
},
|
|
1314
|
+
"NASCAR": {
|
|
1315
|
+
description: "National Association for Stock Car Auto Racing"
|
|
1316
|
+
},
|
|
1311
1317
|
"NAT": {
|
|
1312
1318
|
description: "Network Address Translation"
|
|
1313
1319
|
},
|
|
@@ -1369,18 +1375,25 @@ var ACRONYMS = {
|
|
|
1369
1375
|
"OS": {
|
|
1370
1376
|
description: "Operating System"
|
|
1371
1377
|
},
|
|
1372
|
-
"OSS": {
|
|
1373
|
-
description: "Open Source Software"
|
|
1374
|
-
},
|
|
1375
1378
|
"OSINT": {
|
|
1376
1379
|
description: "Open Source Intelligence"
|
|
1377
1380
|
},
|
|
1381
|
+
"OSS": {
|
|
1382
|
+
description: "Open Source Software"
|
|
1383
|
+
},
|
|
1378
1384
|
"OTP": {
|
|
1379
1385
|
description: "One-Time Password"
|
|
1380
1386
|
},
|
|
1381
1387
|
"P2P": {
|
|
1382
1388
|
description: "Peer to Peer"
|
|
1383
1389
|
},
|
|
1390
|
+
"PAAS": {
|
|
1391
|
+
description: "Platform as a Service",
|
|
1392
|
+
display: "PaaS"
|
|
1393
|
+
},
|
|
1394
|
+
"PCI": {
|
|
1395
|
+
description: "Payment Card Industry"
|
|
1396
|
+
},
|
|
1384
1397
|
"PDP": {
|
|
1385
1398
|
description: "Policy Decision Point / Product Detail Page"
|
|
1386
1399
|
},
|
|
@@ -1393,25 +1406,18 @@ var ACRONYMS = {
|
|
|
1393
1406
|
"POTUS": {
|
|
1394
1407
|
description: "President of the United States"
|
|
1395
1408
|
},
|
|
1409
|
+
"PP": {
|
|
1410
|
+
description: "Pages / PayPal / Percentage Points"
|
|
1411
|
+
},
|
|
1396
1412
|
"PST": {
|
|
1397
1413
|
description: "Pacific Standard Time"
|
|
1398
1414
|
},
|
|
1399
1415
|
"PTO": {
|
|
1400
1416
|
description: "Paid Time Off / Power Take-Off"
|
|
1401
1417
|
},
|
|
1402
|
-
"PAAS": {
|
|
1403
|
-
description: "Platform as a Service",
|
|
1404
|
-
display: "PaaS"
|
|
1405
|
-
},
|
|
1406
|
-
"PCI": {
|
|
1407
|
-
description: "Payment Card Industry"
|
|
1408
|
-
},
|
|
1409
1418
|
"PKI": {
|
|
1410
1419
|
description: "Public Key Infrastructure"
|
|
1411
1420
|
},
|
|
1412
|
-
"PP": {
|
|
1413
|
-
description: "Pages / PayPal / Percentage Points"
|
|
1414
|
-
},
|
|
1415
1421
|
"PWA": {
|
|
1416
1422
|
description: "Progressive Web App"
|
|
1417
1423
|
},
|
|
@@ -1448,12 +1454,15 @@ var ACRONYMS = {
|
|
|
1448
1454
|
"RPA": {
|
|
1449
1455
|
description: "Robotic Process Automation"
|
|
1450
1456
|
},
|
|
1451
|
-
"
|
|
1452
|
-
description: "
|
|
1457
|
+
"RSC": {
|
|
1458
|
+
description: "React Server Components"
|
|
1453
1459
|
},
|
|
1454
1460
|
"RSS": {
|
|
1455
1461
|
description: "Really Simple Syndication"
|
|
1456
1462
|
},
|
|
1463
|
+
"RUM": {
|
|
1464
|
+
description: "Real User Monitoring"
|
|
1465
|
+
},
|
|
1457
1466
|
"S3": {
|
|
1458
1467
|
description: "Simple Storage Service (S3)"
|
|
1459
1468
|
},
|
|
@@ -1496,11 +1505,14 @@ var ACRONYMS = {
|
|
|
1496
1505
|
"SOAP": {
|
|
1497
1506
|
description: "Simple Object Access Protocol"
|
|
1498
1507
|
},
|
|
1508
|
+
"SOA": {
|
|
1509
|
+
description: "Service Oriented Architecture"
|
|
1510
|
+
},
|
|
1499
1511
|
"SOC": {
|
|
1500
1512
|
description: "Security Operations Center / System on Chip"
|
|
1501
1513
|
},
|
|
1502
|
-
"
|
|
1503
|
-
description: "
|
|
1514
|
+
"SPA": {
|
|
1515
|
+
description: "Single Page Application"
|
|
1504
1516
|
},
|
|
1505
1517
|
"SPDY": {
|
|
1506
1518
|
description: 'Speedy (pronounced "SPeeDY")'
|
|
@@ -1523,15 +1535,18 @@ var ACRONYMS = {
|
|
|
1523
1535
|
"SSDL": {
|
|
1524
1536
|
description: "Secure Software Development Lifecycle"
|
|
1525
1537
|
},
|
|
1538
|
+
"SSG": {
|
|
1539
|
+
description: "Static Site Generation"
|
|
1540
|
+
},
|
|
1541
|
+
"SSR": {
|
|
1542
|
+
description: "Server Side Rendering"
|
|
1543
|
+
},
|
|
1526
1544
|
"SSO": {
|
|
1527
1545
|
description: "Single Sign-On"
|
|
1528
1546
|
},
|
|
1529
1547
|
"SSL": {
|
|
1530
1548
|
description: "Secure Sockets Layer"
|
|
1531
1549
|
},
|
|
1532
|
-
"SSR": {
|
|
1533
|
-
description: "Server Side Rendering"
|
|
1534
|
-
},
|
|
1535
1550
|
"TDD": {
|
|
1536
1551
|
description: "Test Driven Development"
|
|
1537
1552
|
},
|
|
@@ -1640,12 +1655,12 @@ var ACRONYMS = {
|
|
|
1640
1655
|
"XR": {
|
|
1641
1656
|
description: "Extended Reality"
|
|
1642
1657
|
},
|
|
1643
|
-
"YMCA": {
|
|
1644
|
-
description: "Young Men's Christian Association"
|
|
1645
|
-
},
|
|
1646
1658
|
"YAML": {
|
|
1647
1659
|
description: "YAML Ain't Markup Language"
|
|
1648
1660
|
},
|
|
1661
|
+
"YMCA": {
|
|
1662
|
+
description: "Young Men's Christian Association"
|
|
1663
|
+
},
|
|
1649
1664
|
"YWCA": {
|
|
1650
1665
|
description: "Young Women's Christian Association"
|
|
1651
1666
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/prisma-trpc-generator",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A fork of the prisma-trpc-generator code to work in ESM with Prisma v6.",
|
|
6
6
|
"repository": {
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"dependencies": {
|
|
95
95
|
"@prisma/generator-helper": "^6.5.0",
|
|
96
96
|
"@prisma/internals": "^6.5.0",
|
|
97
|
-
"@stryke/fs": "^0.28.
|
|
98
|
-
"@stryke/path": "^0.
|
|
97
|
+
"@stryke/fs": "^0.28.2",
|
|
98
|
+
"@stryke/path": "^0.14.0",
|
|
99
99
|
"esbuild": "^0.25.0",
|
|
100
100
|
"jiti": "^2.5.1",
|
|
101
101
|
"parenthesis": "^3.1.8",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"tsup": "^8.3.5"
|
|
110
110
|
},
|
|
111
111
|
"publishConfig": { "access": "public" },
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "4cae447b5b6f7d1f4df93639090da46230f3b539"
|
|
113
113
|
}
|