@coze-arch/cli 0.0.1-alpha.f9be02 → 0.0.1-alpha.ff64d9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/__templates__/expo/.coze +1 -1
- package/lib/__templates__/expo/.cozeproj/scripts/dev_build.sh +19 -82
- package/lib/__templates__/expo/.cozeproj/scripts/dev_run.sh +62 -81
- package/lib/__templates__/expo/.cozeproj/scripts/prod_build.sh +2 -2
- package/lib/__templates__/expo/.cozeproj/scripts/prod_run.sh +2 -2
- package/lib/__templates__/expo/.cozeproj/scripts/server_dev_run.sh +45 -0
- package/lib/__templates__/expo/README.md +66 -7
- package/lib/__templates__/expo/client/app/_layout.tsx +33 -0
- package/lib/__templates__/expo/client/app/demo.tsx +1 -0
- package/lib/__templates__/expo/client/app/index.tsx +1 -0
- package/lib/__templates__/expo/client/app.config.ts +64 -60
- package/lib/__templates__/expo/client/{src/constants → constants}/theme.ts +22 -18
- package/lib/__templates__/expo/client/declarations.d.ts +5 -0
- package/lib/__templates__/expo/client/hooks/useColorScheme.ts +34 -0
- package/lib/__templates__/expo/client/package.json +3 -2
- package/lib/__templates__/expo/client/screens/demo/index.tsx +25 -0
- package/lib/__templates__/expo/client/screens/demo/styles.ts +28 -0
- package/lib/__templates__/expo/client/tsconfig.json +1 -1
- package/lib/__templates__/expo/package.json +4 -98
- package/lib/__templates__/expo/pnpm-lock.yaml +376 -577
- package/lib/__templates__/expo/server/package.json +18 -3
- package/lib/__templates__/expo/server/src/index.ts +8 -2
- package/lib/__templates__/expo/server/tsconfig.json +24 -0
- package/lib/__templates__/expo/template.config.js +1 -0
- package/lib/__templates__/nextjs/.coze +1 -0
- package/lib/__templates__/nextjs/_npmrc +1 -0
- package/lib/__templates__/nextjs/next.config.ts +12 -0
- package/lib/__templates__/nextjs/package.json +3 -2
- package/lib/__templates__/nextjs/pnpm-lock.yaml +13 -5
- package/lib/__templates__/nextjs/scripts/prepare.sh +9 -0
- package/lib/__templates__/nextjs/src/app/globals.css +10 -2
- package/lib/__templates__/nextjs/src/app/layout.tsx +1 -12
- package/lib/__templates__/nextjs/src/app/page.tsx +35 -23
- package/lib/__templates__/nextjs/src/components/ui/resizable.tsx +29 -22
- package/lib/__templates__/nextjs/src/components/ui/sidebar.tsx +228 -230
- package/lib/__templates__/nextjs/template.config.js +30 -0
- package/lib/__templates__/templates.json +61 -43
- package/lib/__templates__/vite/.coze +1 -0
- package/lib/__templates__/vite/_npmrc +1 -0
- package/lib/__templates__/vite/eslint.config.mjs +9 -0
- package/lib/__templates__/vite/package.json +5 -1
- package/lib/__templates__/vite/pnpm-lock.yaml +3481 -14
- package/lib/__templates__/vite/scripts/prepare.sh +9 -0
- package/lib/__templates__/vite/src/main.ts +1 -2
- package/lib/__templates__/vite/template.config.js +28 -4
- package/lib/cli.js +201 -57
- package/package.json +5 -3
- package/lib/__templates__/expo/client/src/app/_layout.tsx +0 -33
- package/lib/__templates__/expo/client/src/app/index.ts +0 -1
- package/lib/__templates__/expo/client/src/hooks/useColorScheme.ts +0 -1
- package/lib/__templates__/expo/client/src/screens/home/index.tsx +0 -50
- package/lib/__templates__/expo/client/src/screens/home/styles.ts +0 -60
- package/lib/__templates__/nextjs/.vscode/settings.json +0 -121
- package/lib/__templates__/vite/.vscode/settings.json +0 -7
- /package/lib/__templates__/expo/client/{src/assets → assets}/fonts/SpaceMono-Regular.ttf +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/adaptive-icon.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/default-avatar.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/favicon.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/icon.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/partial-react-logo.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/react-logo.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/react-logo@2x.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/react-logo@3x.png +0 -0
- /package/lib/__templates__/expo/client/{src/assets → assets}/images/splash-icon.png +0 -0
- /package/lib/__templates__/expo/client/{src/components → components}/Screen.tsx +0 -0
- /package/lib/__templates__/expo/client/{src/components → components}/SmartDateInput.tsx +0 -0
- /package/lib/__templates__/expo/client/{src/components → components}/ThemedText.tsx +0 -0
- /package/lib/__templates__/expo/client/{src/components → components}/ThemedView.tsx +0 -0
- /package/lib/__templates__/expo/client/{src/contexts → contexts}/AuthContext.tsx +0 -0
- /package/lib/__templates__/expo/client/{src/hooks → hooks}/useTheme.ts +0 -0
- /package/lib/__templates__/expo/client/{src/utils → utils}/index.ts +0 -0
|
@@ -9,14 +9,10 @@ overrides:
|
|
|
9
9
|
|
|
10
10
|
importers:
|
|
11
11
|
|
|
12
|
-
.:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
version: 3.958.0
|
|
17
|
-
'@aws-sdk/lib-storage':
|
|
18
|
-
specifier: ^3.958.0
|
|
19
|
-
version: 3.958.0(@aws-sdk/client-s3@3.958.0)
|
|
12
|
+
.: {}
|
|
13
|
+
|
|
14
|
+
client:
|
|
15
|
+
dependencies:
|
|
20
16
|
'@expo/metro-runtime':
|
|
21
17
|
specifier: ^6.1.2
|
|
22
18
|
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)
|
|
@@ -44,36 +40,9 @@ importers:
|
|
|
44
40
|
'@react-navigation/native':
|
|
45
41
|
specifier: ^7.0.14
|
|
46
42
|
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)
|
|
47
|
-
ajv:
|
|
48
|
-
specifier: ^8.17.1
|
|
49
|
-
version: 8.17.1
|
|
50
|
-
ajv-formats:
|
|
51
|
-
specifier: ^3.0.1
|
|
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)
|
|
59
|
-
connect:
|
|
60
|
-
specifier: ^3.7.0
|
|
61
|
-
version: 3.7.0
|
|
62
|
-
coze-coding-dev-sdk:
|
|
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)
|
|
65
43
|
dayjs:
|
|
66
44
|
specifier: ^1.11.19
|
|
67
45
|
version: 1.11.19
|
|
68
|
-
drizzle-kit:
|
|
69
|
-
specifier: ^0.31.8
|
|
70
|
-
version: 0.31.8
|
|
71
|
-
drizzle-orm:
|
|
72
|
-
specifier: ^0.45.1
|
|
73
|
-
version: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
74
|
-
drizzle-zod:
|
|
75
|
-
specifier: ^0.8.3
|
|
76
|
-
version: 0.8.3(drizzle-orm@0.45.1(@types/pg@8.16.0)(pg@8.16.3))(zod@4.3.2)
|
|
77
46
|
expo:
|
|
78
47
|
specifier: ^54.0.7
|
|
79
48
|
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)
|
|
@@ -101,6 +70,9 @@ importers:
|
|
|
101
70
|
expo-haptics:
|
|
102
71
|
specifier: ~15.0.6
|
|
103
72
|
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))
|
|
73
|
+
expo-image:
|
|
74
|
+
specifier: ^3.0.11
|
|
75
|
+
version: 3.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-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)
|
|
104
76
|
expo-image-picker:
|
|
105
77
|
specifier: ~17.0.7
|
|
106
78
|
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))
|
|
@@ -131,18 +103,6 @@ importers:
|
|
|
131
103
|
expo-web-browser:
|
|
132
104
|
specifier: ~15.0.10
|
|
133
105
|
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))
|
|
134
|
-
express:
|
|
135
|
-
specifier: ^4.22.1
|
|
136
|
-
version: 4.22.1
|
|
137
|
-
http-proxy-middleware:
|
|
138
|
-
specifier: ^3.0.5
|
|
139
|
-
version: 3.0.5
|
|
140
|
-
multer:
|
|
141
|
-
specifier: ^2.0.2
|
|
142
|
-
version: 2.0.2
|
|
143
|
-
pg:
|
|
144
|
-
specifier: ^8.16.3
|
|
145
|
-
version: 8.16.3
|
|
146
106
|
react:
|
|
147
107
|
specifier: 19.1.0
|
|
148
108
|
version: 19.1.0
|
|
@@ -198,235 +158,21 @@ importers:
|
|
|
198
158
|
'@eslint/js':
|
|
199
159
|
specifier: ^9.27.0
|
|
200
160
|
version: 9.39.2
|
|
201
|
-
'@types/express':
|
|
202
|
-
specifier: ^5.0.6
|
|
203
|
-
version: 5.0.6
|
|
204
161
|
'@types/jest':
|
|
205
162
|
specifier: ^29.5.12
|
|
206
163
|
version: 29.5.14
|
|
207
|
-
'@types/multer':
|
|
208
|
-
specifier: ^2.0.0
|
|
209
|
-
version: 2.0.0
|
|
210
|
-
'@types/pg':
|
|
211
|
-
specifier: ^8.16.0
|
|
212
|
-
version: 8.16.0
|
|
213
164
|
'@types/react':
|
|
214
165
|
specifier: ~19.1.0
|
|
215
166
|
version: 19.1.17
|
|
216
167
|
'@types/react-test-renderer':
|
|
217
168
|
specifier: 19.1.0
|
|
218
169
|
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)
|
|
300
170
|
babel-plugin-module-resolver:
|
|
301
171
|
specifier: ^5.0.2
|
|
302
172
|
version: 5.0.2
|
|
303
173
|
babel-preset-expo:
|
|
304
174
|
specifier: ^54.0.9
|
|
305
175
|
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
|
|
430
176
|
chalk:
|
|
431
177
|
specifier: ^4.1.2
|
|
432
178
|
version: 4.1.2
|
|
@@ -487,16 +233,58 @@ importers:
|
|
|
487
233
|
|
|
488
234
|
server:
|
|
489
235
|
dependencies:
|
|
236
|
+
cors:
|
|
237
|
+
specifier: ^2.8.5
|
|
238
|
+
version: 2.8.5
|
|
239
|
+
coze-coding-dev-sdk:
|
|
240
|
+
specifier: ^0.7.2
|
|
241
|
+
version: 0.7.2(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3)
|
|
242
|
+
dayjs:
|
|
243
|
+
specifier: ^1.11.19
|
|
244
|
+
version: 1.11.19
|
|
245
|
+
drizzle-orm:
|
|
246
|
+
specifier: ^0.45.1
|
|
247
|
+
version: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
248
|
+
drizzle-zod:
|
|
249
|
+
specifier: ^0.8.3
|
|
250
|
+
version: 0.8.3(drizzle-orm@0.45.1(@types/pg@8.16.0)(pg@8.16.3))(zod@4.3.2)
|
|
490
251
|
express:
|
|
491
252
|
specifier: ^4.22.1
|
|
492
253
|
version: 4.22.1
|
|
254
|
+
multer:
|
|
255
|
+
specifier: ^2.0.2
|
|
256
|
+
version: 2.0.2
|
|
257
|
+
pg:
|
|
258
|
+
specifier: ^8.16.3
|
|
259
|
+
version: 8.16.3
|
|
260
|
+
zod:
|
|
261
|
+
specifier: ^4.2.1
|
|
262
|
+
version: 4.3.2
|
|
493
263
|
devDependencies:
|
|
264
|
+
'@types/cors':
|
|
265
|
+
specifier: ^2.8.19
|
|
266
|
+
version: 2.8.19
|
|
494
267
|
'@types/express':
|
|
495
268
|
specifier: ^5.0.6
|
|
496
269
|
version: 5.0.6
|
|
270
|
+
'@types/multer':
|
|
271
|
+
specifier: ^2.0.0
|
|
272
|
+
version: 2.0.0
|
|
273
|
+
'@types/pg':
|
|
274
|
+
specifier: ^8.16.0
|
|
275
|
+
version: 8.16.0
|
|
276
|
+
drizzle-kit:
|
|
277
|
+
specifier: ^0.31.8
|
|
278
|
+
version: 0.31.8
|
|
279
|
+
esbuild:
|
|
280
|
+
specifier: 0.27.2
|
|
281
|
+
version: 0.27.2
|
|
497
282
|
tsx:
|
|
498
283
|
specifier: ^4.21.0
|
|
499
284
|
version: 4.21.0
|
|
285
|
+
typescript:
|
|
286
|
+
specifier: ^5.8.3
|
|
287
|
+
version: 5.9.3
|
|
500
288
|
|
|
501
289
|
packages:
|
|
502
290
|
|
|
@@ -531,137 +319,137 @@ packages:
|
|
|
531
319
|
'@aws-crypto/util@5.2.0':
|
|
532
320
|
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
533
321
|
|
|
534
|
-
'@aws-sdk/client-s3@3.
|
|
535
|
-
resolution: {integrity: sha512-
|
|
322
|
+
'@aws-sdk/client-s3@3.965.0':
|
|
323
|
+
resolution: {integrity: sha512-BTeaaU1iK0BfatTCrtYjNkIHCoZH256qOI18l9bK4z6mVOgpHkYN4RvOu+NnKgyX58n+HWfOuhtKUD4OE33Vdw==}
|
|
536
324
|
engines: {node: '>=18.0.0'}
|
|
537
325
|
|
|
538
|
-
'@aws-sdk/client-sso@3.
|
|
539
|
-
resolution: {integrity: sha512-
|
|
326
|
+
'@aws-sdk/client-sso@3.965.0':
|
|
327
|
+
resolution: {integrity: sha512-iv2tr+n4aZ+nPUFFvG00hISPuEd4DU+1/Q8rPAYKXsM+vEPJ2nAnP5duUOa2fbOLIUCRxX3dcQaQaghVHDHzQw==}
|
|
540
328
|
engines: {node: '>=18.0.0'}
|
|
541
329
|
|
|
542
|
-
'@aws-sdk/core@3.
|
|
543
|
-
resolution: {integrity: sha512-
|
|
330
|
+
'@aws-sdk/core@3.965.0':
|
|
331
|
+
resolution: {integrity: sha512-aq9BhQxdHit8UUJ9C0im9TtuKeK0pT6NXmNJxMTCFeStI7GG7ImIsSislg3BZTIifVg1P6VLdzMyz9de85iutQ==}
|
|
544
332
|
engines: {node: '>=18.0.0'}
|
|
545
333
|
|
|
546
|
-
'@aws-sdk/crc64-nvme@3.
|
|
547
|
-
resolution: {integrity: sha512-
|
|
334
|
+
'@aws-sdk/crc64-nvme@3.965.0':
|
|
335
|
+
resolution: {integrity: sha512-9FbIyJ/Zz1AdEIrb0+Pn7wRi+F/0Y566ooepg0hDyHUzRV3ZXKjOlu3wJH3YwTz2UkdwQmldfUos2yDJps7RyA==}
|
|
548
336
|
engines: {node: '>=18.0.0'}
|
|
549
337
|
|
|
550
|
-
'@aws-sdk/credential-provider-env@3.
|
|
551
|
-
resolution: {integrity: sha512-
|
|
338
|
+
'@aws-sdk/credential-provider-env@3.965.0':
|
|
339
|
+
resolution: {integrity: sha512-mdGnaIjMxTIjsb70dEj3VsWPWpoq1V5MWzBSfJq2H8zgMBXjn6d5/qHP8HMf53l9PrsgqzMpXGv3Av549A2x1g==}
|
|
552
340
|
engines: {node: '>=18.0.0'}
|
|
553
341
|
|
|
554
|
-
'@aws-sdk/credential-provider-http@3.
|
|
555
|
-
resolution: {integrity: sha512-
|
|
342
|
+
'@aws-sdk/credential-provider-http@3.965.0':
|
|
343
|
+
resolution: {integrity: sha512-YuGQel9EgA/z25oeLM+GYYQS750+8AESvr7ZEmVnRPL0sg+K3DmGqdv+9gFjFd0UkLjTlC/jtbP2cuY6UcPiHQ==}
|
|
556
344
|
engines: {node: '>=18.0.0'}
|
|
557
345
|
|
|
558
|
-
'@aws-sdk/credential-provider-ini@3.
|
|
559
|
-
resolution: {integrity: sha512-
|
|
346
|
+
'@aws-sdk/credential-provider-ini@3.965.0':
|
|
347
|
+
resolution: {integrity: sha512-xRo72Prer5s0xYVSCxCymVIRSqrVlevK5cmU0GWq9yJtaBNpnx02jwdJg80t/Ni7pgbkQyFWRMcq38c1tc6M/w==}
|
|
560
348
|
engines: {node: '>=18.0.0'}
|
|
561
349
|
|
|
562
|
-
'@aws-sdk/credential-provider-login@3.
|
|
563
|
-
resolution: {integrity: sha512-
|
|
350
|
+
'@aws-sdk/credential-provider-login@3.965.0':
|
|
351
|
+
resolution: {integrity: sha512-43/H8Qku8LHyugbhLo8kjD+eauhybCeVkmrnvWl8bXNHJP7xi1jCdtBQJKKJqiIHZws4MOEwkji8kFdAVRCe6g==}
|
|
564
352
|
engines: {node: '>=18.0.0'}
|
|
565
353
|
|
|
566
|
-
'@aws-sdk/credential-provider-node@3.
|
|
567
|
-
resolution: {integrity: sha512-
|
|
354
|
+
'@aws-sdk/credential-provider-node@3.965.0':
|
|
355
|
+
resolution: {integrity: sha512-cRxmMHF+Zh2lkkkEVduKl+8OQdtg/DhYA69+/7SPSQURlgyjFQGlRQ58B7q8abuNlrGT3sV+UzeOylZpJbV61Q==}
|
|
568
356
|
engines: {node: '>=18.0.0'}
|
|
569
357
|
|
|
570
|
-
'@aws-sdk/credential-provider-process@3.
|
|
571
|
-
resolution: {integrity: sha512
|
|
358
|
+
'@aws-sdk/credential-provider-process@3.965.0':
|
|
359
|
+
resolution: {integrity: sha512-gmkPmdiR0yxnTzLPDb7rwrDhGuCUjtgnj8qWP+m0gSz/W43rR4jRPVEf6DUX2iC+ImQhxo3NFhuB3V42Kzo3TQ==}
|
|
572
360
|
engines: {node: '>=18.0.0'}
|
|
573
361
|
|
|
574
|
-
'@aws-sdk/credential-provider-sso@3.
|
|
575
|
-
resolution: {integrity: sha512-
|
|
362
|
+
'@aws-sdk/credential-provider-sso@3.965.0':
|
|
363
|
+
resolution: {integrity: sha512-N01AYvtCqG3Wo/s/LvYt19ity18/FqggiXT+elAs3X9Om/Wfx+hw9G+i7jaDmy+/xewmv8AdQ2SK5Q30dXw/Fw==}
|
|
576
364
|
engines: {node: '>=18.0.0'}
|
|
577
365
|
|
|
578
|
-
'@aws-sdk/credential-provider-web-identity@3.
|
|
579
|
-
resolution: {integrity: sha512-
|
|
366
|
+
'@aws-sdk/credential-provider-web-identity@3.965.0':
|
|
367
|
+
resolution: {integrity: sha512-T4gMZ2JzXnfxe1oTD+EDGLSxFfk1+WkLZdiHXEMZp8bFI1swP/3YyDFXI+Ib9Uq1JhnAmrCXtOnkicKEhDkdhQ==}
|
|
580
368
|
engines: {node: '>=18.0.0'}
|
|
581
369
|
|
|
582
|
-
'@aws-sdk/lib-storage@3.
|
|
583
|
-
resolution: {integrity: sha512-
|
|
370
|
+
'@aws-sdk/lib-storage@3.965.0':
|
|
371
|
+
resolution: {integrity: sha512-Rm0d5dt37jCP/Nx0OwwWYA4bDCYMdiEY76pE23XRo8Gz7xnNcH2RuP3HW84SvyuZYuCg3fNmqEd7qtN3itA01w==}
|
|
584
372
|
engines: {node: '>=18.0.0'}
|
|
585
373
|
peerDependencies:
|
|
586
|
-
'@aws-sdk/client-s3': ^3.
|
|
374
|
+
'@aws-sdk/client-s3': ^3.965.0
|
|
587
375
|
|
|
588
|
-
'@aws-sdk/middleware-bucket-endpoint@3.
|
|
589
|
-
resolution: {integrity: sha512-
|
|
376
|
+
'@aws-sdk/middleware-bucket-endpoint@3.965.0':
|
|
377
|
+
resolution: {integrity: sha512-gbdv3Dl8l8xmg4oH60fXvfDyTxfx28w5/Hxdymx3vurM07tAyd4qld8zEXejnSpraTo45QcHRtk5auELIMfeag==}
|
|
590
378
|
engines: {node: '>=18.0.0'}
|
|
591
379
|
|
|
592
|
-
'@aws-sdk/middleware-expect-continue@3.
|
|
593
|
-
resolution: {integrity: sha512-
|
|
380
|
+
'@aws-sdk/middleware-expect-continue@3.965.0':
|
|
381
|
+
resolution: {integrity: sha512-UBxVytsmhEmFwkBnt+aV0eAJ7uc+ouNokCqMBrQ7Oc5A77qhlcHfOgXIKz2SxqsiYTsDq+a0lWFM/XpyRWraqA==}
|
|
594
382
|
engines: {node: '>=18.0.0'}
|
|
595
383
|
|
|
596
|
-
'@aws-sdk/middleware-flexible-checksums@3.
|
|
597
|
-
resolution: {integrity: sha512-
|
|
384
|
+
'@aws-sdk/middleware-flexible-checksums@3.965.0':
|
|
385
|
+
resolution: {integrity: sha512-5rzEW08trcpHMe6jkQyYc4PL1KG/H7BbnySFSzhih+r/gktQEiE36sb1BNf7av9I0Vk2Ccmt7wocB5PIT7GDkQ==}
|
|
598
386
|
engines: {node: '>=18.0.0'}
|
|
599
387
|
|
|
600
|
-
'@aws-sdk/middleware-host-header@3.
|
|
601
|
-
resolution: {integrity: sha512-
|
|
388
|
+
'@aws-sdk/middleware-host-header@3.965.0':
|
|
389
|
+
resolution: {integrity: sha512-SfpSYqoPOAmdb3DBsnNsZ0vix+1VAtkUkzXM79JL3R5IfacpyKE2zytOgVAQx/FjhhlpSTwuXd+LRhUEVb3MaA==}
|
|
602
390
|
engines: {node: '>=18.0.0'}
|
|
603
391
|
|
|
604
|
-
'@aws-sdk/middleware-location-constraint@3.
|
|
605
|
-
resolution: {integrity: sha512-
|
|
392
|
+
'@aws-sdk/middleware-location-constraint@3.965.0':
|
|
393
|
+
resolution: {integrity: sha512-07T1rwAarQs33mVg5U28AsSdLB5JUXu9yBTBmspFGajKVsEahIyntf53j9mAXF1N2KR0bNdP0J4A0kst4t43UQ==}
|
|
606
394
|
engines: {node: '>=18.0.0'}
|
|
607
395
|
|
|
608
|
-
'@aws-sdk/middleware-logger@3.
|
|
609
|
-
resolution: {integrity: sha512-
|
|
396
|
+
'@aws-sdk/middleware-logger@3.965.0':
|
|
397
|
+
resolution: {integrity: sha512-gjUvJRZT1bUABKewnvkj51LAynFrfz2h5DYAg5/2F4Utx6UOGByTSr9Rq8JCLbURvvzAbCtcMkkIJRxw+8Zuzw==}
|
|
610
398
|
engines: {node: '>=18.0.0'}
|
|
611
399
|
|
|
612
|
-
'@aws-sdk/middleware-recursion-detection@3.
|
|
613
|
-
resolution: {integrity: sha512-
|
|
400
|
+
'@aws-sdk/middleware-recursion-detection@3.965.0':
|
|
401
|
+
resolution: {integrity: sha512-6dvD+18Ni14KCRu+tfEoNxq1sIGVp9tvoZDZ7aMvpnA7mDXuRLrOjRQ/TAZqXwr9ENKVGyxcPl0cRK8jk1YWjA==}
|
|
614
402
|
engines: {node: '>=18.0.0'}
|
|
615
403
|
|
|
616
|
-
'@aws-sdk/middleware-sdk-s3@3.
|
|
617
|
-
resolution: {integrity: sha512-
|
|
404
|
+
'@aws-sdk/middleware-sdk-s3@3.965.0':
|
|
405
|
+
resolution: {integrity: sha512-dXEgnojaaVRl+OlOx35mg3rYEbfffIN4X6tLmIfDnaKz0hMaDMvsE9jJXb/vBvokbdO1sVB27/2FEM4ttLSLnw==}
|
|
618
406
|
engines: {node: '>=18.0.0'}
|
|
619
407
|
|
|
620
|
-
'@aws-sdk/middleware-ssec@3.
|
|
621
|
-
resolution: {integrity: sha512-
|
|
408
|
+
'@aws-sdk/middleware-ssec@3.965.0':
|
|
409
|
+
resolution: {integrity: sha512-dke++CTw26y+a2D1DdVuZ4+2TkgItdx6TeuE0zOl4lsqXGvTBUG4eaIZalt7ZOAW5ys2pbDOk1bPuh4opoD3pQ==}
|
|
622
410
|
engines: {node: '>=18.0.0'}
|
|
623
411
|
|
|
624
|
-
'@aws-sdk/middleware-user-agent@3.
|
|
625
|
-
resolution: {integrity: sha512-
|
|
412
|
+
'@aws-sdk/middleware-user-agent@3.965.0':
|
|
413
|
+
resolution: {integrity: sha512-RBEYVGgu/WeAt+H/qLrGc+t8LqAUkbyvh3wBfTiuAD+uBcWsKnvnB1iSBX75FearC0fmoxzXRUc0PMxMdqpjJQ==}
|
|
626
414
|
engines: {node: '>=18.0.0'}
|
|
627
415
|
|
|
628
|
-
'@aws-sdk/nested-clients@3.
|
|
629
|
-
resolution: {integrity: sha512
|
|
416
|
+
'@aws-sdk/nested-clients@3.965.0':
|
|
417
|
+
resolution: {integrity: sha512-muNVUjUEU+/KLFrLzQ8PMXyw4+a/MP6t4GIvwLtyx/kH0rpSy5s0YmqacMXheuIe6F/5QT8uksXGNAQenitkGQ==}
|
|
630
418
|
engines: {node: '>=18.0.0'}
|
|
631
419
|
|
|
632
|
-
'@aws-sdk/region-config-resolver@3.
|
|
633
|
-
resolution: {integrity: sha512-
|
|
420
|
+
'@aws-sdk/region-config-resolver@3.965.0':
|
|
421
|
+
resolution: {integrity: sha512-RoMhu9ly2B0coxn8ctXosPP2WmDD0MkQlZGLjoYHQUOCBmty5qmCxOqBmBDa6wbWbB8xKtMQ/4VXloQOgzjHXg==}
|
|
634
422
|
engines: {node: '>=18.0.0'}
|
|
635
423
|
|
|
636
|
-
'@aws-sdk/signature-v4-multi-region@3.
|
|
637
|
-
resolution: {integrity: sha512-
|
|
424
|
+
'@aws-sdk/signature-v4-multi-region@3.965.0':
|
|
425
|
+
resolution: {integrity: sha512-hgbAThbsUrWtNpFBQxzXevIfd5Qgr4TLbXY1AIbmpSX9fPVC114pdieRMpopJ0fYaJ7v5/blTiS6wzVdXleZ/w==}
|
|
638
426
|
engines: {node: '>=18.0.0'}
|
|
639
427
|
|
|
640
|
-
'@aws-sdk/token-providers@3.
|
|
641
|
-
resolution: {integrity: sha512-
|
|
428
|
+
'@aws-sdk/token-providers@3.965.0':
|
|
429
|
+
resolution: {integrity: sha512-aR0qxg0b8flkXJVE+CM1gzo7uJ57md50z2eyCwofC0QIz5Y0P7/7vvb9/dmUQt6eT9XRN5iRcUqq2IVxVDvJOw==}
|
|
642
430
|
engines: {node: '>=18.0.0'}
|
|
643
431
|
|
|
644
|
-
'@aws-sdk/types@3.
|
|
645
|
-
resolution: {integrity: sha512-
|
|
432
|
+
'@aws-sdk/types@3.965.0':
|
|
433
|
+
resolution: {integrity: sha512-jvodoJdMavvg8faN7co58vVJRO5MVep4JFPRzUNCzpJ98BDqWDk/ad045aMJcmxkLzYLS2UAnUmqjJ/tUPNlzQ==}
|
|
646
434
|
engines: {node: '>=18.0.0'}
|
|
647
435
|
|
|
648
|
-
'@aws-sdk/util-arn-parser@3.
|
|
649
|
-
resolution: {integrity: sha512-
|
|
436
|
+
'@aws-sdk/util-arn-parser@3.965.0':
|
|
437
|
+
resolution: {integrity: sha512-bNGKr5Tct28jGLkL8xIkGu7swpDgBpkTVbGaofhzr/X80iclbOv656RGxhMpDvmc4S9UuQnqLRXyceNFNF2V7Q==}
|
|
650
438
|
engines: {node: '>=18.0.0'}
|
|
651
439
|
|
|
652
|
-
'@aws-sdk/util-endpoints@3.
|
|
653
|
-
resolution: {integrity: sha512-
|
|
440
|
+
'@aws-sdk/util-endpoints@3.965.0':
|
|
441
|
+
resolution: {integrity: sha512-WqSCB0XIsGUwZWvrYkuoofi2vzoVHqyeJ2kN+WyoOsxPLTiQSBIoqm/01R/qJvoxwK/gOOF7su9i84Vw2NQQpQ==}
|
|
654
442
|
engines: {node: '>=18.0.0'}
|
|
655
443
|
|
|
656
|
-
'@aws-sdk/util-locate-window@3.
|
|
657
|
-
resolution: {integrity: sha512-
|
|
444
|
+
'@aws-sdk/util-locate-window@3.965.0':
|
|
445
|
+
resolution: {integrity: sha512-9LJFand4bIoOjOF4x3wx0UZYiFZRo4oUauxQSiEX2dVg+5qeBOJSjp2SeWykIE6+6frCZ5wvWm2fGLK8D32aJw==}
|
|
658
446
|
engines: {node: '>=18.0.0'}
|
|
659
447
|
|
|
660
|
-
'@aws-sdk/util-user-agent-browser@3.
|
|
661
|
-
resolution: {integrity: sha512-
|
|
448
|
+
'@aws-sdk/util-user-agent-browser@3.965.0':
|
|
449
|
+
resolution: {integrity: sha512-Xiza/zMntQGpkd2dETQeAK8So1pg5+STTzpcdGWxj5q0jGO5ayjqT/q1Q7BrsX5KIr6PvRkl9/V7lLCv04wGjQ==}
|
|
662
450
|
|
|
663
|
-
'@aws-sdk/util-user-agent-node@3.
|
|
664
|
-
resolution: {integrity: sha512-
|
|
451
|
+
'@aws-sdk/util-user-agent-node@3.965.0':
|
|
452
|
+
resolution: {integrity: sha512-kokIHUfNT3/P55E4fUJJrFHuuA9BbjFKUIxoLrd3UaRfdafT0ScRfg2eaZie6arf60EuhlUIZH0yALxttMEjxQ==}
|
|
665
453
|
engines: {node: '>=18.0.0'}
|
|
666
454
|
peerDependencies:
|
|
667
455
|
aws-crt: '>=1.0.0'
|
|
@@ -669,12 +457,12 @@ packages:
|
|
|
669
457
|
aws-crt:
|
|
670
458
|
optional: true
|
|
671
459
|
|
|
672
|
-
'@aws-sdk/xml-builder@3.
|
|
673
|
-
resolution: {integrity: sha512-
|
|
460
|
+
'@aws-sdk/xml-builder@3.965.0':
|
|
461
|
+
resolution: {integrity: sha512-Tcod25/BTupraQwtb+Q+GX8bmEZfxIFjjJ/AvkhUZsZlkPeVluzq1uu3Oeqf145DCdMjzLIN6vab5MrykbDP+g==}
|
|
674
462
|
engines: {node: '>=18.0.0'}
|
|
675
463
|
|
|
676
|
-
'@aws/lambda-invoke-store@0.2.
|
|
677
|
-
resolution: {integrity: sha512-
|
|
464
|
+
'@aws/lambda-invoke-store@0.2.3':
|
|
465
|
+
resolution: {integrity: sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==}
|
|
678
466
|
engines: {node: '>=18.0.0'}
|
|
679
467
|
|
|
680
468
|
'@babel/code-frame@7.10.4':
|
|
@@ -1649,12 +1437,12 @@ packages:
|
|
|
1649
1437
|
'@jridgewell/trace-mapping@0.3.31':
|
|
1650
1438
|
resolution: {integrity: sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==}
|
|
1651
1439
|
|
|
1652
|
-
'@langchain/core@1.1.
|
|
1653
|
-
resolution: {integrity: sha512-
|
|
1440
|
+
'@langchain/core@1.1.12':
|
|
1441
|
+
resolution: {integrity: sha512-sHWLvhyLi3fntlg3MEPB89kCjxEX7/+imlIYJcp6uFGCAZfGxVWklqp22HwjT1szorUBYrkO8u0YA554ReKxGQ==}
|
|
1654
1442
|
engines: {node: '>=20'}
|
|
1655
1443
|
|
|
1656
|
-
'@langchain/openai@1.2.
|
|
1657
|
-
resolution: {integrity: sha512-
|
|
1444
|
+
'@langchain/openai@1.2.1':
|
|
1445
|
+
resolution: {integrity: sha512-eZYPhvXIwz0/8iCjj2LWqeaznQ7DZ6tBdvF+Ebv4sQW2UqJWZqRC8QIdKZgTbs8ffMWPHkSSOidYqu4XfWCNYg==}
|
|
1658
1446
|
engines: {node: '>=20'}
|
|
1659
1447
|
peerDependencies:
|
|
1660
1448
|
'@langchain/core': ^1.0.0
|
|
@@ -2060,8 +1848,8 @@ packages:
|
|
|
2060
1848
|
resolution: {integrity: sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==}
|
|
2061
1849
|
engines: {node: '>=18.0.0'}
|
|
2062
1850
|
|
|
2063
|
-
'@smithy/core@3.20.
|
|
2064
|
-
resolution: {integrity: sha512-
|
|
1851
|
+
'@smithy/core@3.20.1':
|
|
1852
|
+
resolution: {integrity: sha512-wOboSEdQ85dbKAJ0zL+wQ6b0HTSBRhtGa0PYKysQXkRg+vK0tdCRRVruiFM2QMprkOQwSYOnwF4og96PAaEGag==}
|
|
2065
1853
|
engines: {node: '>=18.0.0'}
|
|
2066
1854
|
|
|
2067
1855
|
'@smithy/credential-provider-imds@4.2.7':
|
|
@@ -2124,12 +1912,12 @@ packages:
|
|
|
2124
1912
|
resolution: {integrity: sha512-GszfBfCcvt7kIbJ41LuNa5f0wvQCHhnGx/aDaZJCCT05Ld6x6U2s0xsc/0mBFONBZjQJp2U/0uSJ178OXOwbhg==}
|
|
2125
1913
|
engines: {node: '>=18.0.0'}
|
|
2126
1914
|
|
|
2127
|
-
'@smithy/middleware-endpoint@4.4.
|
|
2128
|
-
resolution: {integrity: sha512-
|
|
1915
|
+
'@smithy/middleware-endpoint@4.4.2':
|
|
1916
|
+
resolution: {integrity: sha512-mqpAdux0BNmZu/SqkFhQEnod4fX23xxTvU2LUpmKp0JpSI+kPYCiHJMmzREr8yxbNxKL2/DU1UZm9i++ayU+2g==}
|
|
2129
1917
|
engines: {node: '>=18.0.0'}
|
|
2130
1918
|
|
|
2131
|
-
'@smithy/middleware-retry@4.4.
|
|
2132
|
-
resolution: {integrity: sha512-
|
|
1919
|
+
'@smithy/middleware-retry@4.4.18':
|
|
1920
|
+
resolution: {integrity: sha512-E5hulijA59nBk/zvcwVMaS7FG7Y4l6hWA9vrW018r+8kiZef4/ETQaPI4oY+3zsy9f6KqDv3c4VKtO4DwwgpCg==}
|
|
2133
1921
|
engines: {node: '>=18.0.0'}
|
|
2134
1922
|
|
|
2135
1923
|
'@smithy/middleware-serde@4.2.8':
|
|
@@ -2176,8 +1964,8 @@ packages:
|
|
|
2176
1964
|
resolution: {integrity: sha512-9oNUlqBlFZFOSdxgImA6X5GFuzE7V2H7VG/7E70cdLhidFbdtvxxt81EHgykGK5vq5D3FafH//X+Oy31j3CKOg==}
|
|
2177
1965
|
engines: {node: '>=18.0.0'}
|
|
2178
1966
|
|
|
2179
|
-
'@smithy/smithy-client@4.10.
|
|
2180
|
-
resolution: {integrity: sha512-
|
|
1967
|
+
'@smithy/smithy-client@4.10.3':
|
|
1968
|
+
resolution: {integrity: sha512-EfECiO/0fAfb590LBnUe7rI5ux7XfquQ8LBzTe7gxw0j9QW/q8UT/EHWHlxV/+jhQ3+Ssga9uUYXCQgImGMbNg==}
|
|
2181
1969
|
engines: {node: '>=18.0.0'}
|
|
2182
1970
|
|
|
2183
1971
|
'@smithy/types@4.11.0':
|
|
@@ -2212,12 +2000,12 @@ packages:
|
|
|
2212
2000
|
resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
|
|
2213
2001
|
engines: {node: '>=18.0.0'}
|
|
2214
2002
|
|
|
2215
|
-
'@smithy/util-defaults-mode-browser@4.3.
|
|
2216
|
-
resolution: {integrity: sha512
|
|
2003
|
+
'@smithy/util-defaults-mode-browser@4.3.17':
|
|
2004
|
+
resolution: {integrity: sha512-dwN4GmivYF1QphnP3xJESXKtHvkkvKHSZI8GrSKMVoENVSKW2cFPRYC4ZgstYjUHdR3zwaDkIaTDIp26JuY7Cw==}
|
|
2217
2005
|
engines: {node: '>=18.0.0'}
|
|
2218
2006
|
|
|
2219
|
-
'@smithy/util-defaults-mode-node@4.2.
|
|
2220
|
-
resolution: {integrity: sha512-
|
|
2007
|
+
'@smithy/util-defaults-mode-node@4.2.20':
|
|
2008
|
+
resolution: {integrity: sha512-VD/I4AEhF1lpB3B//pmOIMBNLMrtdMXwy9yCOfa2QkJGDr63vH3RqPbSAKzoGMov3iryCxTXCxSsyGmEB8PDpg==}
|
|
2221
2009
|
engines: {node: '>=18.0.0'}
|
|
2222
2010
|
|
|
2223
2011
|
'@smithy/util-endpoints@3.2.7':
|
|
@@ -2285,6 +2073,9 @@ packages:
|
|
|
2285
2073
|
'@types/connect@3.4.38':
|
|
2286
2074
|
resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==}
|
|
2287
2075
|
|
|
2076
|
+
'@types/cors@2.8.19':
|
|
2077
|
+
resolution: {integrity: sha512-mFNylyeyqN93lfe/9CSxOGREz8cpzAhH+E93xJ4xWQf62V8sQ/24reV2nyzUWM6H6Xji+GGHpkbLe7pVoUEskg==}
|
|
2078
|
+
|
|
2288
2079
|
'@types/estree@1.0.8':
|
|
2289
2080
|
resolution: {integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==}
|
|
2290
2081
|
|
|
@@ -2604,20 +2395,9 @@ packages:
|
|
|
2604
2395
|
resolution: {integrity: sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==}
|
|
2605
2396
|
engines: {node: '>= 14'}
|
|
2606
2397
|
|
|
2607
|
-
ajv-formats@3.0.1:
|
|
2608
|
-
resolution: {integrity: sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==}
|
|
2609
|
-
peerDependencies:
|
|
2610
|
-
ajv: ^8.0.0
|
|
2611
|
-
peerDependenciesMeta:
|
|
2612
|
-
ajv:
|
|
2613
|
-
optional: true
|
|
2614
|
-
|
|
2615
2398
|
ajv@6.12.6:
|
|
2616
2399
|
resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==}
|
|
2617
2400
|
|
|
2618
|
-
ajv@8.17.1:
|
|
2619
|
-
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
|
|
2620
|
-
|
|
2621
2401
|
anser@1.4.10:
|
|
2622
2402
|
resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==}
|
|
2623
2403
|
|
|
@@ -3087,12 +2867,16 @@ packages:
|
|
|
3087
2867
|
core-js-compat@3.47.0:
|
|
3088
2868
|
resolution: {integrity: sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==}
|
|
3089
2869
|
|
|
2870
|
+
cors@2.8.5:
|
|
2871
|
+
resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==}
|
|
2872
|
+
engines: {node: '>= 0.10'}
|
|
2873
|
+
|
|
3090
2874
|
cosmiconfig@7.1.0:
|
|
3091
2875
|
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
|
|
3092
2876
|
engines: {node: '>=10'}
|
|
3093
2877
|
|
|
3094
|
-
coze-coding-dev-sdk@0.
|
|
3095
|
-
resolution: {integrity: sha512-
|
|
2878
|
+
coze-coding-dev-sdk@0.7.2:
|
|
2879
|
+
resolution: {integrity: sha512-IAAbI8W6MHL95BV/OmiacM2aMzkruyBwUMsvzJk/9jBT9vra2xiUC5ggS5xFi7V7MrL5VqfLv9ZlWSjcOAVRpw==}
|
|
3096
2880
|
engines: {node: '>=18.0.0'}
|
|
3097
2881
|
hasBin: true
|
|
3098
2882
|
|
|
@@ -3760,6 +3544,17 @@ packages:
|
|
|
3760
3544
|
peerDependencies:
|
|
3761
3545
|
expo: '*'
|
|
3762
3546
|
|
|
3547
|
+
expo-image@3.0.11:
|
|
3548
|
+
resolution: {integrity: sha512-4TudfUCLgYgENv+f48omnU8tjS2S0Pd9EaON5/s1ZUBRwZ7K8acEr4NfvLPSaeXvxW24iLAiyQ7sV7BXQH3RoA==}
|
|
3549
|
+
peerDependencies:
|
|
3550
|
+
expo: '*'
|
|
3551
|
+
react: '*'
|
|
3552
|
+
react-native: '*'
|
|
3553
|
+
react-native-web: '*'
|
|
3554
|
+
peerDependenciesMeta:
|
|
3555
|
+
react-native-web:
|
|
3556
|
+
optional: true
|
|
3557
|
+
|
|
3763
3558
|
expo-keep-awake@15.0.8:
|
|
3764
3559
|
resolution: {integrity: sha512-YK9M1VrnoH1vLJiQzChZgzDvVimVoriibiDIFLbQMpjYBnvyfUeHJcin/Gx1a+XgupNXy92EQJLgI/9ZuXajYQ==}
|
|
3765
3560
|
peerDependencies:
|
|
@@ -3898,9 +3693,6 @@ packages:
|
|
|
3898
3693
|
fast-levenshtein@2.0.6:
|
|
3899
3694
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
3900
3695
|
|
|
3901
|
-
fast-uri@3.1.0:
|
|
3902
|
-
resolution: {integrity: sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==}
|
|
3903
|
-
|
|
3904
3696
|
fast-xml-parser@5.2.5:
|
|
3905
3697
|
resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==}
|
|
3906
3698
|
hasBin: true
|
|
@@ -4667,9 +4459,6 @@ packages:
|
|
|
4667
4459
|
json-schema-traverse@0.4.1:
|
|
4668
4460
|
resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==}
|
|
4669
4461
|
|
|
4670
|
-
json-schema-traverse@1.0.0:
|
|
4671
|
-
resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==}
|
|
4672
|
-
|
|
4673
4462
|
json-stable-stringify-without-jsonify@1.0.1:
|
|
4674
4463
|
resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==}
|
|
4675
4464
|
|
|
@@ -4697,8 +4486,8 @@ packages:
|
|
|
4697
4486
|
resolution: {integrity: sha512-mnIlAEMu4OyEvUNdzco9xpuB9YVcPkQec+QsgycBCtPZvEqWPCDPfbAE4OJMdBBWpZWtpCn1xw9jJYlwjWI5zQ==}
|
|
4698
4487
|
hasBin: true
|
|
4699
4488
|
|
|
4700
|
-
langsmith@0.4.
|
|
4701
|
-
resolution: {integrity: sha512-
|
|
4489
|
+
langsmith@0.4.5:
|
|
4490
|
+
resolution: {integrity: sha512-9N4JSQLz6fWiZwVXaiy0erlvNHlC68EtGJZG2OX+1y9mqj7KvKSL+xJnbCFc+ky3JN8s1d6sCfyyDdi4uDdLnQ==}
|
|
4702
4491
|
peerDependencies:
|
|
4703
4492
|
'@opentelemetry/api': '*'
|
|
4704
4493
|
'@opentelemetry/exporter-trace-otlp-proto': '*'
|
|
@@ -6185,6 +5974,11 @@ packages:
|
|
|
6185
5974
|
resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
|
|
6186
5975
|
engines: {node: '>=12'}
|
|
6187
5976
|
|
|
5977
|
+
transliteration@2.6.0:
|
|
5978
|
+
resolution: {integrity: sha512-T6frfMj7N5xNK0l+duIzIWKxkc9ewG72uv7NeOs4dIoysqTnYpwxeVEE5qYdKKmy7hby55ah0wNUoMaLsB2Zjw==}
|
|
5979
|
+
engines: {node: '>=20.0.0'}
|
|
5980
|
+
hasBin: true
|
|
5981
|
+
|
|
6188
5982
|
ts-api-utils@2.3.0:
|
|
6189
5983
|
resolution: {integrity: sha512-6eg3Y9SF7SsAvGzRHQvvc1skDAhwI4YQ32ui1scxD1Ccr0G5qIIbUBT3pFTKX8kmWIQClHobtUdNuaBgwdfdWg==}
|
|
6190
5984
|
engines: {node: '>=18.12'}
|
|
@@ -6592,21 +6386,21 @@ snapshots:
|
|
|
6592
6386
|
'@aws-crypto/crc32@5.2.0':
|
|
6593
6387
|
dependencies:
|
|
6594
6388
|
'@aws-crypto/util': 5.2.0
|
|
6595
|
-
'@aws-sdk/types': 3.
|
|
6389
|
+
'@aws-sdk/types': 3.965.0
|
|
6596
6390
|
tslib: 2.8.1
|
|
6597
6391
|
|
|
6598
6392
|
'@aws-crypto/crc32c@5.2.0':
|
|
6599
6393
|
dependencies:
|
|
6600
6394
|
'@aws-crypto/util': 5.2.0
|
|
6601
|
-
'@aws-sdk/types': 3.
|
|
6395
|
+
'@aws-sdk/types': 3.965.0
|
|
6602
6396
|
tslib: 2.8.1
|
|
6603
6397
|
|
|
6604
6398
|
'@aws-crypto/sha1-browser@5.2.0':
|
|
6605
6399
|
dependencies:
|
|
6606
6400
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6607
6401
|
'@aws-crypto/util': 5.2.0
|
|
6608
|
-
'@aws-sdk/types': 3.
|
|
6609
|
-
'@aws-sdk/util-locate-window': 3.
|
|
6402
|
+
'@aws-sdk/types': 3.965.0
|
|
6403
|
+
'@aws-sdk/util-locate-window': 3.965.0
|
|
6610
6404
|
'@smithy/util-utf8': 2.3.0
|
|
6611
6405
|
tslib: 2.8.1
|
|
6612
6406
|
|
|
@@ -6615,15 +6409,15 @@ snapshots:
|
|
|
6615
6409
|
'@aws-crypto/sha256-js': 5.2.0
|
|
6616
6410
|
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6617
6411
|
'@aws-crypto/util': 5.2.0
|
|
6618
|
-
'@aws-sdk/types': 3.
|
|
6619
|
-
'@aws-sdk/util-locate-window': 3.
|
|
6412
|
+
'@aws-sdk/types': 3.965.0
|
|
6413
|
+
'@aws-sdk/util-locate-window': 3.965.0
|
|
6620
6414
|
'@smithy/util-utf8': 2.3.0
|
|
6621
6415
|
tslib: 2.8.1
|
|
6622
6416
|
|
|
6623
6417
|
'@aws-crypto/sha256-js@5.2.0':
|
|
6624
6418
|
dependencies:
|
|
6625
6419
|
'@aws-crypto/util': 5.2.0
|
|
6626
|
-
'@aws-sdk/types': 3.
|
|
6420
|
+
'@aws-sdk/types': 3.965.0
|
|
6627
6421
|
tslib: 2.8.1
|
|
6628
6422
|
|
|
6629
6423
|
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
@@ -6632,35 +6426,35 @@ snapshots:
|
|
|
6632
6426
|
|
|
6633
6427
|
'@aws-crypto/util@5.2.0':
|
|
6634
6428
|
dependencies:
|
|
6635
|
-
'@aws-sdk/types': 3.
|
|
6429
|
+
'@aws-sdk/types': 3.965.0
|
|
6636
6430
|
'@smithy/util-utf8': 2.3.0
|
|
6637
6431
|
tslib: 2.8.1
|
|
6638
6432
|
|
|
6639
|
-
'@aws-sdk/client-s3@3.
|
|
6433
|
+
'@aws-sdk/client-s3@3.965.0':
|
|
6640
6434
|
dependencies:
|
|
6641
6435
|
'@aws-crypto/sha1-browser': 5.2.0
|
|
6642
6436
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
6643
6437
|
'@aws-crypto/sha256-js': 5.2.0
|
|
6644
|
-
'@aws-sdk/core': 3.
|
|
6645
|
-
'@aws-sdk/credential-provider-node': 3.
|
|
6646
|
-
'@aws-sdk/middleware-bucket-endpoint': 3.
|
|
6647
|
-
'@aws-sdk/middleware-expect-continue': 3.
|
|
6648
|
-
'@aws-sdk/middleware-flexible-checksums': 3.
|
|
6649
|
-
'@aws-sdk/middleware-host-header': 3.
|
|
6650
|
-
'@aws-sdk/middleware-location-constraint': 3.
|
|
6651
|
-
'@aws-sdk/middleware-logger': 3.
|
|
6652
|
-
'@aws-sdk/middleware-recursion-detection': 3.
|
|
6653
|
-
'@aws-sdk/middleware-sdk-s3': 3.
|
|
6654
|
-
'@aws-sdk/middleware-ssec': 3.
|
|
6655
|
-
'@aws-sdk/middleware-user-agent': 3.
|
|
6656
|
-
'@aws-sdk/region-config-resolver': 3.
|
|
6657
|
-
'@aws-sdk/signature-v4-multi-region': 3.
|
|
6658
|
-
'@aws-sdk/types': 3.
|
|
6659
|
-
'@aws-sdk/util-endpoints': 3.
|
|
6660
|
-
'@aws-sdk/util-user-agent-browser': 3.
|
|
6661
|
-
'@aws-sdk/util-user-agent-node': 3.
|
|
6438
|
+
'@aws-sdk/core': 3.965.0
|
|
6439
|
+
'@aws-sdk/credential-provider-node': 3.965.0
|
|
6440
|
+
'@aws-sdk/middleware-bucket-endpoint': 3.965.0
|
|
6441
|
+
'@aws-sdk/middleware-expect-continue': 3.965.0
|
|
6442
|
+
'@aws-sdk/middleware-flexible-checksums': 3.965.0
|
|
6443
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6444
|
+
'@aws-sdk/middleware-location-constraint': 3.965.0
|
|
6445
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6446
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6447
|
+
'@aws-sdk/middleware-sdk-s3': 3.965.0
|
|
6448
|
+
'@aws-sdk/middleware-ssec': 3.965.0
|
|
6449
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6450
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6451
|
+
'@aws-sdk/signature-v4-multi-region': 3.965.0
|
|
6452
|
+
'@aws-sdk/types': 3.965.0
|
|
6453
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6454
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6455
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6662
6456
|
'@smithy/config-resolver': 4.4.5
|
|
6663
|
-
'@smithy/core': 3.20.
|
|
6457
|
+
'@smithy/core': 3.20.1
|
|
6664
6458
|
'@smithy/eventstream-serde-browser': 4.2.7
|
|
6665
6459
|
'@smithy/eventstream-serde-config-resolver': 4.3.7
|
|
6666
6460
|
'@smithy/eventstream-serde-node': 4.2.7
|
|
@@ -6671,21 +6465,21 @@ snapshots:
|
|
|
6671
6465
|
'@smithy/invalid-dependency': 4.2.7
|
|
6672
6466
|
'@smithy/md5-js': 4.2.7
|
|
6673
6467
|
'@smithy/middleware-content-length': 4.2.7
|
|
6674
|
-
'@smithy/middleware-endpoint': 4.4.
|
|
6675
|
-
'@smithy/middleware-retry': 4.4.
|
|
6468
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6469
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6676
6470
|
'@smithy/middleware-serde': 4.2.8
|
|
6677
6471
|
'@smithy/middleware-stack': 4.2.7
|
|
6678
6472
|
'@smithy/node-config-provider': 4.3.7
|
|
6679
6473
|
'@smithy/node-http-handler': 4.4.7
|
|
6680
6474
|
'@smithy/protocol-http': 5.3.7
|
|
6681
|
-
'@smithy/smithy-client': 4.10.
|
|
6475
|
+
'@smithy/smithy-client': 4.10.3
|
|
6682
6476
|
'@smithy/types': 4.11.0
|
|
6683
6477
|
'@smithy/url-parser': 4.2.7
|
|
6684
6478
|
'@smithy/util-base64': 4.3.0
|
|
6685
6479
|
'@smithy/util-body-length-browser': 4.2.0
|
|
6686
6480
|
'@smithy/util-body-length-node': 4.2.1
|
|
6687
|
-
'@smithy/util-defaults-mode-browser': 4.3.
|
|
6688
|
-
'@smithy/util-defaults-mode-node': 4.2.
|
|
6481
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6482
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
6689
6483
|
'@smithy/util-endpoints': 3.2.7
|
|
6690
6484
|
'@smithy/util-middleware': 4.2.7
|
|
6691
6485
|
'@smithy/util-retry': 4.2.7
|
|
@@ -6696,41 +6490,41 @@ snapshots:
|
|
|
6696
6490
|
transitivePeerDependencies:
|
|
6697
6491
|
- aws-crt
|
|
6698
6492
|
|
|
6699
|
-
'@aws-sdk/client-sso@3.
|
|
6493
|
+
'@aws-sdk/client-sso@3.965.0':
|
|
6700
6494
|
dependencies:
|
|
6701
6495
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
6702
6496
|
'@aws-crypto/sha256-js': 5.2.0
|
|
6703
|
-
'@aws-sdk/core': 3.
|
|
6704
|
-
'@aws-sdk/middleware-host-header': 3.
|
|
6705
|
-
'@aws-sdk/middleware-logger': 3.
|
|
6706
|
-
'@aws-sdk/middleware-recursion-detection': 3.
|
|
6707
|
-
'@aws-sdk/middleware-user-agent': 3.
|
|
6708
|
-
'@aws-sdk/region-config-resolver': 3.
|
|
6709
|
-
'@aws-sdk/types': 3.
|
|
6710
|
-
'@aws-sdk/util-endpoints': 3.
|
|
6711
|
-
'@aws-sdk/util-user-agent-browser': 3.
|
|
6712
|
-
'@aws-sdk/util-user-agent-node': 3.
|
|
6497
|
+
'@aws-sdk/core': 3.965.0
|
|
6498
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6499
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6500
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6501
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6502
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6503
|
+
'@aws-sdk/types': 3.965.0
|
|
6504
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6505
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6506
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6713
6507
|
'@smithy/config-resolver': 4.4.5
|
|
6714
|
-
'@smithy/core': 3.20.
|
|
6508
|
+
'@smithy/core': 3.20.1
|
|
6715
6509
|
'@smithy/fetch-http-handler': 5.3.8
|
|
6716
6510
|
'@smithy/hash-node': 4.2.7
|
|
6717
6511
|
'@smithy/invalid-dependency': 4.2.7
|
|
6718
6512
|
'@smithy/middleware-content-length': 4.2.7
|
|
6719
|
-
'@smithy/middleware-endpoint': 4.4.
|
|
6720
|
-
'@smithy/middleware-retry': 4.4.
|
|
6513
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6514
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6721
6515
|
'@smithy/middleware-serde': 4.2.8
|
|
6722
6516
|
'@smithy/middleware-stack': 4.2.7
|
|
6723
6517
|
'@smithy/node-config-provider': 4.3.7
|
|
6724
6518
|
'@smithy/node-http-handler': 4.4.7
|
|
6725
6519
|
'@smithy/protocol-http': 5.3.7
|
|
6726
|
-
'@smithy/smithy-client': 4.10.
|
|
6520
|
+
'@smithy/smithy-client': 4.10.3
|
|
6727
6521
|
'@smithy/types': 4.11.0
|
|
6728
6522
|
'@smithy/url-parser': 4.2.7
|
|
6729
6523
|
'@smithy/util-base64': 4.3.0
|
|
6730
6524
|
'@smithy/util-body-length-browser': 4.2.0
|
|
6731
6525
|
'@smithy/util-body-length-node': 4.2.1
|
|
6732
|
-
'@smithy/util-defaults-mode-browser': 4.3.
|
|
6733
|
-
'@smithy/util-defaults-mode-node': 4.2.
|
|
6526
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6527
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
6734
6528
|
'@smithy/util-endpoints': 3.2.7
|
|
6735
6529
|
'@smithy/util-middleware': 4.2.7
|
|
6736
6530
|
'@smithy/util-retry': 4.2.7
|
|
@@ -6739,59 +6533,59 @@ snapshots:
|
|
|
6739
6533
|
transitivePeerDependencies:
|
|
6740
6534
|
- aws-crt
|
|
6741
6535
|
|
|
6742
|
-
'@aws-sdk/core@3.
|
|
6536
|
+
'@aws-sdk/core@3.965.0':
|
|
6743
6537
|
dependencies:
|
|
6744
|
-
'@aws-sdk/types': 3.
|
|
6745
|
-
'@aws-sdk/xml-builder': 3.
|
|
6746
|
-
'@smithy/core': 3.20.
|
|
6538
|
+
'@aws-sdk/types': 3.965.0
|
|
6539
|
+
'@aws-sdk/xml-builder': 3.965.0
|
|
6540
|
+
'@smithy/core': 3.20.1
|
|
6747
6541
|
'@smithy/node-config-provider': 4.3.7
|
|
6748
6542
|
'@smithy/property-provider': 4.2.7
|
|
6749
6543
|
'@smithy/protocol-http': 5.3.7
|
|
6750
6544
|
'@smithy/signature-v4': 5.3.7
|
|
6751
|
-
'@smithy/smithy-client': 4.10.
|
|
6545
|
+
'@smithy/smithy-client': 4.10.3
|
|
6752
6546
|
'@smithy/types': 4.11.0
|
|
6753
6547
|
'@smithy/util-base64': 4.3.0
|
|
6754
6548
|
'@smithy/util-middleware': 4.2.7
|
|
6755
6549
|
'@smithy/util-utf8': 4.2.0
|
|
6756
6550
|
tslib: 2.8.1
|
|
6757
6551
|
|
|
6758
|
-
'@aws-sdk/crc64-nvme@3.
|
|
6552
|
+
'@aws-sdk/crc64-nvme@3.965.0':
|
|
6759
6553
|
dependencies:
|
|
6760
6554
|
'@smithy/types': 4.11.0
|
|
6761
6555
|
tslib: 2.8.1
|
|
6762
6556
|
|
|
6763
|
-
'@aws-sdk/credential-provider-env@3.
|
|
6557
|
+
'@aws-sdk/credential-provider-env@3.965.0':
|
|
6764
6558
|
dependencies:
|
|
6765
|
-
'@aws-sdk/core': 3.
|
|
6766
|
-
'@aws-sdk/types': 3.
|
|
6559
|
+
'@aws-sdk/core': 3.965.0
|
|
6560
|
+
'@aws-sdk/types': 3.965.0
|
|
6767
6561
|
'@smithy/property-provider': 4.2.7
|
|
6768
6562
|
'@smithy/types': 4.11.0
|
|
6769
6563
|
tslib: 2.8.1
|
|
6770
6564
|
|
|
6771
|
-
'@aws-sdk/credential-provider-http@3.
|
|
6565
|
+
'@aws-sdk/credential-provider-http@3.965.0':
|
|
6772
6566
|
dependencies:
|
|
6773
|
-
'@aws-sdk/core': 3.
|
|
6774
|
-
'@aws-sdk/types': 3.
|
|
6567
|
+
'@aws-sdk/core': 3.965.0
|
|
6568
|
+
'@aws-sdk/types': 3.965.0
|
|
6775
6569
|
'@smithy/fetch-http-handler': 5.3.8
|
|
6776
6570
|
'@smithy/node-http-handler': 4.4.7
|
|
6777
6571
|
'@smithy/property-provider': 4.2.7
|
|
6778
6572
|
'@smithy/protocol-http': 5.3.7
|
|
6779
|
-
'@smithy/smithy-client': 4.10.
|
|
6573
|
+
'@smithy/smithy-client': 4.10.3
|
|
6780
6574
|
'@smithy/types': 4.11.0
|
|
6781
6575
|
'@smithy/util-stream': 4.5.8
|
|
6782
6576
|
tslib: 2.8.1
|
|
6783
6577
|
|
|
6784
|
-
'@aws-sdk/credential-provider-ini@3.
|
|
6785
|
-
dependencies:
|
|
6786
|
-
'@aws-sdk/core': 3.
|
|
6787
|
-
'@aws-sdk/credential-provider-env': 3.
|
|
6788
|
-
'@aws-sdk/credential-provider-http': 3.
|
|
6789
|
-
'@aws-sdk/credential-provider-login': 3.
|
|
6790
|
-
'@aws-sdk/credential-provider-process': 3.
|
|
6791
|
-
'@aws-sdk/credential-provider-sso': 3.
|
|
6792
|
-
'@aws-sdk/credential-provider-web-identity': 3.
|
|
6793
|
-
'@aws-sdk/nested-clients': 3.
|
|
6794
|
-
'@aws-sdk/types': 3.
|
|
6578
|
+
'@aws-sdk/credential-provider-ini@3.965.0':
|
|
6579
|
+
dependencies:
|
|
6580
|
+
'@aws-sdk/core': 3.965.0
|
|
6581
|
+
'@aws-sdk/credential-provider-env': 3.965.0
|
|
6582
|
+
'@aws-sdk/credential-provider-http': 3.965.0
|
|
6583
|
+
'@aws-sdk/credential-provider-login': 3.965.0
|
|
6584
|
+
'@aws-sdk/credential-provider-process': 3.965.0
|
|
6585
|
+
'@aws-sdk/credential-provider-sso': 3.965.0
|
|
6586
|
+
'@aws-sdk/credential-provider-web-identity': 3.965.0
|
|
6587
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6588
|
+
'@aws-sdk/types': 3.965.0
|
|
6795
6589
|
'@smithy/credential-provider-imds': 4.2.7
|
|
6796
6590
|
'@smithy/property-provider': 4.2.7
|
|
6797
6591
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
@@ -6800,11 +6594,11 @@ snapshots:
|
|
|
6800
6594
|
transitivePeerDependencies:
|
|
6801
6595
|
- aws-crt
|
|
6802
6596
|
|
|
6803
|
-
'@aws-sdk/credential-provider-login@3.
|
|
6597
|
+
'@aws-sdk/credential-provider-login@3.965.0':
|
|
6804
6598
|
dependencies:
|
|
6805
|
-
'@aws-sdk/core': 3.
|
|
6806
|
-
'@aws-sdk/nested-clients': 3.
|
|
6807
|
-
'@aws-sdk/types': 3.
|
|
6599
|
+
'@aws-sdk/core': 3.965.0
|
|
6600
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6601
|
+
'@aws-sdk/types': 3.965.0
|
|
6808
6602
|
'@smithy/property-provider': 4.2.7
|
|
6809
6603
|
'@smithy/protocol-http': 5.3.7
|
|
6810
6604
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
@@ -6813,15 +6607,15 @@ snapshots:
|
|
|
6813
6607
|
transitivePeerDependencies:
|
|
6814
6608
|
- aws-crt
|
|
6815
6609
|
|
|
6816
|
-
'@aws-sdk/credential-provider-node@3.
|
|
6610
|
+
'@aws-sdk/credential-provider-node@3.965.0':
|
|
6817
6611
|
dependencies:
|
|
6818
|
-
'@aws-sdk/credential-provider-env': 3.
|
|
6819
|
-
'@aws-sdk/credential-provider-http': 3.
|
|
6820
|
-
'@aws-sdk/credential-provider-ini': 3.
|
|
6821
|
-
'@aws-sdk/credential-provider-process': 3.
|
|
6822
|
-
'@aws-sdk/credential-provider-sso': 3.
|
|
6823
|
-
'@aws-sdk/credential-provider-web-identity': 3.
|
|
6824
|
-
'@aws-sdk/types': 3.
|
|
6612
|
+
'@aws-sdk/credential-provider-env': 3.965.0
|
|
6613
|
+
'@aws-sdk/credential-provider-http': 3.965.0
|
|
6614
|
+
'@aws-sdk/credential-provider-ini': 3.965.0
|
|
6615
|
+
'@aws-sdk/credential-provider-process': 3.965.0
|
|
6616
|
+
'@aws-sdk/credential-provider-sso': 3.965.0
|
|
6617
|
+
'@aws-sdk/credential-provider-web-identity': 3.965.0
|
|
6618
|
+
'@aws-sdk/types': 3.965.0
|
|
6825
6619
|
'@smithy/credential-provider-imds': 4.2.7
|
|
6826
6620
|
'@smithy/property-provider': 4.2.7
|
|
6827
6621
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
@@ -6830,21 +6624,21 @@ snapshots:
|
|
|
6830
6624
|
transitivePeerDependencies:
|
|
6831
6625
|
- aws-crt
|
|
6832
6626
|
|
|
6833
|
-
'@aws-sdk/credential-provider-process@3.
|
|
6627
|
+
'@aws-sdk/credential-provider-process@3.965.0':
|
|
6834
6628
|
dependencies:
|
|
6835
|
-
'@aws-sdk/core': 3.
|
|
6836
|
-
'@aws-sdk/types': 3.
|
|
6629
|
+
'@aws-sdk/core': 3.965.0
|
|
6630
|
+
'@aws-sdk/types': 3.965.0
|
|
6837
6631
|
'@smithy/property-provider': 4.2.7
|
|
6838
6632
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6839
6633
|
'@smithy/types': 4.11.0
|
|
6840
6634
|
tslib: 2.8.1
|
|
6841
6635
|
|
|
6842
|
-
'@aws-sdk/credential-provider-sso@3.
|
|
6636
|
+
'@aws-sdk/credential-provider-sso@3.965.0':
|
|
6843
6637
|
dependencies:
|
|
6844
|
-
'@aws-sdk/client-sso': 3.
|
|
6845
|
-
'@aws-sdk/core': 3.
|
|
6846
|
-
'@aws-sdk/token-providers': 3.
|
|
6847
|
-
'@aws-sdk/types': 3.
|
|
6638
|
+
'@aws-sdk/client-sso': 3.965.0
|
|
6639
|
+
'@aws-sdk/core': 3.965.0
|
|
6640
|
+
'@aws-sdk/token-providers': 3.965.0
|
|
6641
|
+
'@aws-sdk/types': 3.965.0
|
|
6848
6642
|
'@smithy/property-provider': 4.2.7
|
|
6849
6643
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6850
6644
|
'@smithy/types': 4.11.0
|
|
@@ -6852,11 +6646,11 @@ snapshots:
|
|
|
6852
6646
|
transitivePeerDependencies:
|
|
6853
6647
|
- aws-crt
|
|
6854
6648
|
|
|
6855
|
-
'@aws-sdk/credential-provider-web-identity@3.
|
|
6649
|
+
'@aws-sdk/credential-provider-web-identity@3.965.0':
|
|
6856
6650
|
dependencies:
|
|
6857
|
-
'@aws-sdk/core': 3.
|
|
6858
|
-
'@aws-sdk/nested-clients': 3.
|
|
6859
|
-
'@aws-sdk/types': 3.
|
|
6651
|
+
'@aws-sdk/core': 3.965.0
|
|
6652
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6653
|
+
'@aws-sdk/types': 3.965.0
|
|
6860
6654
|
'@smithy/property-provider': 4.2.7
|
|
6861
6655
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
6862
6656
|
'@smithy/types': 4.11.0
|
|
@@ -6864,42 +6658,42 @@ snapshots:
|
|
|
6864
6658
|
transitivePeerDependencies:
|
|
6865
6659
|
- aws-crt
|
|
6866
6660
|
|
|
6867
|
-
'@aws-sdk/lib-storage@3.
|
|
6661
|
+
'@aws-sdk/lib-storage@3.965.0(@aws-sdk/client-s3@3.965.0)':
|
|
6868
6662
|
dependencies:
|
|
6869
|
-
'@aws-sdk/client-s3': 3.
|
|
6663
|
+
'@aws-sdk/client-s3': 3.965.0
|
|
6870
6664
|
'@smithy/abort-controller': 4.2.7
|
|
6871
|
-
'@smithy/middleware-endpoint': 4.4.
|
|
6872
|
-
'@smithy/smithy-client': 4.10.
|
|
6665
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6666
|
+
'@smithy/smithy-client': 4.10.3
|
|
6873
6667
|
buffer: 5.6.0
|
|
6874
6668
|
events: 3.3.0
|
|
6875
6669
|
stream-browserify: 3.0.0
|
|
6876
6670
|
tslib: 2.8.1
|
|
6877
6671
|
|
|
6878
|
-
'@aws-sdk/middleware-bucket-endpoint@3.
|
|
6672
|
+
'@aws-sdk/middleware-bucket-endpoint@3.965.0':
|
|
6879
6673
|
dependencies:
|
|
6880
|
-
'@aws-sdk/types': 3.
|
|
6881
|
-
'@aws-sdk/util-arn-parser': 3.
|
|
6674
|
+
'@aws-sdk/types': 3.965.0
|
|
6675
|
+
'@aws-sdk/util-arn-parser': 3.965.0
|
|
6882
6676
|
'@smithy/node-config-provider': 4.3.7
|
|
6883
6677
|
'@smithy/protocol-http': 5.3.7
|
|
6884
6678
|
'@smithy/types': 4.11.0
|
|
6885
6679
|
'@smithy/util-config-provider': 4.2.0
|
|
6886
6680
|
tslib: 2.8.1
|
|
6887
6681
|
|
|
6888
|
-
'@aws-sdk/middleware-expect-continue@3.
|
|
6682
|
+
'@aws-sdk/middleware-expect-continue@3.965.0':
|
|
6889
6683
|
dependencies:
|
|
6890
|
-
'@aws-sdk/types': 3.
|
|
6684
|
+
'@aws-sdk/types': 3.965.0
|
|
6891
6685
|
'@smithy/protocol-http': 5.3.7
|
|
6892
6686
|
'@smithy/types': 4.11.0
|
|
6893
6687
|
tslib: 2.8.1
|
|
6894
6688
|
|
|
6895
|
-
'@aws-sdk/middleware-flexible-checksums@3.
|
|
6689
|
+
'@aws-sdk/middleware-flexible-checksums@3.965.0':
|
|
6896
6690
|
dependencies:
|
|
6897
6691
|
'@aws-crypto/crc32': 5.2.0
|
|
6898
6692
|
'@aws-crypto/crc32c': 5.2.0
|
|
6899
6693
|
'@aws-crypto/util': 5.2.0
|
|
6900
|
-
'@aws-sdk/core': 3.
|
|
6901
|
-
'@aws-sdk/crc64-nvme': 3.
|
|
6902
|
-
'@aws-sdk/types': 3.
|
|
6694
|
+
'@aws-sdk/core': 3.965.0
|
|
6695
|
+
'@aws-sdk/crc64-nvme': 3.965.0
|
|
6696
|
+
'@aws-sdk/types': 3.965.0
|
|
6903
6697
|
'@smithy/is-array-buffer': 4.2.0
|
|
6904
6698
|
'@smithy/node-config-provider': 4.3.7
|
|
6905
6699
|
'@smithy/protocol-http': 5.3.7
|
|
@@ -6909,43 +6703,43 @@ snapshots:
|
|
|
6909
6703
|
'@smithy/util-utf8': 4.2.0
|
|
6910
6704
|
tslib: 2.8.1
|
|
6911
6705
|
|
|
6912
|
-
'@aws-sdk/middleware-host-header@3.
|
|
6706
|
+
'@aws-sdk/middleware-host-header@3.965.0':
|
|
6913
6707
|
dependencies:
|
|
6914
|
-
'@aws-sdk/types': 3.
|
|
6708
|
+
'@aws-sdk/types': 3.965.0
|
|
6915
6709
|
'@smithy/protocol-http': 5.3.7
|
|
6916
6710
|
'@smithy/types': 4.11.0
|
|
6917
6711
|
tslib: 2.8.1
|
|
6918
6712
|
|
|
6919
|
-
'@aws-sdk/middleware-location-constraint@3.
|
|
6713
|
+
'@aws-sdk/middleware-location-constraint@3.965.0':
|
|
6920
6714
|
dependencies:
|
|
6921
|
-
'@aws-sdk/types': 3.
|
|
6715
|
+
'@aws-sdk/types': 3.965.0
|
|
6922
6716
|
'@smithy/types': 4.11.0
|
|
6923
6717
|
tslib: 2.8.1
|
|
6924
6718
|
|
|
6925
|
-
'@aws-sdk/middleware-logger@3.
|
|
6719
|
+
'@aws-sdk/middleware-logger@3.965.0':
|
|
6926
6720
|
dependencies:
|
|
6927
|
-
'@aws-sdk/types': 3.
|
|
6721
|
+
'@aws-sdk/types': 3.965.0
|
|
6928
6722
|
'@smithy/types': 4.11.0
|
|
6929
6723
|
tslib: 2.8.1
|
|
6930
6724
|
|
|
6931
|
-
'@aws-sdk/middleware-recursion-detection@3.
|
|
6725
|
+
'@aws-sdk/middleware-recursion-detection@3.965.0':
|
|
6932
6726
|
dependencies:
|
|
6933
|
-
'@aws-sdk/types': 3.
|
|
6934
|
-
'@aws/lambda-invoke-store': 0.2.
|
|
6727
|
+
'@aws-sdk/types': 3.965.0
|
|
6728
|
+
'@aws/lambda-invoke-store': 0.2.3
|
|
6935
6729
|
'@smithy/protocol-http': 5.3.7
|
|
6936
6730
|
'@smithy/types': 4.11.0
|
|
6937
6731
|
tslib: 2.8.1
|
|
6938
6732
|
|
|
6939
|
-
'@aws-sdk/middleware-sdk-s3@3.
|
|
6733
|
+
'@aws-sdk/middleware-sdk-s3@3.965.0':
|
|
6940
6734
|
dependencies:
|
|
6941
|
-
'@aws-sdk/core': 3.
|
|
6942
|
-
'@aws-sdk/types': 3.
|
|
6943
|
-
'@aws-sdk/util-arn-parser': 3.
|
|
6944
|
-
'@smithy/core': 3.20.
|
|
6735
|
+
'@aws-sdk/core': 3.965.0
|
|
6736
|
+
'@aws-sdk/types': 3.965.0
|
|
6737
|
+
'@aws-sdk/util-arn-parser': 3.965.0
|
|
6738
|
+
'@smithy/core': 3.20.1
|
|
6945
6739
|
'@smithy/node-config-provider': 4.3.7
|
|
6946
6740
|
'@smithy/protocol-http': 5.3.7
|
|
6947
6741
|
'@smithy/signature-v4': 5.3.7
|
|
6948
|
-
'@smithy/smithy-client': 4.10.
|
|
6742
|
+
'@smithy/smithy-client': 4.10.3
|
|
6949
6743
|
'@smithy/types': 4.11.0
|
|
6950
6744
|
'@smithy/util-config-provider': 4.2.0
|
|
6951
6745
|
'@smithy/util-middleware': 4.2.7
|
|
@@ -6953,57 +6747,57 @@ snapshots:
|
|
|
6953
6747
|
'@smithy/util-utf8': 4.2.0
|
|
6954
6748
|
tslib: 2.8.1
|
|
6955
6749
|
|
|
6956
|
-
'@aws-sdk/middleware-ssec@3.
|
|
6750
|
+
'@aws-sdk/middleware-ssec@3.965.0':
|
|
6957
6751
|
dependencies:
|
|
6958
|
-
'@aws-sdk/types': 3.
|
|
6752
|
+
'@aws-sdk/types': 3.965.0
|
|
6959
6753
|
'@smithy/types': 4.11.0
|
|
6960
6754
|
tslib: 2.8.1
|
|
6961
6755
|
|
|
6962
|
-
'@aws-sdk/middleware-user-agent@3.
|
|
6756
|
+
'@aws-sdk/middleware-user-agent@3.965.0':
|
|
6963
6757
|
dependencies:
|
|
6964
|
-
'@aws-sdk/core': 3.
|
|
6965
|
-
'@aws-sdk/types': 3.
|
|
6966
|
-
'@aws-sdk/util-endpoints': 3.
|
|
6967
|
-
'@smithy/core': 3.20.
|
|
6758
|
+
'@aws-sdk/core': 3.965.0
|
|
6759
|
+
'@aws-sdk/types': 3.965.0
|
|
6760
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6761
|
+
'@smithy/core': 3.20.1
|
|
6968
6762
|
'@smithy/protocol-http': 5.3.7
|
|
6969
6763
|
'@smithy/types': 4.11.0
|
|
6970
6764
|
tslib: 2.8.1
|
|
6971
6765
|
|
|
6972
|
-
'@aws-sdk/nested-clients@3.
|
|
6766
|
+
'@aws-sdk/nested-clients@3.965.0':
|
|
6973
6767
|
dependencies:
|
|
6974
6768
|
'@aws-crypto/sha256-browser': 5.2.0
|
|
6975
6769
|
'@aws-crypto/sha256-js': 5.2.0
|
|
6976
|
-
'@aws-sdk/core': 3.
|
|
6977
|
-
'@aws-sdk/middleware-host-header': 3.
|
|
6978
|
-
'@aws-sdk/middleware-logger': 3.
|
|
6979
|
-
'@aws-sdk/middleware-recursion-detection': 3.
|
|
6980
|
-
'@aws-sdk/middleware-user-agent': 3.
|
|
6981
|
-
'@aws-sdk/region-config-resolver': 3.
|
|
6982
|
-
'@aws-sdk/types': 3.
|
|
6983
|
-
'@aws-sdk/util-endpoints': 3.
|
|
6984
|
-
'@aws-sdk/util-user-agent-browser': 3.
|
|
6985
|
-
'@aws-sdk/util-user-agent-node': 3.
|
|
6770
|
+
'@aws-sdk/core': 3.965.0
|
|
6771
|
+
'@aws-sdk/middleware-host-header': 3.965.0
|
|
6772
|
+
'@aws-sdk/middleware-logger': 3.965.0
|
|
6773
|
+
'@aws-sdk/middleware-recursion-detection': 3.965.0
|
|
6774
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6775
|
+
'@aws-sdk/region-config-resolver': 3.965.0
|
|
6776
|
+
'@aws-sdk/types': 3.965.0
|
|
6777
|
+
'@aws-sdk/util-endpoints': 3.965.0
|
|
6778
|
+
'@aws-sdk/util-user-agent-browser': 3.965.0
|
|
6779
|
+
'@aws-sdk/util-user-agent-node': 3.965.0
|
|
6986
6780
|
'@smithy/config-resolver': 4.4.5
|
|
6987
|
-
'@smithy/core': 3.20.
|
|
6781
|
+
'@smithy/core': 3.20.1
|
|
6988
6782
|
'@smithy/fetch-http-handler': 5.3.8
|
|
6989
6783
|
'@smithy/hash-node': 4.2.7
|
|
6990
6784
|
'@smithy/invalid-dependency': 4.2.7
|
|
6991
6785
|
'@smithy/middleware-content-length': 4.2.7
|
|
6992
|
-
'@smithy/middleware-endpoint': 4.4.
|
|
6993
|
-
'@smithy/middleware-retry': 4.4.
|
|
6786
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
6787
|
+
'@smithy/middleware-retry': 4.4.18
|
|
6994
6788
|
'@smithy/middleware-serde': 4.2.8
|
|
6995
6789
|
'@smithy/middleware-stack': 4.2.7
|
|
6996
6790
|
'@smithy/node-config-provider': 4.3.7
|
|
6997
6791
|
'@smithy/node-http-handler': 4.4.7
|
|
6998
6792
|
'@smithy/protocol-http': 5.3.7
|
|
6999
|
-
'@smithy/smithy-client': 4.10.
|
|
6793
|
+
'@smithy/smithy-client': 4.10.3
|
|
7000
6794
|
'@smithy/types': 4.11.0
|
|
7001
6795
|
'@smithy/url-parser': 4.2.7
|
|
7002
6796
|
'@smithy/util-base64': 4.3.0
|
|
7003
6797
|
'@smithy/util-body-length-browser': 4.2.0
|
|
7004
6798
|
'@smithy/util-body-length-node': 4.2.1
|
|
7005
|
-
'@smithy/util-defaults-mode-browser': 4.3.
|
|
7006
|
-
'@smithy/util-defaults-mode-node': 4.2.
|
|
6799
|
+
'@smithy/util-defaults-mode-browser': 4.3.17
|
|
6800
|
+
'@smithy/util-defaults-mode-node': 4.2.20
|
|
7007
6801
|
'@smithy/util-endpoints': 3.2.7
|
|
7008
6802
|
'@smithy/util-middleware': 4.2.7
|
|
7009
6803
|
'@smithy/util-retry': 4.2.7
|
|
@@ -7012,28 +6806,28 @@ snapshots:
|
|
|
7012
6806
|
transitivePeerDependencies:
|
|
7013
6807
|
- aws-crt
|
|
7014
6808
|
|
|
7015
|
-
'@aws-sdk/region-config-resolver@3.
|
|
6809
|
+
'@aws-sdk/region-config-resolver@3.965.0':
|
|
7016
6810
|
dependencies:
|
|
7017
|
-
'@aws-sdk/types': 3.
|
|
6811
|
+
'@aws-sdk/types': 3.965.0
|
|
7018
6812
|
'@smithy/config-resolver': 4.4.5
|
|
7019
6813
|
'@smithy/node-config-provider': 4.3.7
|
|
7020
6814
|
'@smithy/types': 4.11.0
|
|
7021
6815
|
tslib: 2.8.1
|
|
7022
6816
|
|
|
7023
|
-
'@aws-sdk/signature-v4-multi-region@3.
|
|
6817
|
+
'@aws-sdk/signature-v4-multi-region@3.965.0':
|
|
7024
6818
|
dependencies:
|
|
7025
|
-
'@aws-sdk/middleware-sdk-s3': 3.
|
|
7026
|
-
'@aws-sdk/types': 3.
|
|
6819
|
+
'@aws-sdk/middleware-sdk-s3': 3.965.0
|
|
6820
|
+
'@aws-sdk/types': 3.965.0
|
|
7027
6821
|
'@smithy/protocol-http': 5.3.7
|
|
7028
6822
|
'@smithy/signature-v4': 5.3.7
|
|
7029
6823
|
'@smithy/types': 4.11.0
|
|
7030
6824
|
tslib: 2.8.1
|
|
7031
6825
|
|
|
7032
|
-
'@aws-sdk/token-providers@3.
|
|
6826
|
+
'@aws-sdk/token-providers@3.965.0':
|
|
7033
6827
|
dependencies:
|
|
7034
|
-
'@aws-sdk/core': 3.
|
|
7035
|
-
'@aws-sdk/nested-clients': 3.
|
|
7036
|
-
'@aws-sdk/types': 3.
|
|
6828
|
+
'@aws-sdk/core': 3.965.0
|
|
6829
|
+
'@aws-sdk/nested-clients': 3.965.0
|
|
6830
|
+
'@aws-sdk/types': 3.965.0
|
|
7037
6831
|
'@smithy/property-provider': 4.2.7
|
|
7038
6832
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
7039
6833
|
'@smithy/types': 4.11.0
|
|
@@ -7041,49 +6835,49 @@ snapshots:
|
|
|
7041
6835
|
transitivePeerDependencies:
|
|
7042
6836
|
- aws-crt
|
|
7043
6837
|
|
|
7044
|
-
'@aws-sdk/types@3.
|
|
6838
|
+
'@aws-sdk/types@3.965.0':
|
|
7045
6839
|
dependencies:
|
|
7046
6840
|
'@smithy/types': 4.11.0
|
|
7047
6841
|
tslib: 2.8.1
|
|
7048
6842
|
|
|
7049
|
-
'@aws-sdk/util-arn-parser@3.
|
|
6843
|
+
'@aws-sdk/util-arn-parser@3.965.0':
|
|
7050
6844
|
dependencies:
|
|
7051
6845
|
tslib: 2.8.1
|
|
7052
6846
|
|
|
7053
|
-
'@aws-sdk/util-endpoints@3.
|
|
6847
|
+
'@aws-sdk/util-endpoints@3.965.0':
|
|
7054
6848
|
dependencies:
|
|
7055
|
-
'@aws-sdk/types': 3.
|
|
6849
|
+
'@aws-sdk/types': 3.965.0
|
|
7056
6850
|
'@smithy/types': 4.11.0
|
|
7057
6851
|
'@smithy/url-parser': 4.2.7
|
|
7058
6852
|
'@smithy/util-endpoints': 3.2.7
|
|
7059
6853
|
tslib: 2.8.1
|
|
7060
6854
|
|
|
7061
|
-
'@aws-sdk/util-locate-window@3.
|
|
6855
|
+
'@aws-sdk/util-locate-window@3.965.0':
|
|
7062
6856
|
dependencies:
|
|
7063
6857
|
tslib: 2.8.1
|
|
7064
6858
|
|
|
7065
|
-
'@aws-sdk/util-user-agent-browser@3.
|
|
6859
|
+
'@aws-sdk/util-user-agent-browser@3.965.0':
|
|
7066
6860
|
dependencies:
|
|
7067
|
-
'@aws-sdk/types': 3.
|
|
6861
|
+
'@aws-sdk/types': 3.965.0
|
|
7068
6862
|
'@smithy/types': 4.11.0
|
|
7069
6863
|
bowser: 2.13.1
|
|
7070
6864
|
tslib: 2.8.1
|
|
7071
6865
|
|
|
7072
|
-
'@aws-sdk/util-user-agent-node@3.
|
|
6866
|
+
'@aws-sdk/util-user-agent-node@3.965.0':
|
|
7073
6867
|
dependencies:
|
|
7074
|
-
'@aws-sdk/middleware-user-agent': 3.
|
|
7075
|
-
'@aws-sdk/types': 3.
|
|
6868
|
+
'@aws-sdk/middleware-user-agent': 3.965.0
|
|
6869
|
+
'@aws-sdk/types': 3.965.0
|
|
7076
6870
|
'@smithy/node-config-provider': 4.3.7
|
|
7077
6871
|
'@smithy/types': 4.11.0
|
|
7078
6872
|
tslib: 2.8.1
|
|
7079
6873
|
|
|
7080
|
-
'@aws-sdk/xml-builder@3.
|
|
6874
|
+
'@aws-sdk/xml-builder@3.965.0':
|
|
7081
6875
|
dependencies:
|
|
7082
6876
|
'@smithy/types': 4.11.0
|
|
7083
6877
|
fast-xml-parser: 5.2.5
|
|
7084
6878
|
tslib: 2.8.1
|
|
7085
6879
|
|
|
7086
|
-
'@aws/lambda-invoke-store@0.2.
|
|
6880
|
+
'@aws/lambda-invoke-store@0.2.3': {}
|
|
7087
6881
|
|
|
7088
6882
|
'@babel/code-frame@7.10.4':
|
|
7089
6883
|
dependencies:
|
|
@@ -8379,14 +8173,14 @@ snapshots:
|
|
|
8379
8173
|
'@jridgewell/resolve-uri': 3.1.2
|
|
8380
8174
|
'@jridgewell/sourcemap-codec': 1.5.5
|
|
8381
8175
|
|
|
8382
|
-
'@langchain/core@1.1.
|
|
8176
|
+
'@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))':
|
|
8383
8177
|
dependencies:
|
|
8384
8178
|
'@cfworker/json-schema': 4.1.1
|
|
8385
8179
|
ansi-styles: 5.2.0
|
|
8386
8180
|
camelcase: 6.3.0
|
|
8387
8181
|
decamelize: 1.2.0
|
|
8388
8182
|
js-tiktoken: 1.0.21
|
|
8389
|
-
langsmith: 0.4.
|
|
8183
|
+
langsmith: 0.4.5(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
8390
8184
|
mustache: 4.2.0
|
|
8391
8185
|
p-queue: 6.6.2
|
|
8392
8186
|
uuid: 10.0.0
|
|
@@ -8397,9 +8191,9 @@ snapshots:
|
|
|
8397
8191
|
- '@opentelemetry/sdk-trace-base'
|
|
8398
8192
|
- openai
|
|
8399
8193
|
|
|
8400
|
-
'@langchain/openai@1.2.
|
|
8194
|
+
'@langchain/openai@1.2.1(@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2)))(ws@8.18.3)':
|
|
8401
8195
|
dependencies:
|
|
8402
|
-
'@langchain/core': 1.1.
|
|
8196
|
+
'@langchain/core': 1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
8403
8197
|
js-tiktoken: 1.0.21
|
|
8404
8198
|
openai: 6.15.0(ws@8.18.3)(zod@4.3.2)
|
|
8405
8199
|
zod: 4.3.2
|
|
@@ -8851,7 +8645,7 @@ snapshots:
|
|
|
8851
8645
|
'@smithy/util-middleware': 4.2.7
|
|
8852
8646
|
tslib: 2.8.1
|
|
8853
8647
|
|
|
8854
|
-
'@smithy/core@3.20.
|
|
8648
|
+
'@smithy/core@3.20.1':
|
|
8855
8649
|
dependencies:
|
|
8856
8650
|
'@smithy/middleware-serde': 4.2.8
|
|
8857
8651
|
'@smithy/protocol-http': 5.3.7
|
|
@@ -8955,9 +8749,9 @@ snapshots:
|
|
|
8955
8749
|
'@smithy/types': 4.11.0
|
|
8956
8750
|
tslib: 2.8.1
|
|
8957
8751
|
|
|
8958
|
-
'@smithy/middleware-endpoint@4.4.
|
|
8752
|
+
'@smithy/middleware-endpoint@4.4.2':
|
|
8959
8753
|
dependencies:
|
|
8960
|
-
'@smithy/core': 3.20.
|
|
8754
|
+
'@smithy/core': 3.20.1
|
|
8961
8755
|
'@smithy/middleware-serde': 4.2.8
|
|
8962
8756
|
'@smithy/node-config-provider': 4.3.7
|
|
8963
8757
|
'@smithy/shared-ini-file-loader': 4.4.2
|
|
@@ -8966,12 +8760,12 @@ snapshots:
|
|
|
8966
8760
|
'@smithy/util-middleware': 4.2.7
|
|
8967
8761
|
tslib: 2.8.1
|
|
8968
8762
|
|
|
8969
|
-
'@smithy/middleware-retry@4.4.
|
|
8763
|
+
'@smithy/middleware-retry@4.4.18':
|
|
8970
8764
|
dependencies:
|
|
8971
8765
|
'@smithy/node-config-provider': 4.3.7
|
|
8972
8766
|
'@smithy/protocol-http': 5.3.7
|
|
8973
8767
|
'@smithy/service-error-classification': 4.2.7
|
|
8974
|
-
'@smithy/smithy-client': 4.10.
|
|
8768
|
+
'@smithy/smithy-client': 4.10.3
|
|
8975
8769
|
'@smithy/types': 4.11.0
|
|
8976
8770
|
'@smithy/util-middleware': 4.2.7
|
|
8977
8771
|
'@smithy/util-retry': 4.2.7
|
|
@@ -9045,10 +8839,10 @@ snapshots:
|
|
|
9045
8839
|
'@smithy/util-utf8': 4.2.0
|
|
9046
8840
|
tslib: 2.8.1
|
|
9047
8841
|
|
|
9048
|
-
'@smithy/smithy-client@4.10.
|
|
8842
|
+
'@smithy/smithy-client@4.10.3':
|
|
9049
8843
|
dependencies:
|
|
9050
|
-
'@smithy/core': 3.20.
|
|
9051
|
-
'@smithy/middleware-endpoint': 4.4.
|
|
8844
|
+
'@smithy/core': 3.20.1
|
|
8845
|
+
'@smithy/middleware-endpoint': 4.4.2
|
|
9052
8846
|
'@smithy/middleware-stack': 4.2.7
|
|
9053
8847
|
'@smithy/protocol-http': 5.3.7
|
|
9054
8848
|
'@smithy/types': 4.11.0
|
|
@@ -9093,20 +8887,20 @@ snapshots:
|
|
|
9093
8887
|
dependencies:
|
|
9094
8888
|
tslib: 2.8.1
|
|
9095
8889
|
|
|
9096
|
-
'@smithy/util-defaults-mode-browser@4.3.
|
|
8890
|
+
'@smithy/util-defaults-mode-browser@4.3.17':
|
|
9097
8891
|
dependencies:
|
|
9098
8892
|
'@smithy/property-provider': 4.2.7
|
|
9099
|
-
'@smithy/smithy-client': 4.10.
|
|
8893
|
+
'@smithy/smithy-client': 4.10.3
|
|
9100
8894
|
'@smithy/types': 4.11.0
|
|
9101
8895
|
tslib: 2.8.1
|
|
9102
8896
|
|
|
9103
|
-
'@smithy/util-defaults-mode-node@4.2.
|
|
8897
|
+
'@smithy/util-defaults-mode-node@4.2.20':
|
|
9104
8898
|
dependencies:
|
|
9105
8899
|
'@smithy/config-resolver': 4.4.5
|
|
9106
8900
|
'@smithy/credential-provider-imds': 4.2.7
|
|
9107
8901
|
'@smithy/node-config-provider': 4.3.7
|
|
9108
8902
|
'@smithy/property-provider': 4.2.7
|
|
9109
|
-
'@smithy/smithy-client': 4.10.
|
|
8903
|
+
'@smithy/smithy-client': 4.10.3
|
|
9110
8904
|
'@smithy/types': 4.11.0
|
|
9111
8905
|
tslib: 2.8.1
|
|
9112
8906
|
|
|
@@ -9203,6 +8997,10 @@ snapshots:
|
|
|
9203
8997
|
dependencies:
|
|
9204
8998
|
'@types/node': 25.0.3
|
|
9205
8999
|
|
|
9000
|
+
'@types/cors@2.8.19':
|
|
9001
|
+
dependencies:
|
|
9002
|
+
'@types/node': 25.0.3
|
|
9003
|
+
|
|
9206
9004
|
'@types/estree@1.0.8': {}
|
|
9207
9005
|
|
|
9208
9006
|
'@types/express-serve-static-core@5.1.0':
|
|
@@ -9538,10 +9336,6 @@ snapshots:
|
|
|
9538
9336
|
|
|
9539
9337
|
agent-base@7.1.4: {}
|
|
9540
9338
|
|
|
9541
|
-
ajv-formats@3.0.1(ajv@8.17.1):
|
|
9542
|
-
optionalDependencies:
|
|
9543
|
-
ajv: 8.17.1
|
|
9544
|
-
|
|
9545
9339
|
ajv@6.12.6:
|
|
9546
9340
|
dependencies:
|
|
9547
9341
|
fast-deep-equal: 3.1.3
|
|
@@ -9549,13 +9343,6 @@ snapshots:
|
|
|
9549
9343
|
json-schema-traverse: 0.4.1
|
|
9550
9344
|
uri-js: 4.4.1
|
|
9551
9345
|
|
|
9552
|
-
ajv@8.17.1:
|
|
9553
|
-
dependencies:
|
|
9554
|
-
fast-deep-equal: 3.1.3
|
|
9555
|
-
fast-uri: 3.1.0
|
|
9556
|
-
json-schema-traverse: 1.0.0
|
|
9557
|
-
require-from-string: 2.0.2
|
|
9558
|
-
|
|
9559
9346
|
anser@1.4.10: {}
|
|
9560
9347
|
|
|
9561
9348
|
ansi-escapes@4.3.2:
|
|
@@ -10120,6 +9907,11 @@ snapshots:
|
|
|
10120
9907
|
dependencies:
|
|
10121
9908
|
browserslist: 4.28.1
|
|
10122
9909
|
|
|
9910
|
+
cors@2.8.5:
|
|
9911
|
+
dependencies:
|
|
9912
|
+
object-assign: 4.1.1
|
|
9913
|
+
vary: 1.1.2
|
|
9914
|
+
|
|
10123
9915
|
cosmiconfig@7.1.0:
|
|
10124
9916
|
dependencies:
|
|
10125
9917
|
'@types/parse-json': 4.0.2
|
|
@@ -10128,12 +9920,12 @@ snapshots:
|
|
|
10128
9920
|
path-type: 4.0.0
|
|
10129
9921
|
yaml: 1.10.2
|
|
10130
9922
|
|
|
10131
|
-
coze-coding-dev-sdk@0.
|
|
9923
|
+
coze-coding-dev-sdk@0.7.2(@types/pg@8.16.0)(openai@6.15.0(ws@8.18.3)(zod@4.3.2))(ws@8.18.3):
|
|
10132
9924
|
dependencies:
|
|
10133
|
-
'@aws-sdk/client-s3': 3.
|
|
10134
|
-
'@aws-sdk/lib-storage': 3.
|
|
10135
|
-
'@langchain/core': 1.1.
|
|
10136
|
-
'@langchain/openai': 1.2.
|
|
9925
|
+
'@aws-sdk/client-s3': 3.965.0
|
|
9926
|
+
'@aws-sdk/lib-storage': 3.965.0(@aws-sdk/client-s3@3.965.0)
|
|
9927
|
+
'@langchain/core': 1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2))
|
|
9928
|
+
'@langchain/openai': 1.2.1(@langchain/core@1.1.12(openai@6.15.0(ws@8.18.3)(zod@4.3.2)))(ws@8.18.3)
|
|
10137
9929
|
axios: 1.13.2
|
|
10138
9930
|
chalk: 5.6.2
|
|
10139
9931
|
commander: 14.0.2
|
|
@@ -10141,6 +9933,7 @@ snapshots:
|
|
|
10141
9933
|
drizzle-orm: 0.45.1(@types/pg@8.16.0)(pg@8.16.3)
|
|
10142
9934
|
ora: 9.0.0
|
|
10143
9935
|
pg: 8.16.3
|
|
9936
|
+
transliteration: 2.6.0
|
|
10144
9937
|
transitivePeerDependencies:
|
|
10145
9938
|
- '@aws-sdk/client-rds-data'
|
|
10146
9939
|
- '@cloudflare/workers-types'
|
|
@@ -10905,6 +10698,14 @@ snapshots:
|
|
|
10905
10698
|
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)
|
|
10906
10699
|
expo-image-loader: 6.0.0(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))
|
|
10907
10700
|
|
|
10701
|
+
expo-image@3.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-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):
|
|
10702
|
+
dependencies:
|
|
10703
|
+
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)
|
|
10704
|
+
react: 19.1.0
|
|
10705
|
+
react-native: 0.81.5(@babel/core@7.28.5)(@types/react@19.1.17)(react@19.1.0)
|
|
10706
|
+
optionalDependencies:
|
|
10707
|
+
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
10708
|
+
|
|
10908
10709
|
expo-keep-awake@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@19.1.0):
|
|
10909
10710
|
dependencies:
|
|
10910
10711
|
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)
|
|
@@ -11104,8 +10905,6 @@ snapshots:
|
|
|
11104
10905
|
|
|
11105
10906
|
fast-levenshtein@2.0.6: {}
|
|
11106
10907
|
|
|
11107
|
-
fast-uri@3.1.0: {}
|
|
11108
|
-
|
|
11109
10908
|
fast-xml-parser@5.2.5:
|
|
11110
10909
|
dependencies:
|
|
11111
10910
|
strnum: 2.1.2
|
|
@@ -12134,8 +11933,6 @@ snapshots:
|
|
|
12134
11933
|
|
|
12135
11934
|
json-schema-traverse@0.4.1: {}
|
|
12136
11935
|
|
|
12137
|
-
json-schema-traverse@1.0.0: {}
|
|
12138
|
-
|
|
12139
11936
|
json-stable-stringify-without-jsonify@1.0.1: {}
|
|
12140
11937
|
|
|
12141
11938
|
json5@1.0.2:
|
|
@@ -12159,7 +11956,7 @@ snapshots:
|
|
|
12159
11956
|
|
|
12160
11957
|
lan-network@0.1.7: {}
|
|
12161
11958
|
|
|
12162
|
-
langsmith@0.4.
|
|
11959
|
+
langsmith@0.4.5(openai@6.15.0(ws@8.18.3)(zod@4.3.2)):
|
|
12163
11960
|
dependencies:
|
|
12164
11961
|
'@types/uuid': 10.0.0
|
|
12165
11962
|
chalk: 4.1.2
|
|
@@ -13785,6 +13582,8 @@ snapshots:
|
|
|
13785
13582
|
dependencies:
|
|
13786
13583
|
punycode: 2.3.1
|
|
13787
13584
|
|
|
13585
|
+
transliteration@2.6.0: {}
|
|
13586
|
+
|
|
13788
13587
|
ts-api-utils@2.3.0(typescript@5.9.3):
|
|
13789
13588
|
dependencies:
|
|
13790
13589
|
typescript: 5.9.3
|