@coze-arch/cli 0.0.1-alpha.6f4390 → 0.0.1-alpha.704fa1

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 (46) hide show
  1. package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +10 -6
  2. package/lib/__templates__/expo/.cozeproj/scripts/prod_build.sh +2 -2
  3. package/lib/__templates__/expo/.cozeproj/scripts/prod_run.sh +3 -4
  4. package/lib/__templates__/expo/_gitignore +1 -1
  5. package/lib/__templates__/expo/_npmrc +2 -4
  6. package/lib/__templates__/expo/{app.json → client/app.json} +4 -4
  7. package/lib/__templates__/expo/client/package.json +92 -0
  8. package/lib/__templates__/expo/client/src/app/index.ts +1 -0
  9. package/lib/__templates__/expo/client/{screens → src/screens}/home/index.tsx +0 -1
  10. package/lib/__templates__/expo/client/tsconfig.json +24 -0
  11. package/lib/__templates__/expo/package.json +5 -10
  12. package/lib/__templates__/expo/pnpm-lock.yaml +299 -514
  13. package/lib/__templates__/expo/pnpm-workspace.yaml +3 -0
  14. package/lib/__templates__/expo/server/package.json +17 -0
  15. package/lib/__templates__/expo/tsconfig.json +1 -24
  16. package/lib/cli.js +1 -1
  17. package/package.json +1 -1
  18. package/lib/__templates__/expo/babel.config.js +0 -19
  19. package/lib/__templates__/expo/client/app/(tabs)/_layout.tsx +0 -43
  20. package/lib/__templates__/expo/client/app/(tabs)/home.tsx +0 -1
  21. package/lib/__templates__/expo/client/app/(tabs)/index.tsx +0 -7
  22. package/lib/__templates__/expo/client/app/+not-found.tsx +0 -79
  23. package/lib/__templates__/expo/client/index.js +0 -12
  24. /package/lib/__templates__/expo/{eslint-formatter-simple.mjs → client/eslint-formatter-simple.mjs} +0 -0
  25. /package/lib/__templates__/expo/{eslint.config.mjs → client/eslint.config.mjs} +0 -0
  26. /package/lib/__templates__/expo/{metro.config.js → client/metro.config.js} +0 -0
  27. /package/lib/__templates__/expo/client/{app → src/app}/_layout.tsx +0 -0
  28. /package/lib/__templates__/expo/client/{assets → src/assets}/fonts/SpaceMono-Regular.ttf +0 -0
  29. /package/lib/__templates__/expo/client/{assets → src/assets}/images/adaptive-icon.png +0 -0
  30. /package/lib/__templates__/expo/client/{assets → src/assets}/images/default-avatar.png +0 -0
  31. /package/lib/__templates__/expo/client/{assets → src/assets}/images/favicon.png +0 -0
  32. /package/lib/__templates__/expo/client/{assets → src/assets}/images/icon.png +0 -0
  33. /package/lib/__templates__/expo/client/{assets → src/assets}/images/partial-react-logo.png +0 -0
  34. /package/lib/__templates__/expo/client/{assets → src/assets}/images/react-logo.png +0 -0
  35. /package/lib/__templates__/expo/client/{assets → src/assets}/images/react-logo@2x.png +0 -0
  36. /package/lib/__templates__/expo/client/{assets → src/assets}/images/react-logo@3x.png +0 -0
  37. /package/lib/__templates__/expo/client/{assets → src/assets}/images/splash-icon.png +0 -0
  38. /package/lib/__templates__/expo/client/{components → src/components}/Screen.tsx +0 -0
  39. /package/lib/__templates__/expo/client/{components → src/components}/SmartDateInput.tsx +0 -0
  40. /package/lib/__templates__/expo/client/{constants → src/constants}/theme.ts +0 -0
  41. /package/lib/__templates__/expo/client/{contexts → src/contexts}/AuthContext.tsx +0 -0
  42. /package/lib/__templates__/expo/client/{hooks → src/hooks}/useColorScheme.ts +0 -0
  43. /package/lib/__templates__/expo/client/{hooks → src/hooks}/useTheme.ts +0 -0
  44. /package/lib/__templates__/expo/client/{screens → src/screens}/home/styles.ts +0 -0
  45. /package/lib/__templates__/expo/client/{utils → src/utils}/index.ts +0 -0
  46. /package/lib/__templates__/expo/{src → server/src}/index.ts +0 -0
@@ -4,6 +4,9 @@ settings:
4
4
  autoInstallPeers: true
5
5
  excludeLinksFromLockfile: false
6
6
 
7
+ overrides:
8
+ esbuild: 0.27.2
9
+
7
10
  importers:
8
11
 
9
12
  .:
@@ -47,12 +50,18 @@ importers:
47
50
  ajv-formats:
48
51
  specifier: ^3.0.1
49
52
  version: 3.0.1(ajv@8.17.1)
