@coze-arch/cli 0.0.1-alpha.8f2811 → 0.0.1-alpha.904498
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/.cozeproj/scripts/dev_run.sh +12 -13
- package/lib/__templates__/expo/.cozeproj/scripts/server_dev_run.sh +8 -9
- package/lib/__templates__/expo/README.md +13 -16
- package/lib/__templates__/expo/client/app/+not-found.tsx +4 -19
- package/lib/__templates__/expo/client/app/_layout.tsx +16 -17
- package/lib/__templates__/expo/client/global.css +78 -0
- package/lib/__templates__/expo/client/metro.config.js +8 -1
- package/lib/__templates__/expo/client/package.json +9 -7
- package/lib/__templates__/expo/client/screens/demo/index.tsx +7 -13
- package/lib/__templates__/expo/client/styles.css +263 -0
- package/lib/__templates__/expo/client/uniwind-types.d.ts +10 -0
- package/lib/__templates__/expo/patches/expo@54.0.32.patch +2 -3
- package/lib/__templates__/expo/pnpm-lock.yaml +1732 -163
- package/lib/__templates__/expo/server/package.json +1 -1
- package/lib/__templates__/nextjs/src/app/page.tsx +61 -17
- package/lib/__templates__/templates.json +0 -32
- package/lib/__templates__/vite/src/main.ts +47 -17
- package/lib/cli.js +1 -1
- package/package.json +1 -1
- package/lib/__templates__/expo/client/components/ThemedText.tsx +0 -33
- package/lib/__templates__/expo/client/components/ThemedView.tsx +0 -37
- package/lib/__templates__/expo/client/constants/theme.ts +0 -177
- package/lib/__templates__/expo/client/hooks/useColorScheme.tsx +0 -48
- package/lib/__templates__/expo/client/hooks/useTheme.ts +0 -33
- package/lib/__templates__/taro/.coze +0 -14
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_build.sh +0 -19
- package/lib/__templates__/taro/.cozeproj/scripts/deploy_run.sh +0 -14
- package/lib/__templates__/taro/.cozeproj/scripts/dev_build.sh +0 -16
- package/lib/__templates__/taro/.cozeproj/scripts/dev_run.sh +0 -74
- package/lib/__templates__/taro/.cozeproj/scripts/init_env.sh +0 -5
- package/lib/__templates__/taro/.cozeproj/scripts/pack.sh +0 -1
- package/lib/__templates__/taro/README.md +0 -687
- package/lib/__templates__/taro/_gitignore +0 -40
- package/lib/__templates__/taro/_npmrc +0 -18
- package/lib/__templates__/taro/babel.config.js +0 -12
- package/lib/__templates__/taro/config/dev.ts +0 -9
- package/lib/__templates__/taro/config/index.ts +0 -173
- package/lib/__templates__/taro/config/prod.ts +0 -35
- package/lib/__templates__/taro/eslint.config.mjs +0 -57
- package/lib/__templates__/taro/key/private.appid.key +0 -0
- package/lib/__templates__/taro/package.json +0 -95
- package/lib/__templates__/taro/pnpm-lock.yaml +0 -22430
- package/lib/__templates__/taro/pnpm-workspace.yaml +0 -2
- package/lib/__templates__/taro/project.config.json +0 -15
- package/lib/__templates__/taro/server/nest-cli.json +0 -10
- package/lib/__templates__/taro/server/package.json +0 -38
- package/lib/__templates__/taro/server/src/app.controller.ts +0 -23
- package/lib/__templates__/taro/server/src/app.module.ts +0 -10
- package/lib/__templates__/taro/server/src/app.service.ts +0 -8
- package/lib/__templates__/taro/server/src/interceptors/http-status.interceptor.ts +0 -23
- package/lib/__templates__/taro/server/src/main.ts +0 -49
- package/lib/__templates__/taro/server/tsconfig.json +0 -24
- package/lib/__templates__/taro/src/app.config.ts +0 -11
- package/lib/__templates__/taro/src/app.css +0 -52
- package/lib/__templates__/taro/src/app.ts +0 -14
- package/lib/__templates__/taro/src/index.html +0 -50
- package/lib/__templates__/taro/src/network.ts +0 -39
- package/lib/__templates__/taro/src/pages/index/index.config.ts +0 -3
- package/lib/__templates__/taro/src/pages/index/index.css +0 -1
- package/lib/__templates__/taro/src/pages/index/index.tsx +0 -33
- package/lib/__templates__/taro/src/utils/h5-styles.ts +0 -22
- package/lib/__templates__/taro/src/utils/wx-debug.ts +0 -23
- package/lib/__templates__/taro/stylelint.config.mjs +0 -4
- package/lib/__templates__/taro/template.config.js +0 -68
- package/lib/__templates__/taro/tsconfig.json +0 -29
- package/lib/__templates__/taro/types/global.d.ts +0 -32
|
@@ -9,7 +9,7 @@ overrides:
|
|
|
9
9
|
|
|
10
10
|
patchedDependencies:
|
|
11
11
|
expo@54.0.32:
|
|
12
|
-
hash:
|
|
12
|
+
hash: hy7mcnzy3sf5wr5pxopkiq3564
|
|
13
13
|
path: patches/expo@54.0.32.patch
|
|
14
14
|
|
|
15
15
|
importers:
|
|
@@ -23,13 +23,13 @@ importers:
|
|
|
23
23
|
version: 6.1.2(expo@54.0.32)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
24
24
|
'@expo/vector-icons':
|
|
25
25
|
specifier: ^15.0.0
|
|
26
|
-
version: 15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=
|
|
26
|
+
version: 15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
27
27
|
'@react-native-async-storage/async-storage':
|
|
28
28
|
specifier: ^2.2.0
|
|
29
29
|
version: 2.2.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
30
30
|
'@react-native-community/datetimepicker':
|
|
31
31
|
specifier: ^8.5.0
|
|
32
|
-
version: 8.6.0(expo@54.0.32(patch_hash=
|
|
32
|
+
version: 8.6.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
33
33
|
'@react-native-community/slider':
|
|
34
34
|
specifier: ^5.0.1
|
|
35
35
|
version: 5.1.2
|
|
@@ -50,67 +50,67 @@ importers:
|
|
|
50
50
|
version: 1.11.19
|
|
51
51
|
expo:
|
|
52
52
|
specifier: 54.0.32
|
|
53
|
-
version: 54.0.32(patch_hash=
|
|
53
|
+
version: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
54
54
|
expo-auth-session:
|
|
55
55
|
specifier: ^7.0.9
|
|
56
|
-
version: 7.0.10(expo@54.0.32(patch_hash=
|
|
56
|
+
version: 7.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
57
57
|
expo-av:
|
|
58
58
|
specifier: ~16.0.6
|
|
59
|
-
version: 16.0.8(expo@54.0.32(patch_hash=
|
|
59
|
+
version: 16.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
60
60
|
expo-blur:
|
|
61
61
|
specifier: ~15.0.6
|
|
62
|
-
version: 15.0.8(expo@54.0.32(patch_hash=
|
|
62
|
+
version: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
63
63
|
expo-camera:
|
|
64
64
|
specifier: ~17.0.10
|
|
65
|
-
version: 17.0.10(expo@54.0.32(patch_hash=
|
|
65
|
+
version: 17.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
66
66
|
expo-constants:
|
|
67
67
|
specifier: ~18.0.8
|
|
68
|
-
version: 18.0.13(expo@54.0.32(patch_hash=
|
|
68
|
+
version: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
69
69
|
expo-crypto:
|
|
70
70
|
specifier: ^15.0.7
|
|
71
|
-
version: 15.0.8(expo@54.0.32(patch_hash=
|
|
71
|
+
version: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
72
72
|
expo-file-system:
|
|
73
73
|
specifier: ~19.0.21
|
|
74
|
-
version: 19.0.21(expo@54.0.32(patch_hash=
|
|
74
|
+
version: 19.0.21(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
75
75
|
expo-font:
|
|
76
76
|
specifier: ~14.0.7
|
|
77
|
-
version: 14.0.11(expo@54.0.32(patch_hash=
|
|
77
|
+
version: 14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
78
78
|
expo-haptics:
|
|
79
79
|
specifier: ~15.0.6
|
|
80
|
-
version: 15.0.8(expo@54.0.32(patch_hash=
|
|
80
|
+
version: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
81
81
|
expo-image:
|
|
82
82
|
specifier: ^3.0.11
|
|
83
|
-
version: 3.0.11(expo@54.0.32(patch_hash=
|
|
83
|
+
version: 3.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
84
84
|
expo-image-picker:
|
|
85
85
|
specifier: ~17.0.7
|
|
86
|
-
version: 17.0.10(expo@54.0.32(patch_hash=
|
|
86
|
+
version: 17.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
87
87
|
expo-linear-gradient:
|
|
88
88
|
specifier: ~15.0.6
|
|
89
|
-
version: 15.0.8(expo@54.0.32(patch_hash=
|
|
89
|
+
version: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
90
90
|
expo-linking:
|
|
91
91
|
specifier: ~8.0.7
|
|
92
|
-
version: 8.0.11(expo@54.0.32(patch_hash=
|
|
92
|
+
version: 8.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
93
93
|
expo-location:
|
|
94
94
|
specifier: ~19.0.7
|
|
95
|
-
version: 19.0.8(expo@54.0.32(patch_hash=
|
|
95
|
+
version: 19.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
96
96
|
expo-router:
|
|
97
97
|
specifier: ~6.0.0
|
|
98
98
|
version: 6.0.22(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.13)(expo-linking@8.0.11)(expo@54.0.32)(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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@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.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
99
99
|
expo-splash-screen:
|
|
100
100
|
specifier: ~31.0.8
|
|
101
|
-
version: 31.0.13(expo@54.0.32(patch_hash=
|
|
101
|
+
version: 31.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
102
102
|
expo-status-bar:
|
|
103
103
|
specifier: ~3.0.7
|
|
104
104
|
version: 3.0.9(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
105
105
|
expo-symbols:
|
|
106
106
|
specifier: ~1.0.6
|
|
107
|
-
version: 1.0.8(expo@54.0.32(patch_hash=
|
|
107
|
+
version: 1.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
108
108
|
expo-system-ui:
|
|
109
109
|
specifier: ~6.0.9
|
|
110
|
-
version: 6.0.9(expo@54.0.32(patch_hash=
|
|
110
|
+
version: 6.0.9(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))
|
|
111
111
|
expo-web-browser:
|
|
112
112
|
specifier: ~15.0.10
|
|
113
|
-
version: 15.0.10(expo@54.0.32(patch_hash=
|
|
113
|
+
version: 15.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
114
114
|
js-base64:
|
|
115
115
|
specifier: ^3.7.7
|
|
116
116
|
version: 3.7.8
|
|
@@ -134,7 +134,7 @@ importers:
|
|
|
134
134
|
version: 0.9.5(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
135
135
|
react-native-modal-datetime-picker:
|
|
136
136
|
specifier: 18.0.0
|
|
137
|
-
version: 18.0.0(@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=
|
|
137
|
+
version: 18.0.0(@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
138
138
|
react-native-reanimated:
|
|
139
139
|
specifier: ~4.1.0
|
|
140
140
|
version: 4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
@@ -183,7 +183,7 @@ importers:
|
|
|
183
183
|
version: 5.0.2
|
|
184
184
|
babel-preset-expo:
|
|
185
185
|
specifier: ^54.0.9
|
|
186
|
-
version: 54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=
|
|
186
|
+
version: 54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
|
|
187
187
|
chalk:
|
|
188
188
|
specifier: ^4.1.2
|
|
189
189
|
version: 4.1.2
|
|
@@ -228,7 +228,7 @@ importers:
|
|
|
228
228
|
version: 29.7.0(@types/node@25.0.10)
|
|
229
229
|
jest-expo:
|
|
230
230
|
specifier: ~54.0.10
|
|
231
|
-
version: 54.0.16(@babel/core@7.28.6)(expo@54.0.32(patch_hash=
|
|
231
|
+
version: 54.0.16(@babel/core@7.28.6)(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(jest@29.7.0(@types/node@25.0.10))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
232
232
|
react-test-renderer:
|
|
233
233
|
specifier: 19.1.0
|
|
234
234
|
version: 19.1.0(react@19.1.0)
|
|
@@ -248,8 +248,8 @@ importers:
|
|
|
248
248
|
specifier: ^2.8.5
|
|
249
249
|
version: 2.8.6
|
|
250
250
|
coze-coding-dev-sdk:
|
|
251
|
-
specifier: ^0.7.
|
|
252
|
-
version: 0.7.
|
|
251
|
+
specifier: ^0.7.2
|
|
252
|
+
version: 0.7.4(@types/pg@8.16.0)(openai@6.16.0(ws@8.19.0)(zod@4.3.6))(ws@8.19.0)
|
|
253
253
|
dayjs:
|
|
254
254
|
specifier: ^1.11.19
|
|
255
255
|
version: 1.11.19
|
|
@@ -307,6 +307,195 @@ packages:
|
|
|
307
307
|
graphql:
|
|
308
308
|
optional: true
|
|
309
309
|
|
|
310
|
+
'@aws-crypto/crc32@5.2.0':
|
|
311
|
+
resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==}
|
|
312
|
+
engines: {node: '>=16.0.0'}
|
|
313
|
+
|
|
314
|
+
'@aws-crypto/crc32c@5.2.0':
|
|
315
|
+
resolution: {integrity: sha512-+iWb8qaHLYKrNvGRbiYRHSdKRWhto5XlZUEBwDjYNf+ly5SVYG6zEoYIdxvf5R3zyeP16w4PLBn3rH1xc74Rag==}
|
|
316
|
+
|
|
317
|
+
'@aws-crypto/sha1-browser@5.2.0':
|
|
318
|
+
resolution: {integrity: sha512-OH6lveCFfcDjX4dbAvCFSYUjJZjDr/3XJ3xHtjn3Oj5b9RjojQo8npoLeA/bNwkOkrSQ0wgrHzXk4tDRxGKJeg==}
|
|
319
|
+
|
|
320
|
+
'@aws-crypto/sha256-browser@5.2.0':
|
|
321
|
+
resolution: {integrity: sha512-AXfN/lGotSQwu6HNcEsIASo7kWXZ5HYWvfOmSNKDsEqC4OashTp8alTmaz+F7TC2L083SFv5RdB+qU3Vs1kZqw==}
|
|
322
|
+
|
|
323
|
+
'@aws-crypto/sha256-js@5.2.0':
|
|
324
|
+
resolution: {integrity: sha512-FFQQyu7edu4ufvIZ+OadFpHHOt+eSTBaYaki44c+akjg7qZg9oOQeLlk77F6tSYqjDAFClrHJk9tMf0HdVyOvA==}
|
|
325
|
+
engines: {node: '>=16.0.0'}
|
|
326
|
+
|
|
327
|
+
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
328
|
+
resolution: {integrity: sha512-iAvUotm021kM33eCdNfwIN//F77/IADDSs58i+MDaOqFrVjZo9bAal0NK7HurRuWLLpF1iLX7gbWrjHjeo+YFg==}
|
|
329
|
+
|
|
330
|
+
'@aws-crypto/util@5.2.0':
|
|
331
|
+
resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==}
|
|
332
|
+
|
|
333
|
+
'@aws-sdk/client-s3@3.975.0':
|
|
334
|
+
resolution: {integrity: sha512-aF1M/iMD29BPcpxjqoym0YFa4WR9Xie1/IhVumwOGH6TB45DaqYO7vLwantDBcYNRn/cZH6DFHksO7RmwTFBhw==}
|
|
335
|
+
engines: {node: '>=20.0.0'}
|
|
336
|
+
|
|
337
|
+
'@aws-sdk/client-sso@3.974.0':
|
|
338
|
+
resolution: {integrity: sha512-ci+GiM0c4ULo4D79UMcY06LcOLcfvUfiyt8PzNY0vbt5O8BfCPYf4QomwVgkNcLLCYmroO4ge2Yy1EsLUlcD6g==}
|
|
339
|
+
engines: {node: '>=20.0.0'}
|
|
340
|
+
|
|
341
|
+
'@aws-sdk/core@3.972.0':
|
|
342
|
+
resolution: {integrity: sha512-nEeUW2M9F+xdIaD98F5MBcQ4ITtykj3yKbgFZ6J0JtL3bq+Z90szQ6Yy8H/BLPYXTs3V4n9ifnBo8cprRDiE6A==}
|
|
343
|
+
engines: {node: '>=20.0.0'}
|
|
344
|
+
|
|
345
|
+
'@aws-sdk/core@3.973.1':
|
|
346
|
+
resolution: {integrity: sha512-Ocubx42QsMyVs9ANSmFpRm0S+hubWljpPLjOi9UFrtcnVJjrVJTzQ51sN0e5g4e8i8QZ7uY73zosLmgYL7kZTQ==}
|
|
347
|
+
engines: {node: '>=20.0.0'}
|
|
348
|
+
|
|
349
|
+
'@aws-sdk/crc64-nvme@3.972.0':
|
|
350
|
+
resolution: {integrity: sha512-ThlLhTqX68jvoIVv+pryOdb5coP1cX1/MaTbB9xkGDCbWbsqQcLqzPxuSoW1DCnAAIacmXCWpzUNOB9pv+xXQw==}
|
|
351
|
+
engines: {node: '>=20.0.0'}
|
|
352
|
+
|
|
353
|
+
'@aws-sdk/credential-provider-env@3.972.1':
|
|
354
|
+
resolution: {integrity: sha512-/etNHqnx96phy/SjI0HRC588o4vKH5F0xfkZ13yAATV7aNrb+5gYGNE6ePWafP+FuZ3HkULSSlJFj0AxgrAqYw==}
|
|
355
|
+
engines: {node: '>=20.0.0'}
|
|
356
|
+
|
|
357
|
+
'@aws-sdk/credential-provider-http@3.972.2':
|
|
358
|
+
resolution: {integrity: sha512-mXgdaUfe5oM+tWKyeZ7Vh/iQ94FrkMky1uuzwTOmFADiRcSk5uHy/e3boEFedXiT/PRGzgBmqvJVK4F6lUISCg==}
|
|
359
|
+
engines: {node: '>=20.0.0'}
|
|
360
|
+
|
|
361
|
+
'@aws-sdk/credential-provider-ini@3.972.1':
|
|
362
|
+
resolution: {integrity: sha512-OdbJA3v+XlNDsrYzNPRUwr8l7gw1r/nR8l4r96MDzSBDU8WEo8T6C06SvwaXR8SpzsjO3sq5KMP86wXWg7Rj4g==}
|
|
363
|
+
engines: {node: '>=20.0.0'}
|
|
364
|
+
|
|
365
|
+
'@aws-sdk/credential-provider-login@3.972.1':
|
|
366
|
+
resolution: {integrity: sha512-CccqDGL6ZrF3/EFWZefvKW7QwwRdxlHUO8NVBKNVcNq6womrPDvqB6xc9icACtE0XB0a7PLoSTkAg8bQVkTO2w==}
|
|
367
|
+
engines: {node: '>=20.0.0'}
|
|
368
|
+
|
|
369
|
+
'@aws-sdk/credential-provider-node@3.972.1':
|
|
370
|
+
resolution: {integrity: sha512-DwXPk9GfuU/xG9tmCyXFVkCr6X3W8ZCoL5Ptb0pbltEx1/LCcg7T+PBqDlPiiinNCD6ilIoMJDWsnJ8ikzZA7Q==}
|
|
371
|
+
engines: {node: '>=20.0.0'}
|
|
372
|
+
|
|
373
|
+
'@aws-sdk/credential-provider-process@3.972.1':
|
|
374
|
+
resolution: {integrity: sha512-bi47Zigu3692SJwdBvo8y1dEwE6B61stCwCFnuRWJVTfiM84B+VTSCV661CSWJmIZzmcy7J5J3kWyxL02iHj0w==}
|
|
375
|
+
engines: {node: '>=20.0.0'}
|
|
376
|
+
|
|
377
|
+
'@aws-sdk/credential-provider-sso@3.972.1':
|
|
378
|
+
resolution: {integrity: sha512-dLZVNhM7wSgVUFsgVYgI5hb5Z/9PUkT46pk/SHrSmUqfx6YDvoV4YcPtaiRqviPpEGGiRtdQMEadyOKIRqulUQ==}
|
|
379
|
+
engines: {node: '>=20.0.0'}
|
|
380
|
+
|
|
381
|
+
'@aws-sdk/credential-provider-web-identity@3.972.1':
|
|
382
|
+
resolution: {integrity: sha512-YMDeYgi0u687Ay0dAq/pFPKuijrlKTgsaB/UATbxCs/FzZfMiG4If5ksywHmmW7MiYUF8VVv+uou3TczvLrN4w==}
|
|
383
|
+
engines: {node: '>=20.0.0'}
|
|
384
|
+
|
|
385
|
+
'@aws-sdk/lib-storage@3.975.0':
|
|
386
|
+
resolution: {integrity: sha512-F6vrnZ3F7oqr3oONCIpx+uZDTwXWfh8sBoNNJollDn5pIn7TI+R+7WxVIXAMq/JWLXE6N8T3M6ogWk4Y4JWPPw==}
|
|
387
|
+
engines: {node: '>=20.0.0'}
|
|
388
|
+
peerDependencies:
|
|
389
|
+
'@aws-sdk/client-s3': 3.975.0
|
|
390
|
+
|
|
391
|
+
'@aws-sdk/middleware-bucket-endpoint@3.972.1':
|
|
392
|
+
resolution: {integrity: sha512-YVvoitBdE8WOpHqIXvv49efT73F4bJ99XH2bi3Dn3mx7WngI4RwHwn/zF5i0q1Wdi5frGSCNF3vuh+pY817//w==}
|
|
393
|
+
engines: {node: '>=20.0.0'}
|
|
394
|
+
|
|
395
|
+
'@aws-sdk/middleware-expect-continue@3.972.1':
|
|
396
|
+
resolution: {integrity: sha512-6lfl2/J/kutzw/RLu1kjbahsz4vrGPysrdxWaw8fkjLYG+6M6AswocIAZFS/LgAVi/IWRwPTx9YC0/NH2wDrSw==}
|
|
397
|
+
engines: {node: '>=20.0.0'}
|
|
398
|
+
|
|
399
|
+
'@aws-sdk/middleware-flexible-checksums@3.972.1':
|
|
400
|
+
resolution: {integrity: sha512-kjVVREpqeUkYQsXr78AcsJbEUlxGH7+H6yS7zkjrnu6HyEVxbdSndkKX6VpKneFOihjCAhIXlk4wf3butDHkNQ==}
|
|
401
|
+
engines: {node: '>=20.0.0'}
|
|
402
|
+
|
|
403
|
+
'@aws-sdk/middleware-host-header@3.972.1':
|
|
404
|
+
resolution: {integrity: sha512-/R82lXLPmZ9JaUGSUdKtBp2k/5xQxvBT3zZWyKiBOhyulFotlfvdlrO8TnqstBimsl4lYEYySDL+W6ldFh6ALg==}
|
|
405
|
+
engines: {node: '>=20.0.0'}
|
|
406
|
+
|
|
407
|
+
'@aws-sdk/middleware-location-constraint@3.972.1':
|
|
408
|
+
resolution: {integrity: sha512-YisPaCbvBk9gY5aUI8jDMDKXsLZ9Fet0WYj1MviK8tZYMgxBIYHM6l3O/OHaAIujojZvamd9F3haYYYWp5/V3w==}
|
|
409
|
+
engines: {node: '>=20.0.0'}
|
|
410
|
+
|
|
411
|
+
'@aws-sdk/middleware-logger@3.972.1':
|
|
412
|
+
resolution: {integrity: sha512-JGgFl6cHg9G2FHu4lyFIzmFN8KESBiRr84gLC3Aeni0Gt1nKm+KxWLBuha/RPcXxJygGXCcMM4AykkIwxor8RA==}
|
|
413
|
+
engines: {node: '>=20.0.0'}
|
|
414
|
+
|
|
415
|
+
'@aws-sdk/middleware-recursion-detection@3.972.1':
|
|
416
|
+
resolution: {integrity: sha512-taGzNRe8vPHjnliqXIHp9kBgIemLE/xCaRTMH1NH0cncHeaPcjxtnCroAAM9aOlPuKvBe2CpZESyvM1+D8oI7Q==}
|
|
417
|
+
engines: {node: '>=20.0.0'}
|
|
418
|
+
|
|
419
|
+
'@aws-sdk/middleware-sdk-s3@3.972.0':
|
|
420
|
+
resolution: {integrity: sha512-0bcKFXWx+NZ7tIlOo7KjQ+O2rydiHdIQahrq+fN6k9Osky29v17guy68urUKfhTobR6iY6KvxkroFWaFtTgS5w==}
|
|
421
|
+
engines: {node: '>=20.0.0'}
|
|
422
|
+
|
|
423
|
+
'@aws-sdk/middleware-sdk-s3@3.972.2':
|
|
424
|
+
resolution: {integrity: sha512-5f9x9/G+StE8+7wd9EVDF3d+J74xK+WBA3FhZwLSkf3pHFGLKzlmUfxJJE1kkXkbj/j/H+Dh3zL/hrtQE9hNsg==}
|
|
425
|
+
engines: {node: '>=20.0.0'}
|
|
426
|
+
|
|
427
|
+
'@aws-sdk/middleware-ssec@3.972.1':
|
|
428
|
+
resolution: {integrity: sha512-fLtRTPd/MxJT2drJKft2GVGKm35PiNEeQ1Dvz1vc/WhhgAteYrp4f1SfSgjgLaYWGMExESJL4bt8Dxqp6tVsog==}
|
|
429
|
+
engines: {node: '>=20.0.0'}
|
|
430
|
+
|
|
431
|
+
'@aws-sdk/middleware-user-agent@3.972.2':
|
|
432
|
+
resolution: {integrity: sha512-d+Exq074wy0X6wvShg/kmZVtkah+28vMuqCtuY3cydg8LUZOJBtbAolCpEJizSyb8mJJZF9BjWaTANXL4OYnkg==}
|
|
433
|
+
engines: {node: '>=20.0.0'}
|
|
434
|
+
|
|
435
|
+
'@aws-sdk/nested-clients@3.974.0':
|
|
436
|
+
resolution: {integrity: sha512-k3dwdo/vOiHMJc9gMnkPl1BA5aQfTrZbz+8fiDkWrPagqAioZgmo5oiaOaeX0grObfJQKDtcpPFR4iWf8cgl8Q==}
|
|
437
|
+
engines: {node: '>=20.0.0'}
|
|
438
|
+
|
|
439
|
+
'@aws-sdk/region-config-resolver@3.972.1':
|
|
440
|
+
resolution: {integrity: sha512-voIY8RORpxLAEgEkYaTFnkaIuRwVBEc+RjVZYcSSllPV+ZEKAacai6kNhJeE3D70Le+JCfvRb52tng/AVHY+jQ==}
|
|
441
|
+
engines: {node: '>=20.0.0'}
|
|
442
|
+
|
|
443
|
+
'@aws-sdk/signature-v4-multi-region@3.972.0':
|
|
444
|
+
resolution: {integrity: sha512-2udiRijmjpN81Pvajje4TsjbXDZNP6K9bYUanBYH8hXa/tZG5qfGCySD+TyX0sgDxCQmEDMg3LaQdfjNHBDEgQ==}
|
|
445
|
+
engines: {node: '>=20.0.0'}
|
|
446
|
+
|
|
447
|
+
'@aws-sdk/token-providers@3.974.0':
|
|
448
|
+
resolution: {integrity: sha512-cBykL0LiccKIgNhGWvQRTPvsBLPZxnmJU3pYxG538jpFX8lQtrCy1L7mmIHNEdxIdIGEPgAEHF8/JQxgBToqUQ==}
|
|
449
|
+
engines: {node: '>=20.0.0'}
|
|
450
|
+
|
|
451
|
+
'@aws-sdk/types@3.972.0':
|
|
452
|
+
resolution: {integrity: sha512-U7xBIbLSetONxb2bNzHyDgND3oKGoIfmknrEVnoEU4GUSs+0augUOIn9DIWGUO2ETcRFdsRUnmx9KhPT9Ojbug==}
|
|
453
|
+
engines: {node: '>=20.0.0'}
|
|
454
|
+
|
|
455
|
+
'@aws-sdk/types@3.973.0':
|
|
456
|
+
resolution: {integrity: sha512-jYIdB7a7jhRTvyb378nsjyvJh1Si+zVduJ6urMNGpz8RjkmHZ+9vM2H07XaIB2Cfq0GhJRZYOfUCH8uqQhqBkQ==}
|
|
457
|
+
engines: {node: '>=20.0.0'}
|
|
458
|
+
|
|
459
|
+
'@aws-sdk/util-arn-parser@3.972.0':
|
|
460
|
+
resolution: {integrity: sha512-RM5Mmo/KJ593iMSrALlHEOcc9YOIyOsDmS5x2NLOMdEmzv1o00fcpAkCQ02IGu1eFneBFT7uX0Mpag0HI+Cz2g==}
|
|
461
|
+
engines: {node: '>=20.0.0'}
|
|
462
|
+
|
|
463
|
+
'@aws-sdk/util-arn-parser@3.972.1':
|
|
464
|
+
resolution: {integrity: sha512-XnNit6H9PPHhqUXW/usjX6JeJ6Pm8ZNqivTjmNjgWHeOfVpblUc/MTic02UmCNR0jJLPjQ3mBKiMen0tnkNQjQ==}
|
|
465
|
+
engines: {node: '>=20.0.0'}
|
|
466
|
+
|
|
467
|
+
'@aws-sdk/util-endpoints@3.972.0':
|
|
468
|
+
resolution: {integrity: sha512-6JHsl1V/a1ZW8D8AFfd4R52fwZPnZ5H4U6DS8m/bWT8qad72NvbOFAC7U2cDtFs2TShqUO3TEiX/EJibtY3ijg==}
|
|
469
|
+
engines: {node: '>=20.0.0'}
|
|
470
|
+
|
|
471
|
+
'@aws-sdk/util-locate-window@3.965.3':
|
|
472
|
+
resolution: {integrity: sha512-FNUqAjlKAGA7GM05kywE99q8wiPHPZqrzhq3wXRga6PRD6A0kzT85Pb0AzYBVTBRpSrKyyr6M92Y6bnSBVp2BA==}
|
|
473
|
+
engines: {node: '>=20.0.0'}
|
|
474
|
+
|
|
475
|
+
'@aws-sdk/util-user-agent-browser@3.972.1':
|
|
476
|
+
resolution: {integrity: sha512-IgF55NFmJX8d9Wql9M0nEpk2eYbuD8G4781FN4/fFgwTXBn86DvlZJuRWDCMcMqZymnBVX7HW9r+3r9ylqfW0w==}
|
|
477
|
+
|
|
478
|
+
'@aws-sdk/util-user-agent-node@3.972.1':
|
|
479
|
+
resolution: {integrity: sha512-oIs4JFcADzoZ0c915R83XvK2HltWupxNsXUIuZse2rgk7b97zTpkxaqXiH0h9ylh31qtgo/t8hp4tIqcsMrEbQ==}
|
|
480
|
+
engines: {node: '>=20.0.0'}
|
|
481
|
+
peerDependencies:
|
|
482
|
+
aws-crt: '>=1.0.0'
|
|
483
|
+
peerDependenciesMeta:
|
|
484
|
+
aws-crt:
|
|
485
|
+
optional: true
|
|
486
|
+
|
|
487
|
+
'@aws-sdk/xml-builder@3.972.0':
|
|
488
|
+
resolution: {integrity: sha512-POaGMcXnozzqBUyJM3HLUZ9GR6OKJWPGJEmhtTnxZXt8B6JcJ/6K3xRJ5H/j8oovVLz8Wg6vFxAHv8lvuASxMg==}
|
|
489
|
+
engines: {node: '>=20.0.0'}
|
|
490
|
+
|
|
491
|
+
'@aws-sdk/xml-builder@3.972.1':
|
|
492
|
+
resolution: {integrity: sha512-6zZGlPOqn7Xb+25MAXGb1JhgvaC5HjZj6GzszuVrnEgbhvzBRFGKYemuHBV4bho+dtqeYKPgaZUv7/e80hIGNg==}
|
|
493
|
+
engines: {node: '>=20.0.0'}
|
|
494
|
+
|
|
495
|
+
'@aws/lambda-invoke-store@0.2.3':
|
|
496
|
+
resolution: {integrity: sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==}
|
|
497
|
+
engines: {node: '>=18.0.0'}
|
|
498
|
+
|
|
310
499
|
'@babel/code-frame@7.10.4':
|
|
311
500
|
resolution: {integrity: sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==}
|
|
312
501
|
|
|
@@ -1674,6 +1863,222 @@ packages:
|
|
|
1674
1863
|
'@sinonjs/fake-timers@10.3.0':
|
|
1675
1864
|
resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==}
|
|
1676
1865
|
|
|
1866
|
+
'@smithy/abort-controller@4.2.8':
|
|
1867
|
+
resolution: {integrity: sha512-peuVfkYHAmS5ybKxWcfraK7WBBP0J+rkfUcbHJJKQ4ir3UAUNQI+Y4Vt/PqSzGqgloJ5O1dk7+WzNL8wcCSXbw==}
|
|
1868
|
+
engines: {node: '>=18.0.0'}
|
|
1869
|
+
|
|
1870
|
+
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
1871
|
+
resolution: {integrity: sha512-lX9Ay+6LisTfpLid2zZtIhSEjHMZoAR5hHCR4H7tBz/Zkfr5ea8RcQ7Tk4mi0P76p4cN+Btz16Ffno7YHpKXnQ==}
|
|
1872
|
+
engines: {node: '>=18.0.0'}
|
|
1873
|
+
|
|
1874
|
+
'@smithy/chunked-blob-reader@5.2.0':
|
|
1875
|
+
resolution: {integrity: sha512-WmU0TnhEAJLWvfSeMxBNe5xtbselEO8+4wG0NtZeL8oR21WgH1xiO37El+/Y+H/Ie4SCwBy3MxYWmOYaGgZueA==}
|
|
1876
|
+
engines: {node: '>=18.0.0'}
|
|
1877
|
+
|
|
1878
|
+
'@smithy/config-resolver@4.4.6':
|
|
1879
|
+
resolution: {integrity: sha512-qJpzYC64kaj3S0fueiu3kXm8xPrR3PcXDPEgnaNMRn0EjNSZFoFjvbUp0YUDsRhN1CB90EnHJtbxWKevnH99UQ==}
|
|
1880
|
+
engines: {node: '>=18.0.0'}
|
|
1881
|
+
|
|
1882
|
+
'@smithy/core@3.21.1':
|
|
1883
|
+
resolution: {integrity: sha512-NUH8R4O6FkN8HKMojzbGg/5pNjsfTjlMmeFclyPfPaXXUrbr5TzhWgbf7t92wfrpCHRgpjyz7ffASIS3wX28aA==}
|
|
1884
|
+
engines: {node: '>=18.0.0'}
|
|
1885
|
+
|
|
1886
|
+
'@smithy/credential-provider-imds@4.2.8':
|
|
1887
|
+
resolution: {integrity: sha512-FNT0xHS1c/CPN8upqbMFP83+ul5YgdisfCfkZ86Jh2NSmnqw/AJ6x5pEogVCTVvSm7j9MopRU89bmDelxuDMYw==}
|
|
1888
|
+
engines: {node: '>=18.0.0'}
|
|
1889
|
+
|
|
1890
|
+
'@smithy/eventstream-codec@4.2.8':
|
|
1891
|
+
resolution: {integrity: sha512-jS/O5Q14UsufqoGhov7dHLOPCzkYJl9QDzusI2Psh4wyYx/izhzvX9P4D69aTxcdfVhEPhjK+wYyn/PzLjKbbw==}
|
|
1892
|
+
engines: {node: '>=18.0.0'}
|
|
1893
|
+
|
|
1894
|
+
'@smithy/eventstream-serde-browser@4.2.8':
|
|
1895
|
+
resolution: {integrity: sha512-MTfQT/CRQz5g24ayXdjg53V0mhucZth4PESoA5IhvaWVDTOQLfo8qI9vzqHcPsdd2v6sqfTYqF5L/l+pea5Uyw==}
|
|
1896
|
+
engines: {node: '>=18.0.0'}
|
|
1897
|
+
|
|
1898
|
+
'@smithy/eventstream-serde-config-resolver@4.3.8':
|
|
1899
|
+
resolution: {integrity: sha512-ah12+luBiDGzBruhu3efNy1IlbwSEdNiw8fOZksoKoWW1ZHvO/04MQsdnws/9Aj+5b0YXSSN2JXKy/ClIsW8MQ==}
|
|
1900
|
+
engines: {node: '>=18.0.0'}
|
|
1901
|
+
|
|
1902
|
+
'@smithy/eventstream-serde-node@4.2.8':
|
|
1903
|
+
resolution: {integrity: sha512-cYpCpp29z6EJHa5T9WL0KAlq3SOKUQkcgSoeRfRVwjGgSFl7Uh32eYGt7IDYCX20skiEdRffyDpvF2efEZPC0A==}
|
|
1904
|
+
engines: {node: '>=18.0.0'}
|
|
1905
|
+
|
|
1906
|
+
'@smithy/eventstream-serde-universal@4.2.8':
|
|
1907
|
+
resolution: {integrity: sha512-iJ6YNJd0bntJYnX6s52NC4WFYcZeKrPUr1Kmmr5AwZcwCSzVpS7oavAmxMR7pMq7V+D1G4s9F5NJK0xwOsKAlQ==}
|
|
1908
|
+
engines: {node: '>=18.0.0'}
|
|
1909
|
+
|
|
1910
|
+
'@smithy/fetch-http-handler@5.3.9':
|
|
1911
|
+
resolution: {integrity: sha512-I4UhmcTYXBrct03rwzQX1Y/iqQlzVQaPxWjCjula++5EmWq9YGBrx6bbGqluGc1f0XEfhSkiY4jhLgbsJUMKRA==}
|
|
1912
|
+
engines: {node: '>=18.0.0'}
|
|
1913
|
+
|
|
1914
|
+
'@smithy/hash-blob-browser@4.2.9':
|
|
1915
|
+
resolution: {integrity: sha512-m80d/iicI7DlBDxyQP6Th7BW/ejDGiF0bgI754+tiwK0lgMkcaIBgvwwVc7OFbY4eUzpGtnig52MhPAEJ7iNYg==}
|
|
1916
|
+
engines: {node: '>=18.0.0'}
|
|
1917
|
+
|
|
1918
|
+
'@smithy/hash-node@4.2.8':
|
|
1919
|
+
resolution: {integrity: sha512-7ZIlPbmaDGxVoxErDZnuFG18WekhbA/g2/i97wGj+wUBeS6pcUeAym8u4BXh/75RXWhgIJhyC11hBzig6MljwA==}
|
|
1920
|
+
engines: {node: '>=18.0.0'}
|
|
1921
|
+
|
|
1922
|
+
'@smithy/hash-stream-node@4.2.8':
|
|
1923
|
+
resolution: {integrity: sha512-v0FLTXgHrTeheYZFGhR+ehX5qUm4IQsjAiL9qehad2cyjMWcN2QG6/4mSwbSgEQzI7jwfoXj7z4fxZUx/Mhj2w==}
|
|
1924
|
+
engines: {node: '>=18.0.0'}
|
|
1925
|
+
|
|
1926
|
+
'@smithy/invalid-dependency@4.2.8':
|
|
1927
|
+
resolution: {integrity: sha512-N9iozRybwAQ2dn9Fot9kI6/w9vos2oTXLhtK7ovGqwZjlOcxu6XhPlpLpC+INsxktqHinn5gS2DXDjDF2kG5sQ==}
|
|
1928
|
+
engines: {node: '>=18.0.0'}
|
|
1929
|
+
|
|
1930
|
+
'@smithy/is-array-buffer@2.2.0':
|
|
1931
|
+
resolution: {integrity: sha512-GGP3O9QFD24uGeAXYUjwSTXARoqpZykHadOmA8G5vfJPK0/DC67qa//0qvqrJzL1xc8WQWX7/yc7fwudjPHPhA==}
|
|
1932
|
+
engines: {node: '>=14.0.0'}
|
|
1933
|
+
|
|
1934
|
+
'@smithy/is-array-buffer@4.2.0':
|
|
1935
|
+
resolution: {integrity: sha512-DZZZBvC7sjcYh4MazJSGiWMI2L7E0oCiRHREDzIxi/M2LY79/21iXt6aPLHge82wi5LsuRF5A06Ds3+0mlh6CQ==}
|
|
1936
|
+
engines: {node: '>=18.0.0'}
|
|
1937
|
+
|
|
1938
|
+
'@smithy/md5-js@4.2.8':
|
|
1939
|
+
resolution: {integrity: sha512-oGMaLj4tVZzLi3itBa9TCswgMBr7k9b+qKYowQ6x1rTyTuO1IU2YHdHUa+891OsOH+wCsH7aTPRsTJO3RMQmjQ==}
|
|
1940
|
+
engines: {node: '>=18.0.0'}
|
|
1941
|
+
|
|
1942
|
+
'@smithy/middleware-content-length@4.2.8':
|
|
1943
|
+
resolution: {integrity: sha512-RO0jeoaYAB1qBRhfVyq0pMgBoUK34YEJxVxyjOWYZiOKOq2yMZ4MnVXMZCUDenpozHue207+9P5ilTV1zeda0A==}
|
|
1944
|
+
engines: {node: '>=18.0.0'}
|
|
1945
|
+
|
|
1946
|
+
'@smithy/middleware-endpoint@4.4.11':
|
|
1947
|
+
resolution: {integrity: sha512-/WqsrycweGGfb9sSzME4CrsuayjJF6BueBmkKlcbeU5q18OhxRrvvKlmfw3tpDsK5ilx2XUJvoukwxHB0nHs/Q==}
|
|
1948
|
+
engines: {node: '>=18.0.0'}
|
|
1949
|
+
|
|
1950
|
+
'@smithy/middleware-retry@4.4.27':
|
|
1951
|
+
resolution: {integrity: sha512-xFUYCGRVsfgiN5EjsJJSzih9+yjStgMTCLANPlf0LVQkPDYCe0hz97qbdTZosFOiYlGBlHYityGRxrQ/hxhfVQ==}
|
|
1952
|
+
engines: {node: '>=18.0.0'}
|
|
1953
|
+
|
|
1954
|
+
'@smithy/middleware-serde@4.2.9':
|
|
1955
|
+
resolution: {integrity: sha512-eMNiej0u/snzDvlqRGSN3Vl0ESn3838+nKyVfF2FKNXFbi4SERYT6PR392D39iczngbqqGG0Jl1DlCnp7tBbXQ==}
|
|
1956
|
+
engines: {node: '>=18.0.0'}
|
|
1957
|
+
|
|
1958
|
+
'@smithy/middleware-stack@4.2.8':
|
|
1959
|
+
resolution: {integrity: sha512-w6LCfOviTYQjBctOKSwy6A8FIkQy7ICvglrZFl6Bw4FmcQ1Z420fUtIhxaUZZshRe0VCq4kvDiPiXrPZAe8oRA==}
|
|
1960
|
+
engines: {node: '>=18.0.0'}
|
|
1961
|
+
|
|
1962
|
+
'@smithy/node-config-provider@4.3.8':
|
|
1963
|
+
resolution: {integrity: sha512-aFP1ai4lrbVlWjfpAfRSL8KFcnJQYfTl5QxLJXY32vghJrDuFyPZ6LtUL+JEGYiFRG1PfPLHLoxj107ulncLIg==}
|
|
1964
|
+
engines: {node: '>=18.0.0'}
|
|
1965
|
+
|
|
1966
|
+
'@smithy/node-http-handler@4.4.8':
|
|
1967
|
+
resolution: {integrity: sha512-q9u+MSbJVIJ1QmJ4+1u+cERXkrhuILCBDsJUBAW1MPE6sFonbCNaegFuwW9ll8kh5UdyY3jOkoOGlc7BesoLpg==}
|
|
1968
|
+
engines: {node: '>=18.0.0'}
|
|
1969
|
+
|
|
1970
|
+
'@smithy/property-provider@4.2.8':
|
|
1971
|
+
resolution: {integrity: sha512-EtCTbyIveCKeOXDSWSdze3k612yCPq1YbXsbqX3UHhkOSW8zKsM9NOJG5gTIya0vbY2DIaieG8pKo1rITHYL0w==}
|
|
1972
|
+
engines: {node: '>=18.0.0'}
|
|
1973
|
+
|
|
1974
|
+
'@smithy/protocol-http@5.3.8':
|
|
1975
|
+
resolution: {integrity: sha512-QNINVDhxpZ5QnP3aviNHQFlRogQZDfYlCkQT+7tJnErPQbDhysondEjhikuANxgMsZrkGeiAxXy4jguEGsDrWQ==}
|
|
1976
|
+
engines: {node: '>=18.0.0'}
|
|
1977
|
+
|
|
1978
|
+
'@smithy/querystring-builder@4.2.8':
|
|
1979
|
+
resolution: {integrity: sha512-Xr83r31+DrE8CP3MqPgMJl+pQlLLmOfiEUnoyAlGzzJIrEsbKsPy1hqH0qySaQm4oWrCBlUqRt+idEgunKB+iw==}
|
|
1980
|
+
engines: {node: '>=18.0.0'}
|
|
1981
|
+
|
|
1982
|
+
'@smithy/querystring-parser@4.2.8':
|
|
1983
|
+
resolution: {integrity: sha512-vUurovluVy50CUlazOiXkPq40KGvGWSdmusa3130MwrR1UNnNgKAlj58wlOe61XSHRpUfIIh6cE0zZ8mzKaDPA==}
|
|
1984
|
+
engines: {node: '>=18.0.0'}
|
|
1985
|
+
|
|
1986
|
+
'@smithy/service-error-classification@4.2.8':
|
|
1987
|
+
resolution: {integrity: sha512-mZ5xddodpJhEt3RkCjbmUQuXUOaPNTkbMGR0bcS8FE0bJDLMZlhmpgrvPNCYglVw5rsYTpSnv19womw9WWXKQQ==}
|
|
1988
|
+
engines: {node: '>=18.0.0'}
|
|
1989
|
+
|
|
1990
|
+
'@smithy/shared-ini-file-loader@4.4.3':
|
|
1991
|
+
resolution: {integrity: sha512-DfQjxXQnzC5UbCUPeC3Ie8u+rIWZTvuDPAGU/BxzrOGhRvgUanaP68kDZA+jaT3ZI+djOf+4dERGlm9mWfFDrg==}
|
|
1992
|
+
engines: {node: '>=18.0.0'}
|
|
1993
|
+
|
|
1994
|
+
'@smithy/signature-v4@5.3.8':
|
|
1995
|
+
resolution: {integrity: sha512-6A4vdGj7qKNRF16UIcO8HhHjKW27thsxYci+5r/uVRkdcBEkOEiY8OMPuydLX4QHSrJqGHPJzPRwwVTqbLZJhg==}
|
|
1996
|
+
engines: {node: '>=18.0.0'}
|
|
1997
|
+
|
|
1998
|
+
'@smithy/smithy-client@4.10.12':
|
|
1999
|
+
resolution: {integrity: sha512-VKO/HKoQ5OrSHW6AJUmEnUKeXI1/5LfCwO9cwyao7CmLvGnZeM1i36Lyful3LK1XU7HwTVieTqO1y2C/6t3qtA==}
|
|
2000
|
+
engines: {node: '>=18.0.0'}
|
|
2001
|
+
|
|
2002
|
+
'@smithy/types@4.12.0':
|
|
2003
|
+
resolution: {integrity: sha512-9YcuJVTOBDjg9LWo23Qp0lTQ3D7fQsQtwle0jVfpbUHy9qBwCEgKuVH4FqFB3VYu0nwdHKiEMA+oXz7oV8X1kw==}
|
|
2004
|
+
engines: {node: '>=18.0.0'}
|
|
2005
|
+
|
|
2006
|
+
'@smithy/url-parser@4.2.8':
|
|
2007
|
+
resolution: {integrity: sha512-NQho9U68TGMEU639YkXnVMV3GEFFULmmaWdlu1E9qzyIePOHsoSnagTGSDv1Zi8DCNN6btxOSdgmy5E/hsZwhA==}
|
|
2008
|
+
engines: {node: '>=18.0.0'}
|
|
2009
|
+
|
|
2010
|
+
'@smithy/util-base64@4.3.0':
|
|
2011
|
+
resolution: {integrity: sha512-GkXZ59JfyxsIwNTWFnjmFEI8kZpRNIBfxKjv09+nkAWPt/4aGaEWMM04m4sxgNVWkbt2MdSvE3KF/PfX4nFedQ==}
|
|
2012
|
+
engines: {node: '>=18.0.0'}
|
|
2013
|
+
|
|
2014
|
+
'@smithy/util-body-length-browser@4.2.0':
|
|
2015
|
+
resolution: {integrity: sha512-Fkoh/I76szMKJnBXWPdFkQJl2r9SjPt3cMzLdOB6eJ4Pnpas8hVoWPYemX/peO0yrrvldgCUVJqOAjUrOLjbxg==}
|
|
2016
|
+
engines: {node: '>=18.0.0'}
|
|
2017
|
+
|
|
2018
|
+
'@smithy/util-body-length-node@4.2.1':
|
|
2019
|
+
resolution: {integrity: sha512-h53dz/pISVrVrfxV1iqXlx5pRg3V2YWFcSQyPyXZRrZoZj4R4DeWRDo1a7dd3CPTcFi3kE+98tuNyD2axyZReA==}
|
|
2020
|
+
engines: {node: '>=18.0.0'}
|
|
2021
|
+
|
|
2022
|
+
'@smithy/util-buffer-from@2.2.0':
|
|
2023
|
+
resolution: {integrity: sha512-IJdWBbTcMQ6DA0gdNhh/BwrLkDR+ADW5Kr1aZmd4k3DIF6ezMV4R2NIAmT08wQJ3yUK82thHWmC/TnK/wpMMIA==}
|
|
2024
|
+
engines: {node: '>=14.0.0'}
|
|
2025
|
+
|
|
2026
|
+
'@smithy/util-buffer-from@4.2.0':
|
|
2027
|
+
resolution: {integrity: sha512-kAY9hTKulTNevM2nlRtxAG2FQ3B2OR6QIrPY3zE5LqJy1oxzmgBGsHLWTcNhWXKchgA0WHW+mZkQrng/pgcCew==}
|
|
2028
|
+
engines: {node: '>=18.0.0'}
|
|
2029
|
+
|
|
2030
|
+
'@smithy/util-config-provider@4.2.0':
|
|
2031
|
+
resolution: {integrity: sha512-YEjpl6XJ36FTKmD+kRJJWYvrHeUvm5ykaUS5xK+6oXffQPHeEM4/nXlZPe+Wu0lsgRUcNZiliYNh/y7q9c2y6Q==}
|
|
2032
|
+
engines: {node: '>=18.0.0'}
|
|
2033
|
+
|
|
2034
|
+
'@smithy/util-defaults-mode-browser@4.3.26':
|
|
2035
|
+
resolution: {integrity: sha512-vva0dzYUTgn7DdE0uaha10uEdAgmdLnNFowKFjpMm6p2R0XDk5FHPX3CBJLzWQkQXuEprsb0hGz9YwbicNWhjw==}
|
|
2036
|
+
engines: {node: '>=18.0.0'}
|
|
2037
|
+
|
|
2038
|
+
'@smithy/util-defaults-mode-node@4.2.29':
|
|
2039
|
+
resolution: {integrity: sha512-c6D7IUBsZt/aNnTBHMTf+OVh+h/JcxUUgfTcIJaWRe6zhOum1X+pNKSZtZ+7fbOn5I99XVFtmrnXKv8yHHErTQ==}
|
|
2040
|
+
engines: {node: '>=18.0.0'}
|
|
2041
|
+
|
|
2042
|
+
'@smithy/util-endpoints@3.2.8':
|
|
2043
|
+
resolution: {integrity: sha512-8JaVTn3pBDkhZgHQ8R0epwWt+BqPSLCjdjXXusK1onwJlRuN69fbvSK66aIKKO7SwVFM6x2J2ox5X8pOaWcUEw==}
|
|
2044
|
+
engines: {node: '>=18.0.0'}
|
|
2045
|
+
|
|
2046
|
+
'@smithy/util-hex-encoding@4.2.0':
|
|
2047
|
+
resolution: {integrity: sha512-CCQBwJIvXMLKxVbO88IukazJD9a4kQ9ZN7/UMGBjBcJYvatpWk+9g870El4cB8/EJxfe+k+y0GmR9CAzkF+Nbw==}
|
|
2048
|
+
engines: {node: '>=18.0.0'}
|
|
2049
|
+
|
|
2050
|
+
'@smithy/util-middleware@4.2.8':
|
|
2051
|
+
resolution: {integrity: sha512-PMqfeJxLcNPMDgvPbbLl/2Vpin+luxqTGPpW3NAQVLbRrFRzTa4rNAASYeIGjRV9Ytuhzny39SpyU04EQreF+A==}
|
|
2052
|
+
engines: {node: '>=18.0.0'}
|
|
2053
|
+
|
|
2054
|
+
'@smithy/util-retry@4.2.8':
|
|
2055
|
+
resolution: {integrity: sha512-CfJqwvoRY0kTGe5AkQokpURNCT1u/MkRzMTASWMPPo2hNSnKtF1D45dQl3DE2LKLr4m+PW9mCeBMJr5mCAVThg==}
|
|
2056
|
+
engines: {node: '>=18.0.0'}
|
|
2057
|
+
|
|
2058
|
+
'@smithy/util-stream@4.5.10':
|
|
2059
|
+
resolution: {integrity: sha512-jbqemy51UFSZSp2y0ZmRfckmrzuKww95zT9BYMmuJ8v3altGcqjwoV1tzpOwuHaKrwQrCjIzOib499ymr2f98g==}
|
|
2060
|
+
engines: {node: '>=18.0.0'}
|
|
2061
|
+
|
|
2062
|
+
'@smithy/util-uri-escape@4.2.0':
|
|
2063
|
+
resolution: {integrity: sha512-igZpCKV9+E/Mzrpq6YacdTQ0qTiLm85gD6N/IrmyDvQFA4UnU3d5g3m8tMT/6zG/vVkWSU+VxeUyGonL62DuxA==}
|
|
2064
|
+
engines: {node: '>=18.0.0'}
|
|
2065
|
+
|
|
2066
|
+
'@smithy/util-utf8@2.3.0':
|
|
2067
|
+
resolution: {integrity: sha512-R8Rdn8Hy72KKcebgLiv8jQcQkXoLMOGGv5uI1/k0l+snqkOzQ1R0ChUBCxWMlBsFMekWjq0wRudIweFs7sKT5A==}
|
|
2068
|
+
engines: {node: '>=14.0.0'}
|
|
2069
|
+
|
|
2070
|
+
'@smithy/util-utf8@4.2.0':
|
|
2071
|
+
resolution: {integrity: sha512-zBPfuzoI8xyBtR2P6WQj63Rz8i3AmfAaJLuNG8dWsfvPe8lO4aCPYLn879mEgHndZH1zQ2oXmG8O1GGzzaoZiw==}
|
|
2072
|
+
engines: {node: '>=18.0.0'}
|
|
2073
|
+
|
|
2074
|
+
'@smithy/util-waiter@4.2.8':
|
|
2075
|
+
resolution: {integrity: sha512-n+lahlMWk+aejGuax7DPWtqav8HYnWxQwR+LCG2BgCUmaGcTe9qZCFsmw8TMg9iG75HOwhrJCX9TCJRLH+Yzqg==}
|
|
2076
|
+
engines: {node: '>=18.0.0'}
|
|
2077
|
+
|
|
2078
|
+
'@smithy/uuid@1.1.0':
|
|
2079
|
+
resolution: {integrity: sha512-4aUIteuyxtBUhVdiQqcDhKFitwfd9hqoSDYY2KRXiWtgoWJ9Bmise+KfEPDiVHWeJepvF8xJO9/9+WDIciMFFw==}
|
|
2080
|
+
engines: {node: '>=18.0.0'}
|
|
2081
|
+
|
|
1677
2082
|
'@tootallnate/once@2.0.0':
|
|
1678
2083
|
resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==}
|
|
1679
2084
|
engines: {node: '>= 10'}
|
|
@@ -2241,6 +2646,9 @@ packages:
|
|
|
2241
2646
|
boolbase@1.0.0:
|
|
2242
2647
|
resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==}
|
|
2243
2648
|
|
|
2649
|
+
bowser@2.13.1:
|
|
2650
|
+
resolution: {integrity: sha512-OHawaAbjwx6rqICCKgSG0SAnT05bzd7ppyKLVUITZpANBaaMFBAsaNkto3LoQ31tyFP5kNujE8Cdx85G9VzOkw==}
|
|
2651
|
+
|
|
2244
2652
|
bplist-creator@0.1.0:
|
|
2245
2653
|
resolution: {integrity: sha512-sXaHZicyEEmY86WyueLTQesbeoH/mquvarJaQNbjuOQO+7gbFcDEWqKmcWA4cOTLzFlfgvkiVxolk1k5bBIpmg==}
|
|
2246
2654
|
|
|
@@ -2273,6 +2681,9 @@ packages:
|
|
|
2273
2681
|
buffer-from@1.1.2:
|
|
2274
2682
|
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
|
2275
2683
|
|
|
2684
|
+
buffer@5.6.0:
|
|
2685
|
+
resolution: {integrity: sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw==}
|
|
2686
|
+
|
|
2276
2687
|
buffer@5.7.1:
|
|
2277
2688
|
resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==}
|
|
2278
2689
|
|
|
@@ -2326,6 +2737,10 @@ packages:
|
|
|
2326
2737
|
resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==}
|
|
2327
2738
|
engines: {node: '>=10'}
|
|
2328
2739
|
|
|
2740
|
+
chalk@5.6.2:
|
|
2741
|
+
resolution: {integrity: sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==}
|
|
2742
|
+
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
|
2743
|
+
|
|
2329
2744
|
char-regex@1.0.2:
|
|
2330
2745
|
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
|
2331
2746
|
engines: {node: '>=10'}
|
|
@@ -2360,10 +2775,18 @@ packages:
|
|
|
2360
2775
|
resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==}
|
|
2361
2776
|
engines: {node: '>=4'}
|
|
2362
2777
|
|
|
2778
|
+
cli-cursor@5.0.0:
|
|
2779
|
+
resolution: {integrity: sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==}
|
|
2780
|
+
engines: {node: '>=18'}
|
|
2781
|
+
|
|
2363
2782
|
cli-spinners@2.9.2:
|
|
2364
2783
|
resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==}
|
|
2365
2784
|
engines: {node: '>=6'}
|
|
2366
2785
|
|
|
2786
|
+
cli-spinners@3.4.0:
|
|
2787
|
+
resolution: {integrity: sha512-bXfOC4QcT1tKXGorxL3wbJm6XJPDqEnij2gQ2m7ESQuE+/z9YFIWnl/5RpTiKWbMq3EVKR4fRLJGn6DVfu0mpw==}
|
|
2788
|
+
engines: {node: '>=18.20'}
|
|
2789
|
+
|
|
2367
2790
|
client-only@0.0.1:
|
|
2368
2791
|
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
|
|
2369
2792
|
|
|
@@ -2413,6 +2836,10 @@ packages:
|
|
|
2413
2836
|
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
|
|
2414
2837
|
engines: {node: '>=18'}
|
|
2415
2838
|
|
|
2839
|
+
commander@14.0.2:
|
|
2840
|
+
resolution: {integrity: sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==}
|
|
2841
|
+
engines: {node: '>=20'}
|
|
2842
|
+
|
|
2416
2843
|
commander@2.20.3:
|
|
2417
2844
|
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
|
|
2418
2845
|
|
|
@@ -2479,8 +2906,8 @@ packages:
|
|
|
2479
2906
|
resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==}
|
|
2480
2907
|
engines: {node: '>=10'}
|
|
2481
2908
|
|
|
2482
|
-
coze-coding-dev-sdk@0.7.
|
|
2483
|
-
resolution: {integrity: sha512-
|
|
2909
|
+
coze-coding-dev-sdk@0.7.4:
|
|
2910
|
+
resolution: {integrity: sha512-aXC7y1PLowjFZhmHr/OlYtxRiByQADngxG6oyJXZnLN13BLjfUsiQUe8qRRl7957GW8LTxlv+KgMVeGsRIAXdQ==}
|
|
2484
2911
|
engines: {node: '>=18.0.0'}
|
|
2485
2912
|
hasBin: true
|
|
2486
2913
|
|
|
@@ -3039,6 +3466,10 @@ packages:
|
|
|
3039
3466
|
eventemitter3@4.0.7:
|
|
3040
3467
|
resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==}
|
|
3041
3468
|
|
|
3469
|
+
events@3.3.0:
|
|
3470
|
+
resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==}
|
|
3471
|
+
engines: {node: '>=0.8.x'}
|
|
3472
|
+
|
|
3042
3473
|
exec-async@2.2.0:
|
|
3043
3474
|
resolution: {integrity: sha512-87OpwcEiMia/DeiKFzaQNBNFeN3XkkpYIh9FyOqq5mS2oKv3CBE67PXoEKcr6nodWdXNogTiQ0jE2NGuoffXPw==}
|
|
3044
3475
|
|
|
@@ -3293,6 +3724,10 @@ packages:
|
|
|
3293
3724
|
fast-levenshtein@2.0.6:
|
|
3294
3725
|
resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==}
|
|
3295
3726
|
|
|
3727
|
+
fast-xml-parser@5.2.5:
|
|
3728
|
+
resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==}
|
|
3729
|
+
hasBin: true
|
|
3730
|
+
|
|
3296
3731
|
fb-watchman@2.0.2:
|
|
3297
3732
|
resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==}
|
|
3298
3733
|
|
|
@@ -3422,6 +3857,10 @@ packages:
|
|
|
3422
3857
|
resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==}
|
|
3423
3858
|
engines: {node: 6.* || 8.* || >= 10.*}
|
|
3424
3859
|
|
|
3860
|
+
get-east-asian-width@1.4.0:
|
|
3861
|
+
resolution: {integrity: sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==}
|
|
3862
|
+
engines: {node: '>=18'}
|
|
3863
|
+
|
|
3425
3864
|
get-intrinsic@1.3.0:
|
|
3426
3865
|
resolution: {integrity: sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==}
|
|
3427
3866
|
engines: {node: '>= 0.4'}
|
|
@@ -3729,6 +4168,10 @@ packages:
|
|
|
3729
4168
|
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}
|
|
3730
4169
|
engines: {node: '>=0.10.0'}
|
|
3731
4170
|
|
|
4171
|
+
is-interactive@2.0.0:
|
|
4172
|
+
resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==}
|
|
4173
|
+
engines: {node: '>=12'}
|
|
4174
|
+
|
|
3732
4175
|
is-map@2.0.3:
|
|
3733
4176
|
resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==}
|
|
3734
4177
|
engines: {node: '>= 0.4'}
|
|
@@ -3784,6 +4227,10 @@ packages:
|
|
|
3784
4227
|
resolution: {integrity: sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==}
|
|
3785
4228
|
engines: {node: '>= 0.4'}
|
|
3786
4229
|
|
|
4230
|
+
is-unicode-supported@2.1.0:
|
|
4231
|
+
resolution: {integrity: sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==}
|
|
4232
|
+
engines: {node: '>=18'}
|
|
4233
|
+
|
|
3787
4234
|
is-weakmap@2.0.2:
|
|
3788
4235
|
resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==}
|
|
3789
4236
|
engines: {node: '>= 0.4'}
|
|
@@ -4101,6 +4548,72 @@ packages:
|
|
|
4101
4548
|
lighthouse-logger@1.4.2:
|
|
4102
4549
|
resolution: {integrity: sha512-gPWxznF6TKmUHrOQjlVo2UbaL2EJ71mb2CCeRs/2qBpi4L/g4LUVc9+3lKQ6DTUZwJswfM7ainGrLO1+fOqa2g==}
|
|
4103
4550
|
|
|
4551
|
+
lightningcss-android-arm64@1.31.1:
|
|
4552
|
+
resolution: {integrity: sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg==}
|
|
4553
|
+
engines: {node: '>= 12.0.0'}
|
|
4554
|
+
cpu: [arm64]
|
|
4555
|
+
os: [android]
|
|
4556
|
+
|
|
4557
|
+
lightningcss-darwin-arm64@1.31.1:
|
|
4558
|
+
resolution: {integrity: sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg==}
|
|
4559
|
+
engines: {node: '>= 12.0.0'}
|
|
4560
|
+
cpu: [arm64]
|
|
4561
|
+
os: [darwin]
|
|
4562
|
+
|
|
4563
|
+
lightningcss-darwin-x64@1.31.1:
|
|
4564
|
+
resolution: {integrity: sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA==}
|
|
4565
|
+
engines: {node: '>= 12.0.0'}
|
|
4566
|
+
cpu: [x64]
|
|
4567
|
+
os: [darwin]
|
|
4568
|
+
|
|
4569
|
+
lightningcss-freebsd-x64@1.31.1:
|
|
4570
|
+
resolution: {integrity: sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A==}
|
|
4571
|
+
engines: {node: '>= 12.0.0'}
|
|
4572
|
+
cpu: [x64]
|
|
4573
|
+
os: [freebsd]
|
|
4574
|
+
|
|
4575
|
+
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
4576
|
+
resolution: {integrity: sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g==}
|
|
4577
|
+
engines: {node: '>= 12.0.0'}
|
|
4578
|
+
cpu: [arm]
|
|
4579
|
+
os: [linux]
|
|
4580
|
+
|
|
4581
|
+
lightningcss-linux-arm64-gnu@1.31.1:
|
|
4582
|
+
resolution: {integrity: sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg==}
|
|
4583
|
+
engines: {node: '>= 12.0.0'}
|
|
4584
|
+
cpu: [arm64]
|
|
4585
|
+
os: [linux]
|
|
4586
|
+
|
|
4587
|
+
lightningcss-linux-arm64-musl@1.31.1:
|
|
4588
|
+
resolution: {integrity: sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg==}
|
|
4589
|
+
engines: {node: '>= 12.0.0'}
|
|
4590
|
+
cpu: [arm64]
|
|
4591
|
+
os: [linux]
|
|
4592
|
+
|
|
4593
|
+
lightningcss-linux-x64-gnu@1.31.1:
|
|
4594
|
+
resolution: {integrity: sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA==}
|
|
4595
|
+
engines: {node: '>= 12.0.0'}
|
|
4596
|
+
cpu: [x64]
|
|
4597
|
+
os: [linux]
|
|
4598
|
+
|
|
4599
|
+
lightningcss-linux-x64-musl@1.31.1:
|
|
4600
|
+
resolution: {integrity: sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA==}
|
|
4601
|
+
engines: {node: '>= 12.0.0'}
|
|
4602
|
+
cpu: [x64]
|
|
4603
|
+
os: [linux]
|
|
4604
|
+
|
|
4605
|
+
lightningcss-win32-arm64-msvc@1.31.1:
|
|
4606
|
+
resolution: {integrity: sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w==}
|
|
4607
|
+
engines: {node: '>= 12.0.0'}
|
|
4608
|
+
cpu: [arm64]
|
|
4609
|
+
os: [win32]
|
|
4610
|
+
|
|
4611
|
+
lightningcss-win32-x64-msvc@1.31.1:
|
|
4612
|
+
resolution: {integrity: sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw==}
|
|
4613
|
+
engines: {node: '>= 12.0.0'}
|
|
4614
|
+
cpu: [x64]
|
|
4615
|
+
os: [win32]
|
|
4616
|
+
|
|
4104
4617
|
lightningcss@1.31.1:
|
|
4105
4618
|
resolution: {integrity: sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ==}
|
|
4106
4619
|
engines: {node: '>= 12.0.0'}
|
|
@@ -4136,6 +4649,10 @@ packages:
|
|
|
4136
4649
|
resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==}
|
|
4137
4650
|
engines: {node: '>=4'}
|
|
4138
4651
|
|
|
4652
|
+
log-symbols@7.0.1:
|
|
4653
|
+
resolution: {integrity: sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==}
|
|
4654
|
+
engines: {node: '>=18'}
|
|
4655
|
+
|
|
4139
4656
|
loose-envify@1.4.0:
|
|
4140
4657
|
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
4141
4658
|
hasBin: true
|
|
@@ -4281,6 +4798,10 @@ packages:
|
|
|
4281
4798
|
resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==}
|
|
4282
4799
|
engines: {node: '>=6'}
|
|
4283
4800
|
|
|
4801
|
+
mimic-function@5.0.1:
|
|
4802
|
+
resolution: {integrity: sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==}
|
|
4803
|
+
engines: {node: '>=18'}
|
|
4804
|
+
|
|
4284
4805
|
minimatch@10.1.1:
|
|
4285
4806
|
resolution: {integrity: sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==}
|
|
4286
4807
|
engines: {node: 20 || >=22}
|
|
@@ -4468,6 +4989,10 @@ packages:
|
|
|
4468
4989
|
resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==}
|
|
4469
4990
|
engines: {node: '>=6'}
|
|
4470
4991
|
|
|
4992
|
+
onetime@7.0.0:
|
|
4993
|
+
resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==}
|
|
4994
|
+
engines: {node: '>=18'}
|
|
4995
|
+
|
|
4471
4996
|
open@7.4.2:
|
|
4472
4997
|
resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==}
|
|
4473
4998
|
engines: {node: '>=8'}
|
|
@@ -4496,6 +5021,10 @@ packages:
|
|
|
4496
5021
|
resolution: {integrity: sha512-eNwHudNbO1folBP3JsZ19v9azXWtQZjICdr3Q0TDPIaeBQ3mXLrh54wM+er0+hSp+dWKf+Z8KM58CYzEyIYxYg==}
|
|
4497
5022
|
engines: {node: '>=6'}
|
|
4498
5023
|
|
|
5024
|
+
ora@9.1.0:
|
|
5025
|
+
resolution: {integrity: sha512-53uuLsXHOAJl5zLrUrzY9/kE+uIFEx7iaH4g2BIJQK4LZjY4LpCCYZVKDWIkL+F01wAaCg93duQ1whnK/AmY1A==}
|
|
5026
|
+
engines: {node: '>=20'}
|
|
5027
|
+
|
|
4499
5028
|
own-keys@1.0.1:
|
|
4500
5029
|
resolution: {integrity: sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==}
|
|
4501
5030
|
engines: {node: '>= 0.4'}
|
|
@@ -4597,8 +5126,8 @@ packages:
|
|
|
4597
5126
|
resolution: {integrity: sha512-3mqcLomDBXOo7Fo+UlaenG6f71bk1ZezPQy2JCmYHy2W2k5VKpP+Jbin9H0bjXynelTbglCqdFhSEkeIkKTYUA==}
|
|
4598
5127
|
engines: {node: '>=0.11.0'}
|
|
4599
5128
|
|
|
4600
|
-
pg-cloudflare@1.
|
|
4601
|
-
resolution: {integrity: sha512-
|
|
5129
|
+
pg-cloudflare@1.3.0:
|
|
5130
|
+
resolution: {integrity: sha512-6lswVVSztmHiRtD6I8hw4qP/nDm1EJbKMRhf3HCYaqud7frGysPv7FYJ5noZQdhQtN2xJnimfMtvQq21pdbzyQ==}
|
|
4602
5131
|
|
|
4603
5132
|
pg-connection-string@2.10.1:
|
|
4604
5133
|
resolution: {integrity: sha512-iNzslsoeSH2/gmDDKiyMqF64DATUCWj3YJ0wP14kqcsf2TUklwimd+66yYojKwZCA7h2yRNLGug71hCBA2a4sw==}
|
|
@@ -4607,19 +5136,11 @@ packages:
|
|
|
4607
5136
|
resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==}
|
|
4608
5137
|
engines: {node: '>=4.0.0'}
|
|
4609
5138
|
|
|
4610
|
-
pg-pool@3.10.1:
|
|
4611
|
-
resolution: {integrity: sha512-Tu8jMlcX+9d8+QVzKIvM/uJtp07PKr82IUOYEphaWcoBhIYkoHpLXN3qO59nAI11ripznDsEzEv8nUxBVWajGg==}
|
|
4612
|
-
peerDependencies:
|
|
4613
|
-
pg: '>=8.0'
|
|
4614
|
-
|
|
4615
5139
|
pg-pool@3.11.0:
|
|
4616
5140
|
resolution: {integrity: sha512-MJYfvHwtGp870aeusDh+hg9apvOe2zmpZJpyt+BMtzUWlVqbhFmMK6bOBXLBUPd7iRtIF9fZplDc7KrPN3PN7w==}
|
|
4617
5141
|
peerDependencies:
|
|
4618
5142
|
pg: '>=8.0'
|
|
4619
5143
|
|
|
4620
|
-
pg-protocol@1.10.3:
|
|
4621
|
-
resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==}
|
|
4622
|
-
|
|
4623
5144
|
pg-protocol@1.11.0:
|
|
4624
5145
|
resolution: {integrity: sha512-pfsxk2M9M3BuGgDOfuy37VNRRX3jmKgMjcvAcWqNDpZSf4cUmv8HSOl5ViRQFsfARFn0KuUQTgLxVMbNq5NW3g==}
|
|
4625
5146
|
|
|
@@ -4627,15 +5148,6 @@ packages:
|
|
|
4627
5148
|
resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==}
|
|
4628
5149
|
engines: {node: '>=4'}
|
|
4629
5150
|
|
|
4630
|
-
pg@8.16.3:
|
|
4631
|
-
resolution: {integrity: sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==}
|
|
4632
|
-
engines: {node: '>= 16.0.0'}
|
|
4633
|
-
peerDependencies:
|
|
4634
|
-
pg-native: '>=3.0.1'
|
|
4635
|
-
peerDependenciesMeta:
|
|
4636
|
-
pg-native:
|
|
4637
|
-
optional: true
|
|
4638
|
-
|
|
4639
5151
|
pg@8.17.2:
|
|
4640
5152
|
resolution: {integrity: sha512-vjbKdiBJRqzcYw1fNU5KuHyYvdJ1qpcQg1CeBrHFqV1pWgHeVR6j/+kX0E1AAXfyuLUGY1ICrN2ELKA/z2HWzw==}
|
|
4641
5153
|
engines: {node: '>= 16.0.0'}
|
|
@@ -5078,6 +5590,10 @@ packages:
|
|
|
5078
5590
|
resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==}
|
|
5079
5591
|
engines: {node: '>=4'}
|
|
5080
5592
|
|
|
5593
|
+
restore-cursor@5.1.0:
|
|
5594
|
+
resolution: {integrity: sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==}
|
|
5595
|
+
engines: {node: '>=18'}
|
|
5596
|
+
|
|
5081
5597
|
rimraf@3.0.2:
|
|
5082
5598
|
resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
|
|
5083
5599
|
deprecated: Rimraf versions prior to v4 are no longer supported
|
|
@@ -5209,6 +5725,10 @@ packages:
|
|
|
5209
5725
|
signal-exit@3.0.7:
|
|
5210
5726
|
resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==}
|
|
5211
5727
|
|
|
5728
|
+
signal-exit@4.1.0:
|
|
5729
|
+
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
|
5730
|
+
engines: {node: '>=14'}
|
|
5731
|
+
|
|
5212
5732
|
simple-plist@1.3.1:
|
|
5213
5733
|
resolution: {integrity: sha512-iMSw5i0XseMnrhtIzRb7XpQEXepa9xhWxGUojHBL43SIpQuDQkh3Wpy67ZbDzZVr6EKxvwVChnVpdl8hEVLDiw==}
|
|
5214
5734
|
|
|
@@ -5298,10 +5818,17 @@ packages:
|
|
|
5298
5818
|
resolution: {integrity: sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==}
|
|
5299
5819
|
engines: {node: '>= 0.8'}
|
|
5300
5820
|
|
|
5821
|
+
stdin-discarder@0.2.2:
|
|
5822
|
+
resolution: {integrity: sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==}
|
|
5823
|
+
engines: {node: '>=18'}
|
|
5824
|
+
|
|
5301
5825
|
stop-iteration-iterator@1.1.0:
|
|
5302
5826
|
resolution: {integrity: sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==}
|
|
5303
5827
|
engines: {node: '>= 0.4'}
|
|
5304
5828
|
|
|
5829
|
+
stream-browserify@3.0.0:
|
|
5830
|
+
resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==}
|
|
5831
|
+
|
|
5305
5832
|
stream-buffers@2.2.0:
|
|
5306
5833
|
resolution: {integrity: sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==}
|
|
5307
5834
|
engines: {node: '>= 0.10.0'}
|
|
@@ -5326,6 +5853,10 @@ packages:
|
|
|
5326
5853
|
resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==}
|
|
5327
5854
|
engines: {node: '>=8'}
|
|
5328
5855
|
|
|
5856
|
+
string-width@8.1.0:
|
|
5857
|
+
resolution: {integrity: sha512-Kxl3KJGb/gxkaUMOjRsQ8IrXiGW75O4E3RPjFIINOVH8AMl2SQ/yWdTzWwF3FevIX9LcMAjJW+GRwAlAbTSXdg==}
|
|
5858
|
+
engines: {node: '>=20'}
|
|
5859
|
+
|
|
5329
5860
|
string.prototype.matchall@4.0.12:
|
|
5330
5861
|
resolution: {integrity: sha512-6CC9uyBL+/48dYizRf7H7VAYCMCNTBeM78x/VTUe9bFEaxBepPJDa1Ow99LqI/1yF7kuy7Q3cQsYMrcjGUcskA==}
|
|
5331
5862
|
engines: {node: '>= 0.4'}
|
|
@@ -5380,6 +5911,9 @@ packages:
|
|
|
5380
5911
|
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
|
|
5381
5912
|
engines: {node: '>=8'}
|
|
5382
5913
|
|
|
5914
|
+
strnum@2.1.2:
|
|
5915
|
+
resolution: {integrity: sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==}
|
|
5916
|
+
|
|
5383
5917
|
structured-headers@0.4.1:
|
|
5384
5918
|
resolution: {integrity: sha512-0MP/Cxx5SzeeZ10p/bZI0S6MpgD+yxAhi1BOQ34jgnMXsCq3j1t6tQnZu+KdlL7dvJTLT3g9xN8tl10TqgFMcg==}
|
|
5385
5919
|
|
|
@@ -5471,6 +6005,11 @@ packages:
|
|
|
5471
6005
|
resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==}
|
|
5472
6006
|
engines: {node: '>=12'}
|
|
5473
6007
|
|
|
6008
|
+
transliteration@2.6.1:
|
|
6009
|
+
resolution: {integrity: sha512-hJ9BhrQAOnNTbpOr1MxsNjZISkn7ppvF5TKUeFmTE1mG4ZPD/XVxF0L0LUoIUCWmQyxH0gJpVtfYLAWf298U9w==}
|
|
6010
|
+
engines: {node: '>=20.0.0'}
|
|
6011
|
+
hasBin: true
|
|
6012
|
+
|
|
5474
6013
|
ts-api-utils@2.4.0:
|
|
5475
6014
|
resolution: {integrity: sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==}
|
|
5476
6015
|
engines: {node: '>=18.12'}
|
|
@@ -5853,22 +6392,570 @@ packages:
|
|
|
5853
6392
|
resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==}
|
|
5854
6393
|
engines: {node: '>=12'}
|
|
5855
6394
|
|
|
5856
|
-
yocto-queue@0.1.0:
|
|
5857
|
-
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
5858
|
-
engines: {node: '>=10'}
|
|
6395
|
+
yocto-queue@0.1.0:
|
|
6396
|
+
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
|
6397
|
+
engines: {node: '>=10'}
|
|
6398
|
+
|
|
6399
|
+
yoctocolors@2.1.2:
|
|
6400
|
+
resolution: {integrity: sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==}
|
|
6401
|
+
engines: {node: '>=18'}
|
|
6402
|
+
|
|
6403
|
+
zod-validation-error@4.0.2:
|
|
6404
|
+
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
|
|
6405
|
+
engines: {node: '>=18.0.0'}
|
|
6406
|
+
peerDependencies:
|
|
6407
|
+
zod: ^3.25.0 || ^4.0.0
|
|
6408
|
+
|
|
6409
|
+
zod@4.3.6:
|
|
6410
|
+
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
|
6411
|
+
|
|
6412
|
+
snapshots:
|
|
6413
|
+
|
|
6414
|
+
'@0no-co/graphql.web@1.2.0': {}
|
|
6415
|
+
|
|
6416
|
+
'@aws-crypto/crc32@5.2.0':
|
|
6417
|
+
dependencies:
|
|
6418
|
+
'@aws-crypto/util': 5.2.0
|
|
6419
|
+
'@aws-sdk/types': 3.973.0
|
|
6420
|
+
tslib: 2.8.1
|
|
6421
|
+
|
|
6422
|
+
'@aws-crypto/crc32c@5.2.0':
|
|
6423
|
+
dependencies:
|
|
6424
|
+
'@aws-crypto/util': 5.2.0
|
|
6425
|
+
'@aws-sdk/types': 3.973.0
|
|
6426
|
+
tslib: 2.8.1
|
|
6427
|
+
|
|
6428
|
+
'@aws-crypto/sha1-browser@5.2.0':
|
|
6429
|
+
dependencies:
|
|
6430
|
+
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6431
|
+
'@aws-crypto/util': 5.2.0
|
|
6432
|
+
'@aws-sdk/types': 3.973.0
|
|
6433
|
+
'@aws-sdk/util-locate-window': 3.965.3
|
|
6434
|
+
'@smithy/util-utf8': 2.3.0
|
|
6435
|
+
tslib: 2.8.1
|
|
6436
|
+
|
|
6437
|
+
'@aws-crypto/sha256-browser@5.2.0':
|
|
6438
|
+
dependencies:
|
|
6439
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6440
|
+
'@aws-crypto/supports-web-crypto': 5.2.0
|
|
6441
|
+
'@aws-crypto/util': 5.2.0
|
|
6442
|
+
'@aws-sdk/types': 3.973.0
|
|
6443
|
+
'@aws-sdk/util-locate-window': 3.965.3
|
|
6444
|
+
'@smithy/util-utf8': 2.3.0
|
|
6445
|
+
tslib: 2.8.1
|
|
6446
|
+
|
|
6447
|
+
'@aws-crypto/sha256-js@5.2.0':
|
|
6448
|
+
dependencies:
|
|
6449
|
+
'@aws-crypto/util': 5.2.0
|
|
6450
|
+
'@aws-sdk/types': 3.973.0
|
|
6451
|
+
tslib: 2.8.1
|
|
6452
|
+
|
|
6453
|
+
'@aws-crypto/supports-web-crypto@5.2.0':
|
|
6454
|
+
dependencies:
|
|
6455
|
+
tslib: 2.8.1
|
|
6456
|
+
|
|
6457
|
+
'@aws-crypto/util@5.2.0':
|
|
6458
|
+
dependencies:
|
|
6459
|
+
'@aws-sdk/types': 3.973.0
|
|
6460
|
+
'@smithy/util-utf8': 2.3.0
|
|
6461
|
+
tslib: 2.8.1
|
|
6462
|
+
|
|
6463
|
+
'@aws-sdk/client-s3@3.975.0':
|
|
6464
|
+
dependencies:
|
|
6465
|
+
'@aws-crypto/sha1-browser': 5.2.0
|
|
6466
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6467
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6468
|
+
'@aws-sdk/core': 3.973.1
|
|
6469
|
+
'@aws-sdk/credential-provider-node': 3.972.1
|
|
6470
|
+
'@aws-sdk/middleware-bucket-endpoint': 3.972.1
|
|
6471
|
+
'@aws-sdk/middleware-expect-continue': 3.972.1
|
|
6472
|
+
'@aws-sdk/middleware-flexible-checksums': 3.972.1
|
|
6473
|
+
'@aws-sdk/middleware-host-header': 3.972.1
|
|
6474
|
+
'@aws-sdk/middleware-location-constraint': 3.972.1
|
|
6475
|
+
'@aws-sdk/middleware-logger': 3.972.1
|
|
6476
|
+
'@aws-sdk/middleware-recursion-detection': 3.972.1
|
|
6477
|
+
'@aws-sdk/middleware-sdk-s3': 3.972.2
|
|
6478
|
+
'@aws-sdk/middleware-ssec': 3.972.1
|
|
6479
|
+
'@aws-sdk/middleware-user-agent': 3.972.2
|
|
6480
|
+
'@aws-sdk/region-config-resolver': 3.972.1
|
|
6481
|
+
'@aws-sdk/signature-v4-multi-region': 3.972.0
|
|
6482
|
+
'@aws-sdk/types': 3.973.0
|
|
6483
|
+
'@aws-sdk/util-endpoints': 3.972.0
|
|
6484
|
+
'@aws-sdk/util-user-agent-browser': 3.972.1
|
|
6485
|
+
'@aws-sdk/util-user-agent-node': 3.972.1
|
|
6486
|
+
'@smithy/config-resolver': 4.4.6
|
|
6487
|
+
'@smithy/core': 3.21.1
|
|
6488
|
+
'@smithy/eventstream-serde-browser': 4.2.8
|
|
6489
|
+
'@smithy/eventstream-serde-config-resolver': 4.3.8
|
|
6490
|
+
'@smithy/eventstream-serde-node': 4.2.8
|
|
6491
|
+
'@smithy/fetch-http-handler': 5.3.9
|
|
6492
|
+
'@smithy/hash-blob-browser': 4.2.9
|
|
6493
|
+
'@smithy/hash-node': 4.2.8
|
|
6494
|
+
'@smithy/hash-stream-node': 4.2.8
|
|
6495
|
+
'@smithy/invalid-dependency': 4.2.8
|
|
6496
|
+
'@smithy/md5-js': 4.2.8
|
|
6497
|
+
'@smithy/middleware-content-length': 4.2.8
|
|
6498
|
+
'@smithy/middleware-endpoint': 4.4.11
|
|
6499
|
+
'@smithy/middleware-retry': 4.4.27
|
|
6500
|
+
'@smithy/middleware-serde': 4.2.9
|
|
6501
|
+
'@smithy/middleware-stack': 4.2.8
|
|
6502
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6503
|
+
'@smithy/node-http-handler': 4.4.8
|
|
6504
|
+
'@smithy/protocol-http': 5.3.8
|
|
6505
|
+
'@smithy/smithy-client': 4.10.12
|
|
6506
|
+
'@smithy/types': 4.12.0
|
|
6507
|
+
'@smithy/url-parser': 4.2.8
|
|
6508
|
+
'@smithy/util-base64': 4.3.0
|
|
6509
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6510
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6511
|
+
'@smithy/util-defaults-mode-browser': 4.3.26
|
|
6512
|
+
'@smithy/util-defaults-mode-node': 4.2.29
|
|
6513
|
+
'@smithy/util-endpoints': 3.2.8
|
|
6514
|
+
'@smithy/util-middleware': 4.2.8
|
|
6515
|
+
'@smithy/util-retry': 4.2.8
|
|
6516
|
+
'@smithy/util-stream': 4.5.10
|
|
6517
|
+
'@smithy/util-utf8': 4.2.0
|
|
6518
|
+
'@smithy/util-waiter': 4.2.8
|
|
6519
|
+
tslib: 2.8.1
|
|
6520
|
+
transitivePeerDependencies:
|
|
6521
|
+
- aws-crt
|
|
6522
|
+
|
|
6523
|
+
'@aws-sdk/client-sso@3.974.0':
|
|
6524
|
+
dependencies:
|
|
6525
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6526
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6527
|
+
'@aws-sdk/core': 3.973.1
|
|
6528
|
+
'@aws-sdk/middleware-host-header': 3.972.1
|
|
6529
|
+
'@aws-sdk/middleware-logger': 3.972.1
|
|
6530
|
+
'@aws-sdk/middleware-recursion-detection': 3.972.1
|
|
6531
|
+
'@aws-sdk/middleware-user-agent': 3.972.2
|
|
6532
|
+
'@aws-sdk/region-config-resolver': 3.972.1
|
|
6533
|
+
'@aws-sdk/types': 3.973.0
|
|
6534
|
+
'@aws-sdk/util-endpoints': 3.972.0
|
|
6535
|
+
'@aws-sdk/util-user-agent-browser': 3.972.1
|
|
6536
|
+
'@aws-sdk/util-user-agent-node': 3.972.1
|
|
6537
|
+
'@smithy/config-resolver': 4.4.6
|
|
6538
|
+
'@smithy/core': 3.21.1
|
|
6539
|
+
'@smithy/fetch-http-handler': 5.3.9
|
|
6540
|
+
'@smithy/hash-node': 4.2.8
|
|
6541
|
+
'@smithy/invalid-dependency': 4.2.8
|
|
6542
|
+
'@smithy/middleware-content-length': 4.2.8
|
|
6543
|
+
'@smithy/middleware-endpoint': 4.4.11
|
|
6544
|
+
'@smithy/middleware-retry': 4.4.27
|
|
6545
|
+
'@smithy/middleware-serde': 4.2.9
|
|
6546
|
+
'@smithy/middleware-stack': 4.2.8
|
|
6547
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6548
|
+
'@smithy/node-http-handler': 4.4.8
|
|
6549
|
+
'@smithy/protocol-http': 5.3.8
|
|
6550
|
+
'@smithy/smithy-client': 4.10.12
|
|
6551
|
+
'@smithy/types': 4.12.0
|
|
6552
|
+
'@smithy/url-parser': 4.2.8
|
|
6553
|
+
'@smithy/util-base64': 4.3.0
|
|
6554
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6555
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6556
|
+
'@smithy/util-defaults-mode-browser': 4.3.26
|
|
6557
|
+
'@smithy/util-defaults-mode-node': 4.2.29
|
|
6558
|
+
'@smithy/util-endpoints': 3.2.8
|
|
6559
|
+
'@smithy/util-middleware': 4.2.8
|
|
6560
|
+
'@smithy/util-retry': 4.2.8
|
|
6561
|
+
'@smithy/util-utf8': 4.2.0
|
|
6562
|
+
tslib: 2.8.1
|
|
6563
|
+
transitivePeerDependencies:
|
|
6564
|
+
- aws-crt
|
|
6565
|
+
|
|
6566
|
+
'@aws-sdk/core@3.972.0':
|
|
6567
|
+
dependencies:
|
|
6568
|
+
'@aws-sdk/types': 3.972.0
|
|
6569
|
+
'@aws-sdk/xml-builder': 3.972.0
|
|
6570
|
+
'@smithy/core': 3.21.1
|
|
6571
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6572
|
+
'@smithy/property-provider': 4.2.8
|
|
6573
|
+
'@smithy/protocol-http': 5.3.8
|
|
6574
|
+
'@smithy/signature-v4': 5.3.8
|
|
6575
|
+
'@smithy/smithy-client': 4.10.12
|
|
6576
|
+
'@smithy/types': 4.12.0
|
|
6577
|
+
'@smithy/util-base64': 4.3.0
|
|
6578
|
+
'@smithy/util-middleware': 4.2.8
|
|
6579
|
+
'@smithy/util-utf8': 4.2.0
|
|
6580
|
+
tslib: 2.8.1
|
|
6581
|
+
|
|
6582
|
+
'@aws-sdk/core@3.973.1':
|
|
6583
|
+
dependencies:
|
|
6584
|
+
'@aws-sdk/types': 3.973.0
|
|
6585
|
+
'@aws-sdk/xml-builder': 3.972.1
|
|
6586
|
+
'@smithy/core': 3.21.1
|
|
6587
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6588
|
+
'@smithy/property-provider': 4.2.8
|
|
6589
|
+
'@smithy/protocol-http': 5.3.8
|
|
6590
|
+
'@smithy/signature-v4': 5.3.8
|
|
6591
|
+
'@smithy/smithy-client': 4.10.12
|
|
6592
|
+
'@smithy/types': 4.12.0
|
|
6593
|
+
'@smithy/util-base64': 4.3.0
|
|
6594
|
+
'@smithy/util-middleware': 4.2.8
|
|
6595
|
+
'@smithy/util-utf8': 4.2.0
|
|
6596
|
+
tslib: 2.8.1
|
|
6597
|
+
|
|
6598
|
+
'@aws-sdk/crc64-nvme@3.972.0':
|
|
6599
|
+
dependencies:
|
|
6600
|
+
'@smithy/types': 4.12.0
|
|
6601
|
+
tslib: 2.8.1
|
|
6602
|
+
|
|
6603
|
+
'@aws-sdk/credential-provider-env@3.972.1':
|
|
6604
|
+
dependencies:
|
|
6605
|
+
'@aws-sdk/core': 3.973.1
|
|
6606
|
+
'@aws-sdk/types': 3.973.0
|
|
6607
|
+
'@smithy/property-provider': 4.2.8
|
|
6608
|
+
'@smithy/types': 4.12.0
|
|
6609
|
+
tslib: 2.8.1
|
|
6610
|
+
|
|
6611
|
+
'@aws-sdk/credential-provider-http@3.972.2':
|
|
6612
|
+
dependencies:
|
|
6613
|
+
'@aws-sdk/core': 3.973.1
|
|
6614
|
+
'@aws-sdk/types': 3.973.0
|
|
6615
|
+
'@smithy/fetch-http-handler': 5.3.9
|
|
6616
|
+
'@smithy/node-http-handler': 4.4.8
|
|
6617
|
+
'@smithy/property-provider': 4.2.8
|
|
6618
|
+
'@smithy/protocol-http': 5.3.8
|
|
6619
|
+
'@smithy/smithy-client': 4.10.12
|
|
6620
|
+
'@smithy/types': 4.12.0
|
|
6621
|
+
'@smithy/util-stream': 4.5.10
|
|
6622
|
+
tslib: 2.8.1
|
|
6623
|
+
|
|
6624
|
+
'@aws-sdk/credential-provider-ini@3.972.1':
|
|
6625
|
+
dependencies:
|
|
6626
|
+
'@aws-sdk/core': 3.973.1
|
|
6627
|
+
'@aws-sdk/credential-provider-env': 3.972.1
|
|
6628
|
+
'@aws-sdk/credential-provider-http': 3.972.2
|
|
6629
|
+
'@aws-sdk/credential-provider-login': 3.972.1
|
|
6630
|
+
'@aws-sdk/credential-provider-process': 3.972.1
|
|
6631
|
+
'@aws-sdk/credential-provider-sso': 3.972.1
|
|
6632
|
+
'@aws-sdk/credential-provider-web-identity': 3.972.1
|
|
6633
|
+
'@aws-sdk/nested-clients': 3.974.0
|
|
6634
|
+
'@aws-sdk/types': 3.973.0
|
|
6635
|
+
'@smithy/credential-provider-imds': 4.2.8
|
|
6636
|
+
'@smithy/property-provider': 4.2.8
|
|
6637
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6638
|
+
'@smithy/types': 4.12.0
|
|
6639
|
+
tslib: 2.8.1
|
|
6640
|
+
transitivePeerDependencies:
|
|
6641
|
+
- aws-crt
|
|
6642
|
+
|
|
6643
|
+
'@aws-sdk/credential-provider-login@3.972.1':
|
|
6644
|
+
dependencies:
|
|
6645
|
+
'@aws-sdk/core': 3.973.1
|
|
6646
|
+
'@aws-sdk/nested-clients': 3.974.0
|
|
6647
|
+
'@aws-sdk/types': 3.973.0
|
|
6648
|
+
'@smithy/property-provider': 4.2.8
|
|
6649
|
+
'@smithy/protocol-http': 5.3.8
|
|
6650
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6651
|
+
'@smithy/types': 4.12.0
|
|
6652
|
+
tslib: 2.8.1
|
|
6653
|
+
transitivePeerDependencies:
|
|
6654
|
+
- aws-crt
|
|
6655
|
+
|
|
6656
|
+
'@aws-sdk/credential-provider-node@3.972.1':
|
|
6657
|
+
dependencies:
|
|
6658
|
+
'@aws-sdk/credential-provider-env': 3.972.1
|
|
6659
|
+
'@aws-sdk/credential-provider-http': 3.972.2
|
|
6660
|
+
'@aws-sdk/credential-provider-ini': 3.972.1
|
|
6661
|
+
'@aws-sdk/credential-provider-process': 3.972.1
|
|
6662
|
+
'@aws-sdk/credential-provider-sso': 3.972.1
|
|
6663
|
+
'@aws-sdk/credential-provider-web-identity': 3.972.1
|
|
6664
|
+
'@aws-sdk/types': 3.973.0
|
|
6665
|
+
'@smithy/credential-provider-imds': 4.2.8
|
|
6666
|
+
'@smithy/property-provider': 4.2.8
|
|
6667
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6668
|
+
'@smithy/types': 4.12.0
|
|
6669
|
+
tslib: 2.8.1
|
|
6670
|
+
transitivePeerDependencies:
|
|
6671
|
+
- aws-crt
|
|
6672
|
+
|
|
6673
|
+
'@aws-sdk/credential-provider-process@3.972.1':
|
|
6674
|
+
dependencies:
|
|
6675
|
+
'@aws-sdk/core': 3.973.1
|
|
6676
|
+
'@aws-sdk/types': 3.973.0
|
|
6677
|
+
'@smithy/property-provider': 4.2.8
|
|
6678
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6679
|
+
'@smithy/types': 4.12.0
|
|
6680
|
+
tslib: 2.8.1
|
|
6681
|
+
|
|
6682
|
+
'@aws-sdk/credential-provider-sso@3.972.1':
|
|
6683
|
+
dependencies:
|
|
6684
|
+
'@aws-sdk/client-sso': 3.974.0
|
|
6685
|
+
'@aws-sdk/core': 3.973.1
|
|
6686
|
+
'@aws-sdk/token-providers': 3.974.0
|
|
6687
|
+
'@aws-sdk/types': 3.973.0
|
|
6688
|
+
'@smithy/property-provider': 4.2.8
|
|
6689
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6690
|
+
'@smithy/types': 4.12.0
|
|
6691
|
+
tslib: 2.8.1
|
|
6692
|
+
transitivePeerDependencies:
|
|
6693
|
+
- aws-crt
|
|
6694
|
+
|
|
6695
|
+
'@aws-sdk/credential-provider-web-identity@3.972.1':
|
|
6696
|
+
dependencies:
|
|
6697
|
+
'@aws-sdk/core': 3.973.1
|
|
6698
|
+
'@aws-sdk/nested-clients': 3.974.0
|
|
6699
|
+
'@aws-sdk/types': 3.973.0
|
|
6700
|
+
'@smithy/property-provider': 4.2.8
|
|
6701
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6702
|
+
'@smithy/types': 4.12.0
|
|
6703
|
+
tslib: 2.8.1
|
|
6704
|
+
transitivePeerDependencies:
|
|
6705
|
+
- aws-crt
|
|
6706
|
+
|
|
6707
|
+
'@aws-sdk/lib-storage@3.975.0(@aws-sdk/client-s3@3.975.0)':
|
|
6708
|
+
dependencies:
|
|
6709
|
+
'@aws-sdk/client-s3': 3.975.0
|
|
6710
|
+
'@smithy/abort-controller': 4.2.8
|
|
6711
|
+
'@smithy/middleware-endpoint': 4.4.11
|
|
6712
|
+
'@smithy/smithy-client': 4.10.12
|
|
6713
|
+
buffer: 5.6.0
|
|
6714
|
+
events: 3.3.0
|
|
6715
|
+
stream-browserify: 3.0.0
|
|
6716
|
+
tslib: 2.8.1
|
|
6717
|
+
|
|
6718
|
+
'@aws-sdk/middleware-bucket-endpoint@3.972.1':
|
|
6719
|
+
dependencies:
|
|
6720
|
+
'@aws-sdk/types': 3.973.0
|
|
6721
|
+
'@aws-sdk/util-arn-parser': 3.972.1
|
|
6722
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6723
|
+
'@smithy/protocol-http': 5.3.8
|
|
6724
|
+
'@smithy/types': 4.12.0
|
|
6725
|
+
'@smithy/util-config-provider': 4.2.0
|
|
6726
|
+
tslib: 2.8.1
|
|
6727
|
+
|
|
6728
|
+
'@aws-sdk/middleware-expect-continue@3.972.1':
|
|
6729
|
+
dependencies:
|
|
6730
|
+
'@aws-sdk/types': 3.973.0
|
|
6731
|
+
'@smithy/protocol-http': 5.3.8
|
|
6732
|
+
'@smithy/types': 4.12.0
|
|
6733
|
+
tslib: 2.8.1
|
|
6734
|
+
|
|
6735
|
+
'@aws-sdk/middleware-flexible-checksums@3.972.1':
|
|
6736
|
+
dependencies:
|
|
6737
|
+
'@aws-crypto/crc32': 5.2.0
|
|
6738
|
+
'@aws-crypto/crc32c': 5.2.0
|
|
6739
|
+
'@aws-crypto/util': 5.2.0
|
|
6740
|
+
'@aws-sdk/core': 3.973.1
|
|
6741
|
+
'@aws-sdk/crc64-nvme': 3.972.0
|
|
6742
|
+
'@aws-sdk/types': 3.973.0
|
|
6743
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
6744
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6745
|
+
'@smithy/protocol-http': 5.3.8
|
|
6746
|
+
'@smithy/types': 4.12.0
|
|
6747
|
+
'@smithy/util-middleware': 4.2.8
|
|
6748
|
+
'@smithy/util-stream': 4.5.10
|
|
6749
|
+
'@smithy/util-utf8': 4.2.0
|
|
6750
|
+
tslib: 2.8.1
|
|
6751
|
+
|
|
6752
|
+
'@aws-sdk/middleware-host-header@3.972.1':
|
|
6753
|
+
dependencies:
|
|
6754
|
+
'@aws-sdk/types': 3.973.0
|
|
6755
|
+
'@smithy/protocol-http': 5.3.8
|
|
6756
|
+
'@smithy/types': 4.12.0
|
|
6757
|
+
tslib: 2.8.1
|
|
6758
|
+
|
|
6759
|
+
'@aws-sdk/middleware-location-constraint@3.972.1':
|
|
6760
|
+
dependencies:
|
|
6761
|
+
'@aws-sdk/types': 3.973.0
|
|
6762
|
+
'@smithy/types': 4.12.0
|
|
6763
|
+
tslib: 2.8.1
|
|
6764
|
+
|
|
6765
|
+
'@aws-sdk/middleware-logger@3.972.1':
|
|
6766
|
+
dependencies:
|
|
6767
|
+
'@aws-sdk/types': 3.973.0
|
|
6768
|
+
'@smithy/types': 4.12.0
|
|
6769
|
+
tslib: 2.8.1
|
|
6770
|
+
|
|
6771
|
+
'@aws-sdk/middleware-recursion-detection@3.972.1':
|
|
6772
|
+
dependencies:
|
|
6773
|
+
'@aws-sdk/types': 3.973.0
|
|
6774
|
+
'@aws/lambda-invoke-store': 0.2.3
|
|
6775
|
+
'@smithy/protocol-http': 5.3.8
|
|
6776
|
+
'@smithy/types': 4.12.0
|
|
6777
|
+
tslib: 2.8.1
|
|
6778
|
+
|
|
6779
|
+
'@aws-sdk/middleware-sdk-s3@3.972.0':
|
|
6780
|
+
dependencies:
|
|
6781
|
+
'@aws-sdk/core': 3.972.0
|
|
6782
|
+
'@aws-sdk/types': 3.972.0
|
|
6783
|
+
'@aws-sdk/util-arn-parser': 3.972.0
|
|
6784
|
+
'@smithy/core': 3.21.1
|
|
6785
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6786
|
+
'@smithy/protocol-http': 5.3.8
|
|
6787
|
+
'@smithy/signature-v4': 5.3.8
|
|
6788
|
+
'@smithy/smithy-client': 4.10.12
|
|
6789
|
+
'@smithy/types': 4.12.0
|
|
6790
|
+
'@smithy/util-config-provider': 4.2.0
|
|
6791
|
+
'@smithy/util-middleware': 4.2.8
|
|
6792
|
+
'@smithy/util-stream': 4.5.10
|
|
6793
|
+
'@smithy/util-utf8': 4.2.0
|
|
6794
|
+
tslib: 2.8.1
|
|
6795
|
+
|
|
6796
|
+
'@aws-sdk/middleware-sdk-s3@3.972.2':
|
|
6797
|
+
dependencies:
|
|
6798
|
+
'@aws-sdk/core': 3.973.1
|
|
6799
|
+
'@aws-sdk/types': 3.973.0
|
|
6800
|
+
'@aws-sdk/util-arn-parser': 3.972.1
|
|
6801
|
+
'@smithy/core': 3.21.1
|
|
6802
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6803
|
+
'@smithy/protocol-http': 5.3.8
|
|
6804
|
+
'@smithy/signature-v4': 5.3.8
|
|
6805
|
+
'@smithy/smithy-client': 4.10.12
|
|
6806
|
+
'@smithy/types': 4.12.0
|
|
6807
|
+
'@smithy/util-config-provider': 4.2.0
|
|
6808
|
+
'@smithy/util-middleware': 4.2.8
|
|
6809
|
+
'@smithy/util-stream': 4.5.10
|
|
6810
|
+
'@smithy/util-utf8': 4.2.0
|
|
6811
|
+
tslib: 2.8.1
|
|
6812
|
+
|
|
6813
|
+
'@aws-sdk/middleware-ssec@3.972.1':
|
|
6814
|
+
dependencies:
|
|
6815
|
+
'@aws-sdk/types': 3.973.0
|
|
6816
|
+
'@smithy/types': 4.12.0
|
|
6817
|
+
tslib: 2.8.1
|
|
6818
|
+
|
|
6819
|
+
'@aws-sdk/middleware-user-agent@3.972.2':
|
|
6820
|
+
dependencies:
|
|
6821
|
+
'@aws-sdk/core': 3.973.1
|
|
6822
|
+
'@aws-sdk/types': 3.973.0
|
|
6823
|
+
'@aws-sdk/util-endpoints': 3.972.0
|
|
6824
|
+
'@smithy/core': 3.21.1
|
|
6825
|
+
'@smithy/protocol-http': 5.3.8
|
|
6826
|
+
'@smithy/types': 4.12.0
|
|
6827
|
+
tslib: 2.8.1
|
|
6828
|
+
|
|
6829
|
+
'@aws-sdk/nested-clients@3.974.0':
|
|
6830
|
+
dependencies:
|
|
6831
|
+
'@aws-crypto/sha256-browser': 5.2.0
|
|
6832
|
+
'@aws-crypto/sha256-js': 5.2.0
|
|
6833
|
+
'@aws-sdk/core': 3.973.1
|
|
6834
|
+
'@aws-sdk/middleware-host-header': 3.972.1
|
|
6835
|
+
'@aws-sdk/middleware-logger': 3.972.1
|
|
6836
|
+
'@aws-sdk/middleware-recursion-detection': 3.972.1
|
|
6837
|
+
'@aws-sdk/middleware-user-agent': 3.972.2
|
|
6838
|
+
'@aws-sdk/region-config-resolver': 3.972.1
|
|
6839
|
+
'@aws-sdk/types': 3.973.0
|
|
6840
|
+
'@aws-sdk/util-endpoints': 3.972.0
|
|
6841
|
+
'@aws-sdk/util-user-agent-browser': 3.972.1
|
|
6842
|
+
'@aws-sdk/util-user-agent-node': 3.972.1
|
|
6843
|
+
'@smithy/config-resolver': 4.4.6
|
|
6844
|
+
'@smithy/core': 3.21.1
|
|
6845
|
+
'@smithy/fetch-http-handler': 5.3.9
|
|
6846
|
+
'@smithy/hash-node': 4.2.8
|
|
6847
|
+
'@smithy/invalid-dependency': 4.2.8
|
|
6848
|
+
'@smithy/middleware-content-length': 4.2.8
|
|
6849
|
+
'@smithy/middleware-endpoint': 4.4.11
|
|
6850
|
+
'@smithy/middleware-retry': 4.4.27
|
|
6851
|
+
'@smithy/middleware-serde': 4.2.9
|
|
6852
|
+
'@smithy/middleware-stack': 4.2.8
|
|
6853
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6854
|
+
'@smithy/node-http-handler': 4.4.8
|
|
6855
|
+
'@smithy/protocol-http': 5.3.8
|
|
6856
|
+
'@smithy/smithy-client': 4.10.12
|
|
6857
|
+
'@smithy/types': 4.12.0
|
|
6858
|
+
'@smithy/url-parser': 4.2.8
|
|
6859
|
+
'@smithy/util-base64': 4.3.0
|
|
6860
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
6861
|
+
'@smithy/util-body-length-node': 4.2.1
|
|
6862
|
+
'@smithy/util-defaults-mode-browser': 4.3.26
|
|
6863
|
+
'@smithy/util-defaults-mode-node': 4.2.29
|
|
6864
|
+
'@smithy/util-endpoints': 3.2.8
|
|
6865
|
+
'@smithy/util-middleware': 4.2.8
|
|
6866
|
+
'@smithy/util-retry': 4.2.8
|
|
6867
|
+
'@smithy/util-utf8': 4.2.0
|
|
6868
|
+
tslib: 2.8.1
|
|
6869
|
+
transitivePeerDependencies:
|
|
6870
|
+
- aws-crt
|
|
6871
|
+
|
|
6872
|
+
'@aws-sdk/region-config-resolver@3.972.1':
|
|
6873
|
+
dependencies:
|
|
6874
|
+
'@aws-sdk/types': 3.973.0
|
|
6875
|
+
'@smithy/config-resolver': 4.4.6
|
|
6876
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6877
|
+
'@smithy/types': 4.12.0
|
|
6878
|
+
tslib: 2.8.1
|
|
6879
|
+
|
|
6880
|
+
'@aws-sdk/signature-v4-multi-region@3.972.0':
|
|
6881
|
+
dependencies:
|
|
6882
|
+
'@aws-sdk/middleware-sdk-s3': 3.972.0
|
|
6883
|
+
'@aws-sdk/types': 3.972.0
|
|
6884
|
+
'@smithy/protocol-http': 5.3.8
|
|
6885
|
+
'@smithy/signature-v4': 5.3.8
|
|
6886
|
+
'@smithy/types': 4.12.0
|
|
6887
|
+
tslib: 2.8.1
|
|
6888
|
+
|
|
6889
|
+
'@aws-sdk/token-providers@3.974.0':
|
|
6890
|
+
dependencies:
|
|
6891
|
+
'@aws-sdk/core': 3.973.1
|
|
6892
|
+
'@aws-sdk/nested-clients': 3.974.0
|
|
6893
|
+
'@aws-sdk/types': 3.973.0
|
|
6894
|
+
'@smithy/property-provider': 4.2.8
|
|
6895
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
6896
|
+
'@smithy/types': 4.12.0
|
|
6897
|
+
tslib: 2.8.1
|
|
6898
|
+
transitivePeerDependencies:
|
|
6899
|
+
- aws-crt
|
|
6900
|
+
|
|
6901
|
+
'@aws-sdk/types@3.972.0':
|
|
6902
|
+
dependencies:
|
|
6903
|
+
'@smithy/types': 4.12.0
|
|
6904
|
+
tslib: 2.8.1
|
|
6905
|
+
|
|
6906
|
+
'@aws-sdk/types@3.973.0':
|
|
6907
|
+
dependencies:
|
|
6908
|
+
'@smithy/types': 4.12.0
|
|
6909
|
+
tslib: 2.8.1
|
|
6910
|
+
|
|
6911
|
+
'@aws-sdk/util-arn-parser@3.972.0':
|
|
6912
|
+
dependencies:
|
|
6913
|
+
tslib: 2.8.1
|
|
6914
|
+
|
|
6915
|
+
'@aws-sdk/util-arn-parser@3.972.1':
|
|
6916
|
+
dependencies:
|
|
6917
|
+
tslib: 2.8.1
|
|
6918
|
+
|
|
6919
|
+
'@aws-sdk/util-endpoints@3.972.0':
|
|
6920
|
+
dependencies:
|
|
6921
|
+
'@aws-sdk/types': 3.972.0
|
|
6922
|
+
'@smithy/types': 4.12.0
|
|
6923
|
+
'@smithy/url-parser': 4.2.8
|
|
6924
|
+
'@smithy/util-endpoints': 3.2.8
|
|
6925
|
+
tslib: 2.8.1
|
|
6926
|
+
|
|
6927
|
+
'@aws-sdk/util-locate-window@3.965.3':
|
|
6928
|
+
dependencies:
|
|
6929
|
+
tslib: 2.8.1
|
|
6930
|
+
|
|
6931
|
+
'@aws-sdk/util-user-agent-browser@3.972.1':
|
|
6932
|
+
dependencies:
|
|
6933
|
+
'@aws-sdk/types': 3.973.0
|
|
6934
|
+
'@smithy/types': 4.12.0
|
|
6935
|
+
bowser: 2.13.1
|
|
6936
|
+
tslib: 2.8.1
|
|
5859
6937
|
|
|
5860
|
-
|
|
5861
|
-
|
|
5862
|
-
|
|
5863
|
-
|
|
5864
|
-
|
|
6938
|
+
'@aws-sdk/util-user-agent-node@3.972.1':
|
|
6939
|
+
dependencies:
|
|
6940
|
+
'@aws-sdk/middleware-user-agent': 3.972.2
|
|
6941
|
+
'@aws-sdk/types': 3.973.0
|
|
6942
|
+
'@smithy/node-config-provider': 4.3.8
|
|
6943
|
+
'@smithy/types': 4.12.0
|
|
6944
|
+
tslib: 2.8.1
|
|
5865
6945
|
|
|
5866
|
-
|
|
5867
|
-
|
|
6946
|
+
'@aws-sdk/xml-builder@3.972.0':
|
|
6947
|
+
dependencies:
|
|
6948
|
+
'@smithy/types': 4.12.0
|
|
6949
|
+
fast-xml-parser: 5.2.5
|
|
6950
|
+
tslib: 2.8.1
|
|
5868
6951
|
|
|
5869
|
-
|
|
6952
|
+
'@aws-sdk/xml-builder@3.972.1':
|
|
6953
|
+
dependencies:
|
|
6954
|
+
'@smithy/types': 4.12.0
|
|
6955
|
+
fast-xml-parser: 5.2.5
|
|
6956
|
+
tslib: 2.8.1
|
|
5870
6957
|
|
|
5871
|
-
'@
|
|
6958
|
+
'@aws/lambda-invoke-store@0.2.3': {}
|
|
5872
6959
|
|
|
5873
6960
|
'@babel/code-frame@7.10.4':
|
|
5874
6961
|
dependencies:
|
|
@@ -6640,7 +7727,7 @@ snapshots:
|
|
|
6640
7727
|
'@eslint/core': 0.17.0
|
|
6641
7728
|
levn: 0.4.1
|
|
6642
7729
|
|
|
6643
|
-
? '@expo/cli@54.0.22(expo-router@6.0.22(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.13)(expo-linking@8.0.11)(expo@54.0.32)(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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@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.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(expo@54.0.32(patch_hash=
|
|
7730
|
+
? '@expo/cli@54.0.22(expo-router@6.0.22(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.13)(expo-linking@8.0.11)(expo@54.0.32)(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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@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.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))'
|
|
6644
7731
|
: dependencies:
|
|
6645
7732
|
'@0no-co/graphql.web': 1.2.0
|
|
6646
7733
|
'@expo/code-signing-certificates': 0.0.6
|
|
@@ -6651,11 +7738,11 @@ snapshots:
|
|
|
6651
7738
|
'@expo/image-utils': 0.8.8
|
|
6652
7739
|
'@expo/json-file': 10.0.8
|
|
6653
7740
|
'@expo/metro': 54.2.0
|
|
6654
|
-
'@expo/metro-config': 54.0.14(expo@54.0.32(patch_hash=
|
|
7741
|
+
'@expo/metro-config': 54.0.14(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
6655
7742
|
'@expo/osascript': 2.3.8
|
|
6656
7743
|
'@expo/package-manager': 1.9.10
|
|
6657
7744
|
'@expo/plist': 0.4.8
|
|
6658
|
-
'@expo/prebuild-config': 54.0.8(expo@54.0.32(patch_hash=
|
|
7745
|
+
'@expo/prebuild-config': 54.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
6659
7746
|
'@expo/schema-utils': 0.1.8
|
|
6660
7747
|
'@expo/spawn-async': 1.7.2
|
|
6661
7748
|
'@expo/ws-tunnel': 1.0.6
|
|
@@ -6674,7 +7761,7 @@ snapshots:
|
|
|
6674
7761
|
connect: 3.7.0
|
|
6675
7762
|
debug: 4.4.3
|
|
6676
7763
|
env-editor: 0.4.2
|
|
6677
|
-
expo: 54.0.32(patch_hash=
|
|
7764
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
6678
7765
|
expo-server: 1.0.5
|
|
6679
7766
|
freeport-async: 2.0.0
|
|
6680
7767
|
getenv: 2.0.0
|
|
@@ -6816,7 +7903,7 @@ snapshots:
|
|
|
6816
7903
|
'@babel/code-frame': 7.10.4
|
|
6817
7904
|
json5: 2.2.3
|
|
6818
7905
|
|
|
6819
|
-
'@expo/metro-config@54.0.14(expo@54.0.32(patch_hash=
|
|
7906
|
+
'@expo/metro-config@54.0.14(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))':
|
|
6820
7907
|
dependencies:
|
|
6821
7908
|
'@babel/code-frame': 7.28.6
|
|
6822
7909
|
'@babel/core': 7.28.6
|
|
@@ -6840,7 +7927,7 @@ snapshots:
|
|
|
6840
7927
|
postcss: 8.4.49
|
|
6841
7928
|
resolve-from: 5.0.0
|
|
6842
7929
|
optionalDependencies:
|
|
6843
|
-
expo: 54.0.32(patch_hash=
|
|
7930
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
6844
7931
|
transitivePeerDependencies:
|
|
6845
7932
|
- bufferutil
|
|
6846
7933
|
- supports-color
|
|
@@ -6849,7 +7936,7 @@ snapshots:
|
|
|
6849
7936
|
'@expo/metro-runtime@6.1.2(expo@54.0.32)(react-dom@19.1.0(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
6850
7937
|
dependencies:
|
|
6851
7938
|
anser: 1.4.10
|
|
6852
|
-
expo: 54.0.32(patch_hash=
|
|
7939
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
6853
7940
|
pretty-format: 29.7.0
|
|
6854
7941
|
react: 19.1.0
|
|
6855
7942
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
@@ -6899,7 +7986,7 @@ snapshots:
|
|
|
6899
7986
|
base64-js: 1.5.1
|
|
6900
7987
|
xmlbuilder: 15.1.1
|
|
6901
7988
|
|
|
6902
|
-
'@expo/prebuild-config@54.0.8(expo@54.0.32(patch_hash=
|
|
7989
|
+
'@expo/prebuild-config@54.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))':
|
|
6903
7990
|
dependencies:
|
|
6904
7991
|
'@expo/config': 12.0.13
|
|
6905
7992
|
'@expo/config-plugins': 54.0.4
|
|
@@ -6908,7 +7995,7 @@ snapshots:
|
|
|
6908
7995
|
'@expo/json-file': 10.0.8
|
|
6909
7996
|
'@react-native/normalize-colors': 0.81.5
|
|
6910
7997
|
debug: 4.4.3
|
|
6911
|
-
expo: 54.0.32(patch_hash=
|
|
7998
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
6912
7999
|
resolve-from: 5.0.0
|
|
6913
8000
|
semver: 7.7.3
|
|
6914
8001
|
xml2js: 0.6.0
|
|
@@ -6925,9 +8012,9 @@ snapshots:
|
|
|
6925
8012
|
|
|
6926
8013
|
'@expo/sudo-prompt@9.3.2': {}
|
|
6927
8014
|
|
|
6928
|
-
'@expo/vector-icons@15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=
|
|
8015
|
+
'@expo/vector-icons@15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
6929
8016
|
dependencies:
|
|
6930
|
-
expo-font: 14.0.11(expo@54.0.32(patch_hash=
|
|
8017
|
+
expo-font: 14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
6931
8018
|
react: 19.1.0
|
|
6932
8019
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
6933
8020
|
|
|
@@ -7394,13 +8481,13 @@ snapshots:
|
|
|
7394
8481
|
merge-options: 3.0.4
|
|
7395
8482
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
7396
8483
|
|
|
7397
|
-
'@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=
|
|
8484
|
+
'@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)':
|
|
7398
8485
|
dependencies:
|
|
7399
8486
|
invariant: 2.2.4
|
|
7400
8487
|
react: 19.1.0
|
|
7401
8488
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
7402
8489
|
optionalDependencies:
|
|
7403
|
-
expo: 54.0.32(patch_hash=
|
|
8490
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
7404
8491
|
|
|
7405
8492
|
'@react-native-community/slider@5.1.2': {}
|
|
7406
8493
|
|
|
@@ -7612,6 +8699,344 @@ snapshots:
|
|
|
7612
8699
|
dependencies:
|
|
7613
8700
|
'@sinonjs/commons': 3.0.1
|
|
7614
8701
|
|
|
8702
|
+
'@smithy/abort-controller@4.2.8':
|
|
8703
|
+
dependencies:
|
|
8704
|
+
'@smithy/types': 4.12.0
|
|
8705
|
+
tslib: 2.8.1
|
|
8706
|
+
|
|
8707
|
+
'@smithy/chunked-blob-reader-native@4.2.1':
|
|
8708
|
+
dependencies:
|
|
8709
|
+
'@smithy/util-base64': 4.3.0
|
|
8710
|
+
tslib: 2.8.1
|
|
8711
|
+
|
|
8712
|
+
'@smithy/chunked-blob-reader@5.2.0':
|
|
8713
|
+
dependencies:
|
|
8714
|
+
tslib: 2.8.1
|
|
8715
|
+
|
|
8716
|
+
'@smithy/config-resolver@4.4.6':
|
|
8717
|
+
dependencies:
|
|
8718
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8719
|
+
'@smithy/types': 4.12.0
|
|
8720
|
+
'@smithy/util-config-provider': 4.2.0
|
|
8721
|
+
'@smithy/util-endpoints': 3.2.8
|
|
8722
|
+
'@smithy/util-middleware': 4.2.8
|
|
8723
|
+
tslib: 2.8.1
|
|
8724
|
+
|
|
8725
|
+
'@smithy/core@3.21.1':
|
|
8726
|
+
dependencies:
|
|
8727
|
+
'@smithy/middleware-serde': 4.2.9
|
|
8728
|
+
'@smithy/protocol-http': 5.3.8
|
|
8729
|
+
'@smithy/types': 4.12.0
|
|
8730
|
+
'@smithy/util-base64': 4.3.0
|
|
8731
|
+
'@smithy/util-body-length-browser': 4.2.0
|
|
8732
|
+
'@smithy/util-middleware': 4.2.8
|
|
8733
|
+
'@smithy/util-stream': 4.5.10
|
|
8734
|
+
'@smithy/util-utf8': 4.2.0
|
|
8735
|
+
'@smithy/uuid': 1.1.0
|
|
8736
|
+
tslib: 2.8.1
|
|
8737
|
+
|
|
8738
|
+
'@smithy/credential-provider-imds@4.2.8':
|
|
8739
|
+
dependencies:
|
|
8740
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8741
|
+
'@smithy/property-provider': 4.2.8
|
|
8742
|
+
'@smithy/types': 4.12.0
|
|
8743
|
+
'@smithy/url-parser': 4.2.8
|
|
8744
|
+
tslib: 2.8.1
|
|
8745
|
+
|
|
8746
|
+
'@smithy/eventstream-codec@4.2.8':
|
|
8747
|
+
dependencies:
|
|
8748
|
+
'@aws-crypto/crc32': 5.2.0
|
|
8749
|
+
'@smithy/types': 4.12.0
|
|
8750
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
8751
|
+
tslib: 2.8.1
|
|
8752
|
+
|
|
8753
|
+
'@smithy/eventstream-serde-browser@4.2.8':
|
|
8754
|
+
dependencies:
|
|
8755
|
+
'@smithy/eventstream-serde-universal': 4.2.8
|
|
8756
|
+
'@smithy/types': 4.12.0
|
|
8757
|
+
tslib: 2.8.1
|
|
8758
|
+
|
|
8759
|
+
'@smithy/eventstream-serde-config-resolver@4.3.8':
|
|
8760
|
+
dependencies:
|
|
8761
|
+
'@smithy/types': 4.12.0
|
|
8762
|
+
tslib: 2.8.1
|
|
8763
|
+
|
|
8764
|
+
'@smithy/eventstream-serde-node@4.2.8':
|
|
8765
|
+
dependencies:
|
|
8766
|
+
'@smithy/eventstream-serde-universal': 4.2.8
|
|
8767
|
+
'@smithy/types': 4.12.0
|
|
8768
|
+
tslib: 2.8.1
|
|
8769
|
+
|
|
8770
|
+
'@smithy/eventstream-serde-universal@4.2.8':
|
|
8771
|
+
dependencies:
|
|
8772
|
+
'@smithy/eventstream-codec': 4.2.8
|
|
8773
|
+
'@smithy/types': 4.12.0
|
|
8774
|
+
tslib: 2.8.1
|
|
8775
|
+
|
|
8776
|
+
'@smithy/fetch-http-handler@5.3.9':
|
|
8777
|
+
dependencies:
|
|
8778
|
+
'@smithy/protocol-http': 5.3.8
|
|
8779
|
+
'@smithy/querystring-builder': 4.2.8
|
|
8780
|
+
'@smithy/types': 4.12.0
|
|
8781
|
+
'@smithy/util-base64': 4.3.0
|
|
8782
|
+
tslib: 2.8.1
|
|
8783
|
+
|
|
8784
|
+
'@smithy/hash-blob-browser@4.2.9':
|
|
8785
|
+
dependencies:
|
|
8786
|
+
'@smithy/chunked-blob-reader': 5.2.0
|
|
8787
|
+
'@smithy/chunked-blob-reader-native': 4.2.1
|
|
8788
|
+
'@smithy/types': 4.12.0
|
|
8789
|
+
tslib: 2.8.1
|
|
8790
|
+
|
|
8791
|
+
'@smithy/hash-node@4.2.8':
|
|
8792
|
+
dependencies:
|
|
8793
|
+
'@smithy/types': 4.12.0
|
|
8794
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8795
|
+
'@smithy/util-utf8': 4.2.0
|
|
8796
|
+
tslib: 2.8.1
|
|
8797
|
+
|
|
8798
|
+
'@smithy/hash-stream-node@4.2.8':
|
|
8799
|
+
dependencies:
|
|
8800
|
+
'@smithy/types': 4.12.0
|
|
8801
|
+
'@smithy/util-utf8': 4.2.0
|
|
8802
|
+
tslib: 2.8.1
|
|
8803
|
+
|
|
8804
|
+
'@smithy/invalid-dependency@4.2.8':
|
|
8805
|
+
dependencies:
|
|
8806
|
+
'@smithy/types': 4.12.0
|
|
8807
|
+
tslib: 2.8.1
|
|
8808
|
+
|
|
8809
|
+
'@smithy/is-array-buffer@2.2.0':
|
|
8810
|
+
dependencies:
|
|
8811
|
+
tslib: 2.8.1
|
|
8812
|
+
|
|
8813
|
+
'@smithy/is-array-buffer@4.2.0':
|
|
8814
|
+
dependencies:
|
|
8815
|
+
tslib: 2.8.1
|
|
8816
|
+
|
|
8817
|
+
'@smithy/md5-js@4.2.8':
|
|
8818
|
+
dependencies:
|
|
8819
|
+
'@smithy/types': 4.12.0
|
|
8820
|
+
'@smithy/util-utf8': 4.2.0
|
|
8821
|
+
tslib: 2.8.1
|
|
8822
|
+
|
|
8823
|
+
'@smithy/middleware-content-length@4.2.8':
|
|
8824
|
+
dependencies:
|
|
8825
|
+
'@smithy/protocol-http': 5.3.8
|
|
8826
|
+
'@smithy/types': 4.12.0
|
|
8827
|
+
tslib: 2.8.1
|
|
8828
|
+
|
|
8829
|
+
'@smithy/middleware-endpoint@4.4.11':
|
|
8830
|
+
dependencies:
|
|
8831
|
+
'@smithy/core': 3.21.1
|
|
8832
|
+
'@smithy/middleware-serde': 4.2.9
|
|
8833
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8834
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
8835
|
+
'@smithy/types': 4.12.0
|
|
8836
|
+
'@smithy/url-parser': 4.2.8
|
|
8837
|
+
'@smithy/util-middleware': 4.2.8
|
|
8838
|
+
tslib: 2.8.1
|
|
8839
|
+
|
|
8840
|
+
'@smithy/middleware-retry@4.4.27':
|
|
8841
|
+
dependencies:
|
|
8842
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8843
|
+
'@smithy/protocol-http': 5.3.8
|
|
8844
|
+
'@smithy/service-error-classification': 4.2.8
|
|
8845
|
+
'@smithy/smithy-client': 4.10.12
|
|
8846
|
+
'@smithy/types': 4.12.0
|
|
8847
|
+
'@smithy/util-middleware': 4.2.8
|
|
8848
|
+
'@smithy/util-retry': 4.2.8
|
|
8849
|
+
'@smithy/uuid': 1.1.0
|
|
8850
|
+
tslib: 2.8.1
|
|
8851
|
+
|
|
8852
|
+
'@smithy/middleware-serde@4.2.9':
|
|
8853
|
+
dependencies:
|
|
8854
|
+
'@smithy/protocol-http': 5.3.8
|
|
8855
|
+
'@smithy/types': 4.12.0
|
|
8856
|
+
tslib: 2.8.1
|
|
8857
|
+
|
|
8858
|
+
'@smithy/middleware-stack@4.2.8':
|
|
8859
|
+
dependencies:
|
|
8860
|
+
'@smithy/types': 4.12.0
|
|
8861
|
+
tslib: 2.8.1
|
|
8862
|
+
|
|
8863
|
+
'@smithy/node-config-provider@4.3.8':
|
|
8864
|
+
dependencies:
|
|
8865
|
+
'@smithy/property-provider': 4.2.8
|
|
8866
|
+
'@smithy/shared-ini-file-loader': 4.4.3
|
|
8867
|
+
'@smithy/types': 4.12.0
|
|
8868
|
+
tslib: 2.8.1
|
|
8869
|
+
|
|
8870
|
+
'@smithy/node-http-handler@4.4.8':
|
|
8871
|
+
dependencies:
|
|
8872
|
+
'@smithy/abort-controller': 4.2.8
|
|
8873
|
+
'@smithy/protocol-http': 5.3.8
|
|
8874
|
+
'@smithy/querystring-builder': 4.2.8
|
|
8875
|
+
'@smithy/types': 4.12.0
|
|
8876
|
+
tslib: 2.8.1
|
|
8877
|
+
|
|
8878
|
+
'@smithy/property-provider@4.2.8':
|
|
8879
|
+
dependencies:
|
|
8880
|
+
'@smithy/types': 4.12.0
|
|
8881
|
+
tslib: 2.8.1
|
|
8882
|
+
|
|
8883
|
+
'@smithy/protocol-http@5.3.8':
|
|
8884
|
+
dependencies:
|
|
8885
|
+
'@smithy/types': 4.12.0
|
|
8886
|
+
tslib: 2.8.1
|
|
8887
|
+
|
|
8888
|
+
'@smithy/querystring-builder@4.2.8':
|
|
8889
|
+
dependencies:
|
|
8890
|
+
'@smithy/types': 4.12.0
|
|
8891
|
+
'@smithy/util-uri-escape': 4.2.0
|
|
8892
|
+
tslib: 2.8.1
|
|
8893
|
+
|
|
8894
|
+
'@smithy/querystring-parser@4.2.8':
|
|
8895
|
+
dependencies:
|
|
8896
|
+
'@smithy/types': 4.12.0
|
|
8897
|
+
tslib: 2.8.1
|
|
8898
|
+
|
|
8899
|
+
'@smithy/service-error-classification@4.2.8':
|
|
8900
|
+
dependencies:
|
|
8901
|
+
'@smithy/types': 4.12.0
|
|
8902
|
+
|
|
8903
|
+
'@smithy/shared-ini-file-loader@4.4.3':
|
|
8904
|
+
dependencies:
|
|
8905
|
+
'@smithy/types': 4.12.0
|
|
8906
|
+
tslib: 2.8.1
|
|
8907
|
+
|
|
8908
|
+
'@smithy/signature-v4@5.3.8':
|
|
8909
|
+
dependencies:
|
|
8910
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
8911
|
+
'@smithy/protocol-http': 5.3.8
|
|
8912
|
+
'@smithy/types': 4.12.0
|
|
8913
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
8914
|
+
'@smithy/util-middleware': 4.2.8
|
|
8915
|
+
'@smithy/util-uri-escape': 4.2.0
|
|
8916
|
+
'@smithy/util-utf8': 4.2.0
|
|
8917
|
+
tslib: 2.8.1
|
|
8918
|
+
|
|
8919
|
+
'@smithy/smithy-client@4.10.12':
|
|
8920
|
+
dependencies:
|
|
8921
|
+
'@smithy/core': 3.21.1
|
|
8922
|
+
'@smithy/middleware-endpoint': 4.4.11
|
|
8923
|
+
'@smithy/middleware-stack': 4.2.8
|
|
8924
|
+
'@smithy/protocol-http': 5.3.8
|
|
8925
|
+
'@smithy/types': 4.12.0
|
|
8926
|
+
'@smithy/util-stream': 4.5.10
|
|
8927
|
+
tslib: 2.8.1
|
|
8928
|
+
|
|
8929
|
+
'@smithy/types@4.12.0':
|
|
8930
|
+
dependencies:
|
|
8931
|
+
tslib: 2.8.1
|
|
8932
|
+
|
|
8933
|
+
'@smithy/url-parser@4.2.8':
|
|
8934
|
+
dependencies:
|
|
8935
|
+
'@smithy/querystring-parser': 4.2.8
|
|
8936
|
+
'@smithy/types': 4.12.0
|
|
8937
|
+
tslib: 2.8.1
|
|
8938
|
+
|
|
8939
|
+
'@smithy/util-base64@4.3.0':
|
|
8940
|
+
dependencies:
|
|
8941
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
8942
|
+
'@smithy/util-utf8': 4.2.0
|
|
8943
|
+
tslib: 2.8.1
|
|
8944
|
+
|
|
8945
|
+
'@smithy/util-body-length-browser@4.2.0':
|
|
8946
|
+
dependencies:
|
|
8947
|
+
tslib: 2.8.1
|
|
8948
|
+
|
|
8949
|
+
'@smithy/util-body-length-node@4.2.1':
|
|
8950
|
+
dependencies:
|
|
8951
|
+
tslib: 2.8.1
|
|
8952
|
+
|
|
8953
|
+
'@smithy/util-buffer-from@2.2.0':
|
|
8954
|
+
dependencies:
|
|
8955
|
+
'@smithy/is-array-buffer': 2.2.0
|
|
8956
|
+
tslib: 2.8.1
|
|
8957
|
+
|
|
8958
|
+
'@smithy/util-buffer-from@4.2.0':
|
|
8959
|
+
dependencies:
|
|
8960
|
+
'@smithy/is-array-buffer': 4.2.0
|
|
8961
|
+
tslib: 2.8.1
|
|
8962
|
+
|
|
8963
|
+
'@smithy/util-config-provider@4.2.0':
|
|
8964
|
+
dependencies:
|
|
8965
|
+
tslib: 2.8.1
|
|
8966
|
+
|
|
8967
|
+
'@smithy/util-defaults-mode-browser@4.3.26':
|
|
8968
|
+
dependencies:
|
|
8969
|
+
'@smithy/property-provider': 4.2.8
|
|
8970
|
+
'@smithy/smithy-client': 4.10.12
|
|
8971
|
+
'@smithy/types': 4.12.0
|
|
8972
|
+
tslib: 2.8.1
|
|
8973
|
+
|
|
8974
|
+
'@smithy/util-defaults-mode-node@4.2.29':
|
|
8975
|
+
dependencies:
|
|
8976
|
+
'@smithy/config-resolver': 4.4.6
|
|
8977
|
+
'@smithy/credential-provider-imds': 4.2.8
|
|
8978
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8979
|
+
'@smithy/property-provider': 4.2.8
|
|
8980
|
+
'@smithy/smithy-client': 4.10.12
|
|
8981
|
+
'@smithy/types': 4.12.0
|
|
8982
|
+
tslib: 2.8.1
|
|
8983
|
+
|
|
8984
|
+
'@smithy/util-endpoints@3.2.8':
|
|
8985
|
+
dependencies:
|
|
8986
|
+
'@smithy/node-config-provider': 4.3.8
|
|
8987
|
+
'@smithy/types': 4.12.0
|
|
8988
|
+
tslib: 2.8.1
|
|
8989
|
+
|
|
8990
|
+
'@smithy/util-hex-encoding@4.2.0':
|
|
8991
|
+
dependencies:
|
|
8992
|
+
tslib: 2.8.1
|
|
8993
|
+
|
|
8994
|
+
'@smithy/util-middleware@4.2.8':
|
|
8995
|
+
dependencies:
|
|
8996
|
+
'@smithy/types': 4.12.0
|
|
8997
|
+
tslib: 2.8.1
|
|
8998
|
+
|
|
8999
|
+
'@smithy/util-retry@4.2.8':
|
|
9000
|
+
dependencies:
|
|
9001
|
+
'@smithy/service-error-classification': 4.2.8
|
|
9002
|
+
'@smithy/types': 4.12.0
|
|
9003
|
+
tslib: 2.8.1
|
|
9004
|
+
|
|
9005
|
+
'@smithy/util-stream@4.5.10':
|
|
9006
|
+
dependencies:
|
|
9007
|
+
'@smithy/fetch-http-handler': 5.3.9
|
|
9008
|
+
'@smithy/node-http-handler': 4.4.8
|
|
9009
|
+
'@smithy/types': 4.12.0
|
|
9010
|
+
'@smithy/util-base64': 4.3.0
|
|
9011
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
9012
|
+
'@smithy/util-hex-encoding': 4.2.0
|
|
9013
|
+
'@smithy/util-utf8': 4.2.0
|
|
9014
|
+
tslib: 2.8.1
|
|
9015
|
+
|
|
9016
|
+
'@smithy/util-uri-escape@4.2.0':
|
|
9017
|
+
dependencies:
|
|
9018
|
+
tslib: 2.8.1
|
|
9019
|
+
|
|
9020
|
+
'@smithy/util-utf8@2.3.0':
|
|
9021
|
+
dependencies:
|
|
9022
|
+
'@smithy/util-buffer-from': 2.2.0
|
|
9023
|
+
tslib: 2.8.1
|
|
9024
|
+
|
|
9025
|
+
'@smithy/util-utf8@4.2.0':
|
|
9026
|
+
dependencies:
|
|
9027
|
+
'@smithy/util-buffer-from': 4.2.0
|
|
9028
|
+
tslib: 2.8.1
|
|
9029
|
+
|
|
9030
|
+
'@smithy/util-waiter@4.2.8':
|
|
9031
|
+
dependencies:
|
|
9032
|
+
'@smithy/abort-controller': 4.2.8
|
|
9033
|
+
'@smithy/types': 4.12.0
|
|
9034
|
+
tslib: 2.8.1
|
|
9035
|
+
|
|
9036
|
+
'@smithy/uuid@1.1.0':
|
|
9037
|
+
dependencies:
|
|
9038
|
+
tslib: 2.8.1
|
|
9039
|
+
|
|
7615
9040
|
'@tootallnate/once@2.0.0': {}
|
|
7616
9041
|
|
|
7617
9042
|
'@tybys/wasm-util@0.10.1':
|
|
@@ -8232,7 +9657,7 @@ snapshots:
|
|
|
8232
9657
|
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.28.6)
|
|
8233
9658
|
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.28.6)
|
|
8234
9659
|
|
|
8235
|
-
babel-preset-expo@54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=
|
|
9660
|
+
babel-preset-expo@54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2):
|
|
8236
9661
|
dependencies:
|
|
8237
9662
|
'@babel/helper-module-imports': 7.28.6
|
|
8238
9663
|
'@babel/plugin-proposal-decorators': 7.28.6(@babel/core@7.28.6)
|
|
@@ -8259,7 +9684,7 @@ snapshots:
|
|
|
8259
9684
|
resolve-from: 5.0.0
|
|
8260
9685
|
optionalDependencies:
|
|
8261
9686
|
'@babel/runtime': 7.28.6
|
|
8262
|
-
expo: 54.0.32(patch_hash=
|
|
9687
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
8263
9688
|
transitivePeerDependencies:
|
|
8264
9689
|
- '@babel/core'
|
|
8265
9690
|
- supports-color
|
|
@@ -8301,6 +9726,8 @@ snapshots:
|
|
|
8301
9726
|
|
|
8302
9727
|
boolbase@1.0.0: {}
|
|
8303
9728
|
|
|
9729
|
+
bowser@2.13.1: {}
|
|
9730
|
+
|
|
8304
9731
|
bplist-creator@0.1.0:
|
|
8305
9732
|
dependencies:
|
|
8306
9733
|
stream-buffers: 2.2.0
|
|
@@ -8340,6 +9767,11 @@ snapshots:
|
|
|
8340
9767
|
|
|
8341
9768
|
buffer-from@1.1.2: {}
|
|
8342
9769
|
|
|
9770
|
+
buffer@5.6.0:
|
|
9771
|
+
dependencies:
|
|
9772
|
+
base64-js: 1.5.1
|
|
9773
|
+
ieee754: 1.2.1
|
|
9774
|
+
|
|
8343
9775
|
buffer@5.7.1:
|
|
8344
9776
|
dependencies:
|
|
8345
9777
|
base64-js: 1.5.1
|
|
@@ -8394,6 +9826,8 @@ snapshots:
|
|
|
8394
9826
|
ansi-styles: 4.3.0
|
|
8395
9827
|
supports-color: 7.2.0
|
|
8396
9828
|
|
|
9829
|
+
chalk@5.6.2: {}
|
|
9830
|
+
|
|
8397
9831
|
char-regex@1.0.2: {}
|
|
8398
9832
|
|
|
8399
9833
|
char-regex@2.0.2: {}
|
|
@@ -8430,8 +9864,14 @@ snapshots:
|
|
|
8430
9864
|
dependencies:
|
|
8431
9865
|
restore-cursor: 2.0.0
|
|
8432
9866
|
|
|
9867
|
+
cli-cursor@5.0.0:
|
|
9868
|
+
dependencies:
|
|
9869
|
+
restore-cursor: 5.1.0
|
|
9870
|
+
|
|
8433
9871
|
cli-spinners@2.9.2: {}
|
|
8434
9872
|
|
|
9873
|
+
cli-spinners@3.4.0: {}
|
|
9874
|
+
|
|
8435
9875
|
client-only@0.0.1: {}
|
|
8436
9876
|
|
|
8437
9877
|
cliui@7.0.4:
|
|
@@ -8480,6 +9920,8 @@ snapshots:
|
|
|
8480
9920
|
|
|
8481
9921
|
commander@12.1.0: {}
|
|
8482
9922
|
|
|
9923
|
+
commander@14.0.2: {}
|
|
9924
|
+
|
|
8483
9925
|
commander@2.20.3: {}
|
|
8484
9926
|
|
|
8485
9927
|
commander@4.1.1: {}
|
|
@@ -8555,19 +9997,56 @@ snapshots:
|
|
|
8555
9997
|
path-type: 4.0.0
|
|
8556
9998
|
yaml: 1.10.2
|
|
8557
9999
|
|
|
8558
|
-
coze-coding-dev-sdk@0.7.
|
|
10000
|
+
coze-coding-dev-sdk@0.7.4(@types/pg@8.16.0)(openai@6.16.0(ws@8.19.0)(zod@4.3.6))(ws@8.19.0):
|
|
8559
10001
|
dependencies:
|
|
10002
|
+
'@aws-sdk/client-s3': 3.975.0
|
|
10003
|
+
'@aws-sdk/lib-storage': 3.975.0(@aws-sdk/client-s3@3.975.0)
|
|
8560
10004
|
'@langchain/core': 1.1.17(openai@6.16.0(ws@8.19.0)(zod@4.3.6))
|
|
8561
10005
|
'@langchain/openai': 1.2.3(@langchain/core@1.1.17(openai@6.16.0(ws@8.19.0)(zod@4.3.6)))(ws@8.19.0)
|
|
8562
10006
|
axios: 1.13.3
|
|
8563
|
-
|
|
8564
|
-
|
|
10007
|
+
chalk: 5.6.2
|
|
10008
|
+
commander: 14.0.2
|
|
10009
|
+
drizzle-kit: 0.31.8
|
|
10010
|
+
drizzle-orm: 0.45.1(@types/pg@8.16.0)(pg@8.17.2)
|
|
10011
|
+
ora: 9.1.0
|
|
10012
|
+
pg: 8.17.2
|
|
10013
|
+
transliteration: 2.6.1
|
|
10014
|
+
transitivePeerDependencies:
|
|
10015
|
+
- '@aws-sdk/client-rds-data'
|
|
10016
|
+
- '@cloudflare/workers-types'
|
|
10017
|
+
- '@electric-sql/pglite'
|
|
10018
|
+
- '@libsql/client'
|
|
10019
|
+
- '@libsql/client-wasm'
|
|
10020
|
+
- '@neondatabase/serverless'
|
|
10021
|
+
- '@op-engineering/op-sqlite'
|
|
8565
10022
|
- '@opentelemetry/api'
|
|
8566
10023
|
- '@opentelemetry/exporter-trace-otlp-proto'
|
|
8567
10024
|
- '@opentelemetry/sdk-trace-base'
|
|
10025
|
+
- '@planetscale/database'
|
|
10026
|
+
- '@prisma/client'
|
|
10027
|
+
- '@tidbcloud/serverless'
|
|
10028
|
+
- '@types/better-sqlite3'
|
|
10029
|
+
- '@types/pg'
|
|
10030
|
+
- '@types/sql.js'
|
|
10031
|
+
- '@upstash/redis'
|
|
10032
|
+
- '@vercel/postgres'
|
|
10033
|
+
- '@xata.io/client'
|
|
10034
|
+
- aws-crt
|
|
10035
|
+
- better-sqlite3
|
|
10036
|
+
- bun-types
|
|
8568
10037
|
- debug
|
|
10038
|
+
- expo-sqlite
|
|
10039
|
+
- gel
|
|
10040
|
+
- knex
|
|
10041
|
+
- kysely
|
|
10042
|
+
- mysql2
|
|
8569
10043
|
- openai
|
|
8570
10044
|
- pg-native
|
|
10045
|
+
- postgres
|
|
10046
|
+
- prisma
|
|
10047
|
+
- sql.js
|
|
10048
|
+
- sqlite3
|
|
10049
|
+
- supports-color
|
|
8571
10050
|
- ws
|
|
8572
10051
|
|
|
8573
10052
|
create-jest@29.7.0(@types/node@25.0.10):
|
|
@@ -9176,6 +10655,8 @@ snapshots:
|
|
|
9176
10655
|
|
|
9177
10656
|
eventemitter3@4.0.7: {}
|
|
9178
10657
|
|
|
10658
|
+
events@3.3.0: {}
|
|
10659
|
+
|
|
9179
10660
|
exec-async@2.2.0: {}
|
|
9180
10661
|
|
|
9181
10662
|
execa@5.1.1:
|
|
@@ -9204,27 +10685,27 @@ snapshots:
|
|
|
9204
10685
|
jest-message-util: 29.7.0
|
|
9205
10686
|
jest-util: 29.7.0
|
|
9206
10687
|
|
|
9207
|
-
expo-application@7.0.8(expo@54.0.32(patch_hash=
|
|
10688
|
+
expo-application@7.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9208
10689
|
dependencies:
|
|
9209
|
-
expo: 54.0.32(patch_hash=
|
|
10690
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9210
10691
|
|
|
9211
|
-
expo-asset@12.0.12(expo@54.0.32(patch_hash=
|
|
10692
|
+
expo-asset@12.0.12(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9212
10693
|
dependencies:
|
|
9213
10694
|
'@expo/image-utils': 0.8.8
|
|
9214
|
-
expo: 54.0.32(patch_hash=
|
|
9215
|
-
expo-constants: 18.0.13(expo@54.0.32(patch_hash=
|
|
10695
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10696
|
+
expo-constants: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
9216
10697
|
react: 19.1.0
|
|
9217
10698
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9218
10699
|
transitivePeerDependencies:
|
|
9219
10700
|
- supports-color
|
|
9220
10701
|
|
|
9221
|
-
expo-auth-session@7.0.10(expo@54.0.32(patch_hash=
|
|
10702
|
+
expo-auth-session@7.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9222
10703
|
dependencies:
|
|
9223
|
-
expo-application: 7.0.8(expo@54.0.32(patch_hash=
|
|
9224
|
-
expo-constants: 18.0.13(expo@54.0.32(patch_hash=
|
|
9225
|
-
expo-crypto: 15.0.8(expo@54.0.32(patch_hash=
|
|
9226
|
-
expo-linking: 8.0.11(expo@54.0.32(patch_hash=
|
|
9227
|
-
expo-web-browser: 15.0.10(expo@54.0.32(patch_hash=
|
|
10704
|
+
expo-application: 7.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
10705
|
+
expo-constants: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
10706
|
+
expo-crypto: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
10707
|
+
expo-linking: 8.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10708
|
+
expo-web-browser: 15.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
9228
10709
|
invariant: 2.2.4
|
|
9229
10710
|
react: 19.1.0
|
|
9230
10711
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
@@ -9232,90 +10713,90 @@ snapshots:
|
|
|
9232
10713
|
- expo
|
|
9233
10714
|
- supports-color
|
|
9234
10715
|
|
|
9235
|
-
expo-av@16.0.8(expo@54.0.32(patch_hash=
|
|
10716
|
+
expo-av@16.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9236
10717
|
dependencies:
|
|
9237
|
-
expo: 54.0.32(patch_hash=
|
|
10718
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9238
10719
|
react: 19.1.0
|
|
9239
10720
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9240
10721
|
optionalDependencies:
|
|
9241
10722
|
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
9242
10723
|
|
|
9243
|
-
expo-blur@15.0.8(expo@54.0.32(patch_hash=
|
|
10724
|
+
expo-blur@15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9244
10725
|
dependencies:
|
|
9245
|
-
expo: 54.0.32(patch_hash=
|
|
10726
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9246
10727
|
react: 19.1.0
|
|
9247
10728
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9248
10729
|
|
|
9249
|
-
expo-camera@17.0.10(expo@54.0.32(patch_hash=
|
|
10730
|
+
expo-camera@17.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9250
10731
|
dependencies:
|
|
9251
|
-
expo: 54.0.32(patch_hash=
|
|
10732
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9252
10733
|
invariant: 2.2.4
|
|
9253
10734
|
react: 19.1.0
|
|
9254
10735
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9255
10736
|
optionalDependencies:
|
|
9256
10737
|
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
9257
10738
|
|
|
9258
|
-
expo-constants@18.0.13(expo@54.0.32(patch_hash=
|
|
10739
|
+
expo-constants@18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
9259
10740
|
dependencies:
|
|
9260
10741
|
'@expo/config': 12.0.13
|
|
9261
10742
|
'@expo/env': 2.0.8
|
|
9262
|
-
expo: 54.0.32(patch_hash=
|
|
10743
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9263
10744
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9264
10745
|
transitivePeerDependencies:
|
|
9265
10746
|
- supports-color
|
|
9266
10747
|
|
|
9267
|
-
expo-crypto@15.0.8(expo@54.0.32(patch_hash=
|
|
10748
|
+
expo-crypto@15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9268
10749
|
dependencies:
|
|
9269
10750
|
base64-js: 1.5.1
|
|
9270
|
-
expo: 54.0.32(patch_hash=
|
|
10751
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9271
10752
|
|
|
9272
|
-
expo-file-system@19.0.21(expo@54.0.32(patch_hash=
|
|
10753
|
+
expo-file-system@19.0.21(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
9273
10754
|
dependencies:
|
|
9274
|
-
expo: 54.0.32(patch_hash=
|
|
10755
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9275
10756
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9276
10757
|
|
|
9277
|
-
expo-font@14.0.11(expo@54.0.32(patch_hash=
|
|
10758
|
+
expo-font@14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9278
10759
|
dependencies:
|
|
9279
|
-
expo: 54.0.32(patch_hash=
|
|
10760
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9280
10761
|
fontfaceobserver: 2.3.0
|
|
9281
10762
|
react: 19.1.0
|
|
9282
10763
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9283
10764
|
|
|
9284
|
-
expo-haptics@15.0.8(expo@54.0.32(patch_hash=
|
|
10765
|
+
expo-haptics@15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9285
10766
|
dependencies:
|
|
9286
|
-
expo: 54.0.32(patch_hash=
|
|
10767
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9287
10768
|
|
|
9288
|
-
expo-image-loader@6.0.0(expo@54.0.32(patch_hash=
|
|
10769
|
+
expo-image-loader@6.0.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9289
10770
|
dependencies:
|
|
9290
|
-
expo: 54.0.32(patch_hash=
|
|
10771
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9291
10772
|
|
|
9292
|
-
expo-image-picker@17.0.10(expo@54.0.32(patch_hash=
|
|
10773
|
+
expo-image-picker@17.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9293
10774
|
dependencies:
|
|
9294
|
-
expo: 54.0.32(patch_hash=
|
|
9295
|
-
expo-image-loader: 6.0.0(expo@54.0.32(patch_hash=
|
|
10775
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10776
|
+
expo-image-loader: 6.0.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
9296
10777
|
|
|
9297
|
-
expo-image@3.0.11(expo@54.0.32(patch_hash=
|
|
10778
|
+
expo-image@3.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9298
10779
|
dependencies:
|
|
9299
|
-
expo: 54.0.32(patch_hash=
|
|
10780
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9300
10781
|
react: 19.1.0
|
|
9301
10782
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9302
10783
|
optionalDependencies:
|
|
9303
10784
|
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
9304
10785
|
|
|
9305
|
-
expo-keep-awake@15.0.8(expo@54.0.32(patch_hash=
|
|
10786
|
+
expo-keep-awake@15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react@19.1.0):
|
|
9306
10787
|
dependencies:
|
|
9307
|
-
expo: 54.0.32(patch_hash=
|
|
10788
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9308
10789
|
react: 19.1.0
|
|
9309
10790
|
|
|
9310
|
-
expo-linear-gradient@15.0.8(expo@54.0.32(patch_hash=
|
|
10791
|
+
expo-linear-gradient@15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9311
10792
|
dependencies:
|
|
9312
|
-
expo: 54.0.32(patch_hash=
|
|
10793
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9313
10794
|
react: 19.1.0
|
|
9314
10795
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9315
10796
|
|
|
9316
|
-
expo-linking@8.0.11(expo@54.0.32(patch_hash=
|
|
10797
|
+
expo-linking@8.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9317
10798
|
dependencies:
|
|
9318
|
-
expo-constants: 18.0.13(expo@54.0.32(patch_hash=
|
|
10799
|
+
expo-constants: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
9319
10800
|
invariant: 2.2.4
|
|
9320
10801
|
react: 19.1.0
|
|
9321
10802
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
@@ -9323,9 +10804,9 @@ snapshots:
|
|
|
9323
10804
|
- expo
|
|
9324
10805
|
- supports-color
|
|
9325
10806
|
|
|
9326
|
-
expo-location@19.0.8(expo@54.0.32(patch_hash=
|
|
10807
|
+
expo-location@19.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9327
10808
|
dependencies:
|
|
9328
|
-
expo: 54.0.32(patch_hash=
|
|
10809
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9329
10810
|
|
|
9330
10811
|
expo-modules-autolinking@3.0.24:
|
|
9331
10812
|
dependencies:
|
|
@@ -9353,9 +10834,9 @@ snapshots:
|
|
|
9353
10834
|
client-only: 0.0.1
|
|
9354
10835
|
debug: 4.4.3
|
|
9355
10836
|
escape-string-regexp: 4.0.0
|
|
9356
|
-
expo: 54.0.32(patch_hash=
|
|
9357
|
-
expo-constants: 18.0.13(expo@54.0.32(patch_hash=
|
|
9358
|
-
expo-linking: 8.0.11(expo@54.0.32(patch_hash=
|
|
10837
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10838
|
+
expo-constants: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
10839
|
+
expo-linking: 8.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9359
10840
|
expo-server: 1.0.5
|
|
9360
10841
|
fast-deep-equal: 3.1.3
|
|
9361
10842
|
invariant: 2.2.4
|
|
@@ -9386,10 +10867,10 @@ snapshots:
|
|
|
9386
10867
|
|
|
9387
10868
|
expo-server@1.0.5: {}
|
|
9388
10869
|
|
|
9389
|
-
expo-splash-screen@31.0.13(expo@54.0.32(patch_hash=
|
|
10870
|
+
expo-splash-screen@31.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)):
|
|
9390
10871
|
dependencies:
|
|
9391
|
-
'@expo/prebuild-config': 54.0.8(expo@54.0.32(patch_hash=
|
|
9392
|
-
expo: 54.0.32(patch_hash=
|
|
10872
|
+
'@expo/prebuild-config': 54.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
10873
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9393
10874
|
transitivePeerDependencies:
|
|
9394
10875
|
- supports-color
|
|
9395
10876
|
|
|
@@ -9399,46 +10880,46 @@ snapshots:
|
|
|
9399
10880
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9400
10881
|
react-native-is-edge-to-edge: 1.2.1(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9401
10882
|
|
|
9402
|
-
expo-symbols@1.0.8(expo@54.0.32(patch_hash=
|
|
10883
|
+
expo-symbols@1.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
9403
10884
|
dependencies:
|
|
9404
|
-
expo: 54.0.32(patch_hash=
|
|
10885
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9405
10886
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9406
10887
|
sf-symbols-typescript: 2.2.0
|
|
9407
10888
|
|
|
9408
|
-
expo-system-ui@6.0.9(expo@54.0.32(patch_hash=
|
|
10889
|
+
expo-system-ui@6.0.9(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
9409
10890
|
dependencies:
|
|
9410
10891
|
'@react-native/normalize-colors': 0.81.5
|
|
9411
10892
|
debug: 4.4.3
|
|
9412
|
-
expo: 54.0.32(patch_hash=
|
|
10893
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9413
10894
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9414
10895
|
optionalDependencies:
|
|
9415
10896
|
react-native-web: 0.21.2(react-dom@19.1.0(react@19.1.0))(react@19.1.0)
|
|
9416
10897
|
transitivePeerDependencies:
|
|
9417
10898
|
- supports-color
|
|
9418
10899
|
|
|
9419
|
-
expo-web-browser@15.0.10(expo@54.0.32(patch_hash=
|
|
10900
|
+
expo-web-browser@15.0.10(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
9420
10901
|
dependencies:
|
|
9421
|
-
expo: 54.0.32(patch_hash=
|
|
10902
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9422
10903
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
9423
10904
|
|
|
9424
|
-
expo@54.0.32(patch_hash=
|
|
10905
|
+
expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
9425
10906
|
dependencies:
|
|
9426
10907
|
'@babel/runtime': 7.28.6
|
|
9427
|
-
'@expo/cli': 54.0.22(expo-router@6.0.22(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.13)(expo-linking@8.0.11)(expo@54.0.32)(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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@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.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(expo@54.0.32(patch_hash=
|
|
10908
|
+
'@expo/cli': 54.0.22(expo-router@6.0.22(@expo/metro-runtime@6.1.2)(@react-native-masked-view/masked-view@0.3.2(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(@types/react@19.1.17)(expo-constants@18.0.13)(expo-linking@8.0.11)(expo@54.0.32)(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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native-reanimated@4.1.6(@babel/core@7.28.6)(react-native-worklets@0.5.1(@babel/core@7.28.6)(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@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.6)(@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.6)(@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.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
9428
10909
|
'@expo/config': 12.0.13
|
|
9429
10910
|
'@expo/config-plugins': 54.0.4
|
|
9430
10911
|
'@expo/devtools': 0.1.8(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9431
10912
|
'@expo/fingerprint': 0.15.4
|
|
9432
10913
|
'@expo/metro': 54.2.0
|
|
9433
|
-
'@expo/metro-config': 54.0.14(expo@54.0.32(patch_hash=
|
|
9434
|
-
'@expo/vector-icons': 15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=
|
|
10914
|
+
'@expo/metro-config': 54.0.14(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))
|
|
10915
|
+
'@expo/vector-icons': 15.0.3(expo-font@14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9435
10916
|
'@ungap/structured-clone': 1.3.0
|
|
9436
|
-
babel-preset-expo: 54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=
|
|
9437
|
-
expo-asset: 12.0.12(expo@54.0.32(patch_hash=
|
|
9438
|
-
expo-constants: 18.0.13(expo@54.0.32(patch_hash=
|
|
9439
|
-
expo-file-system: 19.0.21(expo@54.0.32(patch_hash=
|
|
9440
|
-
expo-font: 14.0.11(expo@54.0.32(patch_hash=
|
|
9441
|
-
expo-keep-awake: 15.0.8(expo@54.0.32(patch_hash=
|
|
10917
|
+
babel-preset-expo: 54.0.10(@babel/core@7.28.6)(@babel/runtime@7.28.6)(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-refresh@0.14.2)
|
|
10918
|
+
expo-asset: 12.0.12(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10919
|
+
expo-constants: 18.0.13(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
10920
|
+
expo-file-system: 19.0.21(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
10921
|
+
expo-font: 14.0.11(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10922
|
+
expo-keep-awake: 15.0.8(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react@19.1.0)
|
|
9442
10923
|
expo-modules-autolinking: 3.0.24
|
|
9443
10924
|
expo-modules-core: 3.0.29(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
9444
10925
|
pretty-format: 29.7.0
|
|
@@ -9501,6 +10982,10 @@ snapshots:
|
|
|
9501
10982
|
|
|
9502
10983
|
fast-levenshtein@2.0.6: {}
|
|
9503
10984
|
|
|
10985
|
+
fast-xml-parser@5.2.5:
|
|
10986
|
+
dependencies:
|
|
10987
|
+
strnum: 2.1.2
|
|
10988
|
+
|
|
9504
10989
|
fb-watchman@2.0.2:
|
|
9505
10990
|
dependencies:
|
|
9506
10991
|
bser: 2.1.1
|
|
@@ -9639,6 +11124,8 @@ snapshots:
|
|
|
9639
11124
|
|
|
9640
11125
|
get-caller-file@2.0.5: {}
|
|
9641
11126
|
|
|
11127
|
+
get-east-asian-width@1.4.0: {}
|
|
11128
|
+
|
|
9642
11129
|
get-intrinsic@1.3.0:
|
|
9643
11130
|
dependencies:
|
|
9644
11131
|
call-bind-apply-helpers: 1.0.2
|
|
@@ -9972,6 +11459,8 @@ snapshots:
|
|
|
9972
11459
|
dependencies:
|
|
9973
11460
|
is-extglob: 2.1.1
|
|
9974
11461
|
|
|
11462
|
+
is-interactive@2.0.0: {}
|
|
11463
|
+
|
|
9975
11464
|
is-map@2.0.3: {}
|
|
9976
11465
|
|
|
9977
11466
|
is-negative-zero@2.0.3: {}
|
|
@@ -10019,6 +11508,8 @@ snapshots:
|
|
|
10019
11508
|
dependencies:
|
|
10020
11509
|
which-typed-array: 1.1.20
|
|
10021
11510
|
|
|
11511
|
+
is-unicode-supported@2.1.0: {}
|
|
11512
|
+
|
|
10022
11513
|
is-weakmap@2.0.2: {}
|
|
10023
11514
|
|
|
10024
11515
|
is-weakref@1.1.1:
|
|
@@ -10214,14 +11705,14 @@ snapshots:
|
|
|
10214
11705
|
jest-mock: 29.7.0
|
|
10215
11706
|
jest-util: 29.7.0
|
|
10216
11707
|
|
|
10217
|
-
jest-expo@54.0.16(@babel/core@7.28.6)(expo@54.0.32(patch_hash=
|
|
11708
|
+
jest-expo@54.0.16(@babel/core@7.28.6)(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(jest@29.7.0(@types/node@25.0.10))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0):
|
|
10218
11709
|
dependencies:
|
|
10219
11710
|
'@expo/config': 12.0.13
|
|
10220
11711
|
'@expo/json-file': 10.0.8
|
|
10221
11712
|
'@jest/create-cache-key-function': 29.7.0
|
|
10222
11713
|
'@jest/globals': 29.7.0
|
|
10223
11714
|
babel-jest: 29.7.0(@babel/core@7.28.6)
|
|
10224
|
-
expo: 54.0.32(patch_hash=
|
|
11715
|
+
expo: 54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
10225
11716
|
jest-environment-jsdom: 29.7.0
|
|
10226
11717
|
jest-snapshot: 29.7.0
|
|
10227
11718
|
jest-watch-select-projects: 2.0.0
|
|
@@ -10569,9 +12060,54 @@ snapshots:
|
|
|
10569
12060
|
transitivePeerDependencies:
|
|
10570
12061
|
- supports-color
|
|
10571
12062
|
|
|
12063
|
+
lightningcss-android-arm64@1.31.1:
|
|
12064
|
+
optional: true
|
|
12065
|
+
|
|
12066
|
+
lightningcss-darwin-arm64@1.31.1:
|
|
12067
|
+
optional: true
|
|
12068
|
+
|
|
12069
|
+
lightningcss-darwin-x64@1.31.1:
|
|
12070
|
+
optional: true
|
|
12071
|
+
|
|
12072
|
+
lightningcss-freebsd-x64@1.31.1:
|
|
12073
|
+
optional: true
|
|
12074
|
+
|
|
12075
|
+
lightningcss-linux-arm-gnueabihf@1.31.1:
|
|
12076
|
+
optional: true
|
|
12077
|
+
|
|
12078
|
+
lightningcss-linux-arm64-gnu@1.31.1:
|
|
12079
|
+
optional: true
|
|
12080
|
+
|
|
12081
|
+
lightningcss-linux-arm64-musl@1.31.1:
|
|
12082
|
+
optional: true
|
|
12083
|
+
|
|
12084
|
+
lightningcss-linux-x64-gnu@1.31.1:
|
|
12085
|
+
optional: true
|
|
12086
|
+
|
|
12087
|
+
lightningcss-linux-x64-musl@1.31.1:
|
|
12088
|
+
optional: true
|
|
12089
|
+
|
|
12090
|
+
lightningcss-win32-arm64-msvc@1.31.1:
|
|
12091
|
+
optional: true
|
|
12092
|
+
|
|
12093
|
+
lightningcss-win32-x64-msvc@1.31.1:
|
|
12094
|
+
optional: true
|
|
12095
|
+
|
|
10572
12096
|
lightningcss@1.31.1:
|
|
10573
12097
|
dependencies:
|
|
10574
12098
|
detect-libc: 2.1.2
|
|
12099
|
+
optionalDependencies:
|
|
12100
|
+
lightningcss-android-arm64: 1.31.1
|
|
12101
|
+
lightningcss-darwin-arm64: 1.31.1
|
|
12102
|
+
lightningcss-darwin-x64: 1.31.1
|
|
12103
|
+
lightningcss-freebsd-x64: 1.31.1
|
|
12104
|
+
lightningcss-linux-arm-gnueabihf: 1.31.1
|
|
12105
|
+
lightningcss-linux-arm64-gnu: 1.31.1
|
|
12106
|
+
lightningcss-linux-arm64-musl: 1.31.1
|
|
12107
|
+
lightningcss-linux-x64-gnu: 1.31.1
|
|
12108
|
+
lightningcss-linux-x64-musl: 1.31.1
|
|
12109
|
+
lightningcss-win32-arm64-msvc: 1.31.1
|
|
12110
|
+
lightningcss-win32-x64-msvc: 1.31.1
|
|
10575
12111
|
|
|
10576
12112
|
lines-and-columns@1.2.4: {}
|
|
10577
12113
|
|
|
@@ -10600,6 +12136,11 @@ snapshots:
|
|
|
10600
12136
|
dependencies:
|
|
10601
12137
|
chalk: 2.4.2
|
|
10602
12138
|
|
|
12139
|
+
log-symbols@7.0.1:
|
|
12140
|
+
dependencies:
|
|
12141
|
+
is-unicode-supported: 2.1.0
|
|
12142
|
+
yoctocolors: 2.1.2
|
|
12143
|
+
|
|
10603
12144
|
loose-envify@1.4.0:
|
|
10604
12145
|
dependencies:
|
|
10605
12146
|
js-tokens: 4.0.0
|
|
@@ -10840,6 +12381,8 @@ snapshots:
|
|
|
10840
12381
|
|
|
10841
12382
|
mimic-fn@2.1.0: {}
|
|
10842
12383
|
|
|
12384
|
+
mimic-function@5.0.1: {}
|
|
12385
|
+
|
|
10843
12386
|
minimatch@10.1.1:
|
|
10844
12387
|
dependencies:
|
|
10845
12388
|
'@isaacs/brace-expansion': 5.0.0
|
|
@@ -11017,6 +12560,10 @@ snapshots:
|
|
|
11017
12560
|
dependencies:
|
|
11018
12561
|
mimic-fn: 2.1.0
|
|
11019
12562
|
|
|
12563
|
+
onetime@7.0.0:
|
|
12564
|
+
dependencies:
|
|
12565
|
+
mimic-function: 5.0.1
|
|
12566
|
+
|
|
11020
12567
|
open@7.4.2:
|
|
11021
12568
|
dependencies:
|
|
11022
12569
|
is-docker: 2.2.1
|
|
@@ -11051,6 +12598,17 @@ snapshots:
|
|
|
11051
12598
|
strip-ansi: 5.2.0
|
|
11052
12599
|
wcwidth: 1.0.1
|
|
11053
12600
|
|
|
12601
|
+
ora@9.1.0:
|
|
12602
|
+
dependencies:
|
|
12603
|
+
chalk: 5.6.2
|
|
12604
|
+
cli-cursor: 5.0.0
|
|
12605
|
+
cli-spinners: 3.4.0
|
|
12606
|
+
is-interactive: 2.0.0
|
|
12607
|
+
is-unicode-supported: 2.1.0
|
|
12608
|
+
log-symbols: 7.0.1
|
|
12609
|
+
stdin-discarder: 0.2.2
|
|
12610
|
+
string-width: 8.1.0
|
|
12611
|
+
|
|
11054
12612
|
own-keys@1.0.1:
|
|
11055
12613
|
dependencies:
|
|
11056
12614
|
get-intrinsic: 1.3.0
|
|
@@ -11139,23 +12697,17 @@ snapshots:
|
|
|
11139
12697
|
|
|
11140
12698
|
paths-js@0.4.11: {}
|
|
11141
12699
|
|
|
11142
|
-
pg-cloudflare@1.
|
|
12700
|
+
pg-cloudflare@1.3.0:
|
|
11143
12701
|
optional: true
|
|
11144
12702
|
|
|
11145
12703
|
pg-connection-string@2.10.1: {}
|
|
11146
12704
|
|
|
11147
12705
|
pg-int8@1.0.1: {}
|
|
11148
12706
|
|
|
11149
|
-
pg-pool@3.10.1(pg@8.16.3):
|
|
11150
|
-
dependencies:
|
|
11151
|
-
pg: 8.16.3
|
|
11152
|
-
|
|
11153
12707
|
pg-pool@3.11.0(pg@8.17.2):
|
|
11154
12708
|
dependencies:
|
|
11155
12709
|
pg: 8.17.2
|
|
11156
12710
|
|
|
11157
|
-
pg-protocol@1.10.3: {}
|
|
11158
|
-
|
|
11159
12711
|
pg-protocol@1.11.0: {}
|
|
11160
12712
|
|
|
11161
12713
|
pg-types@2.2.0:
|
|
@@ -11166,16 +12718,6 @@ snapshots:
|
|
|
11166
12718
|
postgres-date: 1.0.7
|
|
11167
12719
|
postgres-interval: 1.2.0
|
|
11168
12720
|
|
|
11169
|
-
pg@8.16.3:
|
|
11170
|
-
dependencies:
|
|
11171
|
-
pg-connection-string: 2.10.1
|
|
11172
|
-
pg-pool: 3.10.1(pg@8.16.3)
|
|
11173
|
-
pg-protocol: 1.10.3
|
|
11174
|
-
pg-types: 2.2.0
|
|
11175
|
-
pgpass: 1.0.5
|
|
11176
|
-
optionalDependencies:
|
|
11177
|
-
pg-cloudflare: 1.2.7
|
|
11178
|
-
|
|
11179
12721
|
pg@8.17.2:
|
|
11180
12722
|
dependencies:
|
|
11181
12723
|
pg-connection-string: 2.10.1
|
|
@@ -11183,6 +12725,8 @@ snapshots:
|
|
|
11183
12725
|
pg-protocol: 1.11.0
|
|
11184
12726
|
pg-types: 2.2.0
|
|
11185
12727
|
pgpass: 1.0.5
|
|
12728
|
+
optionalDependencies:
|
|
12729
|
+
pg-cloudflare: 1.3.0
|
|
11186
12730
|
|
|
11187
12731
|
pgpass@1.0.5:
|
|
11188
12732
|
dependencies:
|
|
@@ -11386,9 +12930,9 @@ snapshots:
|
|
|
11386
12930
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
11387
12931
|
react-native-iphone-x-helper: 1.3.1(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))
|
|
11388
12932
|
|
|
11389
|
-
react-native-modal-datetime-picker@18.0.0(@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=
|
|
12933
|
+
react-native-modal-datetime-picker@18.0.0(@react-native-community/datetimepicker@8.6.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)):
|
|
11390
12934
|
dependencies:
|
|
11391
|
-
'@react-native-community/datetimepicker': 8.6.0(expo@54.0.32(patch_hash=
|
|
12935
|
+
'@react-native-community/datetimepicker': 8.6.0(expo@54.0.32(patch_hash=hy7mcnzy3sf5wr5pxopkiq3564)(@babel/core@7.28.6)(@expo/metro-runtime@6.1.2)(expo-router@6.0.22)(react-native-webview@13.15.0(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0))(react-native@0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0))(react@19.1.0)
|
|
11392
12936
|
prop-types: 15.8.1
|
|
11393
12937
|
react-native: 0.81.5(@babel/core@7.28.6)(@types/react@19.1.17)(react@19.1.0)
|
|
11394
12938
|
|
|
@@ -11674,6 +13218,11 @@ snapshots:
|
|
|
11674
13218
|
onetime: 2.0.1
|
|
11675
13219
|
signal-exit: 3.0.7
|
|
11676
13220
|
|
|
13221
|
+
restore-cursor@5.1.0:
|
|
13222
|
+
dependencies:
|
|
13223
|
+
onetime: 7.0.0
|
|
13224
|
+
signal-exit: 4.1.0
|
|
13225
|
+
|
|
11677
13226
|
rimraf@3.0.2:
|
|
11678
13227
|
dependencies:
|
|
11679
13228
|
glob: 7.2.3
|
|
@@ -11824,6 +13373,8 @@ snapshots:
|
|
|
11824
13373
|
|
|
11825
13374
|
signal-exit@3.0.7: {}
|
|
11826
13375
|
|
|
13376
|
+
signal-exit@4.1.0: {}
|
|
13377
|
+
|
|
11827
13378
|
simple-plist@1.3.1:
|
|
11828
13379
|
dependencies:
|
|
11829
13380
|
bplist-creator: 0.1.0
|
|
@@ -11899,11 +13450,18 @@ snapshots:
|
|
|
11899
13450
|
|
|
11900
13451
|
statuses@2.0.2: {}
|
|
11901
13452
|
|
|
13453
|
+
stdin-discarder@0.2.2: {}
|
|
13454
|
+
|
|
11902
13455
|
stop-iteration-iterator@1.1.0:
|
|
11903
13456
|
dependencies:
|
|
11904
13457
|
es-errors: 1.3.0
|
|
11905
13458
|
internal-slot: 1.1.0
|
|
11906
13459
|
|
|
13460
|
+
stream-browserify@3.0.0:
|
|
13461
|
+
dependencies:
|
|
13462
|
+
inherits: 2.0.4
|
|
13463
|
+
readable-stream: 3.6.2
|
|
13464
|
+
|
|
11907
13465
|
stream-buffers@2.2.0: {}
|
|
11908
13466
|
|
|
11909
13467
|
streamsearch@1.1.0: {}
|
|
@@ -11926,6 +13484,11 @@ snapshots:
|
|
|
11926
13484
|
is-fullwidth-code-point: 3.0.0
|
|
11927
13485
|
strip-ansi: 6.0.1
|
|
11928
13486
|
|
|
13487
|
+
string-width@8.1.0:
|
|
13488
|
+
dependencies:
|
|
13489
|
+
get-east-asian-width: 1.4.0
|
|
13490
|
+
strip-ansi: 7.1.2
|
|
13491
|
+
|
|
11929
13492
|
string.prototype.matchall@4.0.12:
|
|
11930
13493
|
dependencies:
|
|
11931
13494
|
call-bind: 1.0.8
|
|
@@ -11996,6 +13559,8 @@ snapshots:
|
|
|
11996
13559
|
|
|
11997
13560
|
strip-json-comments@3.1.1: {}
|
|
11998
13561
|
|
|
13562
|
+
strnum@2.1.2: {}
|
|
13563
|
+
|
|
11999
13564
|
structured-headers@0.4.1: {}
|
|
12000
13565
|
|
|
12001
13566
|
styleq@0.1.3: {}
|
|
@@ -12095,6 +13660,8 @@ snapshots:
|
|
|
12095
13660
|
dependencies:
|
|
12096
13661
|
punycode: 2.3.1
|
|
12097
13662
|
|
|
13663
|
+
transliteration@2.6.1: {}
|
|
13664
|
+
|
|
12098
13665
|
ts-api-utils@2.4.0(typescript@5.9.3):
|
|
12099
13666
|
dependencies:
|
|
12100
13667
|
typescript: 5.9.3
|
|
@@ -12477,6 +14044,8 @@ snapshots:
|
|
|
12477
14044
|
|
|
12478
14045
|
yocto-queue@0.1.0: {}
|
|
12479
14046
|
|
|
14047
|
+
yoctocolors@2.1.2: {}
|
|
14048
|
+
|
|
12480
14049
|
zod-validation-error@4.0.2(zod@4.3.6):
|
|
12481
14050
|
dependencies:
|
|
12482
14051
|
zod: 4.3.6
|