@lousy-agents/cli 5.2.0 → 5.2.1
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/package-lock.json +36 -22
- package/api/copilot-with-fastify/package.json +1 -1
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/.github/workflows/ci.yml +3 -3
- 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/.github/workflows/copilot-setup-steps.yml +1 -1
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -54,7 +54,7 @@ jobs:
|
|
|
54
54
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
55
55
|
|
|
56
56
|
- name: Setup Node.js
|
|
57
|
-
uses: actions/setup-node@
|
|
57
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
58
58
|
with:
|
|
59
59
|
node-version-file: '.nvmrc'
|
|
60
60
|
cache: 'npm'
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
77
77
|
|
|
78
78
|
- name: Setup Node.js
|
|
79
|
-
uses: actions/setup-node@
|
|
79
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
80
80
|
with:
|
|
81
81
|
node-version-file: '.nvmrc'
|
|
82
82
|
cache: 'npm'
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.0.1",
|
|
12
|
-
"@fastify/sensible": "6.0.
|
|
12
|
+
"@fastify/sensible": "6.0.4",
|
|
13
13
|
"fastify": "5.8.1",
|
|
14
14
|
"kysely": "0.28.2",
|
|
15
15
|
"pino": "9.6.0",
|
|
@@ -771,9 +771,9 @@
|
|
|
771
771
|
}
|
|
772
772
|
},
|
|
773
773
|
"node_modules/@fastify/sensible": {
|
|
774
|
-
"version": "6.0.
|
|
775
|
-
"resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.
|
|
776
|
-
"integrity": "sha512-
|
|
774
|
+
"version": "6.0.4",
|
|
775
|
+
"resolved": "https://registry.npmjs.org/@fastify/sensible/-/sensible-6.0.4.tgz",
|
|
776
|
+
"integrity": "sha512-1vxcCUlPMew6WroK8fq+LVOwbsLtX+lmuRuqpcp6eYqu6vmkLwbKTdBWAZwbeaSgCfW4tzUpTIHLLvTiQQ1BwQ==",
|
|
777
777
|
"funding": [
|
|
778
778
|
{
|
|
779
779
|
"type": "github",
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"fastify-plugin": "^5.0.0",
|
|
792
792
|
"forwarded": "^0.2.0",
|
|
793
793
|
"http-errors": "^2.0.0",
|
|
794
|
-
"type-is": "^
|
|
794
|
+
"type-is": "^2.0.1",
|
|
795
795
|
"vary": "^1.1.2"
|
|
796
796
|
}
|
|
797
797
|
},
|
|
@@ -2163,6 +2163,15 @@
|
|
|
2163
2163
|
"node": ">= 14"
|
|
2164
2164
|
}
|
|
2165
2165
|
},
|
|
2166
|
+
"node_modules/content-type": {
|
|
2167
|
+
"version": "1.0.5",
|
|
2168
|
+
"resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
|
|
2169
|
+
"integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
|
|
2170
|
+
"license": "MIT",
|
|
2171
|
+
"engines": {
|
|
2172
|
+
"node": ">= 0.6"
|
|
2173
|
+
}
|
|
2174
|
+
},
|
|
2166
2175
|
"node_modules/cookie": {
|
|
2167
2176
|
"version": "1.1.1",
|
|
2168
2177
|
"resolved": "https://registry.npmjs.org/cookie/-/cookie-1.1.1.tgz",
|
|
@@ -3105,33 +3114,37 @@
|
|
|
3105
3114
|
}
|
|
3106
3115
|
},
|
|
3107
3116
|
"node_modules/media-typer": {
|
|
3108
|
-
"version": "
|
|
3109
|
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-
|
|
3110
|
-
"integrity": "sha512-
|
|
3117
|
+
"version": "1.1.0",
|
|
3118
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
|
|
3119
|
+
"integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
|
|
3111
3120
|
"license": "MIT",
|
|
3112
3121
|
"engines": {
|
|
3113
|
-
"node": ">= 0.
|
|
3122
|
+
"node": ">= 0.8"
|
|
3114
3123
|
}
|
|
3115
3124
|
},
|
|
3116
3125
|
"node_modules/mime-db": {
|
|
3117
|
-
"version": "1.
|
|
3118
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
|
3119
|
-
"integrity": "sha512-
|
|
3126
|
+
"version": "1.54.0",
|
|
3127
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
|
|
3128
|
+
"integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
|
|
3120
3129
|
"license": "MIT",
|
|
3121
3130
|
"engines": {
|
|
3122
3131
|
"node": ">= 0.6"
|
|
3123
3132
|
}
|
|
3124
3133
|
},
|
|
3125
3134
|
"node_modules/mime-types": {
|
|
3126
|
-
"version": "
|
|
3127
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-
|
|
3128
|
-
"integrity": "sha512-
|
|
3135
|
+
"version": "3.0.2",
|
|
3136
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
3137
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
3129
3138
|
"license": "MIT",
|
|
3130
3139
|
"dependencies": {
|
|
3131
|
-
"mime-db": "1.
|
|
3140
|
+
"mime-db": "^1.54.0"
|
|
3132
3141
|
},
|
|
3133
3142
|
"engines": {
|
|
3134
|
-
"node": ">=
|
|
3143
|
+
"node": ">=18"
|
|
3144
|
+
},
|
|
3145
|
+
"funding": {
|
|
3146
|
+
"type": "opencollective",
|
|
3147
|
+
"url": "https://opencollective.com/express"
|
|
3135
3148
|
}
|
|
3136
3149
|
},
|
|
3137
3150
|
"node_modules/minimatch": {
|
|
@@ -4227,13 +4240,14 @@
|
|
|
4227
4240
|
"license": "Unlicense"
|
|
4228
4241
|
},
|
|
4229
4242
|
"node_modules/type-is": {
|
|
4230
|
-
"version": "
|
|
4231
|
-
"resolved": "https://registry.npmjs.org/type-is/-/type-is-
|
|
4232
|
-
"integrity": "sha512-
|
|
4243
|
+
"version": "2.0.1",
|
|
4244
|
+
"resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
|
|
4245
|
+
"integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
|
|
4233
4246
|
"license": "MIT",
|
|
4234
4247
|
"dependencies": {
|
|
4235
|
-
"
|
|
4236
|
-
"
|
|
4248
|
+
"content-type": "^1.0.5",
|
|
4249
|
+
"media-typer": "^1.1.0",
|
|
4250
|
+
"mime-types": "^3.0.0"
|
|
4237
4251
|
},
|
|
4238
4252
|
"engines": {
|
|
4239
4253
|
"node": ">= 0.6"
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
19
19
|
|
|
20
20
|
- name: Setup Node.js
|
|
21
|
-
uses: actions/setup-node@
|
|
21
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
22
22
|
with:
|
|
23
23
|
node-version-file: '.nvmrc'
|
|
24
24
|
cache: 'npm'
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
37
37
|
|
|
38
38
|
- name: Setup Node.js
|
|
39
|
-
uses: actions/setup-node@
|
|
39
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
40
40
|
with:
|
|
41
41
|
node-version-file: '.nvmrc'
|
|
42
42
|
cache: 'npm'
|
|
@@ -55,7 +55,7 @@ jobs:
|
|
|
55
55
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
56
56
|
|
|
57
57
|
- name: Setup Node.js
|
|
58
|
-
uses: actions/setup-node@
|
|
58
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
59
59
|
with:
|
|
60
60
|
node-version-file: '.nvmrc'
|
|
61
61
|
cache: 'npm'
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
22
22
|
|
|
23
23
|
- name: Setup Node.js
|
|
24
|
-
uses: actions/setup-node@
|
|
24
|
+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
25
25
|
with:
|
|
26
26
|
node-version-file: ".nvmrc"
|
|
27
27
|
|