@coze-arch/cli 0.0.36-alpha.fde2b5 → 0.0.37-alpha.4678bb

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.
Files changed (63) hide show
  1. package/README.md +0 -11
  2. package/lib/__templates__/nextjs/package.json +2 -1
  3. package/lib/__templates__/nextjs/pnpm-lock.yaml +362 -31
  4. package/lib/__templates__/nextjs/template.config.js +1 -3
  5. package/lib/__templates__/templates.json +0 -25
  6. package/lib/__templates__/vite/template.config.js +1 -3
  7. package/lib/cli.js +199 -3169
  8. package/package.json +3 -5
  9. package/docs/deploy.md +0 -164
  10. package/lib/__templates__/phaser/.coze +0 -13
  11. package/lib/__templates__/phaser/README.md +0 -37
  12. package/lib/__templates__/phaser/_gitignore +0 -23
  13. package/lib/__templates__/phaser/_npmrc +0 -14
  14. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0001.png +0 -0
  15. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0002.png +0 -0
  16. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0003.png +0 -0
  17. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0004.png +0 -0
  18. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0005.png +0 -0
  19. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0006.png +0 -0
  20. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0007.png +0 -0
  21. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0008.png +0 -0
  22. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0009.png +0 -0
  23. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0010.png +0 -0
  24. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0011.png +0 -0
  25. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0012.png +0 -0
  26. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0013.png +0 -0
  27. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0014.png +0 -0
  28. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0015.png +0 -0
  29. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0016.png +0 -0
  30. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0017.png +0 -0
  31. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0018.png +0 -0
  32. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0019.png +0 -0
  33. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0020.png +0 -0
  34. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0021.png +0 -0
  35. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0022.png +0 -0
  36. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0023.png +0 -0
  37. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/frame_0024.png +0 -0
  38. package/lib/__templates__/phaser/assets/image_sequence/coze-game-loading/manifest.json +0 -11
  39. package/lib/__templates__/phaser/debug-runtime/flow-graph.json +0 -20
  40. package/lib/__templates__/phaser/index.html +0 -12
  41. package/lib/__templates__/phaser/package.json +0 -31
  42. package/lib/__templates__/phaser/pnpm-lock.yaml +0 -661
  43. package/lib/__templates__/phaser/scripts/build.sh +0 -8
  44. package/lib/__templates__/phaser/scripts/dev.sh +0 -82
  45. package/lib/__templates__/phaser/scripts/prepare.sh +0 -7
  46. package/lib/__templates__/phaser/scripts/spawn-detached.cjs +0 -29
  47. package/lib/__templates__/phaser/scripts/start.sh +0 -82
  48. package/lib/__templates__/phaser/scripts/validate.sh +0 -7
  49. package/lib/__templates__/phaser/src/assets.ts +0 -15
  50. package/lib/__templates__/phaser/src/global.d.ts +0 -36
  51. package/lib/__templates__/phaser/src/main.ts +0 -28
  52. package/lib/__templates__/phaser/src/scene/BootScene.ts +0 -209
  53. package/lib/__templates__/phaser/src/scene/DevLoadingScene.ts +0 -66
  54. package/lib/__templates__/phaser/src/style.css +0 -28
  55. package/lib/__templates__/phaser/src/types.ts +0 -32
  56. package/lib/__templates__/phaser/src/utils/asset-loader.ts +0 -319
  57. package/lib/__templates__/phaser/src/utils/index.ts +0 -2
  58. package/lib/__templates__/phaser/src/utils/mark-editable.ts +0 -6
  59. package/lib/__templates__/phaser/template.config.js +0 -43
  60. package/lib/__templates__/phaser/tsconfig.json +0 -23
  61. package/lib/__templates__/phaser/vite.config.ts +0 -96
  62. package/lib/deploy/package-project.js +0 -220
  63. package/lib/deploy/package-project.py +0 -165
@@ -161,6 +161,9 @@ importers:
161
161
  recharts:
162
162
  specifier: 2.15.4
163
163
  version: 2.15.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
164
+ sharp:
165
+ specifier: 0.35.4
166
+ version: 0.35.4(@types/node@20.19.30)
164
167
  sonner:
165
168
  specifier: ^2.0.7
166
169
  version: 2.0.7(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
@@ -202,8 +205,8 @@ importers:
202
205
  specifier: ^9
203
206
  version: 9.39.2(jiti@2.6.1)
204
207
  eslint-config-next:
205
- specifier: 16.1.1
206
- version: 16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
208
+ specifier: 16.3.3
209
+ version: 16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3)
207
210
  only-allow:
208
211
  specifier: ^1.2.2
209
212
  version: 1.2.2
@@ -224,7 +227,7 @@ importers:
224
227
  version: 4.1.18
225
228
  tsup:
226
229
  specifier: ^8.3.5
227
- version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)
230
+ version: 8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@1.10.2)
228
231
  tsx:
229
232
  specifier: ^4.19.2
230
233
  version: 4.21.0
@@ -630,8 +633,8 @@ packages:
630
633
  '@emnapi/core@1.8.1':
631
634
  resolution: {integrity: sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg==}
632
635
 
633
- '@emnapi/runtime@1.8.1':
634
- resolution: {integrity: sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg==}
636
+ '@emnapi/runtime@1.11.3':
637
+ resolution: {integrity: sha512-Xz4Tpyki7XyrpbUK1jR1AhdAdaXyhhY4lZ3neLodmhpuWfy2PAQN5B46sAiU4liOXGLkHypn/qU+jvfWSCYYLA==}
635
638
 
636
639
  '@emnapi/wasi-threads@1.1.0':
637
640
  resolution: {integrity: sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ==}
@@ -1168,8 +1171,8 @@ packages:
1168
1171
  resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
1169
1172
  engines: {node: '>=18.18'}
1170
1173
 
1171
- '@img/colour@1.0.0':
1172
- resolution: {integrity: sha512-A5P/LfWGFSl6nsckYtjw9da+19jB8hkJ6ACTGcDfEJ0aE+l2n2El7dsVM7UVHZQ9s2lmYMWlrS21YLy2IR1LUw==}
1174
+ '@img/colour@1.1.0':
1175
+ resolution: {integrity: sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==}
1173
1176
  engines: {node: '>=18'}
