@lousy-agents/cli 5.11.2 → 5.11.4
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 +89 -89
- package/api/copilot-with-fastify/package.json +4 -4
- 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 +4 -4
- package/dist/116.js +2 -4
- package/dist/316.js +3 -4
- package/dist/511.js +6 -6
- package/dist/612.js +2 -4
- package/dist/714.js +2 -4
- package/dist/772.js +2 -4
- package/dist/829.js +2 -4
- package/dist/908.js +2 -4
- package/dist/998.js +2 -4
- package/dist/index.js +39126 -39108
- package/package.json +2 -2
- 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 +5 -5
- package/dist/116.js.map +0 -1
- package/dist/316.js.map +0 -1
- package/dist/511.js.map +0 -1
- package/dist/612.js.map +0 -1
- package/dist/714.js.map +0 -1
- package/dist/772.js.map +0 -1
- package/dist/829.js.map +0 -1
- package/dist/908.js.map +0 -1
- package/dist/998.js.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -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.120"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
55
55
|
|
|
56
56
|
- name: Setup Node.js
|
|
57
|
-
uses: actions/setup-node@
|
|
57
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
58
58
|
with:
|
|
59
59
|
node-version-file: '.nvmrc'
|
|
60
60
|
cache: 'npm'
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
77
77
|
|
|
78
78
|
- name: Setup Node.js
|
|
79
|
-
uses: actions/setup-node@
|
|
79
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
80
80
|
with:
|
|
81
81
|
node-version-file: '.nvmrc'
|
|
82
82
|
cache: 'npm'
|
|
@@ -17,17 +17,17 @@
|
|
|
17
17
|
"zod": "4.3.6"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.4.
|
|
21
|
-
"@lousy-agents/mcp": "5.11.
|
|
20
|
+
"@biomejs/biome": "2.4.13",
|
|
21
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
25
|
-
"@upstash/context7-mcp": "2.
|
|
25
|
+
"@upstash/context7-mcp": "2.2.0",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.14.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.3",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.5"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"node_modules/@balena/dockerignore": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0"
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@biomejs/biome": {
|
|
41
|
-
"version": "2.4.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "2.4.13",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.4.13.tgz",
|
|
43
|
+
"integrity": "sha512-gLXOwkOBBg0tr7bDsqlkIh4uFeKuMjxvqsrb1Tukww1iDmHcfr4Uu8MoQxp0Rcte+69+osRNWXwHsu/zxT6XqA==",
|
|
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.4.
|
|
58
|
-
"@biomejs/cli-darwin-x64": "2.4.
|
|
59
|
-
"@biomejs/cli-linux-arm64": "2.4.
|
|
60
|
-
"@biomejs/cli-linux-arm64-musl": "2.4.
|
|
61
|
-
"@biomejs/cli-linux-x64": "2.4.
|
|
62
|
-
"@biomejs/cli-linux-x64-musl": "2.4.
|
|
63
|
-
"@biomejs/cli-win32-arm64": "2.4.
|
|
64
|
-
"@biomejs/cli-win32-x64": "2.4.
|
|
57
|
+
"@biomejs/cli-darwin-arm64": "2.4.13",
|
|
58
|
+
"@biomejs/cli-darwin-x64": "2.4.13",
|
|
59
|
+
"@biomejs/cli-linux-arm64": "2.4.13",
|
|
60
|
+
"@biomejs/cli-linux-arm64-musl": "2.4.13",
|
|
61
|
+
"@biomejs/cli-linux-x64": "2.4.13",
|
|
62
|
+
"@biomejs/cli-linux-x64-musl": "2.4.13",
|
|
63
|
+
"@biomejs/cli-win32-arm64": "2.4.13",
|
|
64
|
+
"@biomejs/cli-win32-x64": "2.4.13"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
68
|
-
"version": "2.4.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "2.4.13",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.4.13.tgz",
|
|
70
|
+
"integrity": "sha512-2KImO1jhNFBa2oWConyr0x6flxbQpGKv6902uGXpYM62Xyem8U80j441SyUJ8KyngsmKbQjeIv1q2CQfDkNnYg==",
|
|
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.4.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.
|
|
87
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "2.4.13",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.4.13.tgz",
|
|
87
|
+
"integrity": "sha512-BKrJklbaFN4p1Ts4kPBczo+PkbsHQg57kmJ+vON9u2t6uN5okYHaSr7h/MutPCWQgg2lglaWoSmm+zhYW+oOkg==",
|
|
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.4.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "2.4.13",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.4.13.tgz",
|
|
104
|
+
"integrity": "sha512-NzkUDSqfvMBrPplKgVr3aXLHZ2NEELvvF4vZxXulEylKWIGqlvNEcwUcj9OLrn75TD3lJ/GIqCVlBwd1MZCuYQ==",
|
|
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.4.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.
|
|
124
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "2.4.13",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.4.13.tgz",
|
|
124
|
+
"integrity": "sha512-U5MsuBQW25dXaYtqWWSPM3P96H6Y+fHuja3TQpMNnylocHW0tEbtFTDlUj6oM+YJLntvEkQy4grBvQNUD4+RCg==",
|
|
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.4.
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.
|
|
144
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "2.4.13",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.4.13.tgz",
|
|
144
|
+
"integrity": "sha512-Az3ZZedYRBo9EQzNnD9SxFcR1G5QsGo6VEc2hIyVPZ1rdKwee/7E9oeBBZFpE8Z44ekxsDQBqbiWGW5ShOhUSQ==",
|
|
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.4.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.
|
|
164
|
-
"integrity": "sha512-
|
|
162
|
+
"version": "2.4.13",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.4.13.tgz",
|
|
164
|
+
"integrity": "sha512-Z601MienRgTBDza/+u2CH3RSrWoXo9rtr8NK6A4KJzqGgfxx+H3VlyLgTJ4sRo40T3pIsqpTmiOQEvYzQvBRvQ==",
|
|
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.4.
|
|
183
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.
|
|
184
|
-
"integrity": "sha512-
|
|
182
|
+
"version": "2.4.13",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.4.13.tgz",
|
|
184
|
+
"integrity": "sha512-Px9PS2B5/Q183bUwy/5VHqp3J2lzdOCeVGzMpphYfl8oSa7VDCqenBdqWpy6DCy/en4Rbf/Y1RieZF6dJPcc9A==",
|
|
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.4.
|
|
200
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.
|
|
201
|
-
"integrity": "sha512-
|
|
199
|
+
"version": "2.4.13",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.4.13.tgz",
|
|
201
|
+
"integrity": "sha512-tTcMkXyBrmHi9BfrD2VNHs/5rYIUKETqsBlYOvSAABwBkJhSDVb5e7wPukftsQbO3WzQkXe6kaztC6WtUOXSoQ==",
|
|
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.11.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.11.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.11.3",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.11.3.tgz",
|
|
961
|
+
"integrity": "sha512-J/XUOmJwpArU99A4ObeE63XEhyrga8L3kIFex1Jl2mbUkcIhz7bakvZ1SCgj34FI02ygxk0Z/K0QKBTDTWgqsQ==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "BSD-2-Clause-Patent",
|
|
964
964
|
"dependencies": {
|
|
@@ -1649,9 +1649,9 @@
|
|
|
1649
1649
|
"license": "MIT"
|
|
1650
1650
|
},
|
|
1651
1651
|
"node_modules/@upstash/context7-mcp": {
|
|
1652
|
-
"version": "2.
|
|
1653
|
-
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.
|
|
1654
|
-
"integrity": "sha512-
|
|
1652
|
+
"version": "2.2.0",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.0.tgz",
|
|
1654
|
+
"integrity": "sha512-AYcvmMWaf2HsZMdp8eURiHwGB+0MF4IDkG9IB22Th9OfoCWL5rldeSL7pEFxxaWBcRl0yOga1exo+1Ga4d2vMA==",
|
|
1655
1655
|
"dev": true,
|
|
1656
1656
|
"license": "MIT",
|
|
1657
1657
|
"dependencies": {
|
|
@@ -1668,16 +1668,16 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
},
|
|
1670
1670
|
"node_modules/@vitest/expect": {
|
|
1671
|
-
"version": "4.1.
|
|
1672
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1673
|
-
"integrity": "sha512-
|
|
1671
|
+
"version": "4.1.5",
|
|
1672
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.5.tgz",
|
|
1673
|
+
"integrity": "sha512-PWBaRY5JoKuRnHlUHfpV/KohFylaDZTupcXN1H9vYryNLOnitSw60Mw9IAE2r67NbwwzBw/Cc/8q9BK3kIX8Kw==",
|
|
1674
1674
|
"dev": true,
|
|
1675
1675
|
"license": "MIT",
|
|
1676
1676
|
"dependencies": {
|
|
1677
1677
|
"@standard-schema/spec": "^1.1.0",
|
|
1678
1678
|
"@types/chai": "^5.2.2",
|
|
1679
|
-
"@vitest/spy": "4.1.
|
|
1680
|
-
"@vitest/utils": "4.1.
|
|
1679
|
+
"@vitest/spy": "4.1.5",
|
|
1680
|
+
"@vitest/utils": "4.1.5",
|
|
1681
1681
|
"chai": "^6.2.2",
|
|
1682
1682
|
"tinyrainbow": "^3.1.0"
|
|
1683
1683
|
},
|
|
@@ -1686,13 +1686,13 @@
|
|
|
1686
1686
|
}
|
|
1687
1687
|
},
|
|
1688
1688
|
"node_modules/@vitest/mocker": {
|
|
1689
|
-
"version": "4.1.
|
|
1690
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1691
|
-
"integrity": "sha512
|
|
1689
|
+
"version": "4.1.5",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.5.tgz",
|
|
1691
|
+
"integrity": "sha512-/x2EmFC4mT4NNzqvC3fmesuV97w5FC903KPmey4gsnJiMQ3Be1IlDKVaDaG8iqaLFHqJ2FVEkxZk5VmeLjIItw==",
|
|
1692
1692
|
"dev": true,
|
|
1693
1693
|
"license": "MIT",
|
|
1694
1694
|
"dependencies": {
|
|
1695
|
-
"@vitest/spy": "4.1.
|
|
1695
|
+
"@vitest/spy": "4.1.5",
|
|
1696
1696
|
"estree-walker": "^3.0.3",
|
|
1697
1697
|
"magic-string": "^0.30.21"
|
|
1698
1698
|
},
|
|
@@ -1713,9 +1713,9 @@
|
|
|
1713
1713
|
}
|
|
1714
1714
|
},
|
|
1715
1715
|
"node_modules/@vitest/pretty-format": {
|
|
1716
|
-
"version": "4.1.
|
|
1717
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1718
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "4.1.5",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.5.tgz",
|
|
1718
|
+
"integrity": "sha512-7I3q6l5qr03dVfMX2wCo9FxwSJbPdwKjy2uu/YPpU3wfHvIL4QHwVRp57OfGrDFeUJ8/8QdfBKIV12FTtLn00g==",
|
|
1719
1719
|
"dev": true,
|
|
1720
1720
|
"license": "MIT",
|
|
1721
1721
|
"dependencies": {
|
|
@@ -1726,13 +1726,13 @@
|
|
|
1726
1726
|
}
|
|
1727
1727
|
},
|
|
1728
1728
|
"node_modules/@vitest/runner": {
|
|
1729
|
-
"version": "4.1.
|
|
1730
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1731
|
-
"integrity": "sha512-
|
|
1729
|
+
"version": "4.1.5",
|
|
1730
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.5.tgz",
|
|
1731
|
+
"integrity": "sha512-2D+o7Pr82IEO46YPpoA/YU0neeyr6FTerQb5Ro7BUnBuv6NQtT/kmVnczngiMEBhzgqz2UZYl5gArejsyERDSQ==",
|
|
1732
1732
|
"dev": true,
|
|
1733
1733
|
"license": "MIT",
|
|
1734
1734
|
"dependencies": {
|
|
1735
|
-
"@vitest/utils": "4.1.
|
|
1735
|
+
"@vitest/utils": "4.1.5",
|
|
1736
1736
|
"pathe": "^2.0.3"
|
|
1737
1737
|
},
|
|
1738
1738
|
"funding": {
|
|
@@ -1740,14 +1740,14 @@
|
|
|
1740
1740
|
}
|
|
1741
1741
|
},
|
|
1742
1742
|
"node_modules/@vitest/snapshot": {
|
|
1743
|
-
"version": "4.1.
|
|
1744
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1745
|
-
"integrity": "sha512-
|
|
1743
|
+
"version": "4.1.5",
|
|
1744
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.5.tgz",
|
|
1745
|
+
"integrity": "sha512-zypXEt4KH/XgKGPUz4eC2AvErYx0My5hfL8oDb1HzGFpEk1P62bxSohdyOmvz+d9UJwanI68MKwr2EquOaOgMQ==",
|
|
1746
1746
|
"dev": true,
|
|
1747
1747
|
"license": "MIT",
|
|
1748
1748
|
"dependencies": {
|
|
1749
|
-
"@vitest/pretty-format": "4.1.
|
|
1750
|
-
"@vitest/utils": "4.1.
|
|
1749
|
+
"@vitest/pretty-format": "4.1.5",
|
|
1750
|
+
"@vitest/utils": "4.1.5",
|
|
1751
1751
|
"magic-string": "^0.30.21",
|
|
1752
1752
|
"pathe": "^2.0.3"
|
|
1753
1753
|
},
|
|
@@ -1756,9 +1756,9 @@
|
|
|
1756
1756
|
}
|
|
1757
1757
|
},
|
|
1758
1758
|
"node_modules/@vitest/spy": {
|
|
1759
|
-
"version": "4.1.
|
|
1760
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1761
|
-
"integrity": "sha512-
|
|
1759
|
+
"version": "4.1.5",
|
|
1760
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.5.tgz",
|
|
1761
|
+
"integrity": "sha512-2lNOsh6+R2Idnf1TCZqSwYlKN2E/iDlD8sgU59kYVl+OMDmvldO1VDk39smRfpUNwYpNRVn3w4YfuC7KfbBnkQ==",
|
|
1762
1762
|
"dev": true,
|
|
1763
1763
|
"license": "MIT",
|
|
1764
1764
|
"funding": {
|
|
@@ -1766,13 +1766,13 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
},
|
|
1768
1768
|
"node_modules/@vitest/utils": {
|
|
1769
|
-
"version": "4.1.
|
|
1770
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1771
|
-
"integrity": "sha512-
|
|
1769
|
+
"version": "4.1.5",
|
|
1770
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.5.tgz",
|
|
1771
|
+
"integrity": "sha512-76wdkrmfXfqGjueGgnb45ITPyUi1ycZ4IHgC2bhPDUfWHklY/q3MdLOAB+TF1e6xfl8NxNY0ZYaPCFNWSsw3Ug==",
|
|
1772
1772
|
"dev": true,
|
|
1773
1773
|
"license": "MIT",
|
|
1774
1774
|
"dependencies": {
|
|
1775
|
-
"@vitest/pretty-format": "4.1.
|
|
1775
|
+
"@vitest/pretty-format": "4.1.5",
|
|
1776
1776
|
"convert-source-map": "^2.0.0",
|
|
1777
1777
|
"tinyrainbow": "^3.1.0"
|
|
1778
1778
|
},
|
|
@@ -5666,19 +5666,19 @@
|
|
|
5666
5666
|
}
|
|
5667
5667
|
},
|
|
5668
5668
|
"node_modules/vitest": {
|
|
5669
|
-
"version": "4.1.
|
|
5670
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
5671
|
-
"integrity": "sha512-
|
|
5669
|
+
"version": "4.1.5",
|
|
5670
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.5.tgz",
|
|
5671
|
+
"integrity": "sha512-9Xx1v3/ih3m9hN+SbfkUyy0JAs72ap3r7joc87XL6jwF0jGg6mFBvQ1SrwaX+h8BlkX6Hz9shdd1uo6AF+ZGpg==",
|
|
5672
5672
|
"dev": true,
|
|
5673
5673
|
"license": "MIT",
|
|
5674
5674
|
"dependencies": {
|
|
5675
|
-
"@vitest/expect": "4.1.
|
|
5676
|
-
"@vitest/mocker": "4.1.
|
|
5677
|
-
"@vitest/pretty-format": "4.1.
|
|
5678
|
-
"@vitest/runner": "4.1.
|
|
5679
|
-
"@vitest/snapshot": "4.1.
|
|
5680
|
-
"@vitest/spy": "4.1.
|
|
5681
|
-
"@vitest/utils": "4.1.
|
|
5675
|
+
"@vitest/expect": "4.1.5",
|
|
5676
|
+
"@vitest/mocker": "4.1.5",
|
|
5677
|
+
"@vitest/pretty-format": "4.1.5",
|
|
5678
|
+
"@vitest/runner": "4.1.5",
|
|
5679
|
+
"@vitest/snapshot": "4.1.5",
|
|
5680
|
+
"@vitest/spy": "4.1.5",
|
|
5681
|
+
"@vitest/utils": "4.1.5",
|
|
5682
5682
|
"es-module-lexer": "^2.0.0",
|
|
5683
5683
|
"expect-type": "^1.3.0",
|
|
5684
5684
|
"magic-string": "^0.30.21",
|
|
@@ -5706,12 +5706,12 @@
|
|
|
5706
5706
|
"@edge-runtime/vm": "*",
|
|
5707
5707
|
"@opentelemetry/api": "^1.9.0",
|
|
5708
5708
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
5709
|
-
"@vitest/browser-playwright": "4.1.
|
|
5710
|
-
"@vitest/browser-preview": "4.1.
|
|
5711
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
5712
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
5713
|
-
"@vitest/coverage-v8": "4.1.
|
|
5714
|
-
"@vitest/ui": "4.1.
|
|
5709
|
+
"@vitest/browser-playwright": "4.1.5",
|
|
5710
|
+
"@vitest/browser-preview": "4.1.5",
|
|
5711
|
+
"@vitest/browser-webdriverio": "4.1.5",
|
|
5712
|
+
"@vitest/coverage-istanbul": "4.1.5",
|
|
5713
|
+
"@vitest/coverage-v8": "4.1.5",
|
|
5714
|
+
"@vitest/ui": "4.1.5",
|
|
5715
5715
|
"happy-dom": "*",
|
|
5716
5716
|
"jsdom": "*",
|
|
5717
5717
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"zod": "4.3.6"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@biomejs/biome": "2.4.
|
|
29
|
-
"@lousy-agents/mcp": "5.11.
|
|
28
|
+
"@biomejs/biome": "2.4.13",
|
|
29
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.14.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
33
|
-
"@upstash/context7-mcp": "2.
|
|
33
|
+
"@upstash/context7-mcp": "2.2.0",
|
|
34
34
|
"chance": "1.1.13",
|
|
35
35
|
"testcontainers": "11.14.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
37
|
"typescript": "6.0.3",
|
|
38
|
-
"vitest": "4.1.
|
|
38
|
+
"vitest": "4.1.5"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -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.120"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"zod": "4.3.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.4.
|
|
23
|
-
"@lousy-agents/mcp": "5.11.
|
|
22
|
+
"@biomejs/biome": "2.4.13",
|
|
23
|
+
"@lousy-agents/mcp": "5.11.3",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
|
-
"@upstash/context7-mcp": "2.
|
|
26
|
+
"@upstash/context7-mcp": "2.2.0",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.3",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.5"
|
|
31
31
|
}
|
|
32
32
|
}
|
package/dist/116.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 116;
|
|
2
|
+
export const __rspack_esm_ids = [116];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
8711(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
__webpack_require__.d(__webpack_exports__, {
|
|
@@ -294,5 +294,3 @@ async function prompt(message, opts = {}) {
|
|
|
294
294
|
},
|
|
295
295
|
|
|
296
296
|
};
|
|
297
|
-
|
|
298
|
-
//# sourceMappingURL=116.js.map
|
package/dist/316.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 316;
|
|
2
|
+
export const __rspack_esm_ids = [316];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
5375(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
var zlib__rspack_import_11_namespace_cache;
|
|
6
|
+
__webpack_require__.r(__webpack_exports__);
|
|
6
7
|
__webpack_require__.d(__webpack_exports__, {
|
|
7
8
|
t: () => (ce)
|
|
8
9
|
});
|
|
@@ -2957,5 +2958,3 @@ var Da = (e) => {
|
|
|
2957
2958
|
},
|
|
2958
2959
|
|
|
2959
2960
|
};
|
|
2960
|
-
|
|
2961
|
-
//# sourceMappingURL=316.js.map
|
package/dist/511.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 511;
|
|
2
|
+
export const __rspack_esm_ids = [511];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
292(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
|
+
__webpack_require__.r(__webpack_exports__);
|
|
5
6
|
__webpack_require__.d(__webpack_exports__, {
|
|
6
7
|
a: () => (y),
|
|
8
|
+
i: () => (S),
|
|
7
9
|
n: () => (ne),
|
|
8
10
|
r: () => (C),
|
|
9
11
|
t: () => (oe)
|
|
@@ -949,7 +951,7 @@ async function _cloneAndTar(parsed, token) {
|
|
|
949
951
|
}
|
|
950
952
|
status.update("Packing...");
|
|
951
953
|
const tarDir = parsed.subdir ? (0,external_node_path_.join)(tmpDir, parsed.subdir) : tmpDir;
|
|
952
|
-
const { create } = await __webpack_require__.e(/* import() */
|
|
954
|
+
const { create } = await __webpack_require__.e(/* import() */ 316).then(__webpack_require__.bind(__webpack_require__, 5375)).then((n) => n.t);
|
|
953
955
|
status.done();
|
|
954
956
|
const stream = create({
|
|
955
957
|
gzip: true,
|
|
@@ -1219,7 +1221,7 @@ async function downloadTemplate(input, options = {}) {
|
|
|
1219
1221
|
await (0,promises_.mkdir)(extractPath, { recursive: true });
|
|
1220
1222
|
const s = Date.now();
|
|
1221
1223
|
const subdir = template.subdir?.replace(/^\//, "") || "";
|
|
1222
|
-
const { extract } = await __webpack_require__.e(/* import() */
|
|
1224
|
+
const { extract } = await __webpack_require__.e(/* import() */ 316).then(__webpack_require__.bind(__webpack_require__, 5375)).then((n) => n.t);
|
|
1223
1225
|
await extract({
|
|
1224
1226
|
file: tarPath,
|
|
1225
1227
|
cwd: extractPath,
|
|
@@ -1256,5 +1258,3 @@ async function downloadTemplate(input, options = {}) {
|
|
|
1256
1258
|
},
|
|
1257
1259
|
|
|
1258
1260
|
};
|
|
1259
|
-
|
|
1260
|
-
//# sourceMappingURL=511.js.map
|
package/dist/612.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 612;
|
|
2
|
+
export const __rspack_esm_ids = [612];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
1703(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
@@ -123,5 +123,3 @@ class DiffHashedObject {
|
|
|
123
123
|
},
|
|
124
124
|
|
|
125
125
|
};
|
|
126
|
-
|
|
127
|
-
//# sourceMappingURL=612.js.map
|
package/dist/714.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 714;
|
|
2
|
+
export const __rspack_esm_ids = [714];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
4689(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
@@ -35,5 +35,3 @@ function hash(input) {
|
|
|
35
35
|
},
|
|
36
36
|
|
|
37
37
|
};
|
|
38
|
-
|
|
39
|
-
//# sourceMappingURL=714.js.map
|
package/dist/772.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 772;
|
|
2
|
+
export const __rspack_esm_ids = [772];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
9111(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
// ESM COMPAT FLAG
|
|
@@ -1761,5 +1761,3 @@ function watch(paths, options = {}) {
|
|
|
1761
1761
|
},
|
|
1762
1762
|
|
|
1763
1763
|
};
|
|
1764
|
-
|
|
1765
|
-
//# sourceMappingURL=772.js.map
|
package/dist/829.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 829;
|
|
2
|
+
export const __rspack_esm_ids = [829];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
1020(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
@@ -37,5 +37,3 @@ var json5_a=rolldown_runtime_c(json5_r(),1),json5_o=rolldown_runtime_c(json5_i()
|
|
|
37
37
|
},
|
|
38
38
|
|
|
39
39
|
};
|
|
40
|
-
|
|
41
|
-
//# sourceMappingURL=829.js.map
|
package/dist/908.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export const __rspack_esm_id =
|
|
2
|
-
export const __rspack_esm_ids = [
|
|
1
|
+
export const __rspack_esm_id = 908;
|
|
2
|
+
export const __rspack_esm_ids = [908];
|
|
3
3
|
export const __webpack_modules__ = {
|
|
4
4
|
4327(__unused_rspack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
5
5
|
|
|
@@ -268,5 +268,3 @@ function toml_i(t){let r=T(t);return (0,_format.n)(t,r,{preserveIndentation:!1})
|
|
|
268
268
|
},
|
|
269
269
|
|
|
270
270
|
};
|
|
271
|
-
|
|
272
|
-
//# sourceMappingURL=908.js.map
|