@lousy-agents/cli 5.17.1 → 5.17.3
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/.github/workflows/ci.yml +4 -4
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +779 -372
- package/api/copilot-with-fastify/package.json +11 -11
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/.github/workflows/ci.yml +3 -3
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +8 -8
- package/dist/316.js +408 -379
- package/dist/653.js +173 -371
- package/dist/index.js +750 -318
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/.github/workflows/ci.yml +3 -3
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +13 -13
package/package.json
CHANGED
|
@@ -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.209"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
|
-
"@mui/material": "9.
|
|
17
|
+
"@mui/material": "9.2.0",
|
|
18
18
|
"@mui/material-nextjs": "9.1.1",
|
|
19
|
-
"next": "16.2.
|
|
19
|
+
"next": "16.2.10",
|
|
20
20
|
"react": "19.2.7",
|
|
21
21
|
"react-dom": "19.2.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.5.
|
|
25
|
-
"@eslint/eslintrc": "3.3.
|
|
26
|
-
"@lousy-agents/mcp": "5.
|
|
27
|
-
"@modelcontextprotocol/server-sequential-thinking": "
|
|
24
|
+
"@biomejs/biome": "2.5.3",
|
|
25
|
+
"@eslint/eslintrc": "3.3.6",
|
|
26
|
+
"@lousy-agents/mcp": "5.17.2",
|
|
27
|
+
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|
|
30
|
-
"@types/node": "24.13.
|
|
30
|
+
"@types/node": "24.13.3",
|
|
31
31
|
"@types/react": "19.2.17",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
|
-
"@upstash/context7-mcp": "3.2.
|
|
33
|
+
"@upstash/context7-mcp": "3.2.3",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.3",
|
|
35
|
-
"@vitest/ui": "4.1.
|
|
36
|
-
"eslint": "10.
|
|
37
|
-
"eslint-config-next": "16.2.
|
|
35
|
+
"@vitest/ui": "4.1.10",
|
|
36
|
+
"eslint": "10.7.0",
|
|
37
|
+
"eslint-config-next": "16.2.10",
|
|
38
38
|
"happy-dom": "20.10.6",
|
|
39
39
|
"jsdom": "29.1.1",
|
|
40
|
-
"typescript": "
|
|
41
|
-
"vitest": "4.1.
|
|
40
|
+
"typescript": "7.0.2",
|
|
41
|
+
"vitest": "4.1.10",
|
|
42
42
|
"whatwg-fetch": "3.6.20"
|
|
43
43
|
}
|
|
44
44
|
}
|