1174
1177
 
1175
1178
  '@img/sharp-darwin-arm64@0.34.5':
@@ -1178,70 +1181,145 @@ packages:
1178
1181
  cpu: [arm64]
1179
1182
  os: [darwin]
1180
1183
 
1184
+ '@img/sharp-darwin-arm64@0.35.4':
1185
+ resolution: {integrity: sha512-Uhfl4V4lhP2nbUVF9+hyH1+luj86f1gUFeo8ALYxFoULoU+G87D43BfeMP8XHsk9boxAnCY/bf2EHwhA7MuGsA==}
1186
+ engines: {node: '>=20.9.0'}
1187
+ cpu: [arm64]
1188
+ os: [darwin]
1189
+
1181
1190
  '@img/sharp-darwin-x64@0.34.5':
1182
1191
  resolution: {integrity: sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==}
1183
1192
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1184
1193
  cpu: [x64]
1185
1194
  os: [darwin]
1186
1195
 
1196
+ '@img/sharp-darwin-x64@0.35.4':
1197
+ resolution: {integrity: sha512-hWniXY3bG5qKpkKrAwPe4y+VTPmf086YQAnkxWh7uA1YrlRouWGa0M0Mxj3ZjnXFkv7/TD1bTy9lGUK26vRvWw==}
1198
+ engines: {node: '>=20.9.0'}
1199
+ cpu: [x64]
1200
+ os: [darwin]
1201
+
1202
+ '@img/sharp-freebsd-wasm32@0.35.4':
1203
+ resolution: {integrity: sha512-lIsKw/BU+kjB4eZjxrYrZmwOJYi3Ajrv66iAlBmUPyKc3HpnloevB1g3wxGD9P/5BbQ1brBGl65VRRrCvQDEqA==}
1204
+ engines: {node: '>=20.9.0'}
1205
+ os: [freebsd]
1206
+
1187
1207
  '@img/sharp-libvips-darwin-arm64@1.2.4':
1188
1208
  resolution: {integrity: sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==}
1189
1209
  cpu: [arm64]
1190
1210
  os: [darwin]
1191
1211
 
1212
+ '@img/sharp-libvips-darwin-arm64@1.3.3':
1213
+ resolution: {integrity: sha512-suTBPTDGrI9WodccaDdwZItTSaBYASlBk1NSfElSHrUfzu3szG6lvIF58+WiFvnfzuK8ZBFS5zE00PxqxnRiPg==}
1214
+ cpu: [arm64]
1215
+ os: [darwin]
1216
+
1192
1217
  '@img/sharp-libvips-darwin-x64@1.2.4':
1193
1218
  resolution: {integrity: sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==}
1194
1219
  cpu: [x64]
1195
1220
  os: [darwin]
1196
1221
 
1222
+ '@img/sharp-libvips-darwin-x64@1.3.3':
1223
+ resolution: {integrity: sha512-FVJZ5mITMobmXIz/hPDTw0EintTW5H3WfrxwLqEqjiIihlu+hVRyGrFQ60xl0Lxn7Bt3zdpevPaQi0HEzqz9fw==}
1224
+ cpu: [x64]
1225
+ os: [darwin]
1226
+
1197
1227
  '@img/sharp-libvips-linux-arm64@1.2.4':
1198
1228
  resolution: {integrity: sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==}
1199
1229
  cpu: [arm64]
1200
1230
  os: [linux]
1201
1231
  libc: [glibc]
1202
1232
 
1233
+ '@img/sharp-libvips-linux-arm64@1.3.3':
1234
+ resolution: {integrity: sha512-0DaL0A6Xu6sQSQFwe4iVCrKWU2cCTItnRsYsCdxAMm9NF6twAA9BKnoqy4hqz4+azQ0JHuA26qiUKsf1XJ/v5A==}
1235
+ cpu: [arm64]
1236
+ os: [linux]
1237
+ libc: [glibc]
1238
+
1203
1239
  '@img/sharp-libvips-linux-arm@1.2.4':
1204
1240
  resolution: {integrity: sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==}
1205
1241
  cpu: [arm]
1206
1242
  os: [linux]
1207
1243
  libc: [glibc]
1208
1244
 
1245
+ '@img/sharp-libvips-linux-arm@1.3.3':
1246
+ resolution: {integrity: sha512-3rbU4vqXXc3hY/OiXdl52xZvT0F1yEngWfvqudtPJg/KkyiaQw2DRsFrNzpmLvfavbwOq3qXn36GP8obHRULQA==}
1247
+ cpu: [arm]
1248
+ os: [linux]
1249
+ libc: [glibc]
1250
+
1209
1251
  '@img/sharp-libvips-linux-ppc64@1.2.4':
1210
1252
  resolution: {integrity: sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==}
1211
1253
  cpu: [ppc64]
1212
1254
  os: [linux]
1213
1255
  libc: [glibc]
1214
1256
 
1257
+ '@img/sharp-libvips-linux-ppc64@1.3.3':
1258
+ resolution: {integrity: sha512-cdn1OvUBwsXhbC0zSzJnNzf5MZ/mTrobawDvNXBTxe8VtqKAm0sRuEY2Evzovb/w9JMk4TvRxqt1mekSuJz64w==}
1259
+ cpu: [ppc64]
1260
+ os: [linux]
1261
+ libc: [glibc]
1262
+
1215
1263
  '@img/sharp-libvips-linux-riscv64@1.2.4':
1216
1264
  resolution: {integrity: sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==}
1217
1265
  cpu: [riscv64]
1218
1266
  os: [linux]
1219
1267
  libc: [glibc]
1220
1268
 
1269
+ '@img/sharp-libvips-linux-riscv64@1.3.3':
1270
+ resolution: {integrity: sha512-HjPVx7yKz+0lqdhDlTw1tt90wamBoxhiXpvl1XZpJLiHH4RCJ5yDTqH+VlYPv2fwFs89JFw4c1IexYOcQUi4IQ==}
1271
+ cpu: [riscv64]
1272
+ os: [linux]
1273
+ libc: [glibc]
1274
+
1221
1275
  '@img/sharp-libvips-linux-s390x@1.2.4':
1222
1276
  resolution: {integrity: sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==}
1223
1277
  cpu: [s390x]
