@lousy-agents/cli 5.17.13 → 5.17.15
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/.nvmrc +1 -1
- package/api/copilot-with-fastify/package-lock.json +13 -13
- package/api/copilot-with-fastify/package.json +2 -2
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/package.json +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/package.json +3 -3
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.18.
|
|
6
|
+
"version": "24.18.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.18.
|
|
1
|
+
24.18.1
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.3.0",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
|
-
"fastify": "5.
|
|
13
|
+
"fastify": "5.11.0",
|
|
14
14
|
"kysely": "0.29.4",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.9",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.5.3",
|
|
21
|
-
"@lousy-agents/mcp": "5.17.
|
|
21
|
+
"@lousy-agents/mcp": "5.17.14",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
23
23
|
"@testcontainers/postgresql": "12.0.4",
|
|
24
24
|
"@types/node": "24.13.3",
|
|
@@ -972,13 +972,13 @@
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
"node_modules/@lousy-agents/mcp": {
|
|
975
|
-
"version": "5.17.
|
|
976
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.17.
|
|
977
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "5.17.14",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.17.14.tgz",
|
|
977
|
+
"integrity": "sha512-NSTFxS4c9XG/S9T+zSZFb74DC299rz6u9PE4TJXT8QjAzoNldDR1PB5ieKo00g/4L60avWa4v17xF2ynHPqWMA==",
|
|
978
978
|
"dev": true,
|
|
979
979
|
"license": "BSD-2-Clause-Patent",
|
|
980
980
|
"dependencies": {
|
|
981
|
-
"@modelcontextprotocol/sdk": "1.
|
|
981
|
+
"@modelcontextprotocol/sdk": "1.30.0",
|
|
982
982
|
"yaml": "2.9.0",
|
|
983
983
|
"zod": "4.4.3"
|
|
984
984
|
},
|
|
@@ -996,13 +996,13 @@
|
|
|
996
996
|
}
|
|
997
997
|
},
|
|
998
998
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
999
|
-
"version": "1.
|
|
1000
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.
|
|
1001
|
-
"integrity": "sha512-
|
|
999
|
+
"version": "1.30.0",
|
|
1000
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
|
|
1001
|
+
"integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==",
|
|
1002
1002
|
"dev": true,
|
|
1003
1003
|
"license": "MIT",
|
|
1004
1004
|
"dependencies": {
|
|
1005
|
-
"@hono/node-server": "^1.19.9",
|
|
1005
|
+
"@hono/node-server": "^1.19.9 || ^2.0.5",
|
|
1006
1006
|
"ajv": "^8.17.1",
|
|
1007
1007
|
"ajv-formats": "^3.0.1",
|
|
1008
1008
|
"content-type": "^1.0.5",
|
|
@@ -3521,9 +3521,9 @@
|
|
|
3521
3521
|
"license": "BSD-3-Clause"
|
|
3522
3522
|
},
|
|
3523
3523
|
"node_modules/fastify": {
|
|
3524
|
-
"version": "5.
|
|
3525
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.
|
|
3526
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "5.11.0",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.0.tgz",
|
|
3526
|
+
"integrity": "sha512-Y/Ecx1yt0hYzrQR+QVLbxaUN8wCX+MQzMevh29r5RRvlOIArmi4+WAXXaGl5Hw5gBr2wduZpZaT3gRCnXoyVgA==",
|
|
3527
3527
|
"funding": [
|
|
3528
3528
|
{
|
|
3529
3529
|
"type": "github",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.3.0",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
|
-
"fastify": "5.
|
|
21
|
+
"fastify": "5.11.0",
|
|
22
22
|
"kysely": "0.29.4",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.9",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@biomejs/biome": "2.5.3",
|
|
32
|
-
"@lousy-agents/mcp": "5.17.
|
|
32
|
+
"@lousy-agents/mcp": "5.17.14",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
34
34
|
"@testcontainers/postgresql": "12.0.4",
|
|
35
35
|
"@types/node": "24.13.3",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.18.
|
|
6
|
+
"version": "24.18.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.18.
|
|
1
|
+
24.18.1
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.5.3",
|
|
23
|
-
"@lousy-agents/mcp": "5.17.
|
|
23
|
+
"@lousy-agents/mcp": "5.17.14",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
25
25
|
"@types/node": "24.13.3",
|
|
26
26
|
"@upstash/context7-mcp": "3.2.5",
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.18.
|
|
6
|
+
"version": "24.18.1"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.18.
|
|
1
|
+
24.18.1
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.5.3",
|
|
25
25
|
"@eslint/eslintrc": "3.3.6",
|
|
26
|
-
"@lousy-agents/mcp": "5.17.
|
|
26
|
+
"@lousy-agents/mcp": "5.17.14",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
28
28
|
"@testing-library/jest-dom": "7.0.0",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@types/react": "19.2.17",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
33
|
"@upstash/context7-mcp": "3.2.5",
|
|
34
|
-
"@vitejs/plugin-react": "6.0.
|
|
34
|
+
"@vitejs/plugin-react": "6.0.5",
|
|
35
35
|
"@vitest/ui": "4.1.10",
|
|
36
36
|
"eslint": "10.8.0",
|
|
37
37
|
"eslint-config-next": "16.2.12",
|
|
38
38
|
"happy-dom": "20.11.1",
|
|
39
|
-
"jsdom": "
|
|
39
|
+
"jsdom": "30.0.1",
|
|
40
40
|
"typescript": "7.0.2",
|
|
41
41
|
"vitest": "4.1.10",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|