53
+ babel-plugin-module-resolver:
54
+ specifier: ^5.0.2
55
+ version: 5.0.2
56
+ babel-preset-expo:
57
+ specifier: ^54.0.9
58
+ version: 54.0.9(@babel/core@7.28.5)(@babel/runtime@7.28.4)(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
50
59
  connect:
51
60
  specifier: ^3.7.0
52
61
  version: 3.7.0
53
62
  coze-coding-dev-sdk:
54
- specifier: ^0.5.2
55
- version: 0.5.4(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3)
63
+ specifier: ^0.5.5
64
+ version: 0.5.5(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3)
56
65
  dayjs:
57
66
  specifier: ^1.11.19
58
67
  version: 1.11.19
@@ -125,6 +134,9 @@ importers:
125
134
  express:
126
135
  specifier: ^4.22.1
127
136
  version: 4.22.1
137
+ http-proxy-middleware:
138
+ specifier: ^3.0.5
139
+ version: 3.0.5
128
140
  multer:
129
141
  specifier: ^2.0.2
130
142
  version: 2.0.2
@@ -204,20 +216,231 @@ importers:
204
216
  '@types/react-test-renderer':
205
217
  specifier: 19.1.0
206
218
  version: 19.1.0
219
+ chalk:
220
+ specifier: ^4.1.2
221
+ version: 4.1.2
222
+ depcheck:
223
+ specifier: ^1.4.7
224
+ version: 1.4.7
225
+ esbuild:
226
+ specifier: 0.27.2
227
+ version: 0.27.2
228
+ eslint:
229
+ specifier: ^9.39.2
230
+ version: 9.39.2
231
+ eslint-formatter-compact:
232
+ specifier: ^9.0.1
233
+ version: 9.0.1
234
+ eslint-import-resolver-typescript:
235
+ specifier: ^4.4.4
236
+ version: 4.4.4(eslint-plugin-import@2.32.0)(eslint@9.39.2)
237
+ eslint-plugin-import:
238
+ specifier: ^2.32.0
239
+ version: 2.32.0(@typescript-eslint/parser@8.51.0(eslint@9.39.2)(typescript@5.9.3))(eslint-import-resolver-typescript@4.4.4)(eslint@9.39.2)
240
+ eslint-plugin-react:
241
+ specifier: ^7.37.5
242
+ version: 7.37.5(eslint@9.39.2)
243
+ eslint-plugin-react-hooks:
244
+ specifier: ^7.0.1
245
+ version: 7.0.1(eslint@9.39.2)
246
+ eslint-plugin-regexp:
247
+ specifier: ^2.10.0
248
+ version: 2.10.0(eslint@9.39.2)
249
+ globals:
250
+ specifier: ^16.1.0
251
+ version: 16.5.0
252
+ jest:
253
+ specifier: ^29.2.1
254
+ version: 29.7.0(@types/node@25.0.3)
255
+ jest-expo:
256
+ specifier: ~54.0.10
257
+ version: 54.0.16(@babel/core@7.28.5)(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(jest@29.7.0(@types/node@25.0.3))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
258
+ react-test-renderer:
259
+ specifier: 19.1.0
260
+ version: 19.1.0(react@19.1.0)
261
+ tsx:
262
+ specifier: ^4.21.0
263
+ version: 4.21.0
264
+ typescript:
265
+ specifier: ^5.8.3
266
+ version: 5.9.3
267
+ typescript-eslint:
268
+ specifier: ^8.32.1
269
+ version: 8.51.0(eslint@9.39.2)(typescript@5.9.3)
270
+
271
+ client:
272
+ dependencies:
273
+ '@expo/metro-runtime':
274
+ specifier: ^6.1.2
275
+ version: 6.1.2(expo@54.0.30)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
276
+ '@expo/vector-icons':
277
+ specifier: ^15.0.0
278
+ version: 15.0.3(expo-font@14.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
279
+ '@react-native-async-storage/async-storage':
280
+ specifier: ^2.2.0
281
+ version: 2.2.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
282
+ '@react-native-community/datetimepicker':
283
+ specifier: ^8.5.0
284
+ version: 8.5.1(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
285
+ '@react-native-community/slider':
286
+ specifier: ^5.0.1
287
+ version: 5.1.1
288
+ '@react-native-masked-view/masked-view':
289
+ specifier: ^0.3.2
290
+ version: 0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
291
+ '@react-native-picker/picker':
292
+ specifier: ^2.11.0
293
+ version: 2.11.4(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
294
+ '@react-navigation/bottom-tabs':
295
+ specifier: ^7.2.0
296
+ version: 7.9.0(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@react-navigation/native@7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
297
+ '@react-navigation/native':
298
+ specifier: ^7.0.14
299
+ version: 7.1.26(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
207
300
  babel-plugin-module-resolver:
208
301
  specifier: ^5.0.2
209
302
  version: 5.0.2
210
303
  babel-preset-expo:
211
304
  specifier: ^54.0.9
212
305
  version: 54.0.9(@babel/core@7.28.5)(@babel/runtime@7.28.4)(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
306
+ dayjs:
307
+ specifier: ^1.11.19
308
+ version: 1.11.19
309
+ expo:
310
+ specifier: ^54.0.7
311
+ version: 54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
312
+ expo-auth-session:
313
+ specifier: ^7.0.9
314
+ version: 7.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
315
+ expo-av:
316
+ specifier: ~16.0.6
317
+ version: 16.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
318
+ expo-blur:
319
+ specifier: ~15.0.6
320
+ version: 15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
321
+ expo-camera:
322
+ specifier: ~17.0.10
323
+ version: 17.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
324
+ expo-constants:
325
+ specifier: ~18.0.8
326
+ version: 18.0.12(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
327
+ expo-crypto:
328
+ specifier: ^15.0.7
329
+ version: 15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
330
+ expo-font:
331
+ specifier: ~14.0.7
332
+ version: 14.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
333
+ expo-haptics:
334
+ specifier: ~15.0.6
335
+ version: 15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
336
+ expo-image-picker:
337
+ specifier: ~17.0.7
338
+ version: 17.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
339
+ expo-linear-gradient:
340
+ specifier: ~15.0.6
341
+ version: 15.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
342
+ expo-linking:
343
+ specifier: ~8.0.7
344
+ version: 8.0.11(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
345
+ expo-location:
346
+ specifier: ~19.0.7
347
+ version: 19.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
348
+ expo-router:
349
+ specifier: ~6.0.0
350
+ version: 6.0.21(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.12)(expo-linking@8.0.11)(expo@54.0.30)(react-dom@19.1.0(react@19.1.0))(react-native-gesture-handler@2.28.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.5)(react-native-worklets@0.5.1(@babel/core@7.28.5)(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-safe-area-context@5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-screens@4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
351
+ expo-splash-screen:
352
+ specifier: ~31.0.8
353
+ version: 31.0.13(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
354
+ expo-status-bar:
355
+ specifier: ~3.0.7
356
+ version: 3.0.9(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
357
+ expo-symbols:
358
+ specifier: ~1.0.6
359
+ version: 1.0.8(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
360
+ expo-system-ui:
361
+ specifier: ~6.0.9
362
+ version: 6.0.9(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-web@0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
363
+ expo-web-browser:
364
+ specifier: ~15.0.10
365
+ version: 15.0.10(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
366
+ react:
367
+ specifier: 19.1.0
368
+ version: 19.1.0
369
+ react-dom:
370
+ specifier: 19.1.0
371
+ version: 19.1.0(react@19.1.0)
372
+ react-native:
373
+ specifier: 0.81.5
374
+ version: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
375
+ react-native-chart-kit:
376
+ specifier: ^6.12.0
377
+ version: 6.12.0(react-native-svg@15.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
378
+ react-native-gesture-handler:
379
+ specifier: ~2.28.0
380
+ version: 2.28.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
381
+ react-native-keyboard-aware-scroll-view:
382
+ specifier: ^0.9.5
383
+ version: 0.9.5(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
384
+ react-native-modal-datetime-picker:
385
+ specifier: 18.0.0
386
+ version: 18.0.0(@react-native-community/datetimepicker@8.5.1(expo@54.0.30(@babel/core@7.28.5)(@expo/metro-runtime@6.1.2)(expo-router@6.0.21)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))
387
+ react-native-reanimated:
388
+ specifier: ~4.1.0
389
+ version: 4.1.6(@babel/core@7.28.5)(react-native-worklets@0.5.1(@babel/core@7.28.5)(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
390
+ react-native-safe-area-context:
391
+ specifier: ~5.6.0
392
+ version: 5.6.2(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
393
+ react-native-screens:
394
+ specifier: ~4.16.0
395
+ version: 4.16.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
396
+ react-native-svg:
397
+ specifier: 15.15.0
398
+ version: 15.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
399
+ react-native-toast-message:
400
+ specifier: ^2.3.3
401
+ version: 2.3.3(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
402
+ react-native-web:
403
+ specifier: ^0.21.2
404
+ version: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
405
+ react-native-webview:
406
+ specifier: ~13.15.0
407
+ version: 13.15.0(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
408
+ react-native-worklets:
409
+ specifier: 0.5.1
410
+ version: 0.5.1(@babel/core@7.28.5)(react-native@0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
411
+ zod:
412
+ specifier: ^4.2.1
413
+ version: 4.3.2
414
+ devDependencies:
415
+ '@babel/core':
416
+ specifier: ^7.25.2
417
+ version: 7.28.5
418
+ '@eslint/js':
419
+ specifier: ^9.27.0
420
+ version: 9.39.2
421
+ '@types/jest':
422
+ specifier: ^29.5.12
423
+ version: 29.5.14
424
+ '@types/react':
425
+ specifier: ~19.1.0
426
+ version: 19.1.17
427
+ '@types/react-test-renderer':
428
+ specifier: 19.1.0
429
+ version: 19.1.0
213
430
  chalk:
214
431
  specifier: ^4.1.2
215
432
  version: 4.1.2
433
+ connect:
434
+ specifier: ^3.7.0
435
+ version: 3.7.0
216
436
  depcheck:
217
437
  specifier: ^1.4.7
218
438
  version: 1.4.7
439
+ esbuild:
440
+ specifier: 0.27.2
441
+ version: 0.27.2
219
442
  eslint:
220
- specifier: ^9.27.0
443
+ specifier: ^9.39.2
221
444
  version: 9.39.2
222
445
  eslint-formatter-compact:
223
446
  specifier: ^9.0.1
@@ -240,6 +463,9 @@ importers:
240
463
  globals:
241
464
  specifier: ^16.1.0
242
465
  version: 16.5.0
466
+ http-proxy-middleware:
467
+ specifier: ^3.0.5
468
+ version: 3.0.5
243
469
  jest:
244
470
  specifier: ^29.2.1
245
471
  version: 29.7.0(@types/node@25.0.3)
@@ -259,6 +485,19 @@ importers:
259
485
  specifier: ^8.32.1
260
486
  version: 8.51.0(eslint@9.39.2)(typescript@5.9.3)
261
487
 
488
+ server:
489
+ dependencies:
490
+ express:
491
+ specifier: ^4.22.1
492
+ version: 4.22.1
493
+ devDependencies:
494
+ '@types/express':
495
+ specifier: ^5.0.6
496
+ version: 5.0.6
497
+ tsx:
498
+ specifier: ^4.21.0
499
+ version: 4.21.0
500
+
262
501
  packages:
263
502
 
264
503
  '@0no-co/graphql.web@1.2.0':
@@ -971,172 +1210,58 @@ packages:
971
1210
  resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==}
972
1211
  deprecated: 'Merged into tsx: https://tsx.is'
973
1212
 
974
- '@esbuild/aix-ppc64@0.25.12':
975
- resolution: {integrity: sha512-Hhmwd6CInZ3dwpuGTF8fJG6yoWmsToE+vYgD4nytZVxcu1ulHpUQRAB1UJ8+N1Am3Mz4+xOByoQoSZf4D+CpkA==}
976
- engines: {node: '>=18'}
977
- cpu: [ppc64]
978
- os: [aix]
979
-
980
1213
  '@esbuild/aix-ppc64@0.27.2':
981
1214
  resolution: {integrity: sha512-GZMB+a0mOMZs4MpDbj8RJp4cw+w1WV5NYD6xzgvzUJ5Ek2jerwfO2eADyI6ExDSUED+1X8aMbegahsJi+8mgpw==}
982
1215
  engines: {node: '>=18'}
983
1216
  cpu: [ppc64]
984
1217
  os: [aix]
985
1218
 
986
- '@esbuild/android-arm64@0.18.20':
987
- resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==}
988
- engines: {node: '>=12'}
989
- cpu: [arm64]
990
- os: [android]
991
-
992
- '@esbuild/android-arm64@0.25.12':
993
- resolution: {integrity: sha512-6AAmLG7zwD1Z159jCKPvAxZd4y/VTO0VkprYy+3N2FtJ8+BQWFXU+OxARIwA46c5tdD9SsKGZ/1ocqBS/gAKHg==}
994
- engines: {node: '>=18'}
995
- cpu: [arm64]
996
- os: [android]
997
-
998
1219
  '@esbuild/android-arm64@0.27.2':
999
1220
  resolution: {integrity: sha512-pvz8ZZ7ot/RBphf8fv60ljmaoydPU12VuXHImtAs0XhLLw+EXBi2BLe3OYSBslR4rryHvweW5gmkKFwTiFy6KA==}
1000
1221
  engines: {node: '>=18'}
1001
1222
  cpu: [arm64]
1002
1223
  os: [android]
1003
1224
 
1004
- '@esbuild/android-arm@0.18.20':
1005
- resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==}
1006
- engines: {node: '>=12'}
1007
- cpu: [arm]
1008
- os: [android]
1009
-
1010
- '@esbuild/android-arm@0.25.12':
1011
- resolution: {integrity: sha512-VJ+sKvNA/GE7Ccacc9Cha7bpS8nyzVv0jdVgwNDaR4gDMC/2TTRc33Ip8qrNYUcpkOHUT5OZ0bUcNNVZQ9RLlg==}
1012
- engines: {node: '>=18'}
1013
- cpu: [arm]
1014
- os: [android]
1015
-
1016
1225
  '@esbuild/android-arm@0.27.2':
1017
1226
  resolution: {integrity: sha512-DVNI8jlPa7Ujbr1yjU2PfUSRtAUZPG9I1RwW4F4xFB1Imiu2on0ADiI/c3td+KmDtVKNbi+nffGDQMfcIMkwIA==}
1018
1227
  engines: {node: '>=18'}
1019
1228
  cpu: [arm]
1020
1229
  os: [android]
1021
1230
 
1022
- '@esbuild/android-x64@0.18.20':
1023
- resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==}
1024
- engines: {node: '>=12'}
1025
- cpu: [x64]
1026
- os: [android]
1027
-
1028
- '@esbuild/android-x64@0.25.12':
1029
- resolution: {integrity: sha512-5jbb+2hhDHx5phYR2By8GTWEzn6I9UqR11Kwf22iKbNpYrsmRB18aX/9ivc5cabcUiAT/wM+YIZ6SG9QO6a8kg==}
1030
- engines: {node: '>=18'}
1031
- cpu: [x64]
1032
- os: [android]
1033
-
1034
1231
  '@esbuild/android-x64@0.27.2':
1035
1232
  resolution: {integrity: sha512-z8Ank4Byh4TJJOh4wpz8g2vDy75zFL0TlZlkUkEwYXuPSgX8yzep596n6mT7905kA9uHZsf/o2OJZubl2l3M7A==}
1036
1233
  engines: {node: '>=18'}
1037
1234
  cpu: [x64]
1038
1235
  os: [android]
1039
1236
 
1040
- '@esbuild/darwin-arm64@0.18.20':
1041
- resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==}
1042
- engines: {node: '>=12'}
1043
- cpu: [arm64]
1044
- os: [darwin]
1045
-
1046
- '@esbuild/darwin-arm64@0.25.12':
1047
- resolution: {integrity: sha512-N3zl+lxHCifgIlcMUP5016ESkeQjLj/959RxxNYIthIg+CQHInujFuXeWbWMgnTo4cp5XVHqFPmpyu9J65C1Yg==}
1048
- engines: {node: '>=18'}
1049
- cpu: [arm64]
1050
- os: [darwin]
1051
-
1052
1237
  '@esbuild/darwin-arm64@0.27.2':
1053
1238
  resolution: {integrity: sha512-davCD2Zc80nzDVRwXTcQP/28fiJbcOwvdolL0sOiOsbwBa72kegmVU0Wrh1MYrbuCL98Omp5dVhQFWRKR2ZAlg==}
1054
1239
  engines: {node: '>=18'}
1055
1240
  cpu: [arm64]
1056
1241
  os: [darwin]
1057
1242
 
1058
- '@esbuild/darwin-x64@0.18.20':
1059
- resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==}
1060
- engines: {node: '>=12'}
1061
- cpu: [x64]
1062
- os: [darwin]
1063
-
1064
- '@esbuild/darwin-x64@0.25.12':
1065
- resolution: {integrity: sha512-HQ9ka4Kx21qHXwtlTUVbKJOAnmG1ipXhdWTmNXiPzPfWKpXqASVcWdnf2bnL73wgjNrFXAa3yYvBSd9pzfEIpA==}
1066
- engines: {node: '>=18'}
1067
- cpu: [x64]
1068
- os: [darwin]
1069
-
1070
1243
  '@esbuild/darwin-x64@0.27.2':
1071
1244
  resolution: {integrity: sha512-ZxtijOmlQCBWGwbVmwOF/UCzuGIbUkqB1faQRf5akQmxRJ1ujusWsb3CVfk/9iZKr2L5SMU5wPBi1UWbvL+VQA==}
1072
1245
  engines: {node: '>=18'}
1073
1246
  cpu: [x64]
1074
1247
  os: [darwin]
1075
1248
 
1076
- '@esbuild/freebsd-arm64@0.18.20':
1077
- resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==}
1078
- engines: {node: '>=12'}
1079
- cpu: [arm64]
1080
- os: [freebsd]
1081
-
1082
- '@esbuild/freebsd-arm64@0.25.12':
1083
- resolution: {integrity: sha512-gA0Bx759+7Jve03K1S0vkOu5Lg/85dou3EseOGUes8flVOGxbhDDh/iZaoek11Y8mtyKPGF3vP8XhnkDEAmzeg==}
1084
- engines: {node: '>=18'}
1085
- cpu: [arm64]
1086
- os: [freebsd]
1087
-
1088
1249
  '@esbuild/freebsd-arm64@0.27.2':
1089
1250
  resolution: {integrity: sha512-lS/9CN+rgqQ9czogxlMcBMGd+l8Q3Nj1MFQwBZJyoEKI50XGxwuzznYdwcav6lpOGv5BqaZXqvBSiB/kJ5op+g==}
1090
1251
  engines: {node: '>=18'}
1091
1252
  cpu: [arm64]
1092
1253
  os: [freebsd]
1093
1254
 
1094
- '@esbuild/freebsd-x64@0.18.20':
1095
- resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==}
1096
- engines: {node: '>=12'}
1097
- cpu: [x64]
1098
- os: [freebsd]
1099
-
1100
- '@esbuild/freebsd-x64@0.25.12':
1101
- resolution: {integrity: sha512-TGbO26Yw2xsHzxtbVFGEXBFH0FRAP7gtcPE7P5yP7wGy7cXK2oO7RyOhL5NLiqTlBh47XhmIUXuGciXEqYFfBQ==}
1102
- engines: {node: '>=18'}
1103
- cpu: [x64]
1104
- os: [freebsd]
1105
-
1106
1255
  '@esbuild/freebsd-x64@0.27.2':
1107
1256
  resolution: {integrity: sha512-tAfqtNYb4YgPnJlEFu4c212HYjQWSO/w/h/lQaBK7RbwGIkBOuNKQI9tqWzx7Wtp7bTPaGC6MJvWI608P3wXYA==}
1108
1257
  engines: {node: '>=18'}
1109
1258
  cpu: [x64]
1110
- os: [freebsd]
1111
-
1112
- '@esbuild/linux-arm64@0.18.20':
1113
- resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==}
1114
- engines: {node: '>=12'}
1115
- cpu: [arm64]
1116
- os: [linux]
1117
-
1118
- '@esbuild/linux-arm64@0.25.12':
1119
- resolution: {integrity: sha512-8bwX7a8FghIgrupcxb4aUmYDLp8pX06rGh5HqDT7bB+8Rdells6mHvrFHHW2JAOPZUbnjUpKTLg6ECyzvas2AQ==}
1120
- engines: {node: '>=18'}
1121
- cpu: [arm64]
1122
- os: [linux]
1123
-
1124
- '@esbuild/linux-arm64@0.27.2':
1125
- resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
1126
- engines: {node: '>=18'}
1127
- cpu: [arm64]
1128
- os: [linux]
1129
-
1130
- '@esbuild/linux-arm@0.18.20':
1131
- resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==}
1132
- engines: {node: '>=12'}
1133
- cpu: [arm]
1134
- os: [linux]
1259
+ os: [freebsd]
1135
1260
 
1136
- '@esbuild/linux-arm@0.25.12':
1137
- resolution: {integrity: sha512-lPDGyC1JPDou8kGcywY0YILzWlhhnRjdof3UlcoqYmS9El818LLfJJc3PXXgZHrHCAKs/Z2SeZtDJr5MrkxtOw==}
1261
+ '@esbuild/linux-arm64@0.27.2':
1262
+ resolution: {integrity: sha512-hYxN8pr66NsCCiRFkHUAsxylNOcAQaxSSkHMMjcpx0si13t1LHFphxJZUiGwojB1a/Hd5OiPIqDdXONia6bhTw==}
1138
1263
  engines: {node: '>=18'}
1139
- cpu: [arm]
1264
+ cpu: [arm64]
1140
1265
  os: [linux]
1141
1266
 
1142
1267
  '@esbuild/linux-arm@0.27.2':
@@ -1145,270 +1270,96 @@ packages:
1145
1270
  cpu: [arm]
1146
1271
  os: [linux]
1147
1272
 
1148
- '@esbuild/linux-ia32@0.18.20':
1149
- resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==}
1150
- engines: {node: '>=12'}
1151
- cpu: [ia32]
1152
- os: [linux]
1153
-
1154
- '@esbuild/linux-ia32@0.25.12':
1155
- resolution: {integrity: sha512-0y9KrdVnbMM2/vG8KfU0byhUN+EFCny9+8g202gYqSSVMonbsCfLjUO+rCci7pM0WBEtz+oK/PIwHkzxkyharA==}
1156
- engines: {node: '>=18'}
1157
- cpu: [ia32]
1158
- os: [linux]
1159
-
1160
1273
  '@esbuild/linux-ia32@0.27.2':
1161
1274
  resolution: {integrity: sha512-MJt5BRRSScPDwG2hLelYhAAKh9imjHK5+NE/tvnRLbIqUWa+0E9N4WNMjmp/kXXPHZGqPLxggwVhz7QP8CTR8w==}
1162
1275
  engines: {node: '>=18'}
1163
1276
  cpu: [ia32]
1164
1277
  os: [linux]
1165
1278
 
1166
- '@esbuild/linux-loong64@0.18.20':
1167
- resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==}
1168
- engines: {node: '>=12'}
1169
- cpu: [loong64]
1170
- os: [linux]
1171
-
1172
- '@esbuild/linux-loong64@0.25.12':
1173
- resolution: {integrity: sha512-h///Lr5a9rib/v1GGqXVGzjL4TMvVTv+s1DPoxQdz7l/AYv6LDSxdIwzxkrPW438oUXiDtwM10o9PmwS/6Z0Ng==}
1174
- engines: {node: '>=18'}
1175
- cpu: [loong64]
1176
- os: [linux]
1177
-
1178
1279
  '@esbuild/linux-loong64@0.27.2':
1179
1280
  resolution: {integrity: sha512-lugyF1atnAT463aO6KPshVCJK5NgRnU4yb3FUumyVz+cGvZbontBgzeGFO1nF+dPueHD367a2ZXe1NtUkAjOtg==}
1180
1281
  engines: {node: '>=18'}
1181
1282
  cpu: [loong64]
1182
1283
  os: [linux]
1183
1284
 
1184
- '@esbuild/linux-mips64el@0.18.20':
1185
- resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==}
1186
- engines: {node: '>=12'}
1187
- cpu: [mips64el]
1188
- os: [linux]
1189
-
1190
- '@esbuild/linux-mips64el@0.25.12':
1191
- resolution: {integrity: sha512-iyRrM1Pzy9GFMDLsXn1iHUm18nhKnNMWscjmp4+hpafcZjrr2WbT//d20xaGljXDBYHqRcl8HnxbX6uaA/eGVw==}
1192
- engines: {node: '>=18'}
1193
- cpu: [mips64el]
1194
- os: [linux]
1195
-
1196
1285
  '@esbuild/linux-mips64el@0.27.2':
1197
1286
  resolution: {integrity: sha512-nlP2I6ArEBewvJ2gjrrkESEZkB5mIoaTswuqNFRv/WYd+ATtUpe9Y09RnJvgvdag7he0OWgEZWhviS1OTOKixw==}
1198
1287
  engines: {node: '>=18'}
1199
1288
  cpu: [mips64el]
1200
1289
  os: [linux]
1201
1290
 
1202
- '@esbuild/linux-ppc64@0.18.20':
1203
- resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==}
1204
- engines: {node: '>=12'}
1205
- cpu: [ppc64]
1206
- os: [linux]
1207
-
1208
- '@esbuild/linux-ppc64@0.25.12':
1209
- resolution: {integrity: sha512-9meM/lRXxMi5PSUqEXRCtVjEZBGwB7P/D4yT8UG/mwIdze2aV4Vo6U5gD3+RsoHXKkHCfSxZKzmDssVlRj1QQA==}
1210
- engines: {node: '>=18'}
1211
- cpu: [ppc64]
1212
- os: [linux]
1213
-
1214
1291
  '@esbuild/linux-ppc64@0.27.2':
1215
1292
  resolution: {integrity: sha512-C92gnpey7tUQONqg1n6dKVbx3vphKtTHJaNG2Ok9lGwbZil6DrfyecMsp9CrmXGQJmZ7iiVXvvZH6Ml5hL6XdQ==}
1216
1293
  engines: {node: '>=18'}
1217
1294
  cpu: [ppc64]
1218
1295
  os: [linux]
1219
1296
 
1220
- '@esbuild/linux-riscv64@0.18.20':
1221
- resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==}
1222
- engines: {node: '>=12'}
1223
- cpu: [riscv64]
1224
- os: [linux]
1225
-
1226
- '@esbuild/linux-riscv64@0.25.12':
1227
- resolution: {integrity: sha512-Zr7KR4hgKUpWAwb1f3o5ygT04MzqVrGEGXGLnj15YQDJErYu/BGg+wmFlIDOdJp0PmB0lLvxFIOXZgFRrdjR0w==}
1228
- engines: {node: '>=18'}
1229
- cpu: [riscv64]
1230
- os: [linux]
1231
-
1232
1297
  '@esbuild/linux-riscv64@0.27.2':
1233
1298
  resolution: {integrity: sha512-B5BOmojNtUyN8AXlK0QJyvjEZkWwy/FKvakkTDCziX95AowLZKR6aCDhG7LeF7uMCXEJqwa8Bejz5LTPYm8AvA==}
1234
1299
  engines: {node: '>=18'}
1235
1300
  cpu: [riscv64]
1236
1301
  os: [linux]
1237
1302
 
1238
- '@esbuild/linux-s390x@0.18.20':
1239
- resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==}
1240
- engines: {node: '>=12'}
1241
- cpu: [s390x]
1242
- os: [linux]
1243
-
1244
- '@esbuild/linux-s390x@0.25.12':
1245
- resolution: {integrity: sha512-MsKncOcgTNvdtiISc/jZs/Zf8d0cl/t3gYWX8J9ubBnVOwlk65UIEEvgBORTiljloIWnBzLs4qhzPkJcitIzIg==}
1246
- engines: {node: '>=18'}
1247
- cpu: [s390x]
1248
- os: [linux]
1249
-
1250
1303
  '@esbuild/linux-s390x@0.27.2':
1251
1304
  resolution: {integrity: sha512-p4bm9+wsPwup5Z8f4EpfN63qNagQ47Ua2znaqGH6bqLlmJ4bx97Y9JdqxgGZ6Y8xVTixUnEkoKSHcpRlDnNr5w==}
1252
1305
  engines: {node: '>=18'}
1253
1306
  cpu: [s390x]
1254
1307
  os: [linux]
1255
1308
 
1256
- '@esbuild/linux-x64@0.18.20':
1257
- resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==}
1258
- engines: {node: '>=12'}
1259
- cpu: [x64]
1260
- os: [linux]
1261
-
1262
- '@esbuild/linux-x64@0.25.12':
1263
- resolution: {integrity: sha512-uqZMTLr/zR/ed4jIGnwSLkaHmPjOjJvnm6TVVitAa08SLS9Z0VM8wIRx7gWbJB5/J54YuIMInDquWyYvQLZkgw==}
1264
- engines: {node: '>=18'}
1265
- cpu: [x64]
1266
- os: [linux]
1267
-
1268
1309
  '@esbuild/linux-x64@0.27.2':
1269
1310
  resolution: {integrity: sha512-uwp2Tip5aPmH+NRUwTcfLb+W32WXjpFejTIOWZFw/v7/KnpCDKG66u4DLcurQpiYTiYwQ9B7KOeMJvLCu/OvbA==}
1270
1311
  engines: {node: '>=18'}
1271
1312
  cpu: [x64]
1272
1313
  os: [linux]
1273
1314
 
1274
- '@esbuild/netbsd-arm64@0.25.12':
1275
- resolution: {integrity: sha512-xXwcTq4GhRM7J9A8Gv5boanHhRa/Q9KLVmcyXHCTaM4wKfIpWkdXiMog/KsnxzJ0A1+nD+zoecuzqPmCRyBGjg==}
1276
- engines: {node: '>=18'}
1277
- cpu: [arm64]
1278
- os: [netbsd]
1279
-
1280
1315
  '@esbuild/netbsd-arm64@0.27.2':
1281
1316
  resolution: {integrity: sha512-Kj6DiBlwXrPsCRDeRvGAUb/LNrBASrfqAIok+xB0LxK8CHqxZ037viF13ugfsIpePH93mX7xfJp97cyDuTZ3cw==}
1282
1317
  engines: {node: '>=18'}
1283
1318
  cpu: [arm64]
1284
1319
  os: [netbsd]
1285
1320
 
1286
- '@esbuild/netbsd-x64@0.18.20':
1287
- resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==}
1288
- engines: {node: '>=12'}
1289
- cpu: [x64]
1290
- os: [netbsd]
1291
-
1292
- '@esbuild/netbsd-x64@0.25.12':
1293
- resolution: {integrity: sha512-Ld5pTlzPy3YwGec4OuHh1aCVCRvOXdH8DgRjfDy/oumVovmuSzWfnSJg+VtakB9Cm0gxNO9BzWkj6mtO1FMXkQ==}
1294
- engines: {node: '>=18'}
1295
- cpu: [x64]
1296
- os: [netbsd]
1297
-
1298
1321
  '@esbuild/netbsd-x64@0.27.2':
1299
1322
  resolution: {integrity: sha512-HwGDZ0VLVBY3Y+Nw0JexZy9o/nUAWq9MlV7cahpaXKW6TOzfVno3y3/M8Ga8u8Yr7GldLOov27xiCnqRZf0tCA==}
1300
1323
  engines: {node: '>=18'}
1301
1324
  cpu: [x64]
1302
1325
  os: [netbsd]
1303
1326
 
1304
- '@esbuild/openbsd-arm64@0.25.12':
1305
- resolution: {integrity: sha512-fF96T6KsBo/pkQI950FARU9apGNTSlZGsv1jZBAlcLL1MLjLNIWPBkj5NlSz8aAzYKg+eNqknrUJ24QBybeR5A==}
1306
- engines: {node: '>=18'}
1307
- cpu: [arm64]
1308
- os: [openbsd]
1309
-
1310
1327
  '@esbuild/openbsd-arm64@0.27.2':
1311
1328
  resolution: {integrity: sha512-DNIHH2BPQ5551A7oSHD0CKbwIA/Ox7+78/AWkbS5QoRzaqlev2uFayfSxq68EkonB+IKjiuxBFoV8ESJy8bOHA==}
1312
1329
  engines: {node: '>=18'}
1313
1330
  cpu: [arm64]
1314
1331
  os: [openbsd]
1315
1332
 
1316
- '@esbuild/openbsd-x64@0.18.20':
1317
- resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==}
1318
- engines: {node: '>=12'}
1319
- cpu: [x64]
1320
- os: [openbsd]
1321
-
1322
- '@esbuild/openbsd-x64@0.25.12':
1323
- resolution: {integrity: sha512-MZyXUkZHjQxUvzK7rN8DJ3SRmrVrke8ZyRusHlP+kuwqTcfWLyqMOE3sScPPyeIXN/mDJIfGXvcMqCgYKekoQw==}
1324
- engines: {node: '>=18'}
1325
- cpu: [x64]
1326
- os: [openbsd]
1327
-
1328
1333
  '@esbuild/openbsd-x64@0.27.2':
1329
1334
  resolution: {integrity: sha512-/it7w9Nb7+0KFIzjalNJVR5bOzA9Vay+yIPLVHfIQYG/j+j9VTH84aNB8ExGKPU4AzfaEvN9/V4HV+F+vo8OEg==}
1330
1335
  engines: {node: '>=18'}
1331
1336
  cpu: [x64]
1332
1337
  os: [openbsd]
1333
1338
 
1334
- '@esbuild/openharmony-arm64@0.25.12':
1335
- resolution: {integrity: sha512-rm0YWsqUSRrjncSXGA7Zv78Nbnw4XL6/dzr20cyrQf7ZmRcsovpcRBdhD43Nuk3y7XIoW2OxMVvwuRvk9XdASg==}
1336
- engines: {node: '>=18'}
1337
- cpu: [arm64]
1338
- os: [openharmony]
1339
-
1340
1339
  '@esbuild/openharmony-arm64@0.27.2':
1341
1340
  resolution: {integrity: sha512-LRBbCmiU51IXfeXk59csuX/aSaToeG7w48nMwA6049Y4J4+VbWALAuXcs+qcD04rHDuSCSRKdmY63sruDS5qag==}
1342
1341
  engines: {node: '>=18'}
1343
1342
  cpu: [arm64]
1344
1343
  os: [openharmony]
1345
1344
 
1346
- '@esbuild/sunos-x64@0.18.20':
1347
- resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==}
1348
- engines: {node: '>=12'}
1349
- cpu: [x64]
1350
- os: [sunos]
1351
-
1352
- '@esbuild/sunos-x64@0.25.12':
1353
- resolution: {integrity: sha512-3wGSCDyuTHQUzt0nV7bocDy72r2lI33QL3gkDNGkod22EsYl04sMf0qLb8luNKTOmgF/eDEDP5BFNwoBKH441w==}
1354
- engines: {node: '>=18'}
1355
- cpu: [x64]
1356
- os: [sunos]
1357
-
1358
1345
  '@esbuild/sunos-x64@0.27.2':
1359
1346
  resolution: {integrity: sha512-kMtx1yqJHTmqaqHPAzKCAkDaKsffmXkPHThSfRwZGyuqyIeBvf08KSsYXl+abf5HDAPMJIPnbBfXvP2ZC2TfHg==}
1360
1347
  engines: {node: '>=18'}
1361
1348
  cpu: [x64]
1362
1349
  os: [sunos]
1363
1350
 
1364
- '@esbuild/win32-arm64@0.18.20':
1365
- resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==}
1366
- engines: {node: '>=12'}
1367
- cpu: [arm64]
1368
- os: [win32]
1369
-
1370
- '@esbuild/win32-arm64@0.25.12':
1371
- resolution: {integrity: sha512-rMmLrur64A7+DKlnSuwqUdRKyd3UE7oPJZmnljqEptesKM8wx9J8gx5u0+9Pq0fQQW8vqeKebwNXdfOyP+8Bsg==}
1372
- engines: {node: '>=18'}
1373
- cpu: [arm64]
1374
- os: [win32]
1375
-
1376
1351
  '@esbuild/win32-arm64@0.27.2':
1377
1352
  resolution: {integrity: sha512-Yaf78O/B3Kkh+nKABUF++bvJv5Ijoy9AN1ww904rOXZFLWVc5OLOfL56W+C8F9xn5JQZa3UX6m+IktJnIb1Jjg==}
1378
1353
  engines: {node: '>=18'}
1379
1354
  cpu: [arm64]
1380
1355
  os: [win32]
1381
1356
 
1382
- '@esbuild/win32-ia32@0.18.20':
1383
- resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==}
1384
- engines: {node: '>=12'}
1385
- cpu: [ia32]
1386
- os: [win32]
1387
-
1388
- '@esbuild/win32-ia32@0.25.12':
1389
- resolution: {integrity: sha512-HkqnmmBoCbCwxUKKNPBixiWDGCpQGVsrQfJoVGYLPT41XWF8lHuE5N6WhVia2n4o5QK5M4tYr21827fNhi4byQ==}
1390
- engines: {node: '>=18'}
1391
- cpu: [ia32]
1392
- os: [win32]
1393
-
1394
1357
  '@esbuild/win32-ia32@0.27.2':
1395
1358
  resolution: {integrity: sha512-Iuws0kxo4yusk7sw70Xa2E2imZU5HoixzxfGCdxwBdhiDgt9vX9VUCBhqcwY7/uh//78A1hMkkROMJq9l27oLQ==}
1396
1359
  engines: {node: '>=18'}
1397
1360
  cpu: [ia32]
1398
1361
  os: [win32]
1399
1362
 
1400
- '@esbuild/win32-x64@0.18.20':
1401
- resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==}
1402
- engines: {node: '>=12'}
1403
- cpu: [x64]
1404
- os: [win32]
1405
-
1406
- '@esbuild/win32-x64@0.25.12':
1407
- resolution: {integrity: sha512-alJC0uCZpTFrSL0CCDjcgleBXPnCrEAhTBILpeAp7M/OFgoqtAetfBzX0xM00MUsVVPpVjlPuMbREqnZCXaTnA==}
1408
- engines: {node: '>=18'}
1409
- cpu: [x64]
1410
- os: [win32]
1411
-
1412
1363
  '@esbuild/win32-x64@0.27.2':
1413
1364
  resolution: {integrity: sha512-sRdU18mcKf7F+YgheI/zGf5alZatMUTKj/jNS6l744f9u3WFu4v7twcUI9vu4mknF4Y9aDlblIie0IM+5xxaqQ==}
1414
1365
  engines: {node: '>=18'}
@@ -2352,6 +2303,9 @@ packages:
2352
2303
  '@types/http-errors@2.0.5':
2353
2304
  resolution: {integrity: sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==}
2354
2305
 
2306
+ '@types/http-proxy@1.17.17':
2307
+ resolution: {integrity: sha512-ED6LB+Z1AVylNTu7hdzuBqOgMnvG/ld6wGCG8wFnAzKX5uyW2K3WD52v0gnLCTK/VLpXtKckgWuyScYK6cSPaw==}
2308
+
2355
2309
  '@types/istanbul-lib-coverage@2.0.6':
2356
2310
  resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==}
2357
2311
 
@@ -3137,8 +3091,8 @@ packages:
3137
3091
  resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
3138
3092
  engines: {node: '>=10'}
3139
3093
 
3140
- coze-coding-dev-sdk@0.5.4:
3141
- resolution: {integrity: sha512-nIH2hMFlO2PSnqdslFzOITK+2FhR64caoYFuzy2ma+ceu0o2Spe7tLYLIsyUc42Prr5gXqk4MZESQqpXD34ZwQ==}
3094
+ coze-coding-dev-sdk@0.5.5:
3095
+ resolution: {integrity: sha512-VVT/A4JwLgB0Cp3kO3Tnfl+ZhQcjbIcEcjeBNHTUmMs6eKLig6DaLnVh/blvUI3Pkih/GYCrk1IVaLF8uOi0Ug==}
3142
3096
  engines: {node: '>=18.0.0'}
3143
3097
  hasBin: true
3144
3098
 
@@ -3527,17 +3481,7 @@ packages:
3527
3481
  esbuild-register@3.6.0:
3528
3482
  resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==}
3529
3483
  peerDependencies:
3530
- esbuild: '>=0.12 <1'
3531
-
3532
- esbuild@0.18.20:
3533
- resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==}
3534
- engines: {node: '>=12'}
3535
- hasBin: true
3536
-
3537
- esbuild@0.25.12:
3538
- resolution: {integrity: sha512-bbPBYYrtZbkt6Os6FiTLCTFxvq4tt3JKall1vRwshA3fdVztsLAatFaZobhkBC8/BrPetoa0oksYoKXoG4ryJg==}
3539
- engines: {node: '>=18'}
3540
- hasBin: true
3484
+ esbuild: 0.27.2
3541
3485
 
3542
3486
  esbuild@0.27.2:
3543
3487
  resolution: {integrity: sha512-HyNQImnsOC7X9PMNaCIeAm4ISCQXs5a5YasTXVliKv4uuBo1dKrG0A+uQS8M5eXjVMnLg3WgXaKvprHlFJQffw==}
@@ -4247,6 +4191,14 @@ packages:
4247
4191
  resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==}
4248
4192
  engines: {node: '>= 6'}
4249
4193
 
4194
+ http-proxy-middleware@3.0.5:
4195
+ resolution: {integrity: sha512-GLZZm1X38BPY4lkXA01jhwxvDoOkkXqjgVyUzVxiEK4iuRu03PZoYHhHRwxnfhQMDuaxi3vVri0YgSro/1oWqg==}
4196
+ engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
4197
+
4198
+ http-proxy@1.18.1:
4199
+ resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==}
4200
+ engines: {node: '>=8.0.0'}
4201
+
4250
4202
  https-proxy-agent@5.0.1:
4251
4203
  resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==}
4252
4204
  engines: {node: '>= 6'}
@@ -4417,6 +4369,10 @@ packages:
4417
4369
  resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==}
4418
4370
  engines: {node: '>=8'}
4419
4371
 
4372
+ is-plain-object@5.0.0:
4373
+ resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==}
4374
+ engines: {node: '>=0.10.0'}
4375
+
4420
4376
  is-potential-custom-element-name@1.0.1:
4421
4377
  resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==}
4422
4378
 
@@ -7767,7 +7723,7 @@ snapshots:
7767
7723
 
7768
7724
  '@esbuild-kit/core-utils@3.3.2':
7769
7725
  dependencies:
7770
- esbuild: 0.18.20
7726
+ esbuild: 0.27.2
7771
7727
  source-map-support: 0.5.21
7772
7728
 
7773
7729
  '@esbuild-kit/esm-loader@2.6.5':
@@ -7775,225 +7731,81 @@ snapshots:
7775
7731
  '@esbuild-kit/core-utils': 3.3.2
7776
7732
  get-tsconfig: 4.13.0
7777
7733
 
7778
- '@esbuild/aix-ppc64@0.25.12':
7779
- optional: true
7780
-
7781
7734
  '@esbuild/aix-ppc64@0.27.2':