1224
1278
  os: [linux]
1225
1279
  libc: [glibc]
1226
1280
 
1281
+ '@img/sharp-libvips-linux-s390x@1.3.3':
1282
+ resolution: {integrity: sha512-neWLh+3yCNThxnfy3c4BbVBeGgt9aftno+XbT56iK28RgeDs3UOFWviLWlUu0bArYVYJaFDK+RRohbicUNCm8Q==}
1283
+ cpu: [s390x]
1284
+ os: [linux]
1285
+ libc: [glibc]
1286
+
1227
1287
  '@img/sharp-libvips-linux-x64@1.2.4':
1228
1288
  resolution: {integrity: sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==}
1229
1289
  cpu: [x64]
1230
1290
  os: [linux]
1231
1291
  libc: [glibc]
1232
1292
 
1293
+ '@img/sharp-libvips-linux-x64@1.3.3':
1294
+ resolution: {integrity: sha512-4vKmvAst9nrowcqquKFAyZJUDolUaIp8uRiN0mWFguJ1IplC9/pitXtlnnlU4aa/eJw3J7i67V+pwUL+wZGdsA==}
1295
+ cpu: [x64]
1296
+ os: [linux]
1297
+ libc: [glibc]
1298
+
1233
1299
  '@img/sharp-libvips-linuxmusl-arm64@1.2.4':
1234
1300
  resolution: {integrity: sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==}
1235
1301
  cpu: [arm64]
1236
1302
  os: [linux]
1237
1303
  libc: [musl]
1238
1304
 
1305
+ '@img/sharp-libvips-linuxmusl-arm64@1.3.3':
1306
+ resolution: {integrity: sha512-Y9kQaLMuNoB0bPYOOdcZMaseNrFpPodIWWMrx+CZyydf2xn68j9WYc6sWWRrDwNkzCQjKYfc68L7jKjGlHMibw==}
1307
+ cpu: [arm64]
1308
+ os: [linux]
1309
+ libc: [musl]
1310
+
1239
1311
  '@img/sharp-libvips-linuxmusl-x64@1.2.4':
1240
1312
  resolution: {integrity: sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==}
1241
1313
  cpu: [x64]
1242
1314
  os: [linux]
1243
1315
  libc: [musl]
1244
1316
 
1317
+ '@img/sharp-libvips-linuxmusl-x64@1.3.3':
1318
+ resolution: {integrity: sha512-fj8Mv0HHfD1Rr+4I68+3agJynxDWtBFgicTbSOb9Bke6pIwzGcJ+RX/yHjmiEGFMCavY/dxvem7MyNaJF+wDiw==}
1319
+ cpu: [x64]
1320
+ os: [linux]
1321
+ libc: [musl]
1322
+
1245
1323
  '@img/sharp-linux-arm64@0.34.5':
1246
1324
  resolution: {integrity: sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==}
1247
1325
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1249,6 +1327,13 @@ packages:
1249
1327
  os: [linux]
1250
1328
  libc: [glibc]
1251
1329
 
1330
+ '@img/sharp-linux-arm64@0.35.4':
1331
+ resolution: {integrity: sha512-De4jpEnAU8Hd5oT0j1G3uL4ZvTuipVMn7YC6vPaJhy6/7EwEae0SVAoBrUMYQbkLGDm85taVWwuPc1a44LTzCQ==}
1332
+ engines: {node: '>=20.9.0'}
1333
+ cpu: [arm64]
1334
+ os: [linux]
1335
+ libc: [glibc]
1336
+
1252
1337
  '@img/sharp-linux-arm@0.34.5':
1253
1338
  resolution: {integrity: sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==}
1254
1339
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1256,6 +1341,13 @@ packages:
1256
1341
  os: [linux]
1257
1342
  libc: [glibc]
1258
1343
 
1344
+ '@img/sharp-linux-arm@0.35.4':
1345
+ resolution: {integrity: sha512-7OAS8gI0EReKGVN2HssHlM6umJgxF5VI3xN0p9FA91p/YO+ou5hiNghLdZ5BEHztwaaK5+bLKRf8x/o2L2nk9A==}
1346
+ engines: {node: '>=20.9.0'}
1347
+ cpu: [arm]
1348
+ os: [linux]
1349
+ libc: [glibc]
1350
+
1259
1351
  '@img/sharp-linux-ppc64@0.34.5':
1260
1352
  resolution: {integrity: sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==}
1261
1353
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1263,6 +1355,13 @@ packages:
1263
1355
  os: [linux]
1264
1356
  libc: [glibc]
1265
1357
 
1358
+ '@img/sharp-linux-ppc64@0.35.4':
1359
+ resolution: {integrity: sha512-2oYZJeIl4kCcMGk4ouZVjnkCtFrpQFlNEtJ6GbxzhHQchwH0NH/qEb9ykmOl29dqwMq+JhFdZn+1ak2FKhI9fQ==}
1360
+ engines: {node: '>=20.9.0'}
1361
+ cpu: [ppc64]
1362
+ os: [linux]
1363
+ libc: [glibc]
1364
+
1266
1365
  '@img/sharp-linux-riscv64@0.34.5':
1267
1366
  resolution: {integrity: sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==}
1268
1367
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1270,6 +1369,13 @@ packages:
1270
1369
  os: [linux]
1271
1370
  libc: [glibc]
1272
1371
 
1372
+ '@img/sharp-linux-riscv64@0.35.4':
1373
+ resolution: {integrity: sha512-cPbNChoRURAWdebDIHSenxRpgEdy7JkPydSnUxRm9VvKD7m0/xVaR/8Fzlu81pk5nHEvHH87UZUA7cTtwnbJSA==}
1374
+ engines: {node: '>=20.9.0'}
1375
+ cpu: [riscv64]
1376
+ os: [linux]
1377
+ libc: [glibc]
1378
+
1273
1379
  '@img/sharp-linux-s390x@0.34.5':
1274
1380
  resolution: {integrity: sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==}
1275
1381
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1277,6 +1383,13 @@ packages:
1277
1383
  os: [linux]
1278
1384
  libc: [glibc]
1279
1385
 
