@lousy-agents/cli 5.15.7 → 5.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +173 -203
- package/api/copilot-with-fastify/package.json +4 -4
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +2 -2
- package/dist/index.js +1810 -37
- package/package.json +2 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +2 -2
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.197"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"zod": "4.4.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.5.
|
|
21
|
-
"@lousy-agents/mcp": "5.15.
|
|
20
|
+
"@biomejs/biome": "2.5.2",
|
|
21
|
+
"@lousy-agents/mcp": "5.15.7",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
|
-
"@testcontainers/postgresql": "12.0.
|
|
23
|
+
"@testcontainers/postgresql": "12.0.4",
|
|
24
24
|
"@types/node": "24.13.2",
|
|
25
25
|
"@upstash/context7-mcp": "3.2.2",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
|
-
"testcontainers": "12.0.
|
|
27
|
+
"testcontainers": "12.0.4",
|
|
28
28
|
"tsx": "4.22.4",
|
|
29
29
|
"typescript": "6.0.3",
|
|
30
30
|
"vitest": "4.1.9"
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0"
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@biomejs/biome": {
|
|
41
|
-
"version": "2.5.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "2.5.2",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.2.tgz",
|
|
43
|
+
"integrity": "sha512-VQ3RCqr7JmDIX+w6stWYl+g/3bYofN3q2wDBHUKKc/c7i5QWrFKFBZYCYPWTE6agsUPMIZZe6/CMmVUfUAhkKA==",
|
|
44
44
|
"dev": true,
|
|
45
45
|
"license": "MIT OR Apache-2.0",
|
|
46
46
|
"bin": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"url": "https://opencollective.com/biome"
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@biomejs/cli-darwin-arm64": "2.5.
|
|
58
|
-
"@biomejs/cli-darwin-x64": "2.5.
|
|
59
|
-
"@biomejs/cli-linux-arm64": "2.5.
|
|
60
|
-
"@biomejs/cli-linux-arm64-musl": "2.5.
|
|
61
|
-
"@biomejs/cli-linux-x64": "2.5.
|
|
62
|
-
"@biomejs/cli-linux-x64-musl": "2.5.
|
|
63
|
-
"@biomejs/cli-win32-arm64": "2.5.
|
|
64
|
-
"@biomejs/cli-win32-x64": "2.5.
|
|
57
|
+
"@biomejs/cli-darwin-arm64": "2.5.2",
|
|
58
|
+
"@biomejs/cli-darwin-x64": "2.5.2",
|
|
59
|
+
"@biomejs/cli-linux-arm64": "2.5.2",
|
|
60
|
+
"@biomejs/cli-linux-arm64-musl": "2.5.2",
|
|
61
|
+
"@biomejs/cli-linux-x64": "2.5.2",
|
|
62
|
+
"@biomejs/cli-linux-x64-musl": "2.5.2",
|
|
63
|
+
"@biomejs/cli-win32-arm64": "2.5.2",
|
|
64
|
+
"@biomejs/cli-win32-x64": "2.5.2"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
68
|
-
"version": "2.5.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "2.5.2",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.2.tgz",
|
|
70
|
+
"integrity": "sha512-e7P3P7EkwFc/KiX2AHw4YDLIBOMfG9CPCAwy52k5Bp0dfhkozx9hf6wCmIr2QeXy2XeccJ3V/Sg+hDmzYEqxSg==",
|
|
71
71
|
"cpu": [
|
|
72
72
|
"arm64"
|
|
73
73
|
],
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
85
|
-
"version": "2.5.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.
|
|
87
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "2.5.2",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.2.tgz",
|
|
87
|
+
"integrity": "sha512-ymzMvjC1Jg0b9K0D26ZdARqFQXs7MocfLC5FOCGfkC0Ss+ACUJkX5364ZM5nT4NLZanHRZNVrZEy+Ibwcvux/g==",
|
|
88
88
|
"cpu": [
|
|
89
89
|
"x64"
|
|
90
90
|
],
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
102
|
-
"version": "2.5.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "2.5.2",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.2.tgz",
|
|
104
|
+
"integrity": "sha512-t7sseOmqND57uUWTwlawU6BYj+J06T/9EkydzBhkrgw/FK3QVhjU2wsJR0frljrKZ0/I8A/rYw7284QgqjQfIQ==",
|
|
105
105
|
"cpu": [
|
|
106
106
|
"arm64"
|
|
107
107
|
],
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
122
|
-
"version": "2.5.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.
|
|
124
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "2.5.2",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.2.tgz",
|
|
124
|
+
"integrity": "sha512-w+ANG0ZvTu9IeEg9QnstoOnk6L0fpwJifW6aHR18+cb5Z39bkANItYjAfMrnvce5tmMK+IQ6nPX7/kQFdam5iw==",
|
|
125
125
|
"cpu": [
|
|
126
126
|
"arm64"
|
|
127
127
|
],
|
|
@@ -139,9 +139,9 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
142
|
-
"version": "2.5.
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.
|
|
144
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "2.5.2",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.2.tgz",
|
|
144
|
+
"integrity": "sha512-M/lOZrewzTCRDINbjhQ1gYYru37KlD3kJBQwwKCG0ckz5E9IZwIoJ3X0wBwRXA+yBDIwWUuPBHS67HzJY4dTfA==",
|
|
145
145
|
"cpu": [
|
|
146
146
|
"x64"
|
|
147
147
|
],
|
|
@@ -159,9 +159,9 @@
|
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
161
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
162
|
-
"version": "2.5.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "2.5.2",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.2.tgz",
|
|
164
|
+
"integrity": "sha512-VArNLAzND063tF+XY0yPyM+DyahpzOMzOAvb7qs259nhjJWRjvjZdssuA+Rfl+l07+NOesKZ0Xu2yFrXyBMtzw==",
|
|
165
165
|
"cpu": [
|
|
166
166
|
"x64"
|
|
167
167
|
],
|
|
@@ -179,9 +179,9 @@
|
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
182
|
-
"version": "2.5.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.
|
|
184
|
-
"integrity": "sha512-
|
|
182
|
+
"version": "2.5.2",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.2.tgz",
|
|
184
|
+
"integrity": "sha512-kbjFFKyZlzYnAuw7sRy5qDoFG6zrP40UK08oPQsWK0ct3NMnGSt+Bs1iviEEyEIP57N5MrykGXdO/wRiaR4lww==",
|
|
185
185
|
"cpu": [
|
|
186
186
|
"arm64"
|
|
187
187
|
],
|
|
@@ -196,9 +196,9 @@
|
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
199
|
-
"version": "2.5.
|
|
200
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.
|
|
201
|
-
"integrity": "sha512-
|
|
199
|
+
"version": "2.5.2",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.2.tgz",
|
|
201
|
+
"integrity": "sha512-4InchVpdVmdkkkgjQqKpgvyu+VPnoF/7RPSw5YATgEVpt2j72wcCAeV5TwaE9ZGJUZWZn7v2CwSAj6CrMJEx8A==",
|
|
202
202
|
"cpu": [
|
|
203
203
|
"x64"
|
|
204
204
|
],
|
|
@@ -956,9 +956,9 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.15.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.15.7",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.7.tgz",
|
|
961
|
+
"integrity": "sha512-O2AwqOkNDYRVXb2r6RMQcnHsVDYiIiDU63E7wQafvf5WkLk2UZFWO2FNGAzH8XP7dLzR5296w2HEUiWupCsjmA==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "BSD-2-Clause-Patent",
|
|
964
964
|
"dependencies": {
|
|
@@ -1426,13 +1426,13 @@
|
|
|
1426
1426
|
"license": "MIT"
|
|
1427
1427
|
},
|
|
1428
1428
|
"node_modules/@testcontainers/postgresql": {
|
|
1429
|
-
"version": "12.0.
|
|
1430
|
-
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.0.
|
|
1431
|
-
"integrity": "sha512-
|
|
1429
|
+
"version": "12.0.4",
|
|
1430
|
+
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.0.4.tgz",
|
|
1431
|
+
"integrity": "sha512-a/pLU6j5lpKKAlUTPwqweqMGhOSjgTSb6HBX69TOrXn32ifU37nnQDmNFTj8ddOAw+BQL9oTRkeOxVbZkqhgZA==",
|
|
1432
1432
|
"dev": true,
|
|
1433
1433
|
"license": "MIT",
|
|
1434
1434
|
"dependencies": {
|
|
1435
|
-
"testcontainers": "^12.0.
|
|
1435
|
+
"testcontainers": "^12.0.4"
|
|
1436
1436
|
}
|
|
1437
1437
|
},
|
|
1438
1438
|
"node_modules/@tybys/wasm-util": {
|
|
@@ -1874,6 +1874,25 @@
|
|
|
1874
1874
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
1875
1875
|
}
|
|
1876
1876
|
},
|
|
1877
|
+
"node_modules/archiver": {
|
|
1878
|
+
"version": "7.0.1",
|
|
1879
|
+
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
1880
|
+
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
|
|
1881
|
+
"dev": true,
|
|
1882
|
+
"license": "MIT",
|
|
1883
|
+
"dependencies": {
|
|
1884
|
+
"archiver-utils": "^5.0.2",
|
|
1885
|
+
"async": "^3.2.4",
|
|
1886
|
+
"buffer-crc32": "^1.0.0",
|
|
1887
|
+
"readable-stream": "^4.0.0",
|
|
1888
|
+
"readdir-glob": "^1.1.2",
|
|
1889
|
+
"tar-stream": "^3.0.0",
|
|
1890
|
+
"zip-stream": "^6.0.1"
|
|
1891
|
+
},
|
|
1892
|
+
"engines": {
|
|
1893
|
+
"node": ">= 14"
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1877
1896
|
"node_modules/archiver-utils": {
|
|
1878
1897
|
"version": "5.0.2",
|
|
1879
1898
|
"resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-5.0.2.tgz",
|
|
@@ -1893,19 +1912,6 @@
|
|
|
1893
1912
|
"node": ">= 14"
|
|
1894
1913
|
}
|
|
1895
1914
|
},
|
|
1896
|
-
"node_modules/archiver-utils/node_modules/is-stream": {
|
|
1897
|
-
"version": "2.0.1",
|
|
1898
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
1899
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
1900
|
-
"dev": true,
|
|
1901
|
-
"license": "MIT",
|
|
1902
|
-
"engines": {
|
|
1903
|
-
"node": ">=8"
|
|
1904
|
-
},
|
|
1905
|
-
"funding": {
|
|
1906
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
1915
|
"node_modules/asn1": {
|
|
1910
1916
|
"version": "0.2.6",
|
|
1911
1917
|
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
|
|
@@ -1984,6 +1990,13 @@
|
|
|
1984
1990
|
}
|
|
1985
1991
|
}
|
|
1986
1992
|
},
|
|
1993
|
+
"node_modules/balanced-match": {
|
|
1994
|
+
"version": "1.0.2",
|
|
1995
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
1996
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
1997
|
+
"dev": true,
|
|
1998
|
+
"license": "MIT"
|
|
1999
|
+
},
|
|
1987
2000
|
"node_modules/bare-events": {
|
|
1988
2001
|
"version": "2.8.3",
|
|
1989
2002
|
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.8.3.tgz",
|
|
@@ -2189,6 +2202,16 @@
|
|
|
2189
2202
|
"url": "https://opencollective.com/express"
|
|
2190
2203
|
}
|
|
2191
2204
|
},
|
|
2205
|
+
"node_modules/brace-expansion": {
|
|
2206
|
+
"version": "2.1.1",
|
|
2207
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
2208
|
+
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
2209
|
+
"dev": true,
|
|
2210
|
+
"license": "MIT",
|
|
2211
|
+
"dependencies": {
|
|
2212
|
+
"balanced-match": "^1.0.0"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2192
2215
|
"node_modules/buffer": {
|
|
2193
2216
|
"version": "6.0.3",
|
|
2194
2217
|
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
@@ -2446,6 +2469,23 @@
|
|
|
2446
2469
|
"node": ">=18"
|
|
2447
2470
|
}
|
|
2448
2471
|
},
|
|
2472
|
+
"node_modules/compress-commons": {
|
|
2473
|
+
"version": "6.0.2",
|
|
2474
|
+
"resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-6.0.2.tgz",
|
|
2475
|
+
"integrity": "sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==",
|
|
2476
|
+
"dev": true,
|
|
2477
|
+
"license": "MIT",
|
|
2478
|
+
"dependencies": {
|
|
2479
|
+
"crc-32": "^1.2.0",
|
|
2480
|
+
"crc32-stream": "^6.0.0",
|
|
2481
|
+
"is-stream": "^2.0.1",
|
|
2482
|
+
"normalize-path": "^3.0.0",
|
|
2483
|
+
"readable-stream": "^4.0.0"
|
|
2484
|
+
},
|
|
2485
|
+
"engines": {
|
|
2486
|
+
"node": ">= 14"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2449
2489
|
"node_modules/content-disposition": {
|
|
2450
2490
|
"version": "1.1.0",
|
|
2451
2491
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
@@ -2550,6 +2590,20 @@
|
|
|
2550
2590
|
"node": ">=0.8"
|
|
2551
2591
|
}
|
|
2552
2592
|
},
|
|
2593
|
+
"node_modules/crc32-stream": {
|
|
2594
|
+
"version": "6.0.0",
|
|
2595
|
+
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
|
|
2596
|
+
"integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
|
|
2597
|
+
"dev": true,
|
|
2598
|
+
"license": "MIT",
|
|
2599
|
+
"dependencies": {
|
|
2600
|
+
"crc-32": "^1.2.0",
|
|
2601
|
+
"readable-stream": "^4.0.0"
|
|
2602
|
+
},
|
|
2603
|
+
"engines": {
|
|
2604
|
+
"node": ">= 14"
|
|
2605
|
+
}
|
|
2606
|
+
},
|
|
2553
2607
|
"node_modules/cross-spawn": {
|
|
2554
2608
|
"version": "7.0.6",
|
|
2555
2609
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -3302,19 +3356,6 @@
|
|
|
3302
3356
|
"url": "https://github.com/sponsors/ljharb"
|
|
3303
3357
|
}
|
|
3304
3358
|
},
|
|
3305
|
-
"node_modules/get-port": {
|
|
3306
|
-
"version": "7.2.0",
|
|
3307
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.2.0.tgz",
|
|
3308
|
-
"integrity": "sha512-afP4W205ONCuMoPBqcR6PSXnzX35KTcJygfJfcp+QY+uwm3p20p1YczWXhlICIzGMCxYBQcySEcOgsJcrkyobg==",
|
|
3309
|
-
"dev": true,
|
|
3310
|
-
"license": "MIT",
|
|
3311
|
-
"engines": {
|
|
3312
|
-
"node": ">=16"
|
|
3313
|
-
},
|
|
3314
|
-
"funding": {
|
|
3315
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3316
|
-
}
|
|
3317
|
-
},
|
|
3318
3359
|
"node_modules/get-proto": {
|
|
3319
3360
|
"version": "1.0.1",
|
|
3320
3361
|
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
@@ -3351,23 +3392,6 @@
|
|
|
3351
3392
|
"url": "https://github.com/sponsors/isaacs"
|
|
3352
3393
|
}
|
|
3353
3394
|
},
|
|
3354
|
-
"node_modules/glob/node_modules/balanced-match": {
|
|
3355
|
-
"version": "1.0.2",
|
|
3356
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
3357
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
3358
|
-
"dev": true,
|
|
3359
|
-
"license": "MIT"
|
|
3360
|
-
},
|
|
3361
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
|
3362
|
-
"version": "2.1.1",
|
|
3363
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
3364
|
-
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
3365
|
-
"dev": true,
|
|
3366
|
-
"license": "MIT",
|
|
3367
|
-
"dependencies": {
|
|
3368
|
-
"balanced-match": "^1.0.0"
|
|
3369
|
-
}
|
|
3370
|
-
},
|
|
3371
3395
|
"node_modules/glob/node_modules/minimatch": {
|
|
3372
3396
|
"version": "9.0.9",
|
|
3373
3397
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
@@ -3540,6 +3564,19 @@
|
|
|
3540
3564
|
"dev": true,
|
|
3541
3565
|
"license": "MIT"
|
|
3542
3566
|
},
|
|
3567
|
+
"node_modules/is-stream": {
|
|
3568
|
+
"version": "2.0.1",
|
|
3569
|
+
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
3570
|
+
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
3571
|
+
"dev": true,
|
|
3572
|
+
"license": "MIT",
|
|
3573
|
+
"engines": {
|
|
3574
|
+
"node": ">=8"
|
|
3575
|
+
},
|
|
3576
|
+
"funding": {
|
|
3577
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3543
3580
|
"node_modules/isarray": {
|
|
3544
3581
|
"version": "1.0.0",
|
|
3545
3582
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
@@ -4073,6 +4110,19 @@
|
|
|
4073
4110
|
"url": "https://opencollective.com/express"
|
|
4074
4111
|
}
|
|
4075
4112
|
},
|
|
4113
|
+
"node_modules/minimatch": {
|
|
4114
|
+
"version": "5.1.9",
|
|
4115
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
4116
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
4117
|
+
"dev": true,
|
|
4118
|
+
"license": "ISC",
|
|
4119
|
+
"dependencies": {
|
|
4120
|
+
"brace-expansion": "^2.0.1"
|
|
4121
|
+
},
|
|
4122
|
+
"engines": {
|
|
4123
|
+
"node": ">=10"
|
|
4124
|
+
}
|
|
4125
|
+
},
|
|
4076
4126
|
"node_modules/minipass": {
|
|
4077
4127
|
"version": "7.1.3",
|
|
4078
4128
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
@@ -4592,6 +4642,16 @@
|
|
|
4592
4642
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4593
4643
|
}
|
|
4594
4644
|
},
|
|
4645
|
+
"node_modules/readdir-glob": {
|
|
4646
|
+
"version": "1.1.3",
|
|
4647
|
+
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
4648
|
+
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
4649
|
+
"dev": true,
|
|
4650
|
+
"license": "Apache-2.0",
|
|
4651
|
+
"dependencies": {
|
|
4652
|
+
"minimatch": "^5.1.0"
|
|
4653
|
+
}
|
|
4654
|
+
},
|
|
4595
4655
|
"node_modules/real-require": {
|
|
4596
4656
|
"version": "0.2.0",
|
|
4597
4657
|
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
@@ -5234,9 +5294,9 @@
|
|
|
5234
5294
|
}
|
|
5235
5295
|
},
|
|
5236
5296
|
"node_modules/testcontainers": {
|
|
5237
|
-
"version": "12.0.
|
|
5238
|
-
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.0.
|
|
5239
|
-
"integrity": "sha512-
|
|
5297
|
+
"version": "12.0.4",
|
|
5298
|
+
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.0.4.tgz",
|
|
5299
|
+
"integrity": "sha512-QIR/8xF1+F/26cIM+9B4yyxNTbKJxAv3hygZyhPRgZ8Q2AhlPZjDdpXRuk16V37X4bgJRI3hXFhoEICMBA7Adg==",
|
|
5240
5300
|
"dev": true,
|
|
5241
5301
|
"license": "MIT",
|
|
5242
5302
|
"dependencies": {
|
|
@@ -5248,86 +5308,19 @@
|
|
|
5248
5308
|
"debug": "^4.4.3",
|
|
5249
5309
|
"docker-compose": "^1.4.2",
|
|
5250
5310
|
"dockerode": "^5.0.0",
|
|
5251
|
-
"get-port": "^
|
|
5311
|
+
"get-port": "^5.1.1",
|
|
5252
5312
|
"proper-lockfile": "^4.1.2",
|
|
5253
5313
|
"properties-reader": "^3.0.1",
|
|
5254
5314
|
"ssh-remote-port-forward": "^1.0.4",
|
|
5255
5315
|
"tar-fs": "^3.1.2",
|
|
5256
5316
|
"tmp": "^0.2.7",
|
|
5257
|
-
"undici": "^8.
|
|
5258
|
-
}
|
|
5259
|
-
},
|
|
5260
|
-
"node_modules/testcontainers/node_modules/archiver": {
|
|
5261
|
-
"version": "7.0.1",
|
|
5262
|
-
"resolved": "https://registry.npmjs.org/archiver/-/archiver-7.0.1.tgz",
|
|
5263
|
-
"integrity": "sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==",
|
|
5264
|
-
"dev": true,
|
|
5265
|
-
"license": "MIT",
|
|
5266
|
-
"dependencies": {
|
|
5267
|
-
"archiver-utils": "^5.0.2",
|
|
5268
|
-
"async": "^3.2.4",
|
|
5269
|
-
"buffer-crc32": "^1.0.0",
|
|
5270
|
-
"readable-stream": "^4.0.0",
|
|
5271
|
-
"readdir-glob": "^1.1.2",
|
|
5272
|
-
"tar-stream": "^3.0.0",
|
|
5273
|
-
"zip-stream": "^6.0.1"
|
|
5274
|
-
},
|
|
5275
|
-
"engines": {
|
|
5276
|
-
"node": ">= 14"
|
|
5277
|
-
}
|
|
5278
|
-
},
|
|
5279
|
-
"node_modules/testcontainers/node_modules/balanced-match": {
|
|
5280
|
-
"version": "1.0.2",
|
|
5281
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
5282
|
-
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
5283
|
-
"dev": true,
|
|
5284
|
-
"license": "MIT"
|
|
5285
|
-
},
|
|
5286
|
-
"node_modules/testcontainers/node_modules/brace-expansion": {
|
|
5287
|
-
"version": "2.1.1",
|
|
5288
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.1.tgz",
|
|
5289
|
-
"integrity": "sha512-WR1cURNjuvBLMZBMbqM0UoE+WAfdUcEV1ccD8PVBVOI+Z3ND4+SZbN8RsfT2bMuG1qwz5RFvPukSZm5fF2D5eA==",
|
|
5290
|
-
"dev": true,
|
|
5291
|
-
"license": "MIT",
|
|
5292
|
-
"dependencies": {
|
|
5293
|
-
"balanced-match": "^1.0.0"
|
|
5317
|
+
"undici": "^8.5.0"
|
|
5294
5318
|
}
|
|
5295
5319
|
},
|
|
5296
|
-
"node_modules/testcontainers/node_modules/
|
|
5297
|
-
"version": "
|
|
5298
|
-
"resolved": "https://registry.npmjs.org/
|
|
5299
|
-
"integrity": "sha512-
|
|
5300
|
-
"dev": true,
|
|
5301
|
-
"license": "MIT",
|
|
5302
|
-
"dependencies": {
|
|
5303
|
-
"crc-32": "^1.2.0",
|
|
5304
|
-
"crc32-stream": "^6.0.0",
|
|
5305
|
-
"is-stream": "^2.0.1",
|
|
5306
|
-
"normalize-path": "^3.0.0",
|
|
5307
|
-
"readable-stream": "^4.0.0"
|
|
5308
|
-
},
|
|
5309
|
-
"engines": {
|
|
5310
|
-
"node": ">= 14"
|
|
5311
|
-
}
|
|
5312
|
-
},
|
|
5313
|
-
"node_modules/testcontainers/node_modules/crc32-stream": {
|
|
5314
|
-
"version": "6.0.0",
|
|
5315
|
-
"resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-6.0.0.tgz",
|
|
5316
|
-
"integrity": "sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==",
|
|
5317
|
-
"dev": true,
|
|
5318
|
-
"license": "MIT",
|
|
5319
|
-
"dependencies": {
|
|
5320
|
-
"crc-32": "^1.2.0",
|
|
5321
|
-
"readable-stream": "^4.0.0"
|
|
5322
|
-
},
|
|
5323
|
-
"engines": {
|
|
5324
|
-
"node": ">= 14"
|
|
5325
|
-
}
|
|
5326
|
-
},
|
|
5327
|
-
"node_modules/testcontainers/node_modules/is-stream": {
|
|
5328
|
-
"version": "2.0.1",
|
|
5329
|
-
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
5330
|
-
"integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
|
|
5320
|
+
"node_modules/testcontainers/node_modules/get-port": {
|
|
5321
|
+
"version": "5.1.1",
|
|
5322
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-5.1.1.tgz",
|
|
5323
|
+
"integrity": "sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==",
|
|
5331
5324
|
"dev": true,
|
|
5332
5325
|
"license": "MIT",
|
|
5333
5326
|
"engines": {
|
|
@@ -5337,44 +5330,6 @@
|
|
|
5337
5330
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5338
5331
|
}
|
|
5339
5332
|
},
|
|
5340
|
-
"node_modules/testcontainers/node_modules/minimatch": {
|
|
5341
|
-
"version": "5.1.9",
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
5343
|
-
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
5344
|
-
"dev": true,
|
|
5345
|
-
"license": "ISC",
|
|
5346
|
-
"dependencies": {
|
|
5347
|
-
"brace-expansion": "^2.0.1"
|
|
5348
|
-
},
|
|
5349
|
-
"engines": {
|
|
5350
|
-
"node": ">=10"
|
|
5351
|
-
}
|
|
5352
|
-
},
|
|
5353
|
-
"node_modules/testcontainers/node_modules/readdir-glob": {
|
|
5354
|
-
"version": "1.1.3",
|
|
5355
|
-
"resolved": "https://registry.npmjs.org/readdir-glob/-/readdir-glob-1.1.3.tgz",
|
|
5356
|
-
"integrity": "sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==",
|
|
5357
|
-
"dev": true,
|
|
5358
|
-
"license": "Apache-2.0",
|
|
5359
|
-
"dependencies": {
|
|
5360
|
-
"minimatch": "^5.1.0"
|
|
5361
|
-
}
|
|
5362
|
-
},
|
|
5363
|
-
"node_modules/testcontainers/node_modules/zip-stream": {
|
|
5364
|
-
"version": "6.0.1",
|
|
5365
|
-
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
|
|
5366
|
-
"integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
|
|
5367
|
-
"dev": true,
|
|
5368
|
-
"license": "MIT",
|
|
5369
|
-
"dependencies": {
|
|
5370
|
-
"archiver-utils": "^5.0.0",
|
|
5371
|
-
"compress-commons": "^6.0.2",
|
|
5372
|
-
"readable-stream": "^4.0.0"
|
|
5373
|
-
},
|
|
5374
|
-
"engines": {
|
|
5375
|
-
"node": ">= 14"
|
|
5376
|
-
}
|
|
5377
|
-
},
|
|
5378
5333
|
"node_modules/text-decoder": {
|
|
5379
5334
|
"version": "1.2.7",
|
|
5380
5335
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
@@ -6010,6 +5965,21 @@
|
|
|
6010
5965
|
"node": ">=8"
|
|
6011
5966
|
}
|
|
6012
5967
|
},
|
|
5968
|
+
"node_modules/zip-stream": {
|
|
5969
|
+
"version": "6.0.1",
|
|
5970
|
+
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
|
|
5971
|
+
"integrity": "sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==",
|
|
5972
|
+
"dev": true,
|
|
5973
|
+
"license": "MIT",
|
|
5974
|
+
"dependencies": {
|
|
5975
|
+
"archiver-utils": "^5.0.0",
|
|
5976
|
+
"compress-commons": "^6.0.2",
|
|
5977
|
+
"readable-stream": "^4.0.0"
|
|
5978
|
+
},
|
|
5979
|
+
"engines": {
|
|
5980
|
+
"node": ">= 14"
|
|
5981
|
+
}
|
|
5982
|
+
},
|
|
6013
5983
|
"node_modules/zod": {
|
|
6014
5984
|
"version": "4.4.3",
|
|
6015
5985
|
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"zod": "4.4.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@biomejs/biome": "2.5.
|
|
32
|
-
"@lousy-agents/mcp": "5.15.
|
|
31
|
+
"@biomejs/biome": "2.5.2",
|
|
32
|
+
"@lousy-agents/mcp": "5.15.7",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
34
|
-
"@testcontainers/postgresql": "12.0.
|
|
34
|
+
"@testcontainers/postgresql": "12.0.4",
|
|
35
35
|
"@types/node": "24.13.2",
|
|
36
36
|
"@upstash/context7-mcp": "3.2.2",
|
|
37
37
|
"chance": "1.1.13",
|
|
38
|
-
"testcontainers": "12.0.
|
|
38
|
+
"testcontainers": "12.0.4",
|
|
39
39
|
"tsx": "4.22.4",
|
|
40
40
|
"typescript": "6.0.3",
|
|
41
41
|
"vitest": "4.1.9"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
12
|
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
-
"version": "v2.1.
|
|
13
|
+
"version": "v2.1.197"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"zod": "4.4.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.5.
|
|
23
|
-
"@lousy-agents/mcp": "5.15.
|
|
22
|
+
"@biomejs/biome": "2.5.2",
|
|
23
|
+
"@lousy-agents/mcp": "5.15.7",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.13.2",
|
|
26
26
|
"@upstash/context7-mcp": "3.2.2",
|