7782
7735
  optional: true
7783
7736
 
7784
- '@esbuild/android-arm64@0.18.20':
7785
- optional: true
7786
-
7787
- '@esbuild/android-arm64@0.25.12':
7788
- optional: true
7789
-
7790
7737
  '@esbuild/android-arm64@0.27.2':
7791
7738
  optional: true
7792
7739
 
7793
- '@esbuild/android-arm@0.18.20':
7794
- optional: true
7795
-
7796
- '@esbuild/android-arm@0.25.12':
7797
- optional: true
7798
-
7799
7740
  '@esbuild/android-arm@0.27.2':
7800
7741
  optional: true
7801
7742
 
7802
- '@esbuild/android-x64@0.18.20':
7803
- optional: true
7804
-
7805
- '@esbuild/android-x64@0.25.12':
7806
- optional: true
7807
-
7808
7743
  '@esbuild/android-x64@0.27.2':
7809
7744
  optional: true
7810
7745
 
7811
- '@esbuild/darwin-arm64@0.18.20':
7812
- optional: true
7813
-
7814
- '@esbuild/darwin-arm64@0.25.12':
7815
- optional: true
7816
-
7817
7746
  '@esbuild/darwin-arm64@0.27.2':
7818
7747
  optional: true
7819
7748
 
7820
- '@esbuild/darwin-x64@0.18.20':
7821
- optional: true
7822
-
7823
- '@esbuild/darwin-x64@0.25.12':
7824
- optional: true
7825
-
7826
7749
  '@esbuild/darwin-x64@0.27.2':
7827
7750
  optional: true
7828
7751
 
7829
- '@esbuild/freebsd-arm64@0.18.20':
7830
- optional: true
7831
-
7832
- '@esbuild/freebsd-arm64@0.25.12':
7833
- optional: true
7834
-
7835
7752
  '@esbuild/freebsd-arm64@0.27.2':
7836
7753
  optional: true
7837
7754
 
7838
- '@esbuild/freebsd-x64@0.18.20':
7839
- optional: true
7840
-
7841
- '@esbuild/freebsd-x64@0.25.12':
7842
- optional: true
7843
-
7844
7755
  '@esbuild/freebsd-x64@0.27.2':
7845
7756
  optional: true
7846
7757
 
7847
- '@esbuild/linux-arm64@0.18.20':
7848
- optional: true
7849
-
7850
- '@esbuild/linux-arm64@0.25.12':
7851
- optional: true
7852
-
7853
7758
  '@esbuild/linux-arm64@0.27.2':
7854
7759
  optional: true
7855
7760
 