1386
+ '@img/sharp-linux-s390x@0.35.4':
1387
+ resolution: {integrity: sha512-RY0JFY8Fd6RonCBtHz+DvadaPkXDSI1AUn6yWL9TipqkZ1vY8w8evqdgyDFnkm4/K1ve1TvZiaePP5oSd4+WVQ==}
1388
+ engines: {node: '>=20.9.0'}
1389
+ cpu: [s390x]
1390
+ os: [linux]
1391
+ libc: [glibc]
1392
+
1280
1393
  '@img/sharp-linux-x64@0.34.5':
1281
1394
  resolution: {integrity: sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==}
1282
1395
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1284,6 +1397,13 @@ packages:
1284
1397
  os: [linux]
1285
1398
  libc: [glibc]
1286
1399
 
1400
+ '@img/sharp-linux-x64@0.35.4':
1401
+ resolution: {integrity: sha512-9qvvEAuk8k89TfWUoX2htWjbAMX8p+NxCppjpcg5k6xMsjhBQPTsoIh36h9Qde4WRuGpJeYnOjdosDn/cnv+OA==}
1402
+ engines: {node: '>=20.9.0'}
1403
+ cpu: [x64]
1404
+ os: [linux]
1405
+ libc: [glibc]
1406
+
1287
1407
  '@img/sharp-linuxmusl-arm64@0.34.5':
1288
1408
  resolution: {integrity: sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==}
1289
1409
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1291,6 +1411,13 @@ packages:
1291
1411
  os: [linux]
1292
1412
  libc: [musl]
1293
1413
 
1414
+ '@img/sharp-linuxmusl-arm64@0.35.4':
1415
+ resolution: {integrity: sha512-KB5jxpfWQTr0nc3xdHtWChdbifHrBGsd2SM62Eyxrl8afikm+f5qGBU75SJIZBT/S1MC8XyacdlXBMSWq6OURA==}
1416
+ engines: {node: '>=20.9.0'}
1417
+ cpu: [arm64]
1418
+ os: [linux]
1419
+ libc: [musl]
1420
+
1294
1421
  '@img/sharp-linuxmusl-x64@0.34.5':
1295
1422
  resolution: {integrity: sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==}
1296
1423
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
@@ -1298,29 +1425,63 @@ packages:
1298
1425
  os: [linux]
1299
1426
  libc: [musl]
1300
1427
 
1428
+ '@img/sharp-linuxmusl-x64@0.35.4':
1429
+ resolution: {integrity: sha512-f+eZJZIQNEEd26RPSW+76chwOf1XtA2Y/O+5ocVyLliHkeih3e+jhLVBdNTd2rS3IbNXK8+ug93Vf5ZXtF5Lxg==}
1430
+ engines: {node: '>=20.9.0'}
1431
+ cpu: [x64]
1432
+ os: [linux]
1433
+ libc: [musl]
1434
+
1301
1435
  '@img/sharp-wasm32@0.34.5':
1302
1436
  resolution: {integrity: sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==}
1303
1437
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1304
1438
  cpu: [wasm32]
1305
1439
 
1440
+ '@img/sharp-wasm32@0.35.4':
1441
+ resolution: {integrity: sha512-zQnl4Kwp7Q6NHsENtU2T/00Zi+w3AQNwz3+UaTyVBy2FpXrzXzGjndpK61onhZjRtRpQXxCTeqw19bVyXOh7jA==}
1442
+ engines: {node: '>=20.9.0'}
1443
+
1444
+ '@img/sharp-webcontainers-wasm32@0.35.4':
1445
+ resolution: {integrity: sha512-ESfNkywmCfPNyaZjxooddJQiQ+l/nTpGEOGthxiLnIHXC/CmcBixnfwUleX9mCz9ovrUUvKMap/pm8RYbzfwaA==}
1446
+ engines: {node: '>=20.9.0'}
1447
+ cpu: [wasm32]
1448
+
1306
1449
  '@img/sharp-win32-arm64@0.34.5':
1307
1450
  resolution: {integrity: sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==}
1308
1451
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1309
1452
  cpu: [arm64]
1310
1453
  os: [win32]
1311
1454
 
1455
+ '@img/sharp-win32-arm64@0.35.4':
1456
+ resolution: {integrity: sha512-iNdlBX9gLVvqe2I3uIJSIKTq6wckP/DYxZtcqxm09x5Gi24DnFBmPAWZmr60ZyYMG0xlzo6goG3670ar+RXvRw==}
1457
+ engines: {node: '>=20.9.0'}
1458
+ cpu: [arm64]
1459
+ os: [win32]
1460
+
1312
1461
  '@img/sharp-win32-ia32@0.34.5':
1313
1462
  resolution: {integrity: sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==}
1314
1463
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1315
1464
  cpu: [ia32]
1316
1465
  os: [win32]
1317
1466
 
1467
+ '@img/sharp-win32-ia32@0.35.4':
1468
+ resolution: {integrity: sha512-kqRsbaa5CS6KHlpxnN7WhE6vAAugXyZButpRdvDWetlv6Qv4N9WTcrWzF7tXfB9T7MsoadqdI8hmwLq6UlLvtw==}
1469
+ engines: {node: ^20.9.0}
1470
+ cpu: [ia32]
1471
+ os: [win32]
1472
+
1318
1473
  '@img/sharp-win32-x64@0.34.5':
1319
1474
  resolution: {integrity: sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==}
1320
1475
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
1321
1476
  cpu: [x64]
1322
1477
  os: [win32]
1323
1478
 
1479
+ '@img/sharp-win32-x64@0.35.4':
1480
+ resolution: {integrity: sha512-XtmnYhBcrORsJ4XJngyzr/EWP0hRZLAZRFaApdKuviyqF78+ylxh2y06ZmtULAMOnObJ3ucpN0AcwSWnMowTRg==}
1481
+ engines: {node: '>=20.9.0'}
1482
+ cpu: [x64]
1483
+ os: [win32]
1484
+
1324
1485
  '@inquirer/ansi@1.0.2':
1325
1486
  resolution: {integrity: sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==}
1326
1487
  engines: {node: '>=18'}
@@ -1422,8 +1583,8 @@ packages:
1422
1583
  '@next/env@16.1.1':
1423
1584
  resolution: {integrity: sha512-3oxyM97Sr2PqiVyMyrZUtrtM3jqqFxOQJVuKclDsgj/L728iZt/GyslkN4NwarledZATCenbk4Offjk1hQmaAA==}
1424
1585
 
1425
- '@next/eslint-plugin-next@16.1.1':
1426
- resolution: {integrity: sha512-Ovb/6TuLKbE1UiPcg0p39Ke3puyTCIKN9hGbNItmpQsp+WX3qrjO3WaMVSi6JHr9X1NrmthqIguVHodMJbh/dw==}
1586
+ '@next/eslint-plugin-next@16.3.3':
1587
+ resolution: {integrity: sha512-pbEh30vvjKpDoTAmo1v3q2uM4JUi8QaEBpbmjWvGfoec2jLghy/WNtvzAT0bk+Ik9oz6etjt4YjXEk4BQnicCw==}
1427
1588
 
1428
1589
  '@next/swc-darwin-arm64@16.1.1':
1429
1590
  resolution: {integrity: sha512-JS3m42ifsVSJjSTzh27nW+Igfha3NdBOFScr9C80hHGrWx55pTrVL23RJbqir7k7/15SKlrLHhh/MQzqBBYrQA==}
@@ -3146,6 +3307,11 @@ packages:
3146
3307
  base64-js@1.5.1:
3147
3308
  resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==}
3148
3309
 
3310
+ baseline-browser-mapping@2.11.19:
3311
+ resolution: {integrity: sha512-Grytf1xOxOEMTGRwx6rLGKkTabd4vMg3VrKdj/7joCmV0qgh4QwMMO6xh34YEXQqirAuUdgQGa5orJQQ+69RBw==}
3312
+ engines: {node: '>=6.0.0'}
3313
+ hasBin: true
3314
+
3149
3315
  baseline-browser-mapping@2.9.18:
3150
3316
  resolution: {integrity: sha512-e23vBV1ZLfjb9apvfPk4rHVu2ry6RIr2Wfs+O324okSidrX7pTAnEJPCh/O5BtRlr7QtZI7ktOP3vsqr7Z5XoA==}
3151
3317
  hasBin: true
@@ -3789,8 +3955,8 @@ packages:
3789
3955
  resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==}
3790
3956
  engines: {node: '>=10'}
3791
3957
 
3792
- eslint-config-next@16.1.1:
3793
- resolution: {integrity: sha512-55nTpVWm3qeuxoQKLOjQVciKZJUphKrNM0fCcQHAIOGl6VFXgaqeMfv0aKJhs7QtcnlAPhNVqsqRfRjeKBPIUA==}
3958
+ eslint-config-next@16.3.3:
3959
+ resolution: {integrity: sha512-teqtsR26tnlfXFHfVLTM/4tzEzU8DMu6GS1sddZzhfGzgd2f2ofbgDUcsk6cssSCzX6Tk6fmWifJcdANSdPJrw==}
3794
3960
  peerDependencies:
3795
3961
  eslint: '>=9.0.0'
3796
3962
  typescript: '>=3.3.1'
@@ -4916,6 +5082,11 @@ packages:
4916
5082
  engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
4917
5083
  hasBin: true
4918
5084
 
5085
+ nanoid@3.3.18:
5086
+ resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==}
5087
+ engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
5088
+ hasBin: true
5089
+
4919
5090
  napi-postinstall@0.3.4:
4920
5091
  resolution: {integrity: sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==}
4921
5092
  engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0}
@@ -5564,6 +5735,11 @@ packages:
5564
5735
  engines: {node: '>=10'}
5565
5736
  hasBin: true
5566
5737
 
5738
+ semver@7.8.5:
5739
+ resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==}
5740
+ engines: {node: '>=10'}
5741
+ hasBin: true
5742
+
5567
5743
  send@1.2.1:
5568
5744
  resolution: {integrity: sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==}
5569
5745
  engines: {node: '>= 18'}
@@ -5598,6 +5774,15 @@ packages:
5598
5774
  resolution: {integrity: sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==}
5599
5775
  engines: {node: ^18.17.0 || ^20.3.0 || >=21.0.0}
5600
5776
 
5777
+ sharp@0.35.4:
5778
+ resolution: {integrity: sha512-n++8XWcj+jCOr2IOl7h8LbKnGBDY4aPbmprMONBNFdn0ImXqpGVv5zliDs0V9HbmbCQLpbuo2ej9rAoOQTvMDA==}
5779
+ engines: {node: '>=20.9.0'}
5780
+ peerDependencies:
5781
+ '@types/node': '*'
5782
+ peerDependenciesMeta:
5783
+ '@types/node':
5784
+ optional: true
5785
+
5601
5786
  shebang-command@2.0.0:
5602
5787
  resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==}
5603
5788
  engines: {node: '>=8'}
@@ -7034,7 +7219,7 @@ snapshots:
7034
7219
  tslib: 2.8.1
7035
7220
  optional: true
7036
7221
 
7037
- '@emnapi/runtime@1.8.1':
7222
+ '@emnapi/runtime@1.11.3':
7038
7223
  dependencies:
7039
7224
  tslib: 2.8.1
7040
7225
  optional: true
@@ -7359,103 +7544,206 @@ snapshots:
7359
7544
 
7360
7545
  '@humanwhocodes/retry@0.4.3': {}
7361
7546
 
7362
- '@img/colour@1.0.0':
7363
- optional: true
7547
+ '@img/colour@1.1.0': {}
7364
7548
 
7365
7549
  '@img/sharp-darwin-arm64@0.34.5':
7366
7550
  optionalDependencies:
7367
7551
  '@img/sharp-libvips-darwin-arm64': 1.2.4
7368
7552
  optional: true
7369
7553
 
7554
+ '@img/sharp-darwin-arm64@0.35.4':
7555
+ optionalDependencies:
7556
+ '@img/sharp-libvips-darwin-arm64': 1.3.3
7557
+ optional: true
7558
+
7370
7559
  '@img/sharp-darwin-x64@0.34.5':
7371
7560
  optionalDependencies:
7372
7561
  '@img/sharp-libvips-darwin-x64': 1.2.4
7373
7562
  optional: true
7374
7563
 
7564
+ '@img/sharp-darwin-x64@0.35.4':
7565
+ optionalDependencies:
7566
+ '@img/sharp-libvips-darwin-x64': 1.3.3
7567
+ optional: true
7568
+
7569
+ '@img/sharp-freebsd-wasm32@0.35.4':
7570
+ dependencies:
7571
+ '@img/sharp-wasm32': 0.35.4
7572
+ optional: true
7573
+
7375
7574
  '@img/sharp-libvips-darwin-arm64@1.2.4':
7376
7575
  optional: true
7377
7576
 
7577
+ '@img/sharp-libvips-darwin-arm64@1.3.3':
7578
+ optional: true
7579
+
7378
7580
  '@img/sharp-libvips-darwin-x64@1.2.4':
7379
7581
  optional: true
7380
7582
 
7583
+ '@img/sharp-libvips-darwin-x64@1.3.3':
7584
+ optional: true
7585
+
7381
7586
  '@img/sharp-libvips-linux-arm64@1.2.4':
7382
7587
  optional: true
7383
7588
 
7589
+ '@img/sharp-libvips-linux-arm64@1.3.3':
7590
+ optional: true
7591
+
7384
7592
  '@img/sharp-libvips-linux-arm@1.2.4':
7385
7593
  optional: true
7386
7594
 
7595
+ '@img/sharp-libvips-linux-arm@1.3.3':
7596
+ optional: true
7597
+
7387
7598
  '@img/sharp-libvips-linux-ppc64@1.2.4':
7388
7599
  optional: true
7389
7600
 
7601
+ '@img/sharp-libvips-linux-ppc64@1.3.3':
7602
+ optional: true
7603
+
7390
7604
  '@img/sharp-libvips-linux-riscv64@1.2.4':
7391
7605
  optional: true
7392
7606
 
7607
+ '@img/sharp-libvips-linux-riscv64@1.3.3':
7608
+ optional: true
7609
+
7393
7610
  '@img/sharp-libvips-linux-s390x@1.2.4':
7394
7611
  optional: true
7395
7612
 
7613
+ '@img/sharp-libvips-linux-s390x@1.3.3':
7614
+ optional: true
7615
+
7396
7616
  '@img/sharp-libvips-linux-x64@1.2.4':
7397
7617
  optional: true
7398
7618
 
7619
+ '@img/sharp-libvips-linux-x64@1.3.3':
7620
+ optional: true
7621
+
7399
7622
  '@img/sharp-libvips-linuxmusl-arm64@1.2.4':
7400
7623
  optional: true
7401
7624
 
7625
+ '@img/sharp-libvips-linuxmusl-arm64@1.3.3':
7626
+ optional: true
7627
+
7402
7628
  '@img/sharp-libvips-linuxmusl-x64@1.2.4':
7403
7629
  optional: true
7404
7630
 
7631
+ '@img/sharp-libvips-linuxmusl-x64@1.3.3':
7632
+ optional: true
7633
+
7405
7634
  '@img/sharp-linux-arm64@0.34.5':
7406
7635
  optionalDependencies:
7407
7636
  '@img/sharp-libvips-linux-arm64': 1.2.4
7408
7637
  optional: true
7409
7638
 
7639
+ '@img/sharp-linux-arm64@0.35.4':
7640
+ optionalDependencies:
7641
+ '@img/sharp-libvips-linux-arm64': 1.3.3
7642
+ optional: true
7643
+
7410
7644
  '@img/sharp-linux-arm@0.34.5':
7411
7645
  optionalDependencies:
7412
7646
  '@img/sharp-libvips-linux-arm': 1.2.4
7413
7647
  optional: true
7414
7648
 
7649
+ '@img/sharp-linux-arm@0.35.4':
7650
+ optionalDependencies:
7651
+ '@img/sharp-libvips-linux-arm': 1.3.3
7652
+ optional: true
7653
+
7415
7654
  '@img/sharp-linux-ppc64@0.34.5':
7416
7655
  optionalDependencies:
7417
7656
  '@img/sharp-libvips-linux-ppc64': 1.2.4
7418
7657
  optional: true
7419
7658
 
7659
+ '@img/sharp-linux-ppc64@0.35.4':
7660
+ optionalDependencies:
7661
+ '@img/sharp-libvips-linux-ppc64': 1.3.3
7662
+ optional: true
7663
+
7420
7664
  '@img/sharp-linux-riscv64@0.34.5':
7421
7665
  optionalDependencies:
7422
7666
  '@img/sharp-libvips-linux-riscv64': 1.2.4
7423
7667
  optional: true
7424
7668
 
7669
+ '@img/sharp-linux-riscv64@0.35.4':
7670
+ optionalDependencies:
7671
+ '@img/sharp-libvips-linux-riscv64': 1.3.3
7672
+ optional: true
7673
+
7425
7674
  '@img/sharp-linux-s390x@0.34.5':
7426
7675
  optionalDependencies:
7427
7676
  '@img/sharp-libvips-linux-s390x': 1.2.4
7428
7677
  optional: true
7429
7678
 
7679
+ '@img/sharp-linux-s390x@0.35.4':
7680
+ optionalDependencies:
7681
+ '@img/sharp-libvips-linux-s390x': 1.3.3
7682
+ optional: true
7683
+
7430
7684
  '@img/sharp-linux-x64@0.34.5':
7431
7685
  optionalDependencies:
7432
7686
  '@img/sharp-libvips-linux-x64': 1.2.4
7433
7687
  optional: true
7434
7688
 
7689
+ '@img/sharp-linux-x64@0.35.4':
7690
+ optionalDependencies:
7691
+ '@img/sharp-libvips-linux-x64': 1.3.3
7692
+ optional: true
7693
+
7435
7694
  '@img/sharp-linuxmusl-arm64@0.34.5':
7436
7695
  optionalDependencies:
7437
7696
  '@img/sharp-libvips-linuxmusl-arm64': 1.2.4
7438
7697
  optional: true
7439
7698
 
7699
+ '@img/sharp-linuxmusl-arm64@0.35.4':
7700
+ optionalDependencies:
7701
+ '@img/sharp-libvips-linuxmusl-arm64': 1.3.3
7702
+ optional: true
7703
+
7440
7704
  '@img/sharp-linuxmusl-x64@0.34.5':
7441
7705
  optionalDependencies:
7442
7706
  '@img/sharp-libvips-linuxmusl-x64': 1.2.4
7443
7707
  optional: true
7444
7708
 
7709
+ '@img/sharp-linuxmusl-x64@0.35.4':
7710
+ optionalDependencies:
7711
+ '@img/sharp-libvips-linuxmusl-x64': 1.3.3
7712
+ optional: true
7713
+
7445
7714
  '@img/sharp-wasm32@0.34.5':
7446
7715
  dependencies:
7447
- '@emnapi/runtime': 1.8.1
7716
+ '@emnapi/runtime': 1.11.3
7717
+ optional: true
7718
+
7719
+ '@img/sharp-wasm32@0.35.4':
7720
+ dependencies:
7721
+ '@emnapi/runtime': 1.11.3
7722
+ optional: true
7723
+
7724
+ '@img/sharp-webcontainers-wasm32@0.35.4':
7725
+ dependencies:
7726
+ '@img/sharp-wasm32': 0.35.4
7448
7727
  optional: true
7449
7728
 
7450
7729
  '@img/sharp-win32-arm64@0.34.5':
7451
7730
  optional: true
7452
7731
 
7732
+ '@img/sharp-win32-arm64@0.35.4':
7733
+ optional: true
7734
+
7453
7735
  '@img/sharp-win32-ia32@0.34.5':
7454
7736
  optional: true
7455
7737
 
7738
+ '@img/sharp-win32-ia32@0.35.4':
7739
+ optional: true
7740
+
7456
7741
  '@img/sharp-win32-x64@0.34.5':
7457
7742
  optional: true
7458
7743
 
7744
+ '@img/sharp-win32-x64@0.35.4':
7745
+ optional: true
7746
+
7459
7747
  '@inquirer/ansi@1.0.2': {}
7460
7748
 
7461
7749
  '@inquirer/confirm@5.1.21(@types/node@20.19.30)':
@@ -7585,15 +7873,18 @@ snapshots:
7585
7873
  '@napi-rs/wasm-runtime@0.2.12':
7586
7874
  dependencies:
7587
7875
  '@emnapi/core': 1.8.1
7588
- '@emnapi/runtime': 1.8.1
7876
+ '@emnapi/runtime': 1.11.3
7589
7877
  '@tybys/wasm-util': 0.10.1
7590
7878
  optional: true
7591
7879
 
7592
7880
  '@next/env@16.1.1': {}
7593
7881
 
7594
- '@next/eslint-plugin-next@16.1.1':
7882
+ '@next/eslint-plugin-next@16.3.3(eslint@9.39.2(jiti@2.6.1))':
7595
7883
  dependencies:
7884
+ '@eslint-community/eslint-utils': 4.9.1(eslint@9.39.2(jiti@2.6.1))
7596
7885
  fast-glob: 3.3.1
7886
+ transitivePeerDependencies:
7887
+ - eslint
7597
7888
 
7598
7889
  '@next/swc-darwin-arm64@16.1.1':
7599
7890
  optional: true
@@ -9064,7 +9355,7 @@ snapshots:
9064
9355
  '@typescript-eslint/visitor-keys': 8.54.0
9065
9356
  debug: 4.4.3
9066
9357
  minimatch: 9.0.5
9067
- semver: 7.7.3
9358
+ semver: 7.8.5
9068
9359
  tinyglobby: 0.2.15
9069
9360
  ts-api-utils: 2.4.0(typescript@5.9.3)
9070
9361
  typescript: 5.9.3
@@ -9410,6 +9701,8 @@ snapshots:
9410
9701
 
9411
9702
  base64-js@1.5.1: {}
9412
9703
 
9704
+ baseline-browser-mapping@2.11.19: {}
9705
+
9413
9706
  baseline-browser-mapping@2.9.18: {}
9414
9707
 
9415
9708
  binary-extensions@2.3.0: {}
@@ -10071,9 +10364,9 @@ snapshots:
10071
10364
 
10072
10365
  escape-string-regexp@4.0.0: {}
10073
10366
 
10074
- eslint-config-next@16.1.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
10367
+ eslint-config-next@16.3.3(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3):
10075
10368
  dependencies:
10076
- '@next/eslint-plugin-next': 16.1.1
10369
+ '@next/eslint-plugin-next': 16.3.3(eslint@9.39.2(jiti@2.6.1))
10077
10370
  eslint: 9.39.2(jiti@2.6.1)
10078
10371
  eslint-import-resolver-node: 0.3.9
10079
10372
  eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1))
@@ -10114,7 +10407,7 @@ snapshots:
10114
10407
  transitivePeerDependencies:
10115
10408
  - supports-color
10116
10409
 
10117
- eslint-module-utils@2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1)):
10410
+ eslint-module-utils@2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1)):
10118
10411
  dependencies:
10119
10412
  debug: 3.2.7
10120
10413
  optionalDependencies:
@@ -10136,7 +10429,7 @@ snapshots:
10136
10429
  doctrine: 2.1.0
10137
10430
  eslint: 9.39.2(jiti@2.6.1)
10138
10431
  eslint-import-resolver-node: 0.3.9
10139
- eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1)(eslint@9.39.2(jiti@2.6.1))
10432
+ eslint-module-utils: 2.12.1(@typescript-eslint/parser@8.54.0(eslint@9.39.2(jiti@2.6.1))(typescript@5.9.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0)(eslint@9.39.2(jiti@2.6.1)))(eslint@9.39.2(jiti@2.6.1))
10140
10433
  hasown: 2.0.2
10141
10434
  is-core-module: 2.16.1
10142
10435
  is-glob: 4.0.3
@@ -10787,7 +11080,7 @@ snapshots:
10787
11080
 
10788
11081
  is-bun-module@2.0.0:
10789
11082
  dependencies:
10790
- semver: 7.7.3
11083
+ semver: 7.8.5
10791
11084
 
10792
11085
  is-callable@1.2.7: {}
10793
11086
 
@@ -11010,7 +11303,7 @@ snapshots:
11010
11303
  chalk: 4.1.2
11011
11304
  console-table-printer: 2.15.0
11012
11305
  p-queue: 6.6.2
11013
- semver: 7.7.3
11306
+ semver: 7.8.5
11014
11307
  uuid: 10.0.0
11015
11308
  optionalDependencies:
11016
11309
  openai: 6.16.0(ws@8.19.0)(zod@4.3.6)
@@ -11224,6 +11517,8 @@ snapshots:
11224
11517
 
11225
11518
  nanoid@3.3.11: {}
11226
11519
 
11520
+ nanoid@3.3.18: {}
11521
+
11227
11522
  napi-postinstall@0.3.4: {}
11228
11523
 
11229
11524
  natural-compare@1.4.0: {}
@@ -11241,7 +11536,7 @@ snapshots:
11241
11536
  dependencies:
11242
11537
  '@next/env': 16.1.1
11243
11538
  '@swc/helpers': 0.5.15
11244
- baseline-browser-mapping: 2.9.18
11539
+ baseline-browser-mapping: 2.11.19
11245
11540
  caniuse-lite: 1.0.30001766
11246
11541
  postcss: 8.4.31
11247
11542
  react: 19.2.3
@@ -11522,13 +11817,14 @@ snapshots:
11522
11817
 
11523
11818
  possible-typed-array-names@1.1.0: {}
11524
11819
 
11525
- postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0):
11820
+ postcss-load-config@6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2):
11526
11821
  dependencies:
11527
11822
  lilconfig: 3.1.3
11528
11823
  optionalDependencies:
11529
11824
  jiti: 2.6.1
11530
11825
  postcss: 8.5.6
11531
11826
  tsx: 4.21.0
11827
+ yaml: 1.10.2
11532
11828
 
11533
11829
  postcss-resolve-nested-selector@0.1.6: {}
11534
11830
 
@@ -11545,7 +11841,7 @@ snapshots:
11545
11841
 
11546
11842
  postcss@8.4.31:
11547
11843
  dependencies:
11548
- nanoid: 3.3.11
11844
+ nanoid: 3.3.18
11549
11845
  picocolors: 1.1.1
11550
11846
  source-map-js: 1.2.1
11551
11847
 
@@ -11924,6 +12220,8 @@ snapshots:
11924
12220
 
11925
12221
  semver@7.7.3: {}
11926
12222
 
12223
+ semver@7.8.5: {}
12224
+
11927
12225
  send@1.2.1:
11928
12226
  dependencies:
11929
12227
  debug: 4.4.3
@@ -12023,9 +12321,9 @@ snapshots:
12023
12321
 
12024
12322
  sharp@0.34.5:
12025
12323
  dependencies:
12026
- '@img/colour': 1.0.0
12324
+ '@img/colour': 1.1.0
12027
12325
  detect-libc: 2.1.2
12028
- semver: 7.7.3
12326
+ semver: 7.8.5
12029
12327
  optionalDependencies:
12030
12328
  '@img/sharp-darwin-arm64': 0.34.5
12031
12329
  '@img/sharp-darwin-x64': 0.34.5
@@ -12053,6 +12351,39 @@ snapshots:
12053
12351
  '@img/sharp-win32-x64': 0.34.5
12054
12352
  optional: true
12055
12353
 
12354
+ sharp@0.35.4(@types/node@20.19.30):
12355
+ dependencies:
12356
+ '@img/colour': 1.1.0
12357
+ detect-libc: 2.1.2
12358
+ semver: 7.8.5
12359
+ optionalDependencies:
12360
+ '@img/sharp-darwin-arm64': 0.35.4
12361
+ '@img/sharp-darwin-x64': 0.35.4
12362
+ '@img/sharp-freebsd-wasm32': 0.35.4
12363
+ '@img/sharp-libvips-darwin-arm64': 1.3.3
12364
+ '@img/sharp-libvips-darwin-x64': 1.3.3
12365
+ '@img/sharp-libvips-linux-arm': 1.3.3
12366
+ '@img/sharp-libvips-linux-arm64': 1.3.3
12367
+ '@img/sharp-libvips-linux-ppc64': 1.3.3
12368
+ '@img/sharp-libvips-linux-riscv64': 1.3.3
12369
+ '@img/sharp-libvips-linux-s390x': 1.3.3
12370
+ '@img/sharp-libvips-linux-x64': 1.3.3
12371
+ '@img/sharp-libvips-linuxmusl-arm64': 1.3.3
12372
+ '@img/sharp-libvips-linuxmusl-x64': 1.3.3
12373
+ '@img/sharp-linux-arm': 0.35.4
12374
+ '@img/sharp-linux-arm64': 0.35.4
12375
+ '@img/sharp-linux-ppc64': 0.35.4
12376
+ '@img/sharp-linux-riscv64': 0.35.4
12377
+ '@img/sharp-linux-s390x': 0.35.4
12378
+ '@img/sharp-linux-x64': 0.35.4
12379
+ '@img/sharp-linuxmusl-arm64': 0.35.4
12380
+ '@img/sharp-linuxmusl-x64': 0.35.4
12381
+ '@img/sharp-webcontainers-wasm32': 0.35.4
12382
+ '@img/sharp-win32-arm64': 0.35.4
12383
+ '@img/sharp-win32-ia32': 0.35.4
12384
+ '@img/sharp-win32-x64': 0.35.4
12385
+ '@types/node': 20.19.30
12386
+
12056
12387
  shebang-command@2.0.0:
12057
12388
  dependencies:
12058
12389
  shebang-regex: 3.0.0
@@ -12422,7 +12753,7 @@ snapshots:
12422
12753
 
12423
12754
  tslib@2.8.1: {}
12424
12755
 
12425
- tsup@8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3):
12756
+ tsup@8.5.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(typescript@5.9.3)(yaml@1.10.2):
12426
12757
  dependencies:
12427
12758
  bundle-require: 5.1.0(esbuild@0.27.3)
12428
12759
  cac: 6.7.14
@@ -12433,7 +12764,7 @@ snapshots:
12433
12764
  fix-dts-default-cjs-exports: 1.0.1
12434
12765
  joycon: 3.1.1
12435
12766
  picocolors: 1.1.1
12436
- postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)
12767
+ postcss-load-config: 6.0.1(jiti@2.6.1)(postcss@8.5.6)(tsx@4.21.0)(yaml@1.10.2)
12437
12768
  resolve-from: 5.0.0
12438
12769
  rollup: 4.59.0
12439
12770
  source-map: 0.7.6