@kmlckj/licos-ai-cli 0.0.28 → 0.0.30
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/lib/__templates__/expo/.licosproj/scripts/dev_build.sh +3 -1
- package/lib/__templates__/expo/.licosproj/scripts/dev_run.sh +2 -2
- package/lib/__templates__/expo/.licosproj/scripts/prod_build.sh +2 -2
- package/lib/__templates__/expo/.licosproj/scripts/prod_run.sh +1 -1
- package/lib/__templates__/expo/.licosproj/scripts/server_dev_run.sh +1 -1
- package/lib/__templates__/expo/AGENTS.md +7 -5
- package/lib/__templates__/expo/README.md +5 -5
- package/lib/__templates__/expo/client/package.json +1 -1
- package/lib/__templates__/expo/client/scripts/install-missing-deps.js +11 -6
- package/lib/__templates__/expo/package.json +7 -4
- package/lib/__templates__/expo/pnpm-lock.yaml +5 -5
- package/lib/__templates__/expo/server/package.json +6 -6
- package/lib/__templates__/expo/template.config.js +12 -2
- package/lib/__templates__/nextjs/AGENTS.md +5 -3
- package/lib/__templates__/nextjs/README.md +3 -3
- package/lib/__templates__/nextjs/package.json +15 -13
- package/lib/__templates__/nextjs/pnpm-lock.yaml +21 -278
- package/lib/__templates__/nextjs/scripts/build.sh +1 -1
- package/lib/__templates__/nextjs/scripts/prepare.sh +1 -1
- package/lib/__templates__/nextjs/template.config.js +12 -2
- package/lib/__templates__/nuxt-vue/AGENTS.md +5 -3
- package/lib/__templates__/nuxt-vue/README.md +1 -1
- package/lib/__templates__/nuxt-vue/package.json +16 -12
- package/lib/__templates__/nuxt-vue/pnpm-lock.yaml +11 -406
- package/lib/__templates__/nuxt-vue/scripts/build.sh +1 -1
- package/lib/__templates__/nuxt-vue/scripts/prepare.sh +1 -1
- package/lib/__templates__/taro/.licosproj/scripts/deploy_build.sh +1 -1
- package/lib/__templates__/taro/.licosproj/scripts/dev_build.sh +1 -1
- package/lib/__templates__/taro/.licosproj/scripts/dev_run.sh +1 -1
- package/lib/__templates__/taro/AGENTS.md +7 -6
- package/lib/__templates__/taro/README.md +7 -7
- package/lib/__templates__/taro/package.json +3 -5
- package/lib/__templates__/taro/pnpm-lock.yaml +12 -211
- package/lib/__templates__/taro/server/package.json +1 -1
- package/lib/__templates__/taro/server/src/main.ts +2 -2
- package/lib/__templates__/vite/AGENTS.md +5 -3
- package/lib/__templates__/vite/README.md +7 -7
- package/lib/__templates__/vite/package.json +15 -13
- package/lib/__templates__/vite/pnpm-lock.yaml +5 -422
- package/lib/__templates__/vite/scripts/build.sh +1 -1
- package/lib/__templates__/vite/scripts/prepare.sh +1 -1
- package/lib/__templates__/vite/template.config.js +12 -2
- package/lib/cli.js +18 -10
- package/package.json +1 -1
|
@@ -9,8 +9,8 @@ importers:
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
11
|
'@kmlckj/licos-platform-sdk':
|
|
12
|
-
specifier: 0.6.
|
|
13
|
-
version: 0.6.
|
|
12
|
+
specifier: 0.6.2
|
|
13
|
+
version: 0.6.2
|
|
14
14
|
'@nuxt/image':
|
|
15
15
|
specifier: ^1.8.1
|
|
16
16
|
version: 1.11.0(db0@0.3.4)(ioredis@5.10.0)(magicast@0.5.2)
|
|
@@ -36,9 +36,6 @@ importers:
|
|
|
36
36
|
autoprefixer:
|
|
37
37
|
specifier: ^10.4.20
|
|
38
38
|
version: 10.4.27(postcss@8.5.8)
|
|
39
|
-
only-allow:
|
|
40
|
-
specifier: ^1.2.2
|
|
41
|
-
version: 1.2.2
|
|
42
39
|
postcss:
|
|
43
40
|
specifier: ^8.4.49
|
|
44
41
|
version: 8.5.8
|
|
@@ -187,9 +184,6 @@ packages:
|
|
|
187
184
|
commander:
|
|
188
185
|
optional: true
|
|
189
186
|
|
|
190
|
-
'@cfworker/json-schema@4.1.1':
|
|
191
|
-
resolution: {integrity: sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==}
|
|
192
|
-
|
|
193
187
|
'@clack/core@1.1.0':
|
|
194
188
|
resolution: {integrity: sha512-SVcm4Dqm2ukn64/8Gub2wnlA5nS2iWJyCkdNHcvNHPIeBTGojpdJ+9cZKwLfmqy7irD4N5qLteSilJlE0WLAtA==}
|
|
195
189
|
|
|
@@ -417,12 +411,13 @@ packages:
|
|
|
417
411
|
'@jridgewell/trace-mapping@0.3.31':
|
|
418
412
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
419
413
|
|
|
420
|
-
'@kmlckj/licos-platform-sdk@0.6.
|
|
421
|
-
resolution: {integrity: sha512-
|
|
414
|
+
'@kmlckj/licos-platform-sdk@0.6.2':
|
|
415
|
+
resolution: {integrity: sha512-hnHnSjVpih6Z1DL2kGumql0WV7JClmwX9GulqTxfuNX42JHFbvzTq4xHUXtb37bFtFFMWWHzG7ascQFWrheb4w==}
|
|
422
416
|
|
|
423
417
|
'@koa/router@12.0.2':
|
|
424
418
|
resolution: {integrity: sha512-sYcHglGKTxGF+hQ6x67xDfkE9o+NhVlRHBqq6gLywaMc6CojK/5vFZByphdonKinYlMLkEkacm+HEse9HzwgTA==}
|
|
425
419
|
engines: {node: '>= 12'}
|
|
420
|
+
deprecated: Please upgrade to v15 or higher. All reported bugs in this version are fixed in newer releases, dependencies have been updated, and security has been improved.
|
|
426
421
|
|
|
427
422
|
'@kwsites/file-exists@1.1.1':
|
|
428
423
|
resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==}
|
|
@@ -430,16 +425,6 @@ packages:
|
|
|
430
425
|
'@kwsites/promise-deferred@1.1.1':
|
|
431
426
|
resolution: {integrity: sha512-GaHYm+c0O9MjZRu0ongGBRbinu8gVAMd2UZjji6jVmqKtZluZnptXGWhz1E8j8D2HJ3f/yMxKAUC0b+57wncIw==}
|
|
432
427
|
|
|
433
|
-
'@langchain/core@1.1.31':
|
|
434
|
-
resolution: {integrity: sha512-FxsgIUONjKaRpjx59sISgmb0OMCbAetPGyhzjGa2kX0y1f8LZ5xm9VB2db7W9HYWyLvzRWcMA51Uu4OSTJmtZQ==}
|
|
435
|
-
engines: {node: '>=20'}
|
|
436
|
-
|
|
437
|
-
'@langchain/openai@1.2.12':
|
|
438
|
-
resolution: {integrity: sha512-Im6PPNujrfkZk4vpc9JAjbeERg+RbNtWRe3KSFOP7aNGa/yZ+XD69lxXwbsZGaZkbiUN/hwe9RYeisUfThb5wg==}
|
|
439
|
-
engines: {node: '>=20'}
|
|
440
|
-
peerDependencies:
|
|
441
|
-
'@langchain/core': ^1.1.30
|
|
442
|
-
|
|
443
428
|
'@mapbox/node-pre-gyp@2.0.3':
|
|
444
429
|
resolution: {integrity: sha512-uwPAhccfFJlsfCxMYTwOdVfOz3xqyj8xYL3zJj8f0pb30tLohnnFPhLuqp4/qoEz8sNxe4SESZedcBojRefIzg==}
|
|
445
430
|
engines: {node: '>=18'}
|
|
@@ -1256,9 +1241,6 @@ packages:
|
|
|
1256
1241
|
'@speed-highlight/core@1.2.14':
|
|
1257
1242
|
resolution: {integrity: sha512-G4ewlBNhUtlLvrJTb88d2mdy2KRijzs4UhnlrOSRT4bmjh/IqNElZa3zkrZ+TC47TwtlDWzVLFADljF1Ijp5hA==}
|
|
1258
1243
|
|
|
1259
|
-
'@standard-schema/spec@1.1.0':
|
|
1260
|
-
resolution: {integrity: sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==}
|
|
1261
|
-
|
|
1262
1244
|
'@tybys/wasm-util@0.10.1':
|
|
1263
1245
|
resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==}
|
|
1264
1246
|
|
|
@@ -1268,18 +1250,9 @@ packages:
|
|
|
1268
1250
|
'@types/node@20.19.37':
|
|
1269
1251
|
resolution: {integrity: sha512-8kzdPJ3FsNsVIurqBs7oodNnCEVbni9yUEkaHbgptDACOPW04jimGagZ51E6+lXUwJjgnBw+hyko/lkFWCldqw==}
|
|
1270
1252
|
|
|
1271
|
-
'@types/phoenix@1.6.7':
|
|
1272
|
-
resolution: {integrity: sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==}
|
|
1273
|
-
|
|
1274
1253
|
'@types/resolve@1.20.2':
|
|
1275
1254
|
resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==}
|
|
1276
1255
|
|
|
1277
|
-
'@types/uuid@10.0.0':
|
|
1278
|
-
resolution: {integrity: sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==}
|
|
1279
|
-
|
|
1280
|
-
'@types/ws@8.18.1':
|
|
1281
|
-
resolution: {integrity: sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==}
|
|
1282
|
-
|
|
1283
1256
|
'@unhead/vue@2.1.12':
|
|
1284
1257
|
resolution: {integrity: sha512-zEWqg0nZM8acpuTZE40wkeUl8AhIe0tU0OkilVi1D4fmVjACrwoh5HP6aNqJ8kUnKsoy6D+R3Vi/O+fmdNGO7g==}
|
|
1285
1258
|
peerDependencies:
|
|
@@ -1422,10 +1395,6 @@ packages:
|
|
|
1422
1395
|
resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
|
|
1423
1396
|
engines: {node: '>=8'}
|
|
1424
1397
|
|
|
1425
|
-
ansi-styles@5.2.0:
|
|
1426
|
-
resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==}
|
|
1427
|
-
engines: {node: '>=10'}
|
|
1428
|
-
|
|
1429
1398
|
ansi-styles@6.2.3:
|
|
1430
1399
|
resolution: {integrity: sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==}
|
|
1431
1400
|
engines: {node: '>=12'}
|
|
@@ -1466,9 +1435,6 @@ packages:
|
|
|
1466
1435
|
async@3.2.6:
|
|
1467
1436
|
resolution: {integrity: sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==}
|
|
1468
1437
|
|
|
1469
|
-
asynckit@0.4.0:
|
|
1470
|
-
resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==}
|
|
1471
|
-
|
|
1472
1438
|
at-least-node@1.0.0:
|
|
1473
1439
|
resolution: {integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==}
|
|
1474
1440
|
engines: {node: '>= 4.0.0'}
|
|
@@ -1480,9 +1446,6 @@ packages:
|
|
|
1480
1446
|
peerDependencies:
|
|
1481
1447
|
postcss: ^8.1.0
|
|
1482
1448
|
|
|
1483
|
-
axios@1.13.6:
|
|
1484
|
-
resolution: {integrity: sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==}
|
|
1485
|
-
|
|
1486
1449
|
b4a@1.8.0:
|
|
1487
1450
|
resolution: {integrity: sha512-qRuSmNSkGQaHwNbM7J78Wwy+ghLEYF1zNrSeMxj4Kgw6y33O3mXcQ6Ie9fRvfU/YnxWkOchPXbaLb73TkIsfdg==}
|
|
1488
1451
|
peerDependencies:
|
|
@@ -1627,10 +1590,6 @@ packages:
|
|
|
1627
1590
|
resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==}
|
|
1628
1591
|
engines: {node: '>= 6'}
|
|
1629
1592
|
|
|
1630
|
-
camelcase@6.3.0:
|
|
1631
|
-
resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==}
|
|
1632
|
-
engines: {node: '>=10'}
|
|
1633
|
-
|
|
1634
1593
|
caniuse-api@3.0.0:
|
|
1635
1594
|
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
|
1636
1595
|
|
|
@@ -1641,10 +1600,6 @@ packages:
|
|
|
1641
1600
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
1642
1601
|
engines: {node: '>=10'}
|
|
1643
1602
|
|
|
1644
|
-
chalk@5.6.2:
|
|
1645
|
-
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
1646
|
-
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
1647
|
-
|
|
1648
1603
|
chokidar@3.6.0:
|
|
1649
1604
|
resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==}
|
|
1650
1605
|
engines: {node: '>= 8.10.0'}
|
|
@@ -1703,10 +1658,6 @@ packages:
|
|
|
1703
1658
|
colord@2.9.3:
|
|
1704
1659
|
resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==}
|
|
1705
1660
|
|
|
1706
|
-
combined-stream@1.0.8:
|
|
1707
|
-
resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==}
|
|
1708
|
-
engines: {node: '>= 0.8'}
|
|
1709
|
-
|
|
1710
1661
|
commander@11.1.0:
|
|
1711
1662
|
resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==}
|
|
1712
1663
|
engines: {node: '>=16'}
|
|
@@ -1749,9 +1700,6 @@ packages:
|
|
|
1749
1700
|
resolution: {integrity: sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==}
|
|
1750
1701
|
engines: {node: ^14.18.0 || >=16.10.0}
|
|
1751
1702
|
|
|
1752
|
-
console-table-printer@2.15.0:
|
|
1753
|
-
resolution: {integrity: sha512-SrhBq4hYVjLCkBVOWaTzceJalvn5K1Zq5aQA6wXC/cYjI3frKWNPEMK3sZsJfNNQApvCQmgBcc13ZKmFj8qExw==}
|
|
1754
|
-
|
|
1755
1703
|
content-disposition@0.5.4:
|
|
1756
1704
|
resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==}
|
|
1757
1705
|
engines: {node: '>= 0.6'}
|
|
@@ -1897,10 +1845,6 @@ packages:
|
|
|
1897
1845
|
supports-color:
|
|
1898
1846
|
optional: true
|
|
1899
1847
|
|
|
1900
|
-
decamelize@1.2.0:
|
|
1901
|
-
resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==}
|
|
1902
|
-
engines: {node: '>=0.10.0'}
|
|
1903
|
-
|
|
1904
1848
|
decompress-response@6.0.0:
|
|
1905
1849
|
resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==}
|
|
1906
1850
|
engines: {node: '>=10'}
|
|
@@ -1935,10 +1879,6 @@ packages:
|
|
|
1935
1879
|
defu@6.1.4:
|
|
1936
1880
|
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
|
1937
1881
|
|
|
1938
|
-
delayed-stream@1.0.0:
|
|
1939
|
-
resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==}
|
|
1940
|
-
engines: {node: '>=0.4.0'}
|
|
1941
|
-
|
|
1942
1882
|
delegates@1.0.0:
|
|
1943
1883
|
resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==}
|
|
1944
1884
|
|
|
@@ -2061,10 +2001,6 @@ packages:
|
|
|
2061
2001
|
resolution: {integrity: sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==}
|
|
2062
2002
|
engines: {node: '>= 0.4'}
|
|
2063
2003
|
|
|
2064
|
-
es-set-tostringtag@2.1.0:
|
|
2065
|
-
resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==}
|
|
2066
|
-
engines: {node: '>= 0.4'}
|
|
2067
|
-
|
|
2068
2004
|
esbuild@0.27.3:
|
|
2069
2005
|
resolution: {integrity: sha512-8VwMnyGCONIs6cWue2IdpHxHnAjzxnw2Zr7MkVxB2vjmQ2ivqGFb4LEG3SMnv0Gb2F/G/2yA8zUaiL1gywDCCg==}
|
|
2070
2006
|
engines: {node: '>=18'}
|
|
@@ -2095,9 +2031,6 @@ packages:
|
|
|
2095
2031
|
resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==}
|
|
2096
2032
|
engines: {node: '>=6'}
|
|
2097
2033
|
|
|
2098
|
-
eventemitter3@4.0.7:
|
|
2099
|
-
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
2100
|
-
|
|
2101
2034
|
events-universal@1.0.1:
|
|
2102
2035
|
resolution: {integrity: sha512-LUd5euvbMLpwOF8m6ivPCbhQeSiYVNb8Vs0fQ8QjXo0JTkEHpz8pxdQf0gStltaPpw0Cca8b39KxvK9cfKRiAw==}
|
|
2103
2036
|
|
|
@@ -2146,23 +2079,10 @@ packages:
|
|
|
2146
2079
|
resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==}
|
|
2147
2080
|
engines: {node: '>=8'}
|
|
2148
2081
|
|
|
2149
|
-
follow-redirects@1.15.11:
|
|
2150
|
-
resolution: {integrity: sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==}
|
|
2151
|
-
engines: {node: '>=4.0'}
|
|
2152
|
-
peerDependencies:
|
|
2153
|
-
debug: '*'
|
|
2154
|
-
peerDependenciesMeta:
|
|
2155
|
-
debug:
|
|
2156
|
-
optional: true
|
|
2157
|
-
|
|
2158
2082
|
foreground-child@3.3.1:
|
|
2159
2083
|
resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==}
|
|
2160
2084
|
engines: {node: '>=14'}
|
|
2161
2085
|
|
|
2162
|
-
form-data@4.0.5:
|
|
2163
|
-
resolution: {integrity: sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==}
|
|
2164
|
-
engines: {node: '>= 6'}
|
|
2165
|
-
|
|
2166
2086
|
fraction.js@5.3.4:
|
|
2167
2087
|
resolution: {integrity: sha512-1X1NTtiJphryn/uLQz3whtY6jK3fTqoE3ohKs0tT+Ujr1W59oopxmoEh7Lu5p6vBaPbgoM0bzveAW4Qi5RyWDQ==}
|
|
2168
2088
|
|
|
@@ -2247,6 +2167,7 @@ packages:
|
|
|
2247
2167
|
|
|
2248
2168
|
glob@10.4.5:
|
|
2249
2169
|
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
|
|
2170
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
2250
2171
|
hasBin: true
|
|
2251
2172
|
|
|
2252
2173
|
glob@13.0.6:
|
|
@@ -2255,7 +2176,7 @@ packages:
|
|
|
2255
2176
|
|
|
2256
2177
|
glob@7.2.3:
|
|
2257
2178
|
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
|
|
2258
|
-
deprecated:
|
|
2179
|
+
deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
|
|
2259
2180
|
|
|
2260
2181
|
global-directory@4.0.1:
|
|
2261
2182
|
resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==}
|
|
@@ -2332,10 +2253,6 @@ packages:
|
|
|
2332
2253
|
resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==}
|
|
2333
2254
|
engines: {node: '>=16.17.0'}
|
|
2334
2255
|
|
|
2335
|
-
iceberg-js@0.8.1:
|
|
2336
|
-
resolution: {integrity: sha512-1dhVQZXhcHje7798IVM+xoo/1ZdVfzOMIc8/rgVSijRK38EDqOJoGula9N/8ZI5RD8QTxNQtK/Gozpr+qUqRRA==}
|
|
2337
|
-
engines: {node: '>=20.0.0'}
|
|
2338
|
-
|
|
2339
2256
|
iconv-lite@0.4.24:
|
|
2340
2257
|
resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==}
|
|
2341
2258
|
engines: {node: '>=0.10.0'}
|
|
@@ -2486,9 +2403,6 @@ packages:
|
|
|
2486
2403
|
resolution: {integrity: sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==}
|
|
2487
2404
|
hasBin: true
|
|
2488
2405
|
|
|
2489
|
-
js-tiktoken@1.0.21:
|
|
2490
|
-
resolution: {integrity: sha512-biOj/6M5qdgx5TKjDnFT1ymSpM5tbd3ylwDtrQvFQSu0Z7bBYko2dF+W/aUkXUPuk6IVpRxk/3Q2sHOzGlS36g==}
|
|
2491
|
-
|
|
2492
2406
|
js-tokens@4.0.0:
|
|
2493
2407
|
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
2494
2408
|
|
|
@@ -2543,23 +2457,6 @@ packages:
|
|
|
2543
2457
|
resolution: {integrity: sha512-3An0GCLDSR34tsCO4H8Tef8Pp2ngtaZDAZnsWJYelqXUK5wyiHvGItgK/xcSkmHLSTn1Jcho1mRQs2ehRzvKKw==}
|
|
2544
2458
|
engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4}
|
|
2545
2459
|
|
|
2546
|
-
langsmith@0.5.9:
|
|
2547
|
-
resolution: {integrity: sha512-mT88HlYTz7IZzVJP/OM7D6PAR3kzcbPGjYDJpx64ua9WiJXFqQx6YKewxIIxkVSZCb9I/9TiYvPYfZ4rawOdEg==}
|
|
2548
|
-
peerDependencies:
|
|
2549
|
-
'@opentelemetry/api': '*'
|
|
2550
|
-
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
2551
|
-
'@opentelemetry/sdk-trace-base': '*'
|
|
2552
|
-
openai: '*'
|
|
2553
|
-
peerDependenciesMeta:
|
|
2554
|
-
'@opentelemetry/api':
|
|
2555
|
-
optional: true
|
|
2556
|
-
'@opentelemetry/exporter-trace-otlp-proto':
|
|
2557
|
-
optional: true
|
|
2558
|
-
'@opentelemetry/sdk-trace-base':
|
|
2559
|
-
optional: true
|
|
2560
|
-
openai:
|
|
2561
|
-
optional: true
|
|
2562
|
-
|
|
2563
2460
|
launch-editor@2.13.1:
|
|
2564
2461
|
resolution: {integrity: sha512-lPSddlAAluRKJ7/cjRFoXUFzaX7q/YKI7yPHuEvSJVqoXvFnJov1/Ud87Aa4zULIbA9Nja4mSPK8l0z/7eV2wA==}
|
|
2565
2462
|
|
|
@@ -2602,28 +2499,24 @@ packages:
|
|
|
2602
2499
|
engines: {node: '>= 12.0.0'}
|
|
2603
2500
|
cpu: [arm64]
|
|
2604
2501
|
os: [linux]
|
|
2605
|
-
libc: [glibc]
|
|
2606
2502
|
|
|
2607
2503
|
lightningcss-linux-arm64-musl@1.31.1:
|
|
2608
2504
|
resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==}
|
|
2609
2505
|
engines: {node: '>= 12.0.0'}
|
|
2610
2506
|
cpu: [arm64]
|
|
2611
2507
|
os: [linux]
|
|
2612
|
-
libc: [musl]
|
|
2613
2508
|
|
|
2614
2509
|
lightningcss-linux-x64-gnu@1.31.1:
|
|
2615
2510
|
resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==}
|
|
2616
2511
|
engines: {node: '>= 12.0.0'}
|
|
2617
2512
|
cpu: [x64]
|
|
2618
2513
|
os: [linux]
|
|
2619
|
-
libc: [glibc]
|
|
2620
2514
|
|
|
2621
2515
|
lightningcss-linux-x64-musl@1.31.1:
|
|
2622
2516
|
resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==}
|
|
2623
2517
|
engines: {node: '>= 12.0.0'}
|
|
2624
2518
|
cpu: [x64]
|
|
2625
2519
|
os: [linux]
|
|
2626
|
-
libc: [musl]
|
|
2627
2520
|
|
|
2628
2521
|
lightningcss-win32-arm64-msvc@1.31.1:
|
|
2629
2522
|
resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==}
|
|
@@ -2800,10 +2693,6 @@ packages:
|
|
|
2800
2693
|
muggle-string@0.4.1:
|
|
2801
2694
|
resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==}
|
|
2802
2695
|
|
|
2803
|
-
mustache@4.2.0:
|
|
2804
|
-
resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==}
|
|
2805
|
-
hasBin: true
|
|
2806
|
-
|
|
2807
2696
|
mz@2.7.0:
|
|
2808
2697
|
resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==}
|
|
2809
2698
|
|
|
@@ -2941,10 +2830,6 @@ packages:
|
|
|
2941
2830
|
resolution: {integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==}
|
|
2942
2831
|
engines: {node: '>=12'}
|
|
2943
2832
|
|
|
2944
|
-
only-allow@1.2.2:
|
|
2945
|
-
resolution: {integrity: sha512-uxyNYDsCh5YIJ780G7hC5OHjVUr9reHsbZNMM80L9tZlTpb3hUzb36KXgW4ZUGtJKQnGA3xegmWg1BxhWV0jJA==}
|
|
2946
|
-
hasBin: true
|
|
2947
|
-
|
|
2948
2833
|
only@0.0.2:
|
|
2949
2834
|
resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==}
|
|
2950
2835
|
|
|
@@ -2960,18 +2845,6 @@ packages:
|
|
|
2960
2845
|
resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==}
|
|
2961
2846
|
engines: {node: '>=12'}
|
|
2962
2847
|
|
|
2963
|
-
openai@6.27.0:
|
|
2964
|
-
resolution: {integrity: sha512-osTKySlrdYrLYTt0zjhY8yp0JUBmWDCN+Q+QxsV4xMQnnoVFpylgKGgxwN8sSdTNw0G4y+WUXs4eCMWpyDNWZQ==}
|
|
2965
|
-
hasBin: true
|
|
2966
|
-
peerDependencies:
|
|
2967
|
-
ws: ^8.18.0
|
|
2968
|
-
zod: ^3.25 || ^4.0
|
|
2969
|
-
peerDependenciesMeta:
|
|
2970
|
-
ws:
|
|
2971
|
-
optional: true
|
|
2972
|
-
zod:
|
|
2973
|
-
optional: true
|
|
2974
|
-
|
|
2975
2848
|
oxc-minify@0.112.0:
|
|
2976
2849
|
resolution: {integrity: sha512-rkVSeeIRSt+RYI9uX6xonBpLUpvZyegxIg0UL87ev7YAfUqp7IIZlRjkgQN5Us1lyXD//TOo0Dcuuro/TYOWoQ==}
|
|
2977
2850
|
engines: {node: ^20.19.0 || >=22.12.0}
|
|
@@ -2989,18 +2862,6 @@ packages:
|
|
|
2989
2862
|
peerDependencies:
|
|
2990
2863
|
oxc-parser: '>=0.98.0'
|
|
2991
2864
|
|
|
2992
|
-
p-finally@1.0.0:
|
|
2993
|
-
resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==}
|
|
2994
|
-
engines: {node: '>=4'}
|
|
2995
|
-
|
|
2996
|
-
p-queue@6.6.2:
|
|
2997
|
-
resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==}
|
|
2998
|
-
engines: {node: '>=8'}
|
|
2999
|
-
|
|
3000
|
-
p-timeout@3.2.0:
|
|
3001
|
-
resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==}
|
|
3002
|
-
engines: {node: '>=8'}
|
|
3003
|
-
|
|
3004
2865
|
package-json-from-dist@1.0.1:
|
|
3005
2866
|
resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==}
|
|
3006
2867
|
|
|
@@ -3046,37 +2907,6 @@ packages:
|
|
|
3046
2907
|
perfect-debounce@2.1.0:
|
|
3047
2908
|
resolution: {integrity: sha512-LjgdTytVFXeUgtHZr9WYViYSM/g8MkcTPYDlPa3cDqMirHjKiSZPYd6DoL7pK8AJQr+uWkQvCjHNdiMqsrJs+g==}
|
|
3048
2909
|
|
|
3049
|
-
pg-connection-string@2.12.0:
|
|
3050
|
-
resolution: {integrity: sha512-U7qg+bpswf3Cs5xLzRqbXbQl85ng0mfSV/J0nnA31MCLgvEaAo7CIhmeyrmJpOr7o+zm0rXK+hNnT5l9RHkCkQ==}
|
|
3051
|
-
|
|
3052
|
-
pg-int8@1.0.1:
|
|
3053
|
-
resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
|
|
3054
|
-
engines: {node: '>=4.0.0'}
|
|
3055
|
-
|
|
3056
|
-
pg-pool@3.13.0:
|
|
3057
|
-
resolution: {integrity: sha512-gB+R+Xud1gLFuRD/QgOIgGOBE2KCQPaPwkzBBGC9oG69pHTkhQeIuejVIk3/cnDyX39av2AxomQiyPT13WKHQA==}
|
|
3058
|
-
peerDependencies:
|
|
3059
|
-
pg: '>=8.0'
|
|
3060
|
-
|
|
3061
|
-
pg-protocol@1.13.0:
|
|
3062
|
-
resolution: {integrity: sha512-zzdvXfS6v89r6v7OcFCHfHlyG/wvry1ALxZo4LqgUoy7W9xhBDMaqOuMiF3qEV45VqsN6rdlcehHrfDtlCPc8w==}
|
|
3063
|
-
|
|
3064
|
-
pg-types@2.2.0:
|
|
3065
|
-
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
|
|
3066
|
-
engines: {node: '>=4'}
|
|
3067
|
-
|
|
3068
|
-
pg@8.20.0:
|
|
3069
|
-
resolution: {integrity: sha512-ldhMxz2r8fl/6QkXnBD3CR9/xg694oT6DZQ2s6c/RI28OjtSOpxnPrUCGOBJ46RCUxcWdx3p6kw/xnDHjKvaRA==}
|
|
3070
|
-
engines: {node: '>= 16.0.0'}
|
|
3071
|
-
peerDependencies:
|
|
3072
|
-
pg-native: '>=3.0.1'
|
|
3073
|
-
peerDependenciesMeta:
|
|
3074
|
-
pg-native:
|
|
3075
|
-
optional: true
|
|
3076
|
-
|
|
3077
|
-
pgpass@1.0.5:
|
|
3078
|
-
resolution: {integrity: sha512-FdW9r/jQZhSeohs1Z3sI1yxFQNFvMcnmfuj4WBMUTxOrAyLMaTcE1aAMBiTlbMNaXvBCQuVi0R7hd8udDSP7ug==}
|
|
3079
|
-
|
|
3080
2910
|
picocolors@1.1.1:
|
|
3081
2911
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
3082
2912
|
|
|
@@ -3325,22 +3155,6 @@ packages:
|
|
|
3325
3155
|
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
3326
3156
|
engines: {node: ^10 || ^12 || >=14}
|
|
3327
3157
|
|
|
3328
|
-
postgres-array@2.0.0:
|
|
3329
|
-
resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==}
|
|
3330
|
-
engines: {node: '>=4'}
|
|
3331
|
-
|
|
3332
|
-
postgres-bytea@1.0.1:
|
|
3333
|
-
resolution: {integrity: sha512-5+5HqXnsZPE65IJZSMkZtURARZelel2oXUEO8rH83VS/hxH5vv1uHquPg5wZs8yMAfdv971IU+kcPUczi7NVBQ==}
|
|
3334
|
-
engines: {node: '>=0.10.0'}
|
|
3335
|
-
|
|
3336
|
-
postgres-date@1.0.7:
|
|
3337
|
-
resolution: {integrity: sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==}
|
|
3338
|
-
engines: {node: '>=0.10.0'}
|
|
3339
|
-
|
|
3340
|
-
postgres-interval@1.2.0:
|
|
3341
|
-
resolution: {integrity: sha512-9ZhXKM/rw350N1ovuWHbGxnGh/SNJ4cnxHiM0rxE4VN41wsg8P8zWn9hv/buK00RP4WvlOyr/RBDiptyxVbkZQ==}
|
|
3342
|
-
engines: {node: '>=0.10.0'}
|
|
3343
|
-
|
|
3344
3158
|
prebuild-install@7.1.3:
|
|
3345
3159
|
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
|
|
3346
3160
|
engines: {node: '>=10'}
|
|
@@ -3358,9 +3172,6 @@ packages:
|
|
|
3358
3172
|
resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==}
|
|
3359
3173
|
engines: {node: '>= 0.6.0'}
|
|
3360
3174
|
|
|
3361
|
-
proxy-from-env@1.1.0:
|
|
3362
|
-
resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==}
|
|
3363
|
-
|
|
3364
3175
|
pump@3.0.4:
|
|
3365
3176
|
resolution: {integrity: sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==}
|
|
3366
3177
|
|
|
@@ -3570,9 +3381,6 @@ packages:
|
|
|
3570
3381
|
simple-swizzle@0.2.4:
|
|
3571
3382
|
resolution: {integrity: sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==}
|
|
3572
3383
|
|
|
3573
|
-
simple-wcswidth@1.1.2:
|
|
3574
|
-
resolution: {integrity: sha512-j7piyCjAeTDSjzTSQ7DokZtMNwNlEAyxqSZeCS+CXH7fJ4jx3FuJ/mTW3mE+6JLs4VJBbcll0Kjn+KXI5t21Iw==}
|
|
3575
|
-
|
|
3576
3384
|
sirv@3.0.2:
|
|
3577
3385
|
resolution: {integrity: sha512-2wcC/oGxHis/BoHkkPwldgiPSYcpZK3JU28WoMVv55yHJgcZ8rlXvuG9iZggz+sU1d4bRgIGASwyWqjxu3FM0g==}
|
|
3578
3386
|
engines: {node: '>=18'}
|
|
@@ -3603,10 +3411,6 @@ packages:
|
|
|
3603
3411
|
resolution: {integrity: sha512-i5uvt8C3ikiWeNZSVZNWcfZPItFQOsYTUAOkcUPGd8DqDy1uOUikjt5dG+uRlwyvR108Fb9DOd4GvXfT0N2/uQ==}
|
|
3604
3412
|
engines: {node: '>= 12'}
|
|
3605
3413
|
|
|
3606
|
-
split2@4.2.0:
|
|
3607
|
-
resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==}
|
|
3608
|
-
engines: {node: '>= 10.x'}
|
|
3609
|
-
|
|
3610
3414
|
srvx@0.11.9:
|
|
3611
3415
|
resolution: {integrity: sha512-97wWJS6F0KTKAhDlHVmBzMvlBOp5FiNp3XrLoodIgYJpXxgG5tE9rX4Pg7s46n2shI4wtEsMATTS1+rI3/ubzA==}
|
|
3612
3416
|
engines: {node: '>=20.16.0'}
|
|
@@ -3854,6 +3658,7 @@ packages:
|
|
|
3854
3658
|
|
|
3855
3659
|
unplugin-vue-router@0.19.2:
|
|
3856
3660
|
resolution: {integrity: sha512-u5dgLBarxE5cyDK/hzJGfpCTLIAyiTXGlo85COuD4Nssj6G7NxS+i9mhCWz/1p/ud1eMwdcUbTXehQe41jYZUA==}
|
|
3661
|
+
deprecated: 'Merged into vuejs/router. Migrate: https://router.vuejs.org/guide/migration/v4-to-v5.html'
|
|
3857
3662
|
peerDependencies:
|
|
3858
3663
|
'@vue/compiler-sfc': ^3.5.17
|
|
3859
3664
|
vue-router: ^4.6.0
|
|
@@ -3954,14 +3759,6 @@ packages:
|
|
|
3954
3759
|
util-deprecate@1.0.2:
|
|
3955
3760
|
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
|
|
3956
3761
|
|
|
3957
|
-
uuid@10.0.0:
|
|
3958
|
-
resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==}
|
|
3959
|
-
hasBin: true
|
|
3960
|
-
|
|
3961
|
-
uuid@11.1.0:
|
|
3962
|
-
resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==}
|
|
3963
|
-
hasBin: true
|
|
3964
|
-
|
|
3965
3762
|
vary@1.1.2:
|
|
3966
3763
|
resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==}
|
|
3967
3764
|
engines: {node: '>= 0.8'}
|
|
@@ -4105,10 +3902,6 @@ packages:
|
|
|
4105
3902
|
whatwg-url@5.0.0:
|
|
4106
3903
|
resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==}
|
|
4107
3904
|
|
|
4108
|
-
which-pm-runs@1.1.0:
|
|
4109
|
-
resolution: {integrity: sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==}
|
|
4110
|
-
engines: {node: '>=4'}
|
|
4111
|
-
|
|
4112
3905
|
which@2.0.2:
|
|
4113
3906
|
resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}
|
|
4114
3907
|
engines: {node: '>= 8'}
|
|
@@ -4151,10 +3944,6 @@ packages:
|
|
|
4151
3944
|
engines: {node: '>= 0.10.0'}
|
|
4152
3945
|
hasBin: true
|
|
4153
3946
|
|
|
4154
|
-
xtend@4.0.2:
|
|
4155
|
-
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
|
|
4156
|
-
engines: {node: '>=0.4'}
|
|
4157
|
-
|
|
4158
3947
|
y18n@5.0.8:
|
|
4159
3948
|
resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==}
|
|
4160
3949
|
engines: {node: '>=10'}
|
|
@@ -4193,9 +3982,6 @@ packages:
|
|
|
4193
3982
|
resolution: {integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==}
|
|
4194
3983
|
engines: {node: '>= 14'}
|
|
4195
3984
|
|
|
4196
|
-
zod@4.3.6:
|
|
4197
|
-
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
4198
|
-
|
|
4199
3985
|
snapshots:
|
|
4200
3986
|
|
|
4201
3987
|
'@alloc/quick-lru@5.2.0': {}
|
|
@@ -4373,8 +4159,6 @@ snapshots:
|
|
|
4373
4159
|
citty: 0.2.1
|
|
4374
4160
|
commander: 11.1.0
|
|
4375
4161
|
|
|
4376
|
-
'@cfworker/json-schema@4.1.1': {}
|
|
4377
|
-
|
|
4378
4162
|
'@clack/core@1.1.0':
|
|
4379
4163
|
dependencies:
|
|
4380
4164
|
sisteransi: 1.0.5
|
|
@@ -4542,7 +4326,7 @@ snapshots:
|
|
|
4542
4326
|
'@jridgewell/resolve-uri': 3.1.2
|
|
4543
4327
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
4544
4328
|
|
|
4545
|
-
'@kmlckj/licos-platform-sdk@0.6.
|
|
4329
|
+
'@kmlckj/licos-platform-sdk@0.6.2': {}
|
|
4546
4330
|
|
|
4547
4331
|
'@koa/router@12.0.2':
|
|
4548
4332
|
dependencies:
|
|
@@ -4562,34 +4346,6 @@ snapshots:
|
|
|
4562
4346
|
|
|
4563
4347
|
'@kwsites/promise-deferred@1.1.1': {}
|
|
4564
4348
|
|
|
4565
|
-
'@langchain/core@1.1.31(openai@6.27.0(ws@8.19.0)(zod@4.3.6))':
|
|
4566
|
-
dependencies:
|
|
4567
|
-
'@cfworker/json-schema': 4.1.1
|
|
4568
|
-
'@standard-schema/spec': 1.1.0
|
|
4569
|
-
ansi-styles: 5.2.0
|
|
4570
|
-
camelcase: 6.3.0
|
|
4571
|
-
decamelize: 1.2.0
|
|
4572
|
-
js-tiktoken: 1.0.21
|
|
4573
|
-
langsmith: 0.5.9(openai@6.27.0(ws@8.19.0)(zod@4.3.6))
|
|
4574
|
-
mustache: 4.2.0
|
|
4575
|
-
p-queue: 6.6.2
|
|
4576
|
-
uuid: 11.1.0
|
|
4577
|
-
zod: 4.3.6
|
|
4578
|
-
transitivePeerDependencies:
|
|
4579
|
-
- '@opentelemetry/api'
|
|
4580
|
-
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
4581
|
-
- '@opentelemetry/sdk-trace-base'
|
|
4582
|
-
- openai
|
|
4583
|
-
|
|
4584
|
-
'@langchain/openai@1.2.12(@langchain/core@1.1.31(openai@6.27.0(ws@8.19.0)(zod@4.3.6)))(ws@8.19.0)':
|
|
4585
|
-
dependencies:
|
|
4586
|
-
'@langchain/core': 1.1.31(openai@6.27.0(ws@8.19.0)(zod@4.3.6))
|
|
4587
|
-
js-tiktoken: 1.0.21
|
|
4588
|
-
openai: 6.27.0(ws@8.19.0)(zod@4.3.6)
|
|
4589
|
-
zod: 4.3.6
|
|
4590
|
-
transitivePeerDependencies:
|
|
4591
|
-
- ws
|
|
4592
|
-
|
|
4593
4349
|
'@mapbox/node-pre-gyp@2.0.3':
|
|
4594
4350
|
dependencies:
|
|
4595
4351
|
consola: 3.4.2
|
|
@@ -5395,8 +5151,6 @@ snapshots:
|
|
|
5395
5151
|
|
|
5396
5152
|
'@speed-highlight/core@1.2.14': {}
|
|
5397
5153
|
|
|
5398
|
-
'@standard-schema/spec@1.1.0': {}
|
|
5399
|
-
|
|
5400
5154
|
'@tybys/wasm-util@0.10.1':
|
|
5401
5155
|
dependencies:
|
|
5402
5156
|
tslib: 2.8.1
|
|
@@ -5408,16 +5162,8 @@ snapshots:
|
|
|
5408
5162
|
dependencies:
|
|
5409
5163
|
undici-types: 6.21.0
|
|
5410
5164
|
|
|
5411
|
-
'@types/phoenix@1.6.7': {}
|
|
5412
|
-
|
|
5413
5165
|
'@types/resolve@1.20.2': {}
|
|
5414
5166
|
|
|
5415
|
-
'@types/uuid@10.0.0': {}
|
|
5416
|
-
|
|
5417
|
-
'@types/ws@8.18.1':
|
|
5418
|
-
dependencies:
|
|
5419
|
-
'@types/node': 20.19.37
|
|
5420
|
-
|
|
5421
5167
|
'@unhead/vue@2.1.12(vue@3.5.30(typescript@5.9.3))':
|
|
5422
5168
|
dependencies:
|
|
5423
5169
|
hookable: 6.0.1
|
|
@@ -5616,8 +5362,6 @@ snapshots:
|
|
|
5616
5362
|
dependencies:
|
|
5617
5363
|
color-convert: 2.0.1
|
|
5618
5364
|
|
|
5619
|
-
ansi-styles@5.2.0: {}
|
|
5620
|
-
|
|
5621
5365
|
ansi-styles@6.2.3: {}
|
|
5622
5366
|
|
|
5623
5367
|
ansis@4.2.0: {}
|
|
@@ -5669,8 +5413,6 @@ snapshots:
|
|
|
5669
5413
|
|
|
5670
5414
|
async@3.2.6: {}
|
|
5671
5415
|
|
|
5672
|
-
asynckit@0.4.0: {}
|
|
5673
|
-
|
|
5674
5416
|
at-least-node@1.0.0: {}
|
|
5675
5417
|
|
|
5676
5418
|
autoprefixer@10.4.27(postcss@8.5.8):
|
|
@@ -5682,14 +5424,6 @@ snapshots:
|
|
|
5682
5424
|
postcss: 8.5.8
|
|
5683
5425
|
postcss-value-parser: 4.2.0
|
|
5684
5426
|
|
|
5685
|
-
axios@1.13.6:
|
|
5686
|
-
dependencies:
|
|
5687
|
-
follow-redirects: 1.15.11
|
|
5688
|
-
form-data: 4.0.5
|
|
5689
|
-
proxy-from-env: 1.1.0
|
|
5690
|
-
transitivePeerDependencies:
|
|
5691
|
-
- debug
|
|
5692
|
-
|
|
5693
5427
|
b4a@1.8.0: {}
|
|
5694
5428
|
|
|
5695
5429
|
balanced-match@1.0.2: {}
|
|
@@ -5832,8 +5566,6 @@ snapshots:
|
|
|
5832
5566
|
|
|
5833
5567
|
camelcase-css@2.0.1: {}
|
|
5834
5568
|
|
|
5835
|
-
camelcase@6.3.0: {}
|
|
5836
|
-
|
|
5837
5569
|
caniuse-api@3.0.0:
|
|
5838
5570
|
dependencies:
|
|
5839
5571
|
browserslist: 4.28.1
|
|
@@ -5848,8 +5580,6 @@ snapshots:
|
|
|
5848
5580
|
ansi-styles: 4.3.0
|
|
5849
5581
|
supports-color: 7.2.0
|
|
5850
5582
|
|
|
5851
|
-
chalk@5.6.2: {}
|
|
5852
|
-
|
|
5853
5583
|
chokidar@3.6.0:
|
|
5854
5584
|
dependencies:
|
|
5855
5585
|
anymatch: 3.1.3
|
|
@@ -5917,10 +5647,6 @@ snapshots:
|
|
|
5917
5647
|
|
|
5918
5648
|
colord@2.9.3: {}
|
|
5919
5649
|
|
|
5920
|
-
combined-stream@1.0.8:
|
|
5921
|
-
dependencies:
|
|
5922
|
-
delayed-stream: 1.0.0
|
|
5923
|
-
|
|
5924
5650
|
commander@11.1.0: {}
|
|
5925
5651
|
|
|
5926
5652
|
commander@2.20.3: {}
|
|
@@ -5952,10 +5678,6 @@ snapshots:
|
|
|
5952
5678
|
|
|
5953
5679
|
consola@3.4.2: {}
|
|
5954
5680
|
|
|
5955
|
-
console-table-printer@2.15.0:
|
|
5956
|
-
dependencies:
|
|
5957
|
-
simple-wcswidth: 1.1.2
|
|
5958
|
-
|
|
5959
5681
|
content-disposition@0.5.4:
|
|
5960
5682
|
dependencies:
|
|
5961
5683
|
safe-buffer: 5.2.1
|
|
@@ -6093,8 +5815,6 @@ snapshots:
|
|
|
6093
5815
|
dependencies:
|
|
6094
5816
|
ms: 2.1.3
|
|
6095
5817
|
|
|
6096
|
-
decamelize@1.2.0: {}
|
|
6097
|
-
|
|
6098
5818
|
decompress-response@6.0.0:
|
|
6099
5819
|
dependencies:
|
|
6100
5820
|
mimic-response: 3.1.0
|
|
@@ -6120,8 +5840,6 @@ snapshots:
|
|
|
6120
5840
|
|
|
6121
5841
|
defu@6.1.4: {}
|
|
6122
5842
|
|
|
6123
|
-
delayed-stream@1.0.0: {}
|
|
6124
|
-
|
|
6125
5843
|
delegates@1.0.0: {}
|
|
6126
5844
|
|
|
6127
5845
|
denque@2.1.0: {}
|
|
@@ -6213,13 +5931,6 @@ snapshots:
|
|
|
6213
5931
|
dependencies:
|
|
6214
5932
|
es-errors: 1.3.0
|
|
6215
5933
|
|
|
6216
|
-
es-set-tostringtag@2.1.0:
|
|
6217
|
-
dependencies:
|
|
6218
|
-
es-errors: 1.3.0
|
|
6219
|
-
get-intrinsic: 1.3.0
|
|
6220
|
-
has-tostringtag: 1.0.2
|
|
6221
|
-
hasown: 2.0.2
|
|
6222
|
-
|
|
6223
5934
|
esbuild@0.27.3:
|
|
6224
5935
|
optionalDependencies:
|
|
6225
5936
|
'@esbuild/aix-ppc64': 0.27.3
|
|
@@ -6265,8 +5976,6 @@ snapshots:
|
|
|
6265
5976
|
|
|
6266
5977
|
event-target-shim@5.0.1: {}
|
|
6267
5978
|
|
|
6268
|
-
eventemitter3@4.0.7: {}
|
|
6269
|
-
|
|
6270
5979
|
events-universal@1.0.1:
|
|
6271
5980
|
dependencies:
|
|
6272
5981
|
bare-events: 2.8.2
|
|
@@ -6318,21 +6027,11 @@ snapshots:
|
|
|
6318
6027
|
dependencies:
|
|
6319
6028
|
to-regex-range: 5.0.1
|
|
6320
6029
|
|
|
6321
|
-
follow-redirects@1.15.11: {}
|
|
6322
|
-
|
|
6323
6030
|
foreground-child@3.3.1:
|
|
6324
6031
|
dependencies:
|
|
6325
6032
|
cross-spawn: 7.0.6
|
|
6326
6033
|
signal-exit: 4.1.0
|
|
6327
6034
|
|
|
6328
|
-
form-data@4.0.5:
|
|
6329
|
-
dependencies:
|
|
6330
|
-
asynckit: 0.4.0
|
|
6331
|
-
combined-stream: 1.0.8
|
|
6332
|
-
es-set-tostringtag: 2.1.0
|
|
6333
|
-
hasown: 2.0.2
|
|
6334
|
-
mime-types: 2.1.35
|
|
6335
|
-
|
|
6336
6035
|
fraction.js@5.3.4: {}
|
|
6337
6036
|
|
|
6338
6037
|
fresh@0.5.2: {}
|
|
@@ -6524,8 +6223,6 @@ snapshots:
|
|
|
6524
6223
|
|
|
6525
6224
|
human-signals@5.0.0: {}
|
|
6526
6225
|
|
|
6527
|
-
iceberg-js@0.8.1: {}
|
|
6528
|
-
|
|
6529
6226
|
iconv-lite@0.4.24:
|
|
6530
6227
|
dependencies:
|
|
6531
6228
|
safer-buffer: 2.1.2
|
|
@@ -6706,10 +6403,6 @@ snapshots:
|
|
|
6706
6403
|
|
|
6707
6404
|
jiti@2.6.1: {}
|
|
6708
6405
|
|
|
6709
|
-
js-tiktoken@1.0.21:
|
|
6710
|
-
dependencies:
|
|
6711
|
-
base64-js: 1.5.1
|
|
6712
|
-
|
|
6713
6406
|
js-tokens@4.0.0: {}
|
|
6714
6407
|
|
|
6715
6408
|
js-tokens@9.0.1: {}
|
|
@@ -6784,17 +6477,6 @@ snapshots:
|
|
|
6784
6477
|
transitivePeerDependencies:
|
|
6785
6478
|
- supports-color
|
|
6786
6479
|
|
|
6787
|
-
langsmith@0.5.9(openai@6.27.0(ws@8.19.0)(zod@4.3.6)):
|
|
6788
|
-
dependencies:
|
|
6789
|
-
'@types/uuid': 10.0.0
|
|
6790
|
-
chalk: 5.6.2
|
|
6791
|
-
console-table-printer: 2.15.0
|
|
6792
|
-
p-queue: 6.6.2
|
|
6793
|
-
semver: 7.7.4
|
|
6794
|
-
uuid: 10.0.0
|
|
6795
|
-
optionalDependencies:
|
|
6796
|
-
openai: 6.27.0(ws@8.19.0)(zod@4.3.6)
|
|
6797
|
-
|
|
6798
6480
|
launch-editor@2.13.1:
|
|
6799
6481
|
dependencies:
|
|
6800
6482
|
picocolors: 1.1.1
|
|
@@ -7011,8 +6693,6 @@ snapshots:
|
|
|
7011
6693
|
|
|
7012
6694
|
muggle-string@0.4.1: {}
|
|
7013
6695
|
|
|
7014
|
-
mustache@4.2.0: {}
|
|
7015
|
-
|
|
7016
6696
|
mz@2.7.0:
|
|
7017
6697
|
dependencies:
|
|
7018
6698
|
any-promise: 1.3.0
|
|
@@ -7334,10 +7014,6 @@ snapshots:
|
|
|
7334
7014
|
dependencies:
|
|
7335
7015
|
mimic-fn: 4.0.0
|
|
7336
7016
|
|
|
7337
|
-
only-allow@1.2.2:
|
|
7338
|
-
dependencies:
|
|
7339
|
-
which-pm-runs: 1.1.0
|
|
7340
|
-
|
|
7341
7017
|
only@0.0.2: {}
|
|
7342
7018
|
|
|
7343
7019
|
open@10.2.0:
|
|
@@ -7358,11 +7034,6 @@ snapshots:
|
|
|
7358
7034
|
is-docker: 2.2.1
|
|
7359
7035
|
is-wsl: 2.2.0
|
|
7360
7036
|
|
|
7361
|
-
openai@6.27.0(ws@8.19.0)(zod@4.3.6):
|
|
7362
|
-
optionalDependencies:
|
|
7363
|
-
ws: 8.19.0
|
|
7364
|
-
zod: 4.3.6
|
|
7365
|
-
|
|
7366
7037
|
oxc-minify@0.112.0:
|
|
7367
7038
|
optionalDependencies:
|
|
7368
7039
|
'@oxc-minify/binding-android-arm-eabi': 0.112.0
|
|
@@ -7439,17 +7110,6 @@ snapshots:
|
|
|
7439
7110
|
magic-regexp: 0.10.0
|
|
7440
7111
|
oxc-parser: 0.112.0
|
|
7441
7112
|
|
|
7442
|
-
p-finally@1.0.0: {}
|
|
7443
|
-
|
|
7444
|
-
p-queue@6.6.2:
|
|
7445
|
-
dependencies:
|
|
7446
|
-
eventemitter3: 4.0.7
|
|
7447
|
-
p-timeout: 3.2.0
|
|
7448
|
-
|
|
7449
|
-
p-timeout@3.2.0:
|
|
7450
|
-
dependencies:
|
|
7451
|
-
p-finally: 1.0.0
|
|
7452
|
-
|
|
7453
7113
|
package-json-from-dist@1.0.1: {}
|
|
7454
7114
|
|
|
7455
7115
|
parseurl@1.3.3: {}
|
|
@@ -7482,36 +7142,6 @@ snapshots:
|
|
|
7482
7142
|
|
|
7483
7143
|
perfect-debounce@2.1.0: {}
|
|
7484
7144
|
|
|
7485
|
-
pg-connection-string@2.12.0: {}
|
|
7486
|
-
|
|
7487
|
-
pg-int8@1.0.1: {}
|
|
7488
|
-
|
|
7489
|
-
pg-pool@3.13.0(pg@8.20.0):
|
|
7490
|
-
dependencies:
|
|
7491
|
-
pg: 8.20.0
|
|
7492
|
-
|
|
7493
|
-
pg-protocol@1.13.0: {}
|
|
7494
|
-
|
|
7495
|
-
pg-types@2.2.0:
|
|
7496
|
-
dependencies:
|
|
7497
|
-
pg-int8: 1.0.1
|
|
7498
|
-
postgres-array: 2.0.0
|
|
7499
|
-
postgres-bytea: 1.0.1
|
|
7500
|
-
postgres-date: 1.0.7
|
|
7501
|
-
postgres-interval: 1.2.0
|
|
7502
|
-
|
|
7503
|
-
pg@8.20.0:
|
|
7504
|
-
dependencies:
|
|
7505
|
-
pg-connection-string: 2.12.0
|
|
7506
|
-
pg-pool: 3.13.0(pg@8.20.0)
|
|
7507
|
-
pg-protocol: 1.13.0
|
|
7508
|
-
pg-types: 2.2.0
|
|
7509
|
-
pgpass: 1.0.5
|
|
7510
|
-
|
|
7511
|
-
pgpass@1.0.5:
|
|
7512
|
-
dependencies:
|
|
7513
|
-
split2: 4.2.0
|
|
7514
|
-
|
|
7515
7145
|
picocolors@1.1.1: {}
|
|
7516
7146
|
|
|
7517
7147
|
picomatch@2.3.1: {}
|
|
@@ -7740,16 +7370,6 @@ snapshots:
|
|
|
7740
7370
|
picocolors: 1.1.1
|
|
7741
7371
|
source-map-js: 1.2.1
|
|
7742
7372
|
|
|
7743
|
-
postgres-array@2.0.0: {}
|
|
7744
|
-
|
|
7745
|
-
postgres-bytea@1.0.1: {}
|
|
7746
|
-
|
|
7747
|
-
postgres-date@1.0.7: {}
|
|
7748
|
-
|
|
7749
|
-
postgres-interval@1.2.0:
|
|
7750
|
-
dependencies:
|
|
7751
|
-
xtend: 4.0.2
|
|
7752
|
-
|
|
7753
7373
|
prebuild-install@7.1.3:
|
|
7754
7374
|
dependencies:
|
|
7755
7375
|
detect-libc: 2.1.2
|
|
@@ -7772,8 +7392,6 @@ snapshots:
|
|
|
7772
7392
|
|
|
7773
7393
|
process@0.11.10: {}
|
|
7774
7394
|
|
|
7775
|
-
proxy-from-env@1.1.0: {}
|
|
7776
|
-
|
|
7777
7395
|
pump@3.0.4:
|
|
7778
7396
|
dependencies:
|
|
7779
7397
|
end-of-stream: 1.4.5
|
|
@@ -8038,8 +7656,6 @@ snapshots:
|
|
|
8038
7656
|
is-arrayish: 0.3.4
|
|
8039
7657
|
optional: true
|
|
8040
7658
|
|
|
8041
|
-
simple-wcswidth@1.1.2: {}
|
|
8042
|
-
|
|
8043
7659
|
sirv@3.0.2:
|
|
8044
7660
|
dependencies:
|
|
8045
7661
|
'@polka/url': 1.0.0-next.29
|
|
@@ -8063,8 +7679,6 @@ snapshots:
|
|
|
8063
7679
|
|
|
8064
7680
|
source-map@0.7.6: {}
|
|
8065
7681
|
|
|
8066
|
-
split2@4.2.0: {}
|
|
8067
|
-
|
|
8068
7682
|
srvx@0.11.9: {}
|
|
8069
7683
|
|
|
8070
7684
|
standard-as-callback@2.1.0: {}
|
|
@@ -8314,7 +7928,8 @@ snapshots:
|
|
|
8314
7928
|
|
|
8315
7929
|
ts-interface-checker@0.1.13: {}
|
|
8316
7930
|
|
|
8317
|
-
tslib@2.8.1:
|
|
7931
|
+
tslib@2.8.1:
|
|
7932
|
+
optional: true
|
|
8318
7933
|
|
|
8319
7934
|
tsscmp@1.0.6: {}
|
|
8320
7935
|
|
|
@@ -8472,10 +8087,6 @@ snapshots:
|
|
|
8472
8087
|
|
|
8473
8088
|
util-deprecate@1.0.2: {}
|
|
8474
8089
|
|
|
8475
|
-
uuid@10.0.0: {}
|
|
8476
|
-
|
|
8477
|
-
uuid@11.1.0: {}
|
|
8478
|
-
|
|
8479
8090
|
vary@1.1.2: {}
|
|
8480
8091
|
|
|
8481
8092
|
vite-dev-rpc@1.1.0(vite@7.3.1(@types/node@20.19.37)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)):
|
|
@@ -8597,8 +8208,6 @@ snapshots:
|
|
|
8597
8208
|
tr46: 0.0.3
|
|
8598
8209
|
webidl-conversions: 3.0.1
|
|
8599
8210
|
|
|
8600
|
-
which-pm-runs@1.1.0: {}
|
|
8601
|
-
|
|
8602
8211
|
which@2.0.2:
|
|
8603
8212
|
dependencies:
|
|
8604
8213
|
isexe: 2.0.0
|
|
@@ -8633,8 +8242,6 @@ snapshots:
|
|
|
8633
8242
|
cssfilter: 0.0.10
|
|
8634
8243
|
optional: true
|
|
8635
8244
|
|
|
8636
|
-
xtend@4.0.2: {}
|
|
8637
|
-
|
|
8638
8245
|
y18n@5.0.8: {}
|
|
8639
8246
|
|
|
8640
8247
|
yallist@3.1.1: {}
|
|
@@ -8675,5 +8282,3 @@ snapshots:
|
|
|
8675
8282
|
archiver-utils: 5.0.2
|
|
8676
8283
|
compress-commons: 6.0.2
|
|
8677
8284
|
readable-stream: 4.7.0
|
|
8678
|
-
|
|
8679
|
-
zod@4.3.6: {}
|