7856
- '@esbuild/linux-arm@0.18.20':
7857
- optional: true
7858
-
7859
- '@esbuild/linux-arm@0.25.12':
7860
- optional: true
7861
-
7862
7761
  '@esbuild/linux-arm@0.27.2':
7863
7762
  optional: true
7864
7763
 
7865
- '@esbuild/linux-ia32@0.18.20':
7866
- optional: true
7867
-
7868
- '@esbuild/linux-ia32@0.25.12':
7869
- optional: true
7870
-
7871
7764
  '@esbuild/linux-ia32@0.27.2':
7872
7765
  optional: true
7873
7766
 
7874
- '@esbuild/linux-loong64@0.18.20':
7875
- optional: true
7876
-
7877
- '@esbuild/linux-loong64@0.25.12':
7878
- optional: true
7879
-
7880
7767
  '@esbuild/linux-loong64@0.27.2':
7881
7768
  optional: true
7882
7769
 
7883
- '@esbuild/linux-mips64el@0.18.20':
7884
- optional: true
7885
-
7886
- '@esbuild/linux-mips64el@0.25.12':
7887
- optional: true
7888
-
7889
7770
  '@esbuild/linux-mips64el@0.27.2':
7890
7771
  optional: true
7891
7772
 
7892
- '@esbuild/linux-ppc64@0.18.20':
7893
- optional: true
7894
-
7895
- '@esbuild/linux-ppc64@0.25.12':
7896
- optional: true
7897
-
7898
7773
  '@esbuild/linux-ppc64@0.27.2':
7899
7774
  optional: true
7900
7775
 
7901
- '@esbuild/linux-riscv64@0.18.20':
7902
- optional: true
7903
-
7904
- '@esbuild/linux-riscv64@0.25.12':
7905
- optional: true
7906
-
7907
7776
  '@esbuild/linux-riscv64@0.27.2':
7908
7777
  optional: true
7909
7778
 
7910
- '@esbuild/linux-s390x@0.18.20':
7911
- optional: true
7912
-
7913
- '@esbuild/linux-s390x@0.25.12':
7914
- optional: true
7915
-
7916
7779
  '@esbuild/linux-s390x@0.27.2':
7917
7780
  optional: true
7918
7781
 
7919
- '@esbuild/linux-x64@0.18.20':
7920
- optional: true
7921
-
7922
- '@esbuild/linux-x64@0.25.12':
7923
- optional: true
7924
-
7925
7782
  '@esbuild/linux-x64@0.27.2':
7926
7783
  optional: true
7927
7784
 
7928
- '@esbuild/netbsd-arm64@0.25.12':
7929
- optional: true
7930
-
7931
7785
  '@esbuild/netbsd-arm64@0.27.2':
7932
7786
  optional: true
7933
7787
 
7934
- '@esbuild/netbsd-x64@0.18.20':
7935
- optional: true
7936
-
7937
- '@esbuild/netbsd-x64@0.25.12':
7938
- optional: true
7939
-
7940
7788
  '@esbuild/netbsd-x64@0.27.2':
7941
7789
  optional: true
7942
7790
 
7943
- '@esbuild/openbsd-arm64@0.25.12':
7944
- optional: true
7945
-
7946
7791
  '@esbuild/openbsd-arm64@0.27.2':
7947
7792
  optional: true
7948
7793
 
7949
- '@esbuild/openbsd-x64@0.18.20':
7950
- optional: true
7951
-
7952
- '@esbuild/openbsd-x64@0.25.12':
7953
- optional: true
7954
-
7955
7794
  '@esbuild/openbsd-x64@0.27.2':
7956
7795
  optional: true
7957
7796
 
7958
- '@esbuild/openharmony-arm64@0.25.12':
7959
- optional: true
7960
-
7961
7797
  '@esbuild/openharmony-arm64@0.27.2':
7962
7798
  optional: true
7963
7799
 
7964
- '@esbuild/sunos-x64@0.18.20':
7965
- optional: true
7966
-
7967
- '@esbuild/sunos-x64@0.25.12':
7968
- optional: true
7969
-
7970
7800
  '@esbuild/sunos-x64@0.27.2':
7971
7801
  optional: true
7972
7802
 
7973
- '@esbuild/win32-arm64@0.18.20':
7974
- optional: true
7975
-
7976
- '@esbuild/win32-arm64@0.25.12':
7977
- optional: true
7978
-
7979
7803
  '@esbuild/win32-arm64@0.27.2':
7980
7804
  optional: true
7981
7805
 
7982
- '@esbuild/win32-ia32@0.18.20':
7983
- optional: true
7984
-
7985
- '@esbuild/win32-ia32@0.25.12':
7986
- optional: true
7987
-
7988
7806
  '@esbuild/win32-ia32@0.27.2':
7989
7807
  optional: true
7990
7808
 
7991
- '@esbuild/win32-x64@0.18.20':
7992
- optional: true
7993
-
7994
- '@esbuild/win32-x64@0.25.12':
7995
- optional: true
7996
-
7997
7809
  '@esbuild/win32-x64@0.27.2':
7998
7810
  optional: true
7999
7811
 
@@ -9414,6 +9226,10 @@ snapshots:
9414
9226
 
9415
9227
  '@types/http-errors@2.0.5': {}
9416
9228
 
9229
+ '@types/http-proxy@1.17.17':
9230
+ dependencies:
9231
+ '@types/node': 25.0.3
9232
+
9417
9233
  '@types/istanbul-lib-coverage@2.0.6': {}
9418
9234
 
9419
9235
  '@types/istanbul-lib-report@3.0.3':
@@ -9874,7 +9690,7 @@ snapshots:
9874
9690
 
9875
9691
  axios@1.13.2:
9876
9692
  dependencies:
9877
- follow-redirects: 1.15.11
9693
+ follow-redirects: 1.15.11(debug@4.4.3)
9878
9694
  form-data: 4.0.5
9879
9695
  proxy-from-env: 1.1.0
9880
9696
  transitivePeerDependencies:
@@ -10312,7 +10128,7 @@ snapshots:
10312
10128
  path-type: 4.0.0
10313
10129
  yaml: 1.10.2
10314
10130
 
10315
- coze-coding-dev-sdk@0.5.4(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3):
10131
+ coze-coding-dev-sdk@0.5.5(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3):
10316
10132
  dependencies:
10317
10133
  '@aws-sdk/client-s3': 3.958.0
10318
10134
  '@aws-sdk/lib-storage': 3.958.0(@aws-sdk/client-s3@3.958.0)
@@ -10573,8 +10389,8 @@ snapshots:
10573
10389
  dependencies:
10574
10390
  '@drizzle-team/brocli': 0.10.2
10575
10391
  '@esbuild-kit/esm-loader': 2.6.5
10576
- esbuild: 0.25.12
10577
- esbuild-register: 3.6.0(esbuild@0.25.12)
10392
+ esbuild: 0.27.2
10393
+ esbuild-register: 3.6.0(esbuild@0.27.2)
10578
10394
  transitivePeerDependencies:
10579
10395
  - supports-color
10580
10396
 
@@ -10723,67 +10539,13 @@ snapshots:
10723
10539
  is-date-object: 1.1.0
10724
10540
  is-symbol: 1.1.1
10725
10541
 
10726
- esbuild-register@3.6.0(esbuild@0.25.12):
10542
+ esbuild-register@3.6.0(esbuild@0.27.2):
10727
10543
  dependencies:
10728
10544
  debug: 4.4.3
10729
- esbuild: 0.25.12
10545
+ esbuild: 0.27.2
10730
10546
  transitivePeerDependencies:
10731
10547
  - supports-color
10732
10548
 
10733
- esbuild@0.18.20:
10734
- optionalDependencies:
10735
- '@esbuild/android-arm': 0.18.20
10736
- '@esbuild/android-arm64': 0.18.20
10737
- '@esbuild/android-x64': 0.18.20
10738
- '@esbuild/darwin-arm64': 0.18.20
10739
- '@esbuild/darwin-x64': 0.18.20
10740
- '@esbuild/freebsd-arm64': 0.18.20
10741
- '@esbuild/freebsd-x64': 0.18.20
10742
- '@esbuild/linux-arm': 0.18.20
10743
- '@esbuild/linux-arm64': 0.18.20
10744
- '@esbuild/linux-ia32': 0.18.20
10745
- '@esbuild/linux-loong64': 0.18.20
10746
- '@esbuild/linux-mips64el': 0.18.20
10747
- '@esbuild/linux-ppc64': 0.18.20
10748
- '@esbuild/linux-riscv64': 0.18.20
10749
- '@esbuild/linux-s390x': 0.18.20
10750
- '@esbuild/linux-x64': 0.18.20
10751
- '@esbuild/netbsd-x64': 0.18.20
10752
- '@esbuild/openbsd-x64': 0.18.20
10753
- '@esbuild/sunos-x64': 0.18.20
10754
- '@esbuild/win32-arm64': 0.18.20
10755
- '@esbuild/win32-ia32': 0.18.20
10756
- '@esbuild/win32-x64': 0.18.20
10757
-
10758
- esbuild@0.25.12:
10759
- optionalDependencies:
10760
- '@esbuild/aix-ppc64': 0.25.12
10761
- '@esbuild/android-arm': 0.25.12
10762
- '@esbuild/android-arm64': 0.25.12
10763
- '@esbuild/android-x64': 0.25.12
10764
- '@esbuild/darwin-arm64': 0.25.12
10765
- '@esbuild/darwin-x64': 0.25.12
10766
- '@esbuild/freebsd-arm64': 0.25.12
10767
- '@esbuild/freebsd-x64': 0.25.12
10768
- '@esbuild/linux-arm': 0.25.12
10769
- '@esbuild/linux-arm64': 0.25.12
10770
- '@esbuild/linux-ia32': 0.25.12
10771
- '@esbuild/linux-loong64': 0.25.12
10772
- '@esbuild/linux-mips64el': 0.25.12
10773
- '@esbuild/linux-ppc64': 0.25.12
10774
- '@esbuild/linux-riscv64': 0.25.12
10775
- '@esbuild/linux-s390x': 0.25.12
10776
- '@esbuild/linux-x64': 0.25.12
10777
- '@esbuild/netbsd-arm64': 0.25.12
10778
- '@esbuild/netbsd-x64': 0.25.12
10779
- '@esbuild/openbsd-arm64': 0.25.12
10780
- '@esbuild/openbsd-x64': 0.25.12
10781
- '@esbuild/openharmony-arm64': 0.25.12
10782
- '@esbuild/sunos-x64': 0.25.12
10783
- '@esbuild/win32-arm64': 0.25.12
10784
- '@esbuild/win32-ia32': 0.25.12
10785
- '@esbuild/win32-x64': 0.25.12
10786
-
10787
10549
  esbuild@0.27.2:
10788
10550
  optionalDependencies:
10789
10551
  '@esbuild/aix-ppc64': 0.27.2
@@ -11438,7 +11200,9 @@ snapshots:
11438
11200
 
11439
11201
  flow-enums-runtime@0.0.6: {}
11440
11202
 
11441
- follow-redirects@1.15.11: {}
11203
+ follow-redirects@1.15.11(debug@4.4.3):
11204
+ optionalDependencies:
11205
+ debug: 4.4.3
11442
11206
 
11443
11207
  fontfaceobserver@2.3.0: {}
11444
11208
 
@@ -11655,6 +11419,25 @@ snapshots:
11655
11419
  transitivePeerDependencies:
11656
11420
  - supports-color
11657
11421
 
11422
+ http-proxy-middleware@3.0.5:
11423
+ dependencies:
11424
+ '@types/http-proxy': 1.17.17
11425
+ debug: 4.4.3
11426
+ http-proxy: 1.18.1(debug@4.4.3)
11427
+ is-glob: 4.0.3
11428
+ is-plain-object: 5.0.0
11429
+ micromatch: 4.0.8
11430
+ transitivePeerDependencies:
11431
+ - supports-color
11432
+
11433
+ http-proxy@1.18.1(debug@4.4.3):
11434
+ dependencies:
11435
+ eventemitter3: 4.0.7
11436
+ follow-redirects: 1.15.11(debug@4.4.3)
11437
+ requires-port: 1.0.0
11438
+ transitivePeerDependencies:
11439
+ - debug
11440
+
11658
11441
  https-proxy-agent@5.0.1:
11659
11442
  dependencies:
11660
11443
  agent-base: 6.0.2
@@ -11815,6 +11598,8 @@ snapshots:
11815
11598
 
11816
11599
  is-plain-obj@2.1.0: {}
11817
11600
 
11601
+ is-plain-object@5.0.0: {}
11602
+
11818
11603
  is-potential-custom-element-name@1.0.1: {}
11819
11604
 
11820
11605
  is-regex@1.2.1: