expo-template-blank-typescript 50.0.13 → 50.0.15
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/node_modules/.yarn-integrity +22 -20
- package/node_modules/@expo/cli/build/bin/cli +2 -2
- package/node_modules/@expo/cli/build/src/start/server/metro/MetroBundlerDevServer.js +1 -4
- package/node_modules/@expo/cli/build/src/start/server/metro/MetroBundlerDevServer.js.map +1 -1
- package/node_modules/@expo/cli/build/src/start/server/metro/instantiateMetro.js +16 -31
- package/node_modules/@expo/cli/build/src/start/server/metro/instantiateMetro.js.map +1 -1
- package/node_modules/@expo/cli/build/src/utils/analytics/rudderstackClient.js +2 -2
- package/node_modules/@expo/cli/node_modules/open/index.d.ts +153 -0
- package/node_modules/@expo/cli/node_modules/open/index.js +334 -0
- package/node_modules/{@react-native-community/cli-tools → @expo/cli}/node_modules/open/license +1 -1
- package/node_modules/{@react-native-community/cli-tools → @expo/cli}/node_modules/open/package.json +11 -8
- package/node_modules/@expo/cli/node_modules/open/readme.md +171 -0
- package/node_modules/{@react-native-community/cli-tools → @expo/cli}/node_modules/open/xdg-open +1 -1
- package/node_modules/@expo/cli/package.json +3 -3
- package/node_modules/@expo/metro-config/build/ExpoMetroConfig.d.ts +0 -1
- package/node_modules/@expo/metro-config/build/ExpoMetroConfig.js +1 -22
- package/node_modules/@expo/metro-config/build/ExpoMetroConfig.js.map +1 -1
- package/node_modules/@expo/metro-config/package.json +2 -2
- package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/CHANGELOG.md +0 -13
- package/node_modules/@expo/package-manager/node_modules/sudo-prompt/index.d.ts +1 -0
- package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/package.json +1 -1
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/LICENSE +21 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/middleware/index.d.ts +4 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/middleware/index.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/middleware/index.js +28 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/middleware/index.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/assets/blue-icon.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/assets/gray-icon.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/assets/orange-icon.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/assets/priority.wav +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/blue-icon.7726c7b7.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/debuggerWorker.aca173c4.js +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/debuggerWorker.aca173c4.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/debuggerWorker.js +79 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/debuggerWorker.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/gray-icon.c1916de4.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/index.css +66 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/index.html +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/index.js +206 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/index.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/orange-icon.f455ca44.png +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/priority.5583346b.wav +0 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/ui.e31bb0bc.css +2 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/ui.e31bb0bc.css.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/ui.e31bb0bc.js +19 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/build/ui/ui.e31bb0bc.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-debugger-ui/package.json +30 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/LICENSE +21 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/devToolsMiddleware.d.ts +15 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/devToolsMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/devToolsMiddleware.js +75 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/devToolsMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/index.d.ts +44 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/index.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/index.html +11 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/index.js +142 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/index.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/indexPageMiddleware.d.ts +10 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/indexPageMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/indexPageMiddleware.js +38 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/indexPageMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openStackFrameInEditorMiddleware.d.ts +7 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openStackFrameInEditorMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openStackFrameInEditorMiddleware.js +47 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openStackFrameInEditorMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openURLMiddleware.d.ts +4 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openURLMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openURLMiddleware.js +47 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/openURLMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/rawBodyMiddleware.d.ts +10 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/rawBodyMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/rawBodyMiddleware.js +25 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/rawBodyMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/securityHeadersMiddleware.d.ts +10 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/securityHeadersMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/securityHeadersMiddleware.js +26 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/securityHeadersMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/statusPageMiddleware.d.ts +14 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/statusPageMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/statusPageMiddleware.js +23 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/statusPageMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/systraceProfileMiddleware.d.ts +12 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/systraceProfileMiddleware.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/systraceProfileMiddleware.js +38 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/systraceProfileMiddleware.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createDebuggerProxyEndpoint.d.ts +14 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createDebuggerProxyEndpoint.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createDebuggerProxyEndpoint.js +104 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createDebuggerProxyEndpoint.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createEventsSocketEndpoint.d.ts +10 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createEventsSocketEndpoint.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createEventsSocketEndpoint.js +192 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createEventsSocketEndpoint.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createMessageSocketEndpoint.d.ts +12 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createMessageSocketEndpoint.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createMessageSocketEndpoint.js +207 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/build/websocket/createMessageSocketEndpoint.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-server-api/package.json +37 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/LICENSE +21 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/cacheManager.d.ts +18 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/cacheManager.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/cacheManager.js +119 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/cacheManager.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/doclink.d.ts +25 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/doclink.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/doclink.js +106 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/doclink.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/errors.d.ts +14 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/errors.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/errors.js +34 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/errors.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/fetch.d.ts +13 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/fetch.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/fetch.js +90 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/fetch.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findDevServerPort.d.ts +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findDevServerPort.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findDevServerPort.js +35 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findDevServerPort.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findPackageDependencyDir.d.ts +51 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findPackageDependencyDir.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findPackageDependencyDir.js +92 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findPackageDependencyDir.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findProjectRoot.d.ts +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findProjectRoot.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findProjectRoot.js +46 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/findProjectRoot.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getDefaultUserTerminal.d.ts +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getDefaultUserTerminal.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getDefaultUserTerminal.js +32 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getDefaultUserTerminal.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getNextPort.d.ts +12 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getNextPort.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getNextPort.js +34 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/getNextPort.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/handlePortUnavailable.d.ts +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/handlePortUnavailable.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/handlePortUnavailable.js +39 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/handlePortUnavailable.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/index.d.ts +21 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/index.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/index.js +197 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/index.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/isPackagerRunning.d.ts +20 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/isPackagerRunning.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/isPackagerRunning.js +47 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/isPackagerRunning.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDebugger.d.ts +11 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDebugger.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDebugger.js +24 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDebugger.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDefaultBrowser.d.ts +11 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDefaultBrowser.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDefaultBrowser.js +39 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchDefaultBrowser.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchEditor.d.ts +11 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchEditor.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchEditor.js +307 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchEditor.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchPackager.bat +7 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/launchPackager.command +12 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/loader.d.ts +24 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/loader.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/loader.js +64 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/loader.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/logger.d.ts +15 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/logger.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/logger.js +78 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/logger.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/port.d.ts +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/port.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/port.js +35 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/port.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/printRunDoctorTip.d.ts +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/printRunDoctorTip.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/printRunDoctorTip.js +24 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/printRunDoctorTip.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/prompt.d.ts +17 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/prompt.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/prompt.js +62 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/prompt.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/getLatestRelease.d.ts +15 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/getLatestRelease.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/getLatestRelease.js +126 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/getLatestRelease.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/index.d.ts +21 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/index.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/index.js +90 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/index.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/printNewRelease.d.ts +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/printNewRelease.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/printNewRelease.js +31 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/releaseChecker/printNewRelease.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/resolveNodeModuleDir.d.ts +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/resolveNodeModuleDir.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/resolveNodeModuleDir.js +23 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/resolveNodeModuleDir.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/runSudo.d.ts +2 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/runSudo.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/runSudo.js +28 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/runSudo.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/startServerInNewWindow.d.ts +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/startServerInNewWindow.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/startServerInNewWindow.js +114 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/startServerInNewWindow.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.d.ts +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.d.ts.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.js +20 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/build/throwIfNonAllowedProtocol.js.map +1 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/@react-native-community/cli-tools/package.json +41 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/LICENSE +15 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/README.md +637 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/bin/semver.js +197 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/classes/comparator.js +141 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/classes/index.js +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/classes/range.js +539 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/classes/semver.js +302 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/clean.js +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/cmp.js +52 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/coerce.js +52 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/compare-build.js +7 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/compare-loose.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/compare.js +5 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/diff.js +65 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/eq.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/gt.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/gte.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/inc.js +19 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/lt.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/lte.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/major.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/minor.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/neq.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/parse.js +16 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/patch.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/prerelease.js +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/rcompare.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/rsort.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/satisfies.js +10 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/sort.js +3 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/functions/valid.js +6 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/index.js +89 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/internal/constants.js +35 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/internal/debug.js +9 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/internal/identifiers.js +23 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/internal/parse-options.js +15 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/internal/re.js +212 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/package.json +87 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/preload.js +2 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/range.bnf +16 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/gtr.js +4 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/intersects.js +7 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/ltr.js +4 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/min-version.js +61 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/outside.js +80 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/simplify.js +47 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/subset.js +247 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/to-comparators.js +8 -0
- package/node_modules/@react-native/community-cli-plugin/node_modules/semver/ranges/valid.js +11 -0
- package/node_modules/@react-native/community-cli-plugin/package.json +4 -4
- package/node_modules/@react-native/debugger-frontend/BUILD_INFO +4 -4
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/core/host/host.js +1 -1
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/core/root/root.js +1 -1
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/entrypoints/devtools_app/devtools_app.js +1 -1
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/entrypoints/rn_inspector/rn_inspector.js +1 -1
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/entrypoints/worker_app/worker_app.js +1 -1
- package/node_modules/@react-native/debugger-frontend/dist/third-party/front_end/panels/network/network-meta.js +1 -1
- package/node_modules/@react-native/debugger-frontend/package.json +1 -1
- package/node_modules/@react-native/dev-middleware/dist/createDevMiddleware.js +1 -0
- package/node_modules/@react-native/dev-middleware/dist/middleware/openDebuggerMiddleware.js +2 -0
- package/node_modules/@react-native/dev-middleware/dist/types/Experiments.d.ts +4 -0
- package/node_modules/@react-native/dev-middleware/dist/types/Experiments.js.flow +5 -0
- package/node_modules/@react-native/dev-middleware/dist/utils/getDevToolsFrontendUrl.d.ts +2 -0
- package/node_modules/@react-native/dev-middleware/dist/utils/getDevToolsFrontendUrl.js +9 -2
- package/node_modules/@react-native/dev-middleware/dist/utils/getDevToolsFrontendUrl.js.flow +3 -0
- package/node_modules/@react-native/dev-middleware/package.json +2 -2
- package/node_modules/@react-native/virtualized-lists/Lists/VirtualizedList.js +2 -14
- package/node_modules/@react-native/virtualized-lists/package.json +1 -1
- package/node_modules/@types/react/README.md +1 -1
- package/node_modules/@types/react/index.d.ts +4 -5
- package/node_modules/@types/react/package.json +2 -2
- package/node_modules/@types/react/ts5.0/index.d.ts +2 -1
- package/node_modules/better-opn/node_modules/open/index.d.ts +153 -0
- package/node_modules/better-opn/node_modules/open/index.js +334 -0
- package/node_modules/{@expo/rudder-sdk-node/node_modules/uuid/LICENSE.md → better-opn/node_modules/open/license} +2 -2
- package/node_modules/better-opn/node_modules/open/package.json +61 -0
- package/node_modules/better-opn/node_modules/open/readme.md +171 -0
- package/node_modules/better-opn/node_modules/open/xdg-open +1066 -0
- package/node_modules/caniuse-lite/data/agents.js +1 -1
- package/node_modules/caniuse-lite/data/browserVersions.js +1 -1
- package/node_modules/caniuse-lite/data/features/aac.js +1 -1
- package/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
- package/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
- package/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
- package/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
- package/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
- package/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
- package/node_modules/caniuse-lite/data/features/apng.js +1 -1
- package/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
- package/node_modules/caniuse-lite/data/features/array-find.js +1 -1
- package/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
- package/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
- package/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
- package/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
- package/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
- package/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
- package/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
- package/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/audio.js +1 -1
- package/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
- package/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
- package/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
- package/node_modules/caniuse-lite/data/features/av1.js +1 -1
- package/node_modules/caniuse-lite/data/features/avif.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
- package/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
- package/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
- package/node_modules/caniuse-lite/data/features/beacon.js +1 -1
- package/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
- package/node_modules/caniuse-lite/data/features/bigint.js +1 -1
- package/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
- package/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
- package/node_modules/caniuse-lite/data/features/border-image.js +1 -1
- package/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
- package/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
- package/node_modules/caniuse-lite/data/features/brotli.js +1 -1
- package/node_modules/caniuse-lite/data/features/calc.js +1 -1
- package/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
- package/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
- package/node_modules/caniuse-lite/data/features/canvas.js +1 -1
- package/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
- package/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
- package/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
- package/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
- package/node_modules/caniuse-lite/data/features/classlist.js +1 -1
- package/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
- package/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
- package/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
- package/node_modules/caniuse-lite/data/features/colr.js +1 -1
- package/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
- package/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
- package/node_modules/caniuse-lite/data/features/console-time.js +1 -1
- package/node_modules/caniuse-lite/data/features/const.js +1 -1
- package/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
- package/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
- package/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
- package/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
- package/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/cors.js +1 -1
- package/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
- package/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
- package/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-all.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-has.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-scroll-timeline.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-table.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
- package/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
- package/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
- package/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
- package/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
- package/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
- package/node_modules/caniuse-lite/data/features/customevent.js +1 -1
- package/node_modules/caniuse-lite/data/features/datalist.js +1 -1
- package/node_modules/caniuse-lite/data/features/dataset.js +1 -1
- package/node_modules/caniuse-lite/data/features/datauri.js +1 -1
- package/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
- package/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
- package/node_modules/caniuse-lite/data/features/decorators.js +1 -1
- package/node_modules/caniuse-lite/data/features/details.js +1 -1
- package/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
- package/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
- package/node_modules/caniuse-lite/data/features/dialog.js +1 -1
- package/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
- package/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
- package/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
- package/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
- package/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
- package/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
- package/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
- package/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
- package/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
- package/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
- package/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
- package/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
- package/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
- package/node_modules/caniuse-lite/data/features/download.js +1 -1
- package/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
- package/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
- package/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
- package/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
- package/node_modules/caniuse-lite/data/features/eme.js +1 -1
- package/node_modules/caniuse-lite/data/features/eot.js +1 -1
- package/node_modules/caniuse-lite/data/features/es5.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
- package/node_modules/caniuse-lite/data/features/es6.js +1 -1
- package/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
- package/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
- package/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
- package/node_modules/caniuse-lite/data/features/fetch.js +1 -1
- package/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
- package/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
- package/node_modules/caniuse-lite/data/features/filereader.js +1 -1
- package/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
- package/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
- package/node_modules/caniuse-lite/data/features/flac.js +1 -1
- package/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
- package/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
- package/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
- package/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
- package/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
- package/node_modules/caniuse-lite/data/features/fontface.js +1 -1
- package/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
- package/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
- package/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
- package/node_modules/caniuse-lite/data/features/forms.js +1 -1
- package/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
- package/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
- package/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
- package/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
- package/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
- package/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
- package/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
- package/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
- package/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
- package/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
- package/node_modules/caniuse-lite/data/features/heif.js +1 -1
- package/node_modules/caniuse-lite/data/features/hevc.js +1 -1
- package/node_modules/caniuse-lite/data/features/hidden.js +1 -1
- package/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
- package/node_modules/caniuse-lite/data/features/history.js +1 -1
- package/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
- package/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
- package/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
- package/node_modules/caniuse-lite/data/features/http2.js +1 -1
- package/node_modules/caniuse-lite/data/features/http3.js +1 -1
- package/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
- package/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
- package/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
- package/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
- package/node_modules/caniuse-lite/data/features/ime.js +1 -1
- package/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
- package/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
- package/node_modules/caniuse-lite/data/features/imports.js +1 -1
- package/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
- package/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
- package/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
- package/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
- package/node_modules/caniuse-lite/data/features/innertext.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-color.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-event.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-number.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-range.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-search.js +1 -1
- package/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
- package/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
- package/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
- package/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
- package/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
- package/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
- package/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
- package/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
- package/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
- package/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
- package/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
- package/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
- package/node_modules/caniuse-lite/data/features/json.js +1 -1
- package/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
- package/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
- package/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
- package/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
- package/node_modules/caniuse-lite/data/features/let.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
- package/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
- package/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
- package/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
- package/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
- package/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
- package/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
- package/node_modules/caniuse-lite/data/features/mathml.js +1 -1
- package/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
- package/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
- package/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
- package/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
- package/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
- package/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
- package/node_modules/caniuse-lite/data/features/menu.js +1 -1
- package/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
- package/node_modules/caniuse-lite/data/features/meter.js +1 -1
- package/node_modules/caniuse-lite/data/features/midi.js +1 -1
- package/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
- package/node_modules/caniuse-lite/data/features/mp3.js +1 -1
- package/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
- package/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
- package/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
- package/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
- package/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
- package/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
- package/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
- package/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
- package/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
- package/node_modules/caniuse-lite/data/features/notifications.js +1 -1
- package/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
- package/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
- package/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
- package/node_modules/caniuse-lite/data/features/object-values.js +1 -1
- package/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
- package/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
- package/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
- package/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
- package/node_modules/caniuse-lite/data/features/ogv.js +1 -1
- package/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
- package/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
- package/node_modules/caniuse-lite/data/features/online-status.js +1 -1
- package/node_modules/caniuse-lite/data/features/opus.js +1 -1
- package/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
- package/node_modules/caniuse-lite/data/features/outline.js +1 -1
- package/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
- package/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
- package/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
- package/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
- package/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
- package/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
- package/node_modules/caniuse-lite/data/features/path2d.js +1 -1
- package/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
- package/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
- package/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
- package/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
- package/node_modules/caniuse-lite/data/features/picture.js +1 -1
- package/node_modules/caniuse-lite/data/features/ping.js +1 -1
- package/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
- package/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
- package/node_modules/caniuse-lite/data/features/pointer.js +1 -1
- package/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
- package/node_modules/caniuse-lite/data/features/portals.js +1 -1
- package/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
- package/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
- package/node_modules/caniuse-lite/data/features/progress.js +1 -1
- package/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
- package/node_modules/caniuse-lite/data/features/promises.js +1 -1
- package/node_modules/caniuse-lite/data/features/proximity.js +1 -1
- package/node_modules/caniuse-lite/data/features/proxy.js +1 -1
- package/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
- package/node_modules/caniuse-lite/data/features/push-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
- package/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
- package/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
- package/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
- package/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
- package/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
- package/node_modules/caniuse-lite/data/features/rellist.js +1 -1
- package/node_modules/caniuse-lite/data/features/rem.js +1 -1
- package/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
- package/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
- package/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
- package/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
- package/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
- package/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
- package/node_modules/caniuse-lite/data/features/ruby.js +1 -1
- package/node_modules/caniuse-lite/data/features/run-in.js +1 -1
- package/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
- package/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
- package/node_modules/caniuse-lite/data/features/script-async.js +1 -1
- package/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
- package/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
- package/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
- package/node_modules/caniuse-lite/data/features/sdch.js +1 -1
- package/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
- package/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
- package/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
- package/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
- package/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
- package/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
- package/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
- package/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
- package/node_modules/caniuse-lite/data/features/sni.js +1 -1
- package/node_modules/caniuse-lite/data/features/spdy.js +1 -1
- package/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
- package/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
- package/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
- package/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
- package/node_modules/caniuse-lite/data/features/srcset.js +1 -1
- package/node_modules/caniuse-lite/data/features/stream.js +1 -1
- package/node_modules/caniuse-lite/data/features/streams.js +1 -1
- package/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
- package/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
- package/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
- package/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
- package/node_modules/caniuse-lite/data/features/svg.js +1 -1
- package/node_modules/caniuse-lite/data/features/sxg.js +1 -1
- package/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
- package/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
- package/node_modules/caniuse-lite/data/features/template.js +1 -1
- package/node_modules/caniuse-lite/data/features/temporal.js +1 -1
- package/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
- package/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
- package/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
- package/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
- package/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
- package/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
- package/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
- package/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
- package/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
- package/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
- package/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
- package/node_modules/caniuse-lite/data/features/touch.js +1 -1
- package/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
- package/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
- package/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
- package/node_modules/caniuse-lite/data/features/ttf.js +1 -1
- package/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
- package/node_modules/caniuse-lite/data/features/u2f.js +1 -1
- package/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
- package/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
- package/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
- package/node_modules/caniuse-lite/data/features/url.js +1 -1
- package/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
- package/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
- package/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
- package/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
- package/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
- package/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
- package/node_modules/caniuse-lite/data/features/vibration.js +1 -1
- package/node_modules/caniuse-lite/data/features/video.js +1 -1
- package/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
- package/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
- package/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
- package/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
- package/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
- package/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
- package/node_modules/caniuse-lite/data/features/wasm.js +1 -1
- package/node_modules/caniuse-lite/data/features/wav.js +1 -1
- package/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
- package/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
- package/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
- package/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
- package/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
- package/node_modules/caniuse-lite/data/features/web-share.js +1 -1
- package/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
- package/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
- package/node_modules/caniuse-lite/data/features/webgl.js +1 -1
- package/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
- package/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
- package/node_modules/caniuse-lite/data/features/webhid.js +1 -1
- package/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
- package/node_modules/caniuse-lite/data/features/webm.js +1 -1
- package/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
- package/node_modules/caniuse-lite/data/features/webp.js +1 -1
- package/node_modules/caniuse-lite/data/features/websockets.js +1 -1
- package/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
- package/node_modules/caniuse-lite/data/features/webusb.js +1 -1
- package/node_modules/caniuse-lite/data/features/webvr.js +1 -1
- package/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
- package/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
- package/node_modules/caniuse-lite/data/features/webxr.js +1 -1
- package/node_modules/caniuse-lite/data/features/will-change.js +1 -1
- package/node_modules/caniuse-lite/data/features/woff.js +1 -1
- package/node_modules/caniuse-lite/data/features/woff2.js +1 -1
- package/node_modules/caniuse-lite/data/features/word-break.js +1 -1
- package/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
- package/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
- package/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
- package/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
- package/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
- package/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
- package/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
- package/node_modules/caniuse-lite/data/features/zstd.js +1 -1
- package/node_modules/caniuse-lite/package.json +1 -1
- package/node_modules/electron-to-chromium/full-chromium-versions.js +2 -1
- package/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/node_modules/electron-to-chromium/full-versions.js +2 -1
- package/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/node_modules/electron-to-chromium/package.json +1 -1
- package/node_modules/expo/android/build.gradle +2 -2
- package/node_modules/expo/bundledNativeModules.json +10 -10
- package/node_modules/expo/package.json +6 -6
- package/node_modules/expo-asset/CHANGELOG.md +4 -0
- package/node_modules/expo-asset/build/AssetSources.d.ts.map +1 -1
- package/node_modules/expo-asset/build/AssetSources.js +5 -1
- package/node_modules/expo-asset/build/AssetSources.js.map +1 -1
- package/node_modules/expo-asset/package.json +2 -2
- package/node_modules/expo-asset/src/AssetSources.ts +6 -1
- package/node_modules/expo-constants/CHANGELOG.md +4 -0
- package/node_modules/expo-constants/android/build.gradle +2 -2
- package/node_modules/expo-constants/package.json +3 -4
- package/node_modules/expo-file-system/CHANGELOG.md +4 -0
- package/node_modules/expo-file-system/android/build.gradle +2 -2
- package/node_modules/expo-file-system/package.json +2 -5
- package/node_modules/jscodeshift/node_modules/flow-parser/flow_parser.js +1 -1
- package/node_modules/jscodeshift/node_modules/flow-parser/package.json +1 -1
- package/node_modules/open/index.d.ts +26 -109
- package/node_modules/open/index.js +44 -244
- package/node_modules/open/license +1 -1
- package/node_modules/open/package.json +8 -11
- package/node_modules/open/readme.md +39 -97
- package/node_modules/open/xdg-open +1 -1
- package/node_modules/sudo-prompt/CHANGELOG.md +13 -0
- package/node_modules/sudo-prompt/index.d.ts +4 -1
- package/node_modules/sudo-prompt/package.json +1 -1
- package/node_modules/uuid/CHANGELOG.md +154 -44
- package/node_modules/uuid/LICENSE.md +4 -16
- package/node_modules/uuid/README.md +384 -155
- package/node_modules/uuid/package.json +105 -19
- package/node_modules/whatwg-fetch/README.md +2 -4
- package/node_modules/whatwg-fetch/dist/fetch.umd.js +2 -1
- package/node_modules/whatwg-fetch/fetch.js +2 -1
- package/node_modules/whatwg-fetch/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/@expo/bunyan/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@expo/bunyan/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@expo/bunyan/node_modules/uuid/README.md +0 -505
- package/node_modules/@expo/bunyan/node_modules/uuid/package.json +0 -135
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/CHANGELOG.md +0 -229
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/README.md +0 -505
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/rng.js +0 -19
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/stringify.js +0 -30
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/v35.js +0 -64
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/v4.js +0 -24
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/stringify.js +0 -29
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/v35.js +0 -64
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/v4.js +0 -24
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/rng-browser.js +0 -26
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/stringify.js +0 -39
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/v35.js +0 -78
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/v4.js +0 -37
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/package.json +0 -135
- package/node_modules/@expo/rudder-sdk-node/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/@react-native-community/cli-tools/node_modules/open/index.d.ts +0 -70
- package/node_modules/@react-native-community/cli-tools/node_modules/open/index.js +0 -134
- package/node_modules/@react-native-community/cli-tools/node_modules/open/readme.md +0 -113
- package/node_modules/@react-native-community/cli-tools/node_modules/sudo-prompt/index.d.ts +0 -4
- package/node_modules/uuid/AUTHORS +0 -5
- package/node_modules/uuid/bin/uuid +0 -65
- package/node_modules/uuid/index.js +0 -8
- package/node_modules/uuid/lib/bytesToUuid.js +0 -26
- package/node_modules/uuid/lib/md5-browser.js +0 -216
- package/node_modules/uuid/lib/md5.js +0 -25
- package/node_modules/uuid/lib/rng-browser.js +0 -34
- package/node_modules/uuid/lib/rng.js +0 -8
- package/node_modules/uuid/lib/sha1-browser.js +0 -89
- package/node_modules/uuid/lib/sha1.js +0 -25
- package/node_modules/uuid/lib/v35.js +0 -57
- package/node_modules/uuid/v1.js +0 -109
- package/node_modules/uuid/v3.js +0 -4
- package/node_modules/uuid/v4.js +0 -29
- package/node_modules/uuid/v5.js +0 -3
- /package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/LICENSE +0 -0
- /package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/README.md +0 -0
- /package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/index.js +0 -0
- /package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/test-concurrent.js +0 -0
- /package/node_modules/{@react-native-community/cli-tools → @expo/package-manager}/node_modules/sudo-prompt/test.js +0 -0
- /package/node_modules/{@react-native-community/cli-tools → open}/node_modules/is-wsl/index.js +0 -0
- /package/node_modules/{@react-native-community/cli-tools → open}/node_modules/is-wsl/license +0 -0
- /package/node_modules/{@react-native-community/cli-tools → open}/node_modules/is-wsl/package.json +0 -0
- /package/node_modules/{@react-native-community/cli-tools → open}/node_modules/is-wsl/readme.md +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/CONTRIBUTING.md +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/bin/uuid +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/index.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/md5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/nil.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/parse.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/regex.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/rng.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/sha1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/stringify.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/v1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/v3.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/v35.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/v4.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/v5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/validate.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-browser/version.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/index.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/md5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/nil.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/parse.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/regex.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/rng.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/sha1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/stringify.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/v1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/v3.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/v35.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/v4.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/v5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/validate.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/esm-node/version.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/index.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/md5-browser.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/md5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/nil.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/parse.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/regex.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/rng-browser.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/rng.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/sha1-browser.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/sha1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/stringify.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuid.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidNIL.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidParse.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidStringify.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidValidate.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidVersion.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidv1.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidv3.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidv4.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/umd/uuidv5.min.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/uuid-bin.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/v1.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/v3.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/v35.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/v4.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/v5.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/validate.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/dist/version.js +0 -0
- /package/node_modules/{@expo/bunyan/node_modules/uuid → uuid}/wrapper.mjs +0 -0
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"linkedModules": [],
|
|
8
8
|
"topLevelPatterns": [
|
|
9
9
|
"@babel/core@^7.20.0",
|
|
10
|
-
"@types/react@~18.2.
|
|
10
|
+
"@types/react@~18.2.45",
|
|
11
11
|
"expo-status-bar@~1.11.0",
|
|
12
|
-
"expo@~50.0.0-preview.
|
|
12
|
+
"expo@~50.0.0-preview.3",
|
|
13
13
|
"react-native@0.73.0",
|
|
14
14
|
"react@18.2.0",
|
|
15
15
|
"typescript@^5.1.3"
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"@babel/types@^7.23.6": "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd",
|
|
252
252
|
"@babel/types@^7.4.4": "https://registry.yarnpkg.com/@babel/types/-/types-7.23.6.tgz#be33fdb151e1f5a56877d704492c240fc71c7ccd",
|
|
253
253
|
"@expo/bunyan@^4.0.0": "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-4.0.0.tgz#be0c1de943c7987a9fbd309ea0b1acd605890c7b",
|
|
254
|
-
"@expo/cli@0.16.
|
|
254
|
+
"@expo/cli@0.16.2": "https://registry.yarnpkg.com/@expo/cli/-/cli-0.16.2.tgz#b0abf98f0386a022986c2307ae1f8f9f989260e2",
|
|
255
255
|
"@expo/code-signing-certificates@0.0.5": "https://registry.yarnpkg.com/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz#a693ff684fb20c4725dade4b88a6a9f96b02496c",
|
|
256
256
|
"@expo/config-plugins@7.8.0": "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-7.8.0.tgz#70fd87237faf6a5c3bf47277b67f7b22f9b12c05",
|
|
257
257
|
"@expo/config-plugins@~7.8.0": "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-7.8.0.tgz#70fd87237faf6a5c3bf47277b67f7b22f9b12c05",
|
|
@@ -264,8 +264,8 @@
|
|
|
264
264
|
"@expo/image-utils@^0.4.0": "https://registry.yarnpkg.com/@expo/image-utils/-/image-utils-0.4.0.tgz#5ddca7de3faaf1682d259ccc6c9cce5f96337578",
|
|
265
265
|
"@expo/json-file@^8.2.37": "https://registry.yarnpkg.com/@expo/json-file/-/json-file-8.2.37.tgz#9c02d3b42134907c69cc0a027b18671b69344049",
|
|
266
266
|
"@expo/json-file@~8.3.0": "https://registry.yarnpkg.com/@expo/json-file/-/json-file-8.3.0.tgz#fc84af77b532a4e9bfb5beafd0e3b7f692b6bd7e",
|
|
267
|
-
"@expo/metro-config@0.16.
|
|
268
|
-
"@expo/metro-config@~0.16.
|
|
267
|
+
"@expo/metro-config@0.16.1": "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.16.1.tgz#5fc41842e5e9fb0893a4227d2aeb0c2232131d05",
|
|
268
|
+
"@expo/metro-config@~0.16.1": "https://registry.yarnpkg.com/@expo/metro-config/-/metro-config-0.16.1.tgz#5fc41842e5e9fb0893a4227d2aeb0c2232131d05",
|
|
269
269
|
"@expo/osascript@^2.0.31": "https://registry.yarnpkg.com/@expo/osascript/-/osascript-2.0.33.tgz#e9dcc8da54466c11939074aa71a006024ea884b1",
|
|
270
270
|
"@expo/package-manager@^1.1.1": "https://registry.yarnpkg.com/@expo/package-manager/-/package-manager-1.1.2.tgz#e58c9bed4cbb829ebf2cbb80b8542600a6609bd1",
|
|
271
271
|
"@expo/plist@^0.1.0": "https://registry.yarnpkg.com/@expo/plist/-/plist-0.1.0.tgz#eabc95f951d14e10c87fd0443ee01d567371f058",
|
|
@@ -306,13 +306,16 @@
|
|
|
306
306
|
"@react-native-community/cli-clean@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-clean/-/cli-clean-12.1.1.tgz#4f92b3d5eaa301c9db3fef2cbbaf68b87652f6f1",
|
|
307
307
|
"@react-native-community/cli-config@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-config/-/cli-config-12.1.1.tgz#6fe932b6215f731b39eb54c800d1b068a2080666",
|
|
308
308
|
"@react-native-community/cli-debugger-ui@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.1.1.tgz#b2e3854f8f77d2f60f845a0a9553123cedfa4669",
|
|
309
|
+
"@react-native-community/cli-debugger-ui@12.3.0": "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-12.3.0.tgz#75bbb2082a369b3559e0dffa8bfeebf2a9107e3e",
|
|
309
310
|
"@react-native-community/cli-doctor@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-doctor/-/cli-doctor-12.1.1.tgz#e651a63c537ad7c9b8d9baa69e63947f5384a6bd",
|
|
310
311
|
"@react-native-community/cli-hermes@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-hermes/-/cli-hermes-12.1.1.tgz#9b48c91acb4db88aab648e92d4d1fe19cd0a6191",
|
|
311
312
|
"@react-native-community/cli-platform-android@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-platform-android/-/cli-platform-android-12.1.1.tgz#f6541ee07ee479ee0e1b082cbf4ff970737606e4",
|
|
312
313
|
"@react-native-community/cli-platform-ios@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-platform-ios/-/cli-platform-ios-12.1.1.tgz#399fc39279b8bd95f372c0f69180696b6f9767e1",
|
|
313
314
|
"@react-native-community/cli-plugin-metro@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-plugin-metro/-/cli-plugin-metro-12.1.1.tgz#446f829aa37caee7440d863a42d0f600a4713d8b",
|
|
314
315
|
"@react-native-community/cli-server-api@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.1.1.tgz#c00319cba3cdd1ba2cf82286cfa4aa3a6bc6a5b2",
|
|
316
|
+
"@react-native-community/cli-server-api@12.3.0": "https://registry.yarnpkg.com/@react-native-community/cli-server-api/-/cli-server-api-12.3.0.tgz#0460472d44c121d1db8a98ad1df811200c074fb3",
|
|
315
317
|
"@react-native-community/cli-tools@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.1.1.tgz#c70df5da2d3ad61e5e8ab70dd36d84a89c322b23",
|
|
318
|
+
"@react-native-community/cli-tools@12.3.0": "https://registry.yarnpkg.com/@react-native-community/cli-tools/-/cli-tools-12.3.0.tgz#d459a116e1a95034d3c9a6385069c9e2049fb2a6",
|
|
316
319
|
"@react-native-community/cli-types@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli-types/-/cli-types-12.1.1.tgz#5a5c0593f50dc394af5265364d0e919ba6134653",
|
|
317
320
|
"@react-native-community/cli@12.1.1": "https://registry.yarnpkg.com/@react-native-community/cli/-/cli-12.1.1.tgz#55e413ee620bea1e6b58c92dad2e9f196d3a5af2",
|
|
318
321
|
"@react-native/assets-registry@^0.73.1": "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.73.1.tgz#e2a6b73b16c183a270f338dc69c36039b3946e85",
|
|
@@ -322,16 +325,16 @@
|
|
|
322
325
|
"@react-native/babel-preset@^0.73.18": "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.73.18.tgz#0ff24ba35102d9ac071de8ab10706ccaee5e3e6f",
|
|
323
326
|
"@react-native/codegen@*": "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.73.2.tgz#58af4e4c3098f0e6338e88ec64412c014dd51519",
|
|
324
327
|
"@react-native/codegen@^0.73.2": "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.73.2.tgz#58af4e4c3098f0e6338e88ec64412c014dd51519",
|
|
325
|
-
"@react-native/community-cli-plugin@^0.73.10": "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.
|
|
326
|
-
"@react-native/debugger-frontend@^0.73.
|
|
327
|
-
"@react-native/dev-middleware@^0.73.
|
|
328
|
+
"@react-native/community-cli-plugin@^0.73.10": "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.73.11.tgz#8826cb81bb794408202e1ce7d87e45710eff1a9f",
|
|
329
|
+
"@react-native/debugger-frontend@^0.73.3": "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.73.3.tgz#033757614d2ada994c68a1deae78c1dd2ad33c2b",
|
|
330
|
+
"@react-native/dev-middleware@^0.73.6": "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.73.6.tgz#19ee210fddc3abb8eeb3da5f98711719ad032323",
|
|
328
331
|
"@react-native/gradle-plugin@^0.73.4": "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.73.4.tgz#aa55784a8c2b471aa89934db38c090d331baf23b",
|
|
329
332
|
"@react-native/js-polyfills@^0.73.1": "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.73.1.tgz#730b0a7aaab947ae6f8e5aa9d995e788977191ed",
|
|
330
333
|
"@react-native/metro-babel-transformer@^0.73.12": "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.73.12.tgz#6b9c391285a4e376ea4c7bc42667bed015fdeb7c",
|
|
331
334
|
"@react-native/normalize-color@^2.0.0": "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.1.0.tgz#939b87a9849e81687d3640c5efa2a486ac266f91",
|
|
332
335
|
"@react-native/normalize-colors@^0.73.0": "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.73.2.tgz#cc8e48fbae2bbfff53e12f209369e8d2e4cf34ec",
|
|
333
336
|
"@react-native/normalize-colors@^0.73.2": "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.73.2.tgz#cc8e48fbae2bbfff53e12f209369e8d2e4cf34ec",
|
|
334
|
-
"@react-native/virtualized-lists@^0.73.3": "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.73.
|
|
337
|
+
"@react-native/virtualized-lists@^0.73.3": "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.73.4.tgz#640e594775806f63685435b5d9c3d05c378ccd8c",
|
|
335
338
|
"@remix-run/node@^1.19.3": "https://registry.yarnpkg.com/@remix-run/node/-/node-1.19.3.tgz#d27e2f742fc45379525cb3fca466a883ca06d6c9",
|
|
336
339
|
"@remix-run/router@1.7.2": "https://registry.yarnpkg.com/@remix-run/router/-/router-1.7.2.tgz#cba1cf0a04bc04cb66027c51fa600e9cbc388bc8",
|
|
337
340
|
"@remix-run/server-runtime@1.19.3": "https://registry.yarnpkg.com/@remix-run/server-runtime/-/server-runtime-1.19.3.tgz#206b55337c266c5bc254878f8ff3cd5677cc60fb",
|
|
@@ -356,7 +359,7 @@
|
|
|
356
359
|
"@types/istanbul-reports@^3.0.0": "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz#0f03e3d2f670fbdac586e34b433783070cc16f54",
|
|
357
360
|
"@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-20.10.4.tgz#b246fd84d55d5b1b71bf51f964bd514409347198",
|
|
358
361
|
"@types/prop-types@*": "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563",
|
|
359
|
-
"@types/react@~18.2.
|
|
362
|
+
"@types/react@~18.2.45": "https://registry.yarnpkg.com/@types/react/-/react-18.2.45.tgz#253f4fac288e7e751ab3dc542000fb687422c15c",
|
|
360
363
|
"@types/scheduler@*": "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.8.tgz#ce5ace04cfeabe7ef87c0091e50752e36707deff",
|
|
361
364
|
"@types/stack-utils@^2.0.0": "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8",
|
|
362
365
|
"@types/yargs-parser@*": "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15",
|
|
@@ -445,7 +448,7 @@
|
|
|
445
448
|
"callsites@^2.0.0": "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50",
|
|
446
449
|
"camelcase@^5.0.0": "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320",
|
|
447
450
|
"camelcase@^6.2.0": "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a",
|
|
448
|
-
"caniuse-lite@^1.0.30001565": "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
451
|
+
"caniuse-lite@^1.0.30001565": "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz#b4e5c1fa786f733ab78fc70f592df6b3f23244ca",
|
|
449
452
|
"chalk@^2.0.1": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424",
|
|
450
453
|
"chalk@^2.4.2": "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424",
|
|
451
454
|
"chalk@^4.0.0": "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01",
|
|
@@ -536,7 +539,7 @@
|
|
|
536
539
|
"dotenv-expand@~10.0.0": "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-10.0.0.tgz#12605d00fb0af6d0a592e6558585784032e4ef37",
|
|
537
540
|
"dotenv@~16.0.3": "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07",
|
|
538
541
|
"ee-first@1.1.1": "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d",
|
|
539
|
-
"electron-to-chromium@^1.4.601": "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
542
|
+
"electron-to-chromium@^1.4.601": "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.612.tgz#350c6fd4201d677307519b931949fa64dae6a5cc",
|
|
540
543
|
"emoji-regex@^8.0.0": "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37",
|
|
541
544
|
"encodeurl@~1.0.2": "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
|
|
542
545
|
"end-of-stream@^1.1.0": "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
|
|
@@ -561,15 +564,16 @@
|
|
|
561
564
|
"execa@^1.0.0": "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8",
|
|
562
565
|
"execa@^5.0.0": "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd",
|
|
563
566
|
"execa@^5.1.1": "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd",
|
|
564
|
-
"expo-asset@~9.0.
|
|
565
|
-
"expo-constants@~15.4.0": "https://registry.yarnpkg.com/expo-constants/-/expo-constants-15.4.
|
|
566
|
-
"expo-file-system@~16.0.0": "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-16.0.
|
|
567
|
+
"expo-asset@~9.0.1": "https://registry.yarnpkg.com/expo-asset/-/expo-asset-9.0.1.tgz#85f3affa263a97d012d585819e742218bdb967c6",
|
|
568
|
+
"expo-constants@~15.4.0": "https://registry.yarnpkg.com/expo-constants/-/expo-constants-15.4.1.tgz#f76f347cf687b6630e1e3b9a385a4e42771671a4",
|
|
569
|
+
"expo-file-system@~16.0.0": "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-16.0.1.tgz#326b7c2f6e53e1a0eaafc9769578aafb3f9c9f43",
|
|
570
|
+
"expo-file-system@~16.0.1": "https://registry.yarnpkg.com/expo-file-system/-/expo-file-system-16.0.1.tgz#326b7c2f6e53e1a0eaafc9769578aafb3f9c9f43",
|
|
567
571
|
"expo-font@~11.10.0": "https://registry.yarnpkg.com/expo-font/-/expo-font-11.10.0.tgz#03bd0ad998f0295008572672f35e8018a84ea692",
|
|
568
572
|
"expo-keep-awake@~12.8.0": "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-12.8.0.tgz#c70b6b3a04ecedb3117cd334fe74be846c5a879b",
|
|
569
573
|
"expo-modules-autolinking@1.9.0": "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-1.9.0.tgz#5bb11b5e2013b46888c2124d90cbd89f8ee6d91b",
|
|
570
574
|
"expo-modules-core@1.11.1": "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.11.1.tgz#fb1e6d54c1c9565a2cca172f424d691d91ec02cb",
|
|
571
575
|
"expo-status-bar@~1.11.0": "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.11.0.tgz#38d81a29a4c031cd24580a1b9da084d88f589c9c",
|
|
572
|
-
"expo@~50.0.0-preview.
|
|
576
|
+
"expo@~50.0.0-preview.3": "https://registry.yarnpkg.com/expo/-/expo-50.0.0-preview.3.tgz#c19d9bec48bfe4fe65fc9c8dd214e168dc17d07d",
|
|
573
577
|
"fast-glob@^3.2.5": "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129",
|
|
574
578
|
"fast-glob@^3.2.9": "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129",
|
|
575
579
|
"fast-xml-parser@^4.0.12": "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.2.tgz#761e641260706d6e13251c4ef8e3f5694d4b0d79",
|
|
@@ -589,7 +593,7 @@
|
|
|
589
593
|
"find-up@~5.0.0": "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc",
|
|
590
594
|
"find-yarn-workspace-root@~2.0.0": "https://registry.yarnpkg.com/find-yarn-workspace-root/-/find-yarn-workspace-root-2.0.0.tgz#f47fb8d239c900eb78179aa81b66673eac88f7bd",
|
|
591
595
|
"flow-enums-runtime@^0.0.6": "https://registry.yarnpkg.com/flow-enums-runtime/-/flow-enums-runtime-0.0.6.tgz#5bb0cd1b0a3e471330f4d109039b7eba5cb3e787",
|
|
592
|
-
"flow-parser@0.*": "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.
|
|
596
|
+
"flow-parser@0.*": "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.224.0.tgz#02a6dd52e245691233a2cc49021ffd5563550652",
|
|
593
597
|
"flow-parser@^0.206.0": "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.206.0.tgz#f4f794f8026535278393308e01ea72f31000bfef",
|
|
594
598
|
"fontfaceobserver@^2.1.0": "https://registry.yarnpkg.com/fontfaceobserver/-/fontfaceobserver-2.3.0.tgz#5fb392116e75d5024b7ec8e4f2ce92106d1488c8",
|
|
595
599
|
"for-each@^0.3.3": "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e",
|
|
@@ -1104,8 +1108,6 @@
|
|
|
1104
1108
|
"util-deprecate@~1.0.1": "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf",
|
|
1105
1109
|
"util@^0.12.3": "https://registry.yarnpkg.com/util/-/util-0.12.5.tgz#5f17a6059b73db61a875668781a1c2b136bd6fbc",
|
|
1106
1110
|
"utils-merge@1.0.1": "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713",
|
|
1107
|
-
"uuid@^3.3.2": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee",
|
|
1108
|
-
"uuid@^3.4.0": "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee",
|
|
1109
1111
|
"uuid@^7.0.3": "https://registry.yarnpkg.com/uuid/-/uuid-7.0.3.tgz#c5c9f2c8cf25dc0a372c4df1441c41f5bd0c680b",
|
|
1110
1112
|
"uuid@^8.0.0": "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2",
|
|
1111
1113
|
"uuid@^8.3.2": "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2",
|
|
@@ -1119,7 +1121,7 @@
|
|
|
1119
1121
|
"web-streams-polyfill@^3.1.1": "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6",
|
|
1120
1122
|
"webidl-conversions@^3.0.0": "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871",
|
|
1121
1123
|
"webidl-conversions@^5.0.0": "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-5.0.0.tgz#ae59c8a00b121543a2acc65c0434f57b0fc11aff",
|
|
1122
|
-
"whatwg-fetch@^3.0.0": "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.
|
|
1124
|
+
"whatwg-fetch@^3.0.0": "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70",
|
|
1123
1125
|
"whatwg-url-without-unicode@8.0.0-3": "https://registry.yarnpkg.com/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz#ab6df4bf6caaa6c85a59f6e82c026151d4bb376b",
|
|
1124
1126
|
"whatwg-url@^5.0.0": "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d",
|
|
1125
1127
|
"which-module@^2.0.0": "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409",
|
|
@@ -137,7 +137,7 @@ const args = (0, _arg).default({
|
|
|
137
137
|
});
|
|
138
138
|
if (args["--version"]) {
|
|
139
139
|
// Version is added in the build script.
|
|
140
|
-
console.log("0.16.
|
|
140
|
+
console.log("0.16.2");
|
|
141
141
|
process.exit(0);
|
|
142
142
|
}
|
|
143
143
|
if (args["--non-interactive"]) {
|
|
@@ -271,7 +271,7 @@ commands[command]().then((exec)=>{
|
|
|
271
271
|
logEventAsync("action", {
|
|
272
272
|
action: `expo ${command}`,
|
|
273
273
|
source: "expo/cli",
|
|
274
|
-
source_version: "0.16.
|
|
274
|
+
source_version: "0.16.2"
|
|
275
275
|
});
|
|
276
276
|
}
|
|
277
277
|
});
|
|
@@ -291,10 +291,7 @@ class MetroBundlerDevServer extends _bundlerDevServer.BundlerDevServer {
|
|
|
291
291
|
const parsedOptions = {
|
|
292
292
|
port: options.port,
|
|
293
293
|
maxWorkers: options.maxWorkers,
|
|
294
|
-
resetCache: options.resetDevServer
|
|
295
|
-
// Use the unversioned metro config.
|
|
296
|
-
// TODO: Deprecate this property when expo-cli goes away.
|
|
297
|
-
unversioned: false
|
|
294
|
+
resetCache: options.resetDevServer
|
|
298
295
|
};
|
|
299
296
|
// Required for symbolication:
|
|
300
297
|
process.env.EXPO_DEV_SERVER_ORIGIN = `http://localhost:${options.port}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/start/server/metro/MetroBundlerDevServer.ts"],"sourcesContent":["/**\n * Copyright © 2022 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { getConfig } from '@expo/config';\nimport * as runtimeEnv from '@expo/env';\nimport { SerialAsset } from '@expo/metro-config/build/serializer/serializerAssets';\nimport chalk from 'chalk';\nimport { AssetData } from 'metro';\nimport fetch from 'node-fetch';\nimport path from 'path';\n\nimport { bundleApiRoute, rebundleApiRoute } from './bundleApiRoutes';\nimport { createRouteHandlerMiddleware } from './createServerRouteMiddleware';\nimport { ExpoRouterServerManifestV1, fetchManifest } from './fetchRouterManifest';\nimport { instantiateMetroAsync } from './instantiateMetro';\nimport { metroWatchTypeScriptFiles } from './metroWatchTypeScriptFiles';\nimport { getRouterDirectoryModuleIdWithManifest, isApiRouteConvention } from './router';\nimport { serializeHtmlWithAssets } from './serializeHtml';\nimport { observeApiRouteChanges, observeFileChanges } from './waitForMetroToObserveTypeScriptFile';\nimport { ExportAssetMap } from '../../../export/saveAssets';\nimport { Log } from '../../../log';\nimport getDevClientProperties from '../../../utils/analytics/getDevClientProperties';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { CommandError } from '../../../utils/errors';\nimport { getFreePortAsync } from '../../../utils/port';\nimport { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';\nimport { getStaticRenderFunctions } from '../getStaticRenderFunctions';\nimport { ContextModuleSourceMapsMiddleware } from '../middleware/ContextModuleSourceMapsMiddleware';\nimport { CreateFileMiddleware } from '../middleware/CreateFileMiddleware';\nimport { DevToolsPluginMiddleware } from '../middleware/DevToolsPluginMiddleware';\nimport { FaviconMiddleware } from '../middleware/FaviconMiddleware';\nimport { HistoryFallbackMiddleware } from '../middleware/HistoryFallbackMiddleware';\nimport { InterstitialPageMiddleware } from '../middleware/InterstitialPageMiddleware';\nimport { resolveMainModuleName } from '../middleware/ManifestMiddleware';\nimport { ReactDevToolsPageMiddleware } from '../middleware/ReactDevToolsPageMiddleware';\nimport {\n DeepLinkHandler,\n RuntimeRedirectMiddleware,\n} from '../middleware/RuntimeRedirectMiddleware';\nimport { ServeStaticMiddleware } from '../middleware/ServeStaticMiddleware';\nimport {\n shouldEnableAsyncImports,\n createBundleUrlPath,\n getBaseUrlFromExpoConfig,\n getAsyncRoutesFromExpoConfig,\n} from '../middleware/metroOptions';\nimport { prependMiddleware } from '../middleware/mutations';\nimport { startTypescriptTypeGenerationAsync } from '../type-generation/startTypescriptTypeGeneration';\n\nexport type ExpoRouterRuntimeManifest = Awaited<\n ReturnType<typeof import('expo-router/build/static/renderStaticContent').getManifest>\n>;\n\nexport class ForwardHtmlError extends CommandError {\n constructor(\n message: string,\n public html: string,\n public statusCode: number\n ) {\n super(message);\n }\n}\n\nconst debug = require('debug')('expo:start:server:metro') as typeof console.log;\n\n/** Default port to use for apps running in Expo Go. */\nconst EXPO_GO_METRO_PORT = 8081;\n\n/** Default port to use for apps that run in standard React Native projects or Expo Dev Clients. */\nconst DEV_CLIENT_METRO_PORT = 8081;\n\nexport class MetroBundlerDevServer extends BundlerDevServer {\n private metro: import('metro').Server | null = null;\n\n get name(): string {\n return 'metro';\n }\n\n async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> {\n const port =\n // If the manually defined port is busy then an error should be thrown...\n options.port ??\n // Otherwise use the default port based on the runtime target.\n (options.devClient\n ? // Don't check if the port is busy if we're using the dev client since most clients are hardcoded to 8081.\n Number(process.env.RCT_METRO_PORT) || DEV_CLIENT_METRO_PORT\n : // Otherwise (running in Expo Go) use a free port that falls back on the classic 8081 port.\n await getFreePortAsync(EXPO_GO_METRO_PORT));\n\n return port;\n }\n\n async exportExpoRouterApiRoutesAsync({\n mode,\n outputDir,\n prerenderManifest,\n baseUrl,\n routerRoot,\n }: {\n mode: 'development' | 'production';\n outputDir: string;\n // This does not contain the API routes info.\n prerenderManifest: ExpoRouterServerManifestV1;\n baseUrl: string;\n routerRoot: string;\n }): Promise<{ files: ExportAssetMap; manifest: ExpoRouterServerManifestV1<string> }> {\n const appDir = path.join(this.projectRoot, routerRoot);\n const manifest = await this.getExpoRouterRoutesManifestAsync({ appDir });\n\n const files: ExportAssetMap = new Map();\n\n for (const route of manifest.apiRoutes) {\n const filepath = path.join(appDir, route.file);\n const contents = await bundleApiRoute(this.projectRoot, filepath, {\n mode,\n routerRoot,\n port: this.getInstance()?.location.port,\n shouldThrow: true,\n baseUrl,\n });\n const artifactFilename = path.join(\n outputDir,\n path.relative(appDir, filepath.replace(/\\.[tj]sx?$/, '.js'))\n );\n if (contents) {\n files.set(artifactFilename, {\n contents,\n targetDomain: 'server',\n });\n }\n // Remap the manifest files to represent the output files.\n route.file = artifactFilename;\n }\n\n return {\n manifest: {\n ...manifest,\n htmlRoutes: prerenderManifest.htmlRoutes,\n },\n files,\n };\n }\n\n async getExpoRouterRoutesManifestAsync({ appDir }: { appDir: string }) {\n // getBuiltTimeServerManifest\n const manifest = await fetchManifest(this.projectRoot, {\n asJson: true,\n appDir,\n });\n\n if (!manifest) {\n throw new CommandError(\n 'EXPO_ROUTER_SERVER_MANIFEST',\n 'Unexpected error: server manifest could not be fetched.'\n );\n }\n\n return manifest;\n }\n\n async getStaticRenderFunctionAsync({\n mode,\n minify = mode !== 'development',\n baseUrl,\n routerRoot,\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n baseUrl: string;\n routerRoot: string;\n }): Promise<{\n serverManifest: ExpoRouterServerManifestV1;\n manifest: ExpoRouterRuntimeManifest;\n renderAsync: (path: string) => Promise<string>;\n }> {\n const url = this.getDevServerUrl()!;\n\n const { getStaticContent, getManifest, getBuildTimeServerManifestAsync } =\n await getStaticRenderFunctions(this.projectRoot, url, {\n minify,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n baseUrl,\n routerRoot,\n });\n\n return {\n serverManifest: await getBuildTimeServerManifestAsync(),\n // Get routes from Expo Router.\n manifest: await getManifest({ fetchData: true, preserveApiRoutes: false }),\n // Get route generating function\n async renderAsync(path: string) {\n return await getStaticContent(new URL(path, url));\n },\n };\n }\n\n async getStaticResourcesAsync({\n mode,\n minify = mode !== 'development',\n includeSourceMaps,\n baseUrl,\n mainModuleName,\n isExporting,\n asyncRoutes,\n routerRoot,\n }: {\n isExporting: boolean;\n mode: string;\n minify?: boolean;\n includeSourceMaps?: boolean;\n baseUrl?: string;\n mainModuleName?: string;\n asyncRoutes: boolean;\n routerRoot: string;\n }): Promise<{ artifacts: SerialAsset[]; assets?: AssetData[] }> {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n minify,\n environment: 'client',\n serializerOutput: 'static',\n serializerIncludeMaps: includeSourceMaps,\n mainModuleName:\n mainModuleName ?? resolveMainModuleName(this.projectRoot, { platform: 'web' }),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n asyncRoutes,\n baseUrl,\n isExporting,\n routerRoot,\n });\n\n const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!);\n\n // Fetch the generated HTML from our custom Metro serializer\n const results = await fetch(bundleUrl.toString());\n\n const txt = await results.text();\n\n let data: any;\n try {\n data = JSON.parse(txt);\n } catch (error: any) {\n debug(txt);\n\n // Metro can throw this error when the initial module id cannot be resolved.\n if (!results.ok && txt.startsWith('<!DOCTYPE html>')) {\n throw new ForwardHtmlError(\n `Metro failed to bundle the project. Check the console for more information.`,\n txt,\n results.status\n );\n }\n\n Log.error(\n 'Failed to generate resources with Metro, the Metro config may not be using the correct serializer. Ensure the metro.config.js is extending the expo/metro-config and is not overriding the serializer.'\n );\n throw error;\n }\n\n // NOTE: This could potentially need more validation in the future.\n if ('artifacts' in data && Array.isArray(data.artifacts)) {\n return data;\n }\n\n if (data != null && (data.errors || data.type?.match(/.*Error$/))) {\n // {\n // type: 'InternalError',\n // errors: [],\n // message: 'Metro has encountered an error: While trying to resolve module `stylis` from file `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js`, the package `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs`. Indeed, none of these files exist:\\n' +\n // '\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css)\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs/index(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css): /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/metro/src/node-haste/DependencyGraph.js (289:17)\\n' +\n // '\\n' +\n // '\\x1B[0m \\x1B[90m 287 |\\x1B[39m }\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 288 |\\x1B[39m \\x1B[36mif\\x1B[39m (error \\x1B[36minstanceof\\x1B[39m \\x1B[33mInvalidPackageError\\x1B[39m) {\\x1B[0m\\n' +\n // '\\x1B[0m\\x1B[31m\\x1B[1m>\\x1B[22m\\x1B[39m\\x1B[90m 289 |\\x1B[39m \\x1B[36mthrow\\x1B[39m \\x1B[36mnew\\x1B[39m \\x1B[33mPackageResolutionError\\x1B[39m({\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m |\\x1B[39m \\x1B[31m\\x1B[1m^\\x1B[22m\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 290 |\\x1B[39m packageError\\x1B[33m:\\x1B[39m error\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 291 |\\x1B[39m originModulePath\\x1B[33m:\\x1B[39m \\x1B[36mfrom\\x1B[39m\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 292 |\\x1B[39m targetModuleName\\x1B[33m:\\x1B[39m to\\x1B[33m,\\x1B[39m\\x1B[0m'\n // }\n // The Metro logger already showed this error.\n throw new Error(data.message);\n }\n\n throw new Error(\n 'Invalid resources returned from the Metro serializer. Expected array, found: ' + data\n );\n }\n\n private async getStaticPageAsync(\n pathname: string,\n {\n mode,\n minify = mode !== 'development',\n baseUrl,\n routerRoot,\n isExporting,\n asyncRoutes,\n }: {\n isExporting: boolean;\n mode: 'development' | 'production';\n minify?: boolean;\n baseUrl: string;\n asyncRoutes: boolean;\n routerRoot: string;\n }\n ) {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n environment: 'client',\n mainModuleName: resolveMainModuleName(this.projectRoot, { platform: 'web' }),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n baseUrl,\n isExporting,\n asyncRoutes,\n routerRoot,\n });\n\n const bundleStaticHtml = async (): Promise<string> => {\n const { getStaticContent } = await getStaticRenderFunctions(\n this.projectRoot,\n this.getDevServerUrl()!,\n {\n minify: false,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n baseUrl,\n routerRoot,\n }\n );\n\n const location = new URL(pathname, this.getDevServerUrl()!);\n return await getStaticContent(location);\n };\n\n const [{ artifacts: resources }, staticHtml] = await Promise.all([\n this.getStaticResourcesAsync({ isExporting, mode, minify, baseUrl, asyncRoutes, routerRoot }),\n bundleStaticHtml(),\n ]);\n const content = serializeHtmlWithAssets({\n mode,\n resources,\n template: staticHtml,\n devBundleUrl: devBundleUrlPathname,\n baseUrl,\n });\n return {\n content,\n resources,\n };\n }\n\n async watchEnvironmentVariables() {\n if (!this.instance) {\n throw new Error(\n 'Cannot observe environment variable changes without a running Metro instance.'\n );\n }\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process.\n debug('Skipping Environment Variable observation because Metro is not running (headless).');\n return;\n }\n\n const envFiles = runtimeEnv\n .getFiles(process.env.NODE_ENV)\n .map((fileName) => path.join(this.projectRoot, fileName));\n\n observeFileChanges(\n {\n metro: this.metro,\n server: this.instance.server,\n },\n envFiles,\n () => {\n debug('Reloading environment variables...');\n // Force reload the environment variables.\n runtimeEnv.load(this.projectRoot, { force: true });\n }\n );\n }\n\n protected async startImplementationAsync(\n options: BundlerStartOptions\n ): Promise<DevServerInstance> {\n options.port = await this.resolvePortAsync(options);\n this.urlCreator = this.getUrlCreator(options);\n\n const parsedOptions = {\n port: options.port,\n maxWorkers: options.maxWorkers,\n resetCache: options.resetDevServer,\n\n // Use the unversioned metro config.\n // TODO: Deprecate this property when expo-cli goes away.\n unversioned: false,\n };\n\n // Required for symbolication:\n process.env.EXPO_DEV_SERVER_ORIGIN = `http://localhost:${options.port}`;\n\n const { metro, server, middleware, messageSocket } = await instantiateMetroAsync(\n this,\n parsedOptions,\n {\n isExporting: !!options.isExporting,\n }\n );\n\n const manifestMiddleware = await this.getManifestMiddlewareAsync(options);\n\n // Important that we noop source maps for context modules as soon as possible.\n prependMiddleware(middleware, new ContextModuleSourceMapsMiddleware().getHandler());\n\n // We need the manifest handler to be the first middleware to run so our\n // routes take precedence over static files. For example, the manifest is\n // served from '/' and if the user has an index.html file in their project\n // then the manifest handler will never run, the static middleware will run\n // and serve index.html instead of the manifest.\n // https://github.com/expo/expo/issues/13114\n prependMiddleware(middleware, manifestMiddleware.getHandler());\n\n middleware.use(\n new InterstitialPageMiddleware(this.projectRoot, {\n // TODO: Prevent this from becoming stale.\n scheme: options.location.scheme ?? null,\n }).getHandler()\n );\n middleware.use(new ReactDevToolsPageMiddleware(this.projectRoot).getHandler());\n middleware.use(\n new DevToolsPluginMiddleware(this.projectRoot, this.devToolsPluginManager).getHandler()\n );\n\n const deepLinkMiddleware = new RuntimeRedirectMiddleware(this.projectRoot, {\n onDeepLink: getDeepLinkHandler(this.projectRoot),\n getLocation: ({ runtime }) => {\n if (runtime === 'custom') {\n return this.urlCreator?.constructDevClientUrl();\n } else {\n return this.urlCreator?.constructUrl({\n scheme: 'exp',\n });\n }\n },\n });\n middleware.use(deepLinkMiddleware.getHandler());\n\n middleware.use(new CreateFileMiddleware(this.projectRoot).getHandler());\n\n // Append support for redirecting unhandled requests to the index.html page on web.\n if (this.isTargetingWeb()) {\n const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true });\n const useServerRendering = ['static', 'server'].includes(exp.web?.output ?? '');\n\n // This MUST be after the manifest middleware so it doesn't have a chance to serve the template `public/index.html`.\n middleware.use(new ServeStaticMiddleware(this.projectRoot).getHandler());\n\n // This should come after the static middleware so it doesn't serve the favicon from `public/favicon.ico`.\n middleware.use(new FaviconMiddleware(this.projectRoot).getHandler());\n\n if (useServerRendering) {\n const baseUrl = getBaseUrlFromExpoConfig(exp);\n const asyncRoutes = getAsyncRoutesFromExpoConfig(exp, options.mode ?? 'development', 'web');\n const routerRoot = getRouterDirectoryModuleIdWithManifest(this.projectRoot, exp);\n const appDir = path.join(this.projectRoot, routerRoot);\n middleware.use(\n createRouteHandlerMiddleware(this.projectRoot, {\n ...options,\n appDir,\n baseUrl,\n routerRoot,\n getWebBundleUrl: manifestMiddleware.getWebBundleUrl.bind(manifestMiddleware),\n getStaticPageAsync: (pathname) => {\n return this.getStaticPageAsync(pathname, {\n isExporting: !!options.isExporting,\n mode: options.mode ?? 'development',\n minify: options.minify,\n baseUrl,\n asyncRoutes,\n routerRoot,\n });\n },\n })\n );\n\n if (exp.web?.output === 'server') {\n // Cache observation for API Routes...\n observeApiRouteChanges(\n appDir,\n {\n metro,\n server,\n },\n async (filepath, op) => {\n if (isApiRouteConvention(filepath)) {\n debug(`[expo-cli] ${op} ${filepath}`);\n if (op === 'change' || op === 'add') {\n rebundleApiRoute(this.projectRoot, filepath, {\n ...options,\n routerRoot,\n baseUrl,\n });\n }\n\n if (op === 'delete') {\n // TODO: Cancel the bundling of the deleted route.\n }\n }\n }\n );\n }\n } else {\n // This MUST run last since it's the fallback.\n middleware.use(\n new HistoryFallbackMiddleware(manifestMiddleware.getHandler().internal).getHandler()\n );\n }\n }\n // Extend the close method to ensure that we clean up the local info.\n const originalClose = server.close.bind(server);\n\n server.close = (callback?: (err?: Error) => void) => {\n return originalClose((err?: Error) => {\n this.instance = null;\n this.metro = null;\n callback?.(err);\n });\n };\n\n this.metro = metro;\n return {\n server,\n location: {\n // The port is the main thing we want to send back.\n port: options.port,\n // localhost isn't always correct.\n host: 'localhost',\n // http is the only supported protocol on native.\n url: `http://localhost:${options.port}`,\n protocol: 'http',\n },\n middleware,\n messageSocket,\n };\n }\n\n public async waitForTypeScriptAsync(): Promise<boolean> {\n if (!this.instance) {\n throw new Error('Cannot wait for TypeScript without a running server.');\n }\n\n return new Promise<boolean>((resolve) => {\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process. In this case we can't wait for the TypeScript check to complete because we don't\n // have access to the Metro server.\n debug('Skipping TypeScript check because Metro is not running (headless).');\n return resolve(false);\n }\n\n const off = metroWatchTypeScriptFiles({\n projectRoot: this.projectRoot,\n server: this.instance!.server,\n metro: this.metro,\n tsconfig: true,\n throttle: true,\n eventTypes: ['change', 'add'],\n callback: async () => {\n // Run once, this prevents the TypeScript project prerequisite from running on every file change.\n off();\n const { TypeScriptProjectPrerequisite } = await import(\n '../../doctor/typescript/TypeScriptProjectPrerequisite.js'\n );\n\n try {\n const req = new TypeScriptProjectPrerequisite(this.projectRoot);\n await req.bootstrapAsync();\n resolve(true);\n } catch (error: any) {\n // Ensure the process doesn't fail if the TypeScript check fails.\n // This could happen during the install.\n Log.log();\n Log.error(\n chalk.red`Failed to automatically setup TypeScript for your project. Try restarting the dev server to fix.`\n );\n Log.exception(error);\n resolve(false);\n }\n },\n });\n });\n }\n\n public async startTypeScriptServices() {\n return startTypescriptTypeGenerationAsync({\n server: this.instance?.server,\n metro: this.metro,\n projectRoot: this.projectRoot,\n });\n }\n\n protected getConfigModuleIds(): string[] {\n return ['./metro.config.js', './metro.config.json', './rn-cli.config.js'];\n }\n}\n\nexport function getDeepLinkHandler(projectRoot: string): DeepLinkHandler {\n return async ({ runtime }) => {\n if (runtime === 'expo') return;\n const { exp } = getConfig(projectRoot);\n await logEventAsync('dev client start command', {\n status: 'started',\n ...getDevClientProperties(projectRoot, exp),\n });\n };\n}\n"],"names":["getDeepLinkHandler","runtimeEnv","ForwardHtmlError","CommandError","constructor","message","html","statusCode","debug","require","EXPO_GO_METRO_PORT","DEV_CLIENT_METRO_PORT","MetroBundlerDevServer","BundlerDevServer","metro","name","resolvePortAsync","options","port","devClient","Number","process","env","RCT_METRO_PORT","getFreePortAsync","exportExpoRouterApiRoutesAsync","mode","outputDir","prerenderManifest","baseUrl","routerRoot","appDir","path","join","projectRoot","manifest","getExpoRouterRoutesManifestAsync","files","Map","route","apiRoutes","filepath","file","contents","bundleApiRoute","getInstance","location","shouldThrow","artifactFilename","relative","replace","set","targetDomain","htmlRoutes","fetchManifest","asJson","getStaticRenderFunctionAsync","minify","url","getDevServerUrl","getStaticContent","getManifest","getBuildTimeServerManifestAsync","getStaticRenderFunctions","dev","environment","serverManifest","fetchData","preserveApiRoutes","renderAsync","URL","getStaticResourcesAsync","includeSourceMaps","mainModuleName","isExporting","asyncRoutes","data","devBundleUrlPathname","createBundleUrlPath","platform","serializerOutput","serializerIncludeMaps","resolveMainModuleName","lazy","shouldEnableAsyncImports","bundleUrl","results","fetch","toString","txt","text","JSON","parse","error","ok","startsWith","status","Log","Array","isArray","artifacts","errors","type","match","Error","getStaticPageAsync","pathname","bundleStaticHtml","resources","staticHtml","Promise","all","content","serializeHtmlWithAssets","template","devBundleUrl","watchEnvironmentVariables","instance","envFiles","getFiles","NODE_ENV","map","fileName","observeFileChanges","server","load","force","startImplementationAsync","urlCreator","getUrlCreator","parsedOptions","maxWorkers","resetCache","resetDevServer","unversioned","EXPO_DEV_SERVER_ORIGIN","middleware","messageSocket","instantiateMetroAsync","manifestMiddleware","getManifestMiddlewareAsync","prependMiddleware","ContextModuleSourceMapsMiddleware","getHandler","use","InterstitialPageMiddleware","scheme","ReactDevToolsPageMiddleware","DevToolsPluginMiddleware","devToolsPluginManager","deepLinkMiddleware","RuntimeRedirectMiddleware","onDeepLink","getLocation","runtime","constructDevClientUrl","constructUrl","CreateFileMiddleware","isTargetingWeb","exp","getConfig","skipSDKVersionRequirement","useServerRendering","includes","web","output","ServeStaticMiddleware","FaviconMiddleware","getBaseUrlFromExpoConfig","getAsyncRoutesFromExpoConfig","getRouterDirectoryModuleIdWithManifest","createRouteHandlerMiddleware","getWebBundleUrl","bind","observeApiRouteChanges","op","isApiRouteConvention","rebundleApiRoute","HistoryFallbackMiddleware","internal","originalClose","close","callback","err","host","protocol","waitForTypeScriptAsync","resolve","off","metroWatchTypeScriptFiles","tsconfig","throttle","eventTypes","TypeScriptProjectPrerequisite","req","bootstrapAsync","log","chalk","red","exception","startTypeScriptServices","startTypescriptTypeGenerationAsync","getConfigModuleIds","logEventAsync","getDevClientProperties"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../../../../src/start/server/metro/MetroBundlerDevServer.ts"],"sourcesContent":["/**\n * Copyright © 2022 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { getConfig } from '@expo/config';\nimport * as runtimeEnv from '@expo/env';\nimport { SerialAsset } from '@expo/metro-config/build/serializer/serializerAssets';\nimport chalk from 'chalk';\nimport { AssetData } from 'metro';\nimport fetch from 'node-fetch';\nimport path from 'path';\n\nimport { bundleApiRoute, rebundleApiRoute } from './bundleApiRoutes';\nimport { createRouteHandlerMiddleware } from './createServerRouteMiddleware';\nimport { ExpoRouterServerManifestV1, fetchManifest } from './fetchRouterManifest';\nimport { instantiateMetroAsync } from './instantiateMetro';\nimport { metroWatchTypeScriptFiles } from './metroWatchTypeScriptFiles';\nimport { getRouterDirectoryModuleIdWithManifest, isApiRouteConvention } from './router';\nimport { serializeHtmlWithAssets } from './serializeHtml';\nimport { observeApiRouteChanges, observeFileChanges } from './waitForMetroToObserveTypeScriptFile';\nimport { ExportAssetMap } from '../../../export/saveAssets';\nimport { Log } from '../../../log';\nimport getDevClientProperties from '../../../utils/analytics/getDevClientProperties';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { CommandError } from '../../../utils/errors';\nimport { getFreePortAsync } from '../../../utils/port';\nimport { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';\nimport { getStaticRenderFunctions } from '../getStaticRenderFunctions';\nimport { ContextModuleSourceMapsMiddleware } from '../middleware/ContextModuleSourceMapsMiddleware';\nimport { CreateFileMiddleware } from '../middleware/CreateFileMiddleware';\nimport { DevToolsPluginMiddleware } from '../middleware/DevToolsPluginMiddleware';\nimport { FaviconMiddleware } from '../middleware/FaviconMiddleware';\nimport { HistoryFallbackMiddleware } from '../middleware/HistoryFallbackMiddleware';\nimport { InterstitialPageMiddleware } from '../middleware/InterstitialPageMiddleware';\nimport { resolveMainModuleName } from '../middleware/ManifestMiddleware';\nimport { ReactDevToolsPageMiddleware } from '../middleware/ReactDevToolsPageMiddleware';\nimport {\n DeepLinkHandler,\n RuntimeRedirectMiddleware,\n} from '../middleware/RuntimeRedirectMiddleware';\nimport { ServeStaticMiddleware } from '../middleware/ServeStaticMiddleware';\nimport {\n shouldEnableAsyncImports,\n createBundleUrlPath,\n getBaseUrlFromExpoConfig,\n getAsyncRoutesFromExpoConfig,\n} from '../middleware/metroOptions';\nimport { prependMiddleware } from '../middleware/mutations';\nimport { startTypescriptTypeGenerationAsync } from '../type-generation/startTypescriptTypeGeneration';\n\nexport type ExpoRouterRuntimeManifest = Awaited<\n ReturnType<typeof import('expo-router/build/static/renderStaticContent').getManifest>\n>;\n\nexport class ForwardHtmlError extends CommandError {\n constructor(\n message: string,\n public html: string,\n public statusCode: number\n ) {\n super(message);\n }\n}\n\nconst debug = require('debug')('expo:start:server:metro') as typeof console.log;\n\n/** Default port to use for apps running in Expo Go. */\nconst EXPO_GO_METRO_PORT = 8081;\n\n/** Default port to use for apps that run in standard React Native projects or Expo Dev Clients. */\nconst DEV_CLIENT_METRO_PORT = 8081;\n\nexport class MetroBundlerDevServer extends BundlerDevServer {\n private metro: import('metro').Server | null = null;\n\n get name(): string {\n return 'metro';\n }\n\n async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> {\n const port =\n // If the manually defined port is busy then an error should be thrown...\n options.port ??\n // Otherwise use the default port based on the runtime target.\n (options.devClient\n ? // Don't check if the port is busy if we're using the dev client since most clients are hardcoded to 8081.\n Number(process.env.RCT_METRO_PORT) || DEV_CLIENT_METRO_PORT\n : // Otherwise (running in Expo Go) use a free port that falls back on the classic 8081 port.\n await getFreePortAsync(EXPO_GO_METRO_PORT));\n\n return port;\n }\n\n async exportExpoRouterApiRoutesAsync({\n mode,\n outputDir,\n prerenderManifest,\n baseUrl,\n routerRoot,\n }: {\n mode: 'development' | 'production';\n outputDir: string;\n // This does not contain the API routes info.\n prerenderManifest: ExpoRouterServerManifestV1;\n baseUrl: string;\n routerRoot: string;\n }): Promise<{ files: ExportAssetMap; manifest: ExpoRouterServerManifestV1<string> }> {\n const appDir = path.join(this.projectRoot, routerRoot);\n const manifest = await this.getExpoRouterRoutesManifestAsync({ appDir });\n\n const files: ExportAssetMap = new Map();\n\n for (const route of manifest.apiRoutes) {\n const filepath = path.join(appDir, route.file);\n const contents = await bundleApiRoute(this.projectRoot, filepath, {\n mode,\n routerRoot,\n port: this.getInstance()?.location.port,\n shouldThrow: true,\n baseUrl,\n });\n const artifactFilename = path.join(\n outputDir,\n path.relative(appDir, filepath.replace(/\\.[tj]sx?$/, '.js'))\n );\n if (contents) {\n files.set(artifactFilename, {\n contents,\n targetDomain: 'server',\n });\n }\n // Remap the manifest files to represent the output files.\n route.file = artifactFilename;\n }\n\n return {\n manifest: {\n ...manifest,\n htmlRoutes: prerenderManifest.htmlRoutes,\n },\n files,\n };\n }\n\n async getExpoRouterRoutesManifestAsync({ appDir }: { appDir: string }) {\n // getBuiltTimeServerManifest\n const manifest = await fetchManifest(this.projectRoot, {\n asJson: true,\n appDir,\n });\n\n if (!manifest) {\n throw new CommandError(\n 'EXPO_ROUTER_SERVER_MANIFEST',\n 'Unexpected error: server manifest could not be fetched.'\n );\n }\n\n return manifest;\n }\n\n async getStaticRenderFunctionAsync({\n mode,\n minify = mode !== 'development',\n baseUrl,\n routerRoot,\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n baseUrl: string;\n routerRoot: string;\n }): Promise<{\n serverManifest: ExpoRouterServerManifestV1;\n manifest: ExpoRouterRuntimeManifest;\n renderAsync: (path: string) => Promise<string>;\n }> {\n const url = this.getDevServerUrl()!;\n\n const { getStaticContent, getManifest, getBuildTimeServerManifestAsync } =\n await getStaticRenderFunctions(this.projectRoot, url, {\n minify,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n baseUrl,\n routerRoot,\n });\n\n return {\n serverManifest: await getBuildTimeServerManifestAsync(),\n // Get routes from Expo Router.\n manifest: await getManifest({ fetchData: true, preserveApiRoutes: false }),\n // Get route generating function\n async renderAsync(path: string) {\n return await getStaticContent(new URL(path, url));\n },\n };\n }\n\n async getStaticResourcesAsync({\n mode,\n minify = mode !== 'development',\n includeSourceMaps,\n baseUrl,\n mainModuleName,\n isExporting,\n asyncRoutes,\n routerRoot,\n }: {\n isExporting: boolean;\n mode: string;\n minify?: boolean;\n includeSourceMaps?: boolean;\n baseUrl?: string;\n mainModuleName?: string;\n asyncRoutes: boolean;\n routerRoot: string;\n }): Promise<{ artifacts: SerialAsset[]; assets?: AssetData[] }> {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n minify,\n environment: 'client',\n serializerOutput: 'static',\n serializerIncludeMaps: includeSourceMaps,\n mainModuleName:\n mainModuleName ?? resolveMainModuleName(this.projectRoot, { platform: 'web' }),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n asyncRoutes,\n baseUrl,\n isExporting,\n routerRoot,\n });\n\n const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!);\n\n // Fetch the generated HTML from our custom Metro serializer\n const results = await fetch(bundleUrl.toString());\n\n const txt = await results.text();\n\n let data: any;\n try {\n data = JSON.parse(txt);\n } catch (error: any) {\n debug(txt);\n\n // Metro can throw this error when the initial module id cannot be resolved.\n if (!results.ok && txt.startsWith('<!DOCTYPE html>')) {\n throw new ForwardHtmlError(\n `Metro failed to bundle the project. Check the console for more information.`,\n txt,\n results.status\n );\n }\n\n Log.error(\n 'Failed to generate resources with Metro, the Metro config may not be using the correct serializer. Ensure the metro.config.js is extending the expo/metro-config and is not overriding the serializer.'\n );\n throw error;\n }\n\n // NOTE: This could potentially need more validation in the future.\n if ('artifacts' in data && Array.isArray(data.artifacts)) {\n return data;\n }\n\n if (data != null && (data.errors || data.type?.match(/.*Error$/))) {\n // {\n // type: 'InternalError',\n // errors: [],\n // message: 'Metro has encountered an error: While trying to resolve module `stylis` from file `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js`, the package `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs`. Indeed, none of these files exist:\\n' +\n // '\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css)\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs/index(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css): /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/metro/src/node-haste/DependencyGraph.js (289:17)\\n' +\n // '\\n' +\n // '\\x1B[0m \\x1B[90m 287 |\\x1B[39m }\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 288 |\\x1B[39m \\x1B[36mif\\x1B[39m (error \\x1B[36minstanceof\\x1B[39m \\x1B[33mInvalidPackageError\\x1B[39m) {\\x1B[0m\\n' +\n // '\\x1B[0m\\x1B[31m\\x1B[1m>\\x1B[22m\\x1B[39m\\x1B[90m 289 |\\x1B[39m \\x1B[36mthrow\\x1B[39m \\x1B[36mnew\\x1B[39m \\x1B[33mPackageResolutionError\\x1B[39m({\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m |\\x1B[39m \\x1B[31m\\x1B[1m^\\x1B[22m\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 290 |\\x1B[39m packageError\\x1B[33m:\\x1B[39m error\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 291 |\\x1B[39m originModulePath\\x1B[33m:\\x1B[39m \\x1B[36mfrom\\x1B[39m\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 292 |\\x1B[39m targetModuleName\\x1B[33m:\\x1B[39m to\\x1B[33m,\\x1B[39m\\x1B[0m'\n // }\n // The Metro logger already showed this error.\n throw new Error(data.message);\n }\n\n throw new Error(\n 'Invalid resources returned from the Metro serializer. Expected array, found: ' + data\n );\n }\n\n private async getStaticPageAsync(\n pathname: string,\n {\n mode,\n minify = mode !== 'development',\n baseUrl,\n routerRoot,\n isExporting,\n asyncRoutes,\n }: {\n isExporting: boolean;\n mode: 'development' | 'production';\n minify?: boolean;\n baseUrl: string;\n asyncRoutes: boolean;\n routerRoot: string;\n }\n ) {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n environment: 'client',\n mainModuleName: resolveMainModuleName(this.projectRoot, { platform: 'web' }),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n baseUrl,\n isExporting,\n asyncRoutes,\n routerRoot,\n });\n\n const bundleStaticHtml = async (): Promise<string> => {\n const { getStaticContent } = await getStaticRenderFunctions(\n this.projectRoot,\n this.getDevServerUrl()!,\n {\n minify: false,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n baseUrl,\n routerRoot,\n }\n );\n\n const location = new URL(pathname, this.getDevServerUrl()!);\n return await getStaticContent(location);\n };\n\n const [{ artifacts: resources }, staticHtml] = await Promise.all([\n this.getStaticResourcesAsync({ isExporting, mode, minify, baseUrl, asyncRoutes, routerRoot }),\n bundleStaticHtml(),\n ]);\n const content = serializeHtmlWithAssets({\n mode,\n resources,\n template: staticHtml,\n devBundleUrl: devBundleUrlPathname,\n baseUrl,\n });\n return {\n content,\n resources,\n };\n }\n\n async watchEnvironmentVariables() {\n if (!this.instance) {\n throw new Error(\n 'Cannot observe environment variable changes without a running Metro instance.'\n );\n }\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process.\n debug('Skipping Environment Variable observation because Metro is not running (headless).');\n return;\n }\n\n const envFiles = runtimeEnv\n .getFiles(process.env.NODE_ENV)\n .map((fileName) => path.join(this.projectRoot, fileName));\n\n observeFileChanges(\n {\n metro: this.metro,\n server: this.instance.server,\n },\n envFiles,\n () => {\n debug('Reloading environment variables...');\n // Force reload the environment variables.\n runtimeEnv.load(this.projectRoot, { force: true });\n }\n );\n }\n\n protected async startImplementationAsync(\n options: BundlerStartOptions\n ): Promise<DevServerInstance> {\n options.port = await this.resolvePortAsync(options);\n this.urlCreator = this.getUrlCreator(options);\n\n const parsedOptions = {\n port: options.port,\n maxWorkers: options.maxWorkers,\n resetCache: options.resetDevServer,\n };\n\n // Required for symbolication:\n process.env.EXPO_DEV_SERVER_ORIGIN = `http://localhost:${options.port}`;\n\n const { metro, server, middleware, messageSocket } = await instantiateMetroAsync(\n this,\n parsedOptions,\n {\n isExporting: !!options.isExporting,\n }\n );\n\n const manifestMiddleware = await this.getManifestMiddlewareAsync(options);\n\n // Important that we noop source maps for context modules as soon as possible.\n prependMiddleware(middleware, new ContextModuleSourceMapsMiddleware().getHandler());\n\n // We need the manifest handler to be the first middleware to run so our\n // routes take precedence over static files. For example, the manifest is\n // served from '/' and if the user has an index.html file in their project\n // then the manifest handler will never run, the static middleware will run\n // and serve index.html instead of the manifest.\n // https://github.com/expo/expo/issues/13114\n prependMiddleware(middleware, manifestMiddleware.getHandler());\n\n middleware.use(\n new InterstitialPageMiddleware(this.projectRoot, {\n // TODO: Prevent this from becoming stale.\n scheme: options.location.scheme ?? null,\n }).getHandler()\n );\n middleware.use(new ReactDevToolsPageMiddleware(this.projectRoot).getHandler());\n middleware.use(\n new DevToolsPluginMiddleware(this.projectRoot, this.devToolsPluginManager).getHandler()\n );\n\n const deepLinkMiddleware = new RuntimeRedirectMiddleware(this.projectRoot, {\n onDeepLink: getDeepLinkHandler(this.projectRoot),\n getLocation: ({ runtime }) => {\n if (runtime === 'custom') {\n return this.urlCreator?.constructDevClientUrl();\n } else {\n return this.urlCreator?.constructUrl({\n scheme: 'exp',\n });\n }\n },\n });\n middleware.use(deepLinkMiddleware.getHandler());\n\n middleware.use(new CreateFileMiddleware(this.projectRoot).getHandler());\n\n // Append support for redirecting unhandled requests to the index.html page on web.\n if (this.isTargetingWeb()) {\n const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true });\n const useServerRendering = ['static', 'server'].includes(exp.web?.output ?? '');\n\n // This MUST be after the manifest middleware so it doesn't have a chance to serve the template `public/index.html`.\n middleware.use(new ServeStaticMiddleware(this.projectRoot).getHandler());\n\n // This should come after the static middleware so it doesn't serve the favicon from `public/favicon.ico`.\n middleware.use(new FaviconMiddleware(this.projectRoot).getHandler());\n\n if (useServerRendering) {\n const baseUrl = getBaseUrlFromExpoConfig(exp);\n const asyncRoutes = getAsyncRoutesFromExpoConfig(exp, options.mode ?? 'development', 'web');\n const routerRoot = getRouterDirectoryModuleIdWithManifest(this.projectRoot, exp);\n const appDir = path.join(this.projectRoot, routerRoot);\n middleware.use(\n createRouteHandlerMiddleware(this.projectRoot, {\n ...options,\n appDir,\n baseUrl,\n routerRoot,\n getWebBundleUrl: manifestMiddleware.getWebBundleUrl.bind(manifestMiddleware),\n getStaticPageAsync: (pathname) => {\n return this.getStaticPageAsync(pathname, {\n isExporting: !!options.isExporting,\n mode: options.mode ?? 'development',\n minify: options.minify,\n baseUrl,\n asyncRoutes,\n routerRoot,\n });\n },\n })\n );\n\n if (exp.web?.output === 'server') {\n // Cache observation for API Routes...\n observeApiRouteChanges(\n appDir,\n {\n metro,\n server,\n },\n async (filepath, op) => {\n if (isApiRouteConvention(filepath)) {\n debug(`[expo-cli] ${op} ${filepath}`);\n if (op === 'change' || op === 'add') {\n rebundleApiRoute(this.projectRoot, filepath, {\n ...options,\n routerRoot,\n baseUrl,\n });\n }\n\n if (op === 'delete') {\n // TODO: Cancel the bundling of the deleted route.\n }\n }\n }\n );\n }\n } else {\n // This MUST run last since it's the fallback.\n middleware.use(\n new HistoryFallbackMiddleware(manifestMiddleware.getHandler().internal).getHandler()\n );\n }\n }\n // Extend the close method to ensure that we clean up the local info.\n const originalClose = server.close.bind(server);\n\n server.close = (callback?: (err?: Error) => void) => {\n return originalClose((err?: Error) => {\n this.instance = null;\n this.metro = null;\n callback?.(err);\n });\n };\n\n this.metro = metro;\n return {\n server,\n location: {\n // The port is the main thing we want to send back.\n port: options.port,\n // localhost isn't always correct.\n host: 'localhost',\n // http is the only supported protocol on native.\n url: `http://localhost:${options.port}`,\n protocol: 'http',\n },\n middleware,\n messageSocket,\n };\n }\n\n public async waitForTypeScriptAsync(): Promise<boolean> {\n if (!this.instance) {\n throw new Error('Cannot wait for TypeScript without a running server.');\n }\n\n return new Promise<boolean>((resolve) => {\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process. In this case we can't wait for the TypeScript check to complete because we don't\n // have access to the Metro server.\n debug('Skipping TypeScript check because Metro is not running (headless).');\n return resolve(false);\n }\n\n const off = metroWatchTypeScriptFiles({\n projectRoot: this.projectRoot,\n server: this.instance!.server,\n metro: this.metro,\n tsconfig: true,\n throttle: true,\n eventTypes: ['change', 'add'],\n callback: async () => {\n // Run once, this prevents the TypeScript project prerequisite from running on every file change.\n off();\n const { TypeScriptProjectPrerequisite } = await import(\n '../../doctor/typescript/TypeScriptProjectPrerequisite.js'\n );\n\n try {\n const req = new TypeScriptProjectPrerequisite(this.projectRoot);\n await req.bootstrapAsync();\n resolve(true);\n } catch (error: any) {\n // Ensure the process doesn't fail if the TypeScript check fails.\n // This could happen during the install.\n Log.log();\n Log.error(\n chalk.red`Failed to automatically setup TypeScript for your project. Try restarting the dev server to fix.`\n );\n Log.exception(error);\n resolve(false);\n }\n },\n });\n });\n }\n\n public async startTypeScriptServices() {\n return startTypescriptTypeGenerationAsync({\n server: this.instance?.server,\n metro: this.metro,\n projectRoot: this.projectRoot,\n });\n }\n\n protected getConfigModuleIds(): string[] {\n return ['./metro.config.js', './metro.config.json', './rn-cli.config.js'];\n }\n}\n\nexport function getDeepLinkHandler(projectRoot: string): DeepLinkHandler {\n return async ({ runtime }) => {\n if (runtime === 'expo') return;\n const { exp } = getConfig(projectRoot);\n await logEventAsync('dev client start command', {\n status: 'started',\n ...getDevClientProperties(projectRoot, exp),\n });\n };\n}\n"],"names":["getDeepLinkHandler","runtimeEnv","ForwardHtmlError","CommandError","constructor","message","html","statusCode","debug","require","EXPO_GO_METRO_PORT","DEV_CLIENT_METRO_PORT","MetroBundlerDevServer","BundlerDevServer","metro","name","resolvePortAsync","options","port","devClient","Number","process","env","RCT_METRO_PORT","getFreePortAsync","exportExpoRouterApiRoutesAsync","mode","outputDir","prerenderManifest","baseUrl","routerRoot","appDir","path","join","projectRoot","manifest","getExpoRouterRoutesManifestAsync","files","Map","route","apiRoutes","filepath","file","contents","bundleApiRoute","getInstance","location","shouldThrow","artifactFilename","relative","replace","set","targetDomain","htmlRoutes","fetchManifest","asJson","getStaticRenderFunctionAsync","minify","url","getDevServerUrl","getStaticContent","getManifest","getBuildTimeServerManifestAsync","getStaticRenderFunctions","dev","environment","serverManifest","fetchData","preserveApiRoutes","renderAsync","URL","getStaticResourcesAsync","includeSourceMaps","mainModuleName","isExporting","asyncRoutes","data","devBundleUrlPathname","createBundleUrlPath","platform","serializerOutput","serializerIncludeMaps","resolveMainModuleName","lazy","shouldEnableAsyncImports","bundleUrl","results","fetch","toString","txt","text","JSON","parse","error","ok","startsWith","status","Log","Array","isArray","artifacts","errors","type","match","Error","getStaticPageAsync","pathname","bundleStaticHtml","resources","staticHtml","Promise","all","content","serializeHtmlWithAssets","template","devBundleUrl","watchEnvironmentVariables","instance","envFiles","getFiles","NODE_ENV","map","fileName","observeFileChanges","server","load","force","startImplementationAsync","urlCreator","getUrlCreator","parsedOptions","maxWorkers","resetCache","resetDevServer","EXPO_DEV_SERVER_ORIGIN","middleware","messageSocket","instantiateMetroAsync","manifestMiddleware","getManifestMiddlewareAsync","prependMiddleware","ContextModuleSourceMapsMiddleware","getHandler","use","InterstitialPageMiddleware","scheme","ReactDevToolsPageMiddleware","DevToolsPluginMiddleware","devToolsPluginManager","deepLinkMiddleware","RuntimeRedirectMiddleware","onDeepLink","getLocation","runtime","constructDevClientUrl","constructUrl","CreateFileMiddleware","isTargetingWeb","exp","getConfig","skipSDKVersionRequirement","useServerRendering","includes","web","output","ServeStaticMiddleware","FaviconMiddleware","getBaseUrlFromExpoConfig","getAsyncRoutesFromExpoConfig","getRouterDirectoryModuleIdWithManifest","createRouteHandlerMiddleware","getWebBundleUrl","bind","observeApiRouteChanges","op","isApiRouteConvention","rebundleApiRoute","HistoryFallbackMiddleware","internal","originalClose","close","callback","err","host","protocol","waitForTypeScriptAsync","resolve","off","metroWatchTypeScriptFiles","tsconfig","throttle","eventTypes","TypeScriptProjectPrerequisite","req","bootstrapAsync","log","chalk","red","exception","startTypeScriptServices","startTypescriptTypeGenerationAsync","getConfigModuleIds","logEventAsync","getDevClientProperties"],"mappings":"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"}
|
|
@@ -6,8 +6,9 @@ exports.loadMetroConfigAsync = loadMetroConfigAsync;
|
|
|
6
6
|
exports.instantiateMetroAsync = instantiateMetroAsync;
|
|
7
7
|
exports.isWatchEnabled = isWatchEnabled;
|
|
8
8
|
var _config = require("@expo/config");
|
|
9
|
-
var
|
|
9
|
+
var _metroConfig = require("@expo/metro-config");
|
|
10
10
|
var _chalk = _interopRequireDefault(require("chalk"));
|
|
11
|
+
var _metroConfig1 = require("metro-config");
|
|
11
12
|
var _metroCore = require("metro-core");
|
|
12
13
|
var _semver = _interopRequireDefault(require("semver"));
|
|
13
14
|
var _url = require("url");
|
|
@@ -32,27 +33,6 @@ function _interopRequireDefault(obj) {
|
|
|
32
33
|
default: obj
|
|
33
34
|
};
|
|
34
35
|
}
|
|
35
|
-
function _interopRequireWildcard(obj) {
|
|
36
|
-
if (obj && obj.__esModule) {
|
|
37
|
-
return obj;
|
|
38
|
-
} else {
|
|
39
|
-
var newObj = {};
|
|
40
|
-
if (obj != null) {
|
|
41
|
-
for(var key in obj){
|
|
42
|
-
if (Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
43
|
-
var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {};
|
|
44
|
-
if (desc.get || desc.set) {
|
|
45
|
-
Object.defineProperty(newObj, key, desc);
|
|
46
|
-
} else {
|
|
47
|
-
newObj[key] = obj[key];
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
newObj.default = obj;
|
|
53
|
-
return newObj;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
36
|
function gteSdkVersion(exp, sdkVersion) {
|
|
57
37
|
if (!exp.sdkVersion) {
|
|
58
38
|
return false;
|
|
@@ -74,18 +54,23 @@ async function loadMetroConfigAsync(projectRoot, options, { exp =(0, _config).ge
|
|
|
74
54
|
const serverRoot = (0, _manifestMiddleware).getMetroServerRoot(projectRoot);
|
|
75
55
|
const terminal = new _metroCore.Terminal(process.stdout);
|
|
76
56
|
const terminalReporter = new _metroTerminalReporter.MetroTerminalReporter(serverRoot, terminal);
|
|
77
|
-
const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
57
|
+
const hasConfig = await (0, _metroConfig1).resolveConfig(options.config, projectRoot);
|
|
58
|
+
let config = {
|
|
59
|
+
...await (0, _metroConfig1).loadConfig({
|
|
60
|
+
cwd: projectRoot,
|
|
61
|
+
projectRoot,
|
|
62
|
+
...options
|
|
63
|
+
}, // If the project does not have a metro.config.js, then we use the default config.
|
|
64
|
+
hasConfig.isEmpty ? (0, _metroConfig).getDefaultConfig(projectRoot) : undefined),
|
|
65
|
+
reporter: {
|
|
66
|
+
update (event) {
|
|
67
|
+
terminalReporter.update(event);
|
|
68
|
+
if (reportEvent) {
|
|
69
|
+
reportEvent(event);
|
|
70
|
+
}
|
|
82
71
|
}
|
|
83
72
|
}
|
|
84
73
|
};
|
|
85
|
-
let config = await ExpoMetroConfig.loadAsync(projectRoot, {
|
|
86
|
-
reporter,
|
|
87
|
-
...options
|
|
88
|
-
});
|
|
89
74
|
if (// Requires SDK 50 for expo-assets hashAssetPlugin change.
|
|
90
75
|
!exp.sdkVersion || gteSdkVersion(exp, "50.0.0")) {
|
|
91
76
|
if (isExporting) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/start/server/metro/instantiateMetro.ts"],"sourcesContent":["import { ExpoConfig, getConfig } from '@expo/config';\nimport * as ExpoMetroConfig from '@expo/metro-config';\nimport type { LoadOptions } from '@expo/metro-config';\nimport chalk from 'chalk';\nimport { Server as ConnectServer } from 'connect';\nimport http from 'http';\nimport type Metro from 'metro';\nimport { Terminal } from 'metro-core';\nimport semver from 'semver';\nimport { URL } from 'url';\n\nimport { MetroBundlerDevServer } from './MetroBundlerDevServer';\nimport { MetroTerminalReporter } from './MetroTerminalReporter';\nimport { createDebugMiddleware } from './debugging/createDebugMiddleware';\nimport { runServer } from './runServer-fork';\nimport { withMetroMultiPlatformAsync } from './withMetroMultiPlatform';\nimport { MetroDevServerOptions } from '../../../export/fork-bundleAsync';\nimport { Log } from '../../../log';\nimport { getMetroProperties } from '../../../utils/analytics/getMetroProperties';\nimport { createDebuggerTelemetryMiddleware } from '../../../utils/analytics/metroDebuggerMiddleware';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { env } from '../../../utils/env';\nimport { getMetroServerRoot } from '../middleware/ManifestMiddleware';\nimport { createJsInspectorMiddleware } from '../middleware/inspector/createJsInspectorMiddleware';\nimport { prependMiddleware, replaceMiddlewareWith } from '../middleware/mutations';\nimport { remoteDevtoolsCorsMiddleware } from '../middleware/remoteDevtoolsCorsMiddleware';\nimport { remoteDevtoolsSecurityHeadersMiddleware } from '../middleware/remoteDevtoolsSecurityHeadersMiddleware';\nimport { ServerNext, ServerRequest, ServerResponse } from '../middleware/server.types';\nimport { suppressRemoteDebuggingErrorMiddleware } from '../middleware/suppressErrorMiddleware';\nimport { getPlatformBundlers } from '../platformBundlers';\n\n// From expo/dev-server but with ability to use custom logger.\ntype MessageSocket = {\n broadcast: (method: string, params?: Record<string, any> | undefined) => void;\n};\n\nfunction gteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean {\n if (!exp.sdkVersion) {\n return false;\n }\n\n if (exp.sdkVersion === 'UNVERSIONED') {\n return true;\n }\n\n try {\n return semver.gte(exp.sdkVersion, sdkVersion);\n } catch {\n throw new Error(`${exp.sdkVersion} is not a valid version. Must be in the form of x.y.z`);\n }\n}\n\nexport async function loadMetroConfigAsync(\n projectRoot: string,\n options: LoadOptions,\n {\n exp = getConfig(projectRoot, { skipSDKVersionRequirement: true }).exp,\n isExporting,\n }: { exp?: ExpoConfig; isExporting: boolean }\n) {\n let reportEvent: ((event: any) => void) | undefined;\n const serverRoot = getMetroServerRoot(projectRoot);\n\n const terminal = new Terminal(process.stdout);\n const terminalReporter = new MetroTerminalReporter(serverRoot, terminal);\n\n const reporter = {\n update(event: any) {\n terminalReporter.update(event);\n if (reportEvent) {\n reportEvent(event);\n }\n },\n };\n\n let config = await ExpoMetroConfig.loadAsync(projectRoot, { reporter, ...options });\n\n if (\n // Requires SDK 50 for expo-assets hashAssetPlugin change.\n !exp.sdkVersion ||\n gteSdkVersion(exp, '50.0.0')\n ) {\n if (isExporting) {\n // This token will be used in the asset plugin to ensure the path is correct for writing locally.\n // @ts-expect-error: typed as readonly.\n config.transformer.publicPath = `/assets?export_path=${\n (exp.experiments?.baseUrl ?? '') + '/assets'\n }`;\n } else {\n // @ts-expect-error: typed as readonly\n config.transformer.publicPath = '/assets/?unstable_path=.';\n }\n } else {\n if (isExporting && exp.experiments?.baseUrl) {\n // This token will be used in the asset plugin to ensure the path is correct for writing locally.\n // @ts-expect-error: typed as readonly.\n config.transformer.publicPath = exp.experiments?.baseUrl;\n }\n }\n\n const platformBundlers = getPlatformBundlers(exp);\n\n config = await withMetroMultiPlatformAsync(projectRoot, {\n config,\n platformBundlers,\n isTsconfigPathsEnabled: exp.experiments?.tsconfigPaths ?? true,\n webOutput: exp.web?.output ?? 'single',\n isFastResolverEnabled: env.EXPO_USE_FAST_RESOLVER,\n isExporting,\n });\n\n if (process.env.NODE_ENV !== 'test') {\n logEventAsync('metro config', getMetroProperties(projectRoot, exp, config));\n }\n\n return {\n config,\n setEventReporter: (logger: (event: any) => void) => (reportEvent = logger),\n reporter: terminalReporter,\n };\n}\n\n/** The most generic possible setup for Metro bundler. */\nexport async function instantiateMetroAsync(\n metroBundler: MetroBundlerDevServer,\n options: Omit<MetroDevServerOptions, 'logger'>,\n { isExporting }: { isExporting: boolean }\n): Promise<{\n metro: Metro.Server;\n server: http.Server;\n middleware: any;\n messageSocket: MessageSocket;\n}> {\n const projectRoot = metroBundler.projectRoot;\n\n // TODO: When we bring expo/metro-config into the expo/expo repo, then we can upstream this.\n const { exp } = getConfig(projectRoot, {\n skipSDKVersionRequirement: true,\n });\n\n const { config: metroConfig, setEventReporter } = await loadMetroConfigAsync(\n projectRoot,\n options,\n { exp, isExporting }\n );\n\n const { createDevServerMiddleware, securityHeadersMiddleware } =\n require('@react-native-community/cli-server-api') as typeof import('@react-native-community/cli-server-api');\n\n const { middleware, messageSocketEndpoint, eventsSocketEndpoint, websocketEndpoints } =\n createDevServerMiddleware({\n port: metroConfig.server.port,\n watchFolders: metroConfig.watchFolders,\n });\n\n // securityHeadersMiddleware does not support cross-origin requests for remote devtools to get the sourcemap.\n // We replace with the enhanced version.\n replaceMiddlewareWith(\n middleware as ConnectServer,\n securityHeadersMiddleware,\n remoteDevtoolsSecurityHeadersMiddleware\n );\n\n middleware.use(remoteDevtoolsCorsMiddleware);\n\n prependMiddleware(middleware, suppressRemoteDebuggingErrorMiddleware);\n\n // TODO: We can probably drop this now.\n const customEnhanceMiddleware = metroConfig.server.enhanceMiddleware;\n // @ts-expect-error: can't mutate readonly config\n metroConfig.server.enhanceMiddleware = (metroMiddleware: any, server: Metro.Server) => {\n if (customEnhanceMiddleware) {\n metroMiddleware = customEnhanceMiddleware(metroMiddleware, server);\n }\n return middleware.use(metroMiddleware);\n };\n\n middleware.use(createDebuggerTelemetryMiddleware(projectRoot, exp));\n\n // Initialize all React Native debug features\n const { debugMiddleware, debugWebsocketEndpoints } = createDebugMiddleware(metroBundler);\n prependMiddleware(middleware, debugMiddleware);\n middleware.use('/_expo/debugger', createJsInspectorMiddleware());\n\n const { server, metro } = await runServer(metroBundler, metroConfig, {\n // @ts-expect-error: Inconsistent `websocketEndpoints` type between metro and @react-native-community/cli-server-api\n websocketEndpoints: {\n ...websocketEndpoints,\n ...debugWebsocketEndpoints,\n },\n watch: !isExporting && isWatchEnabled(),\n });\n\n prependMiddleware(middleware, (req: ServerRequest, res: ServerResponse, next: ServerNext) => {\n // If the URL is a Metro asset request, then we need to skip all other middleware to prevent\n // the community CLI's serve-static from hosting `/assets/index.html` in place of all assets if it exists.\n // /assets/?unstable_path=.\n if (req.url) {\n const url = new URL(req.url!, 'http://localhost:8000');\n if (url.pathname.match(/^\\/assets\\/?/) && url.searchParams.get('unstable_path') != null) {\n return metro.processRequest(req, res, next);\n }\n }\n return next();\n });\n\n setEventReporter(eventsSocketEndpoint.reportEvent);\n\n return {\n metro,\n server,\n middleware,\n messageSocket: messageSocketEndpoint,\n };\n}\n\n/**\n * Simplify and communicate if Metro is running without watching file updates,.\n * Exposed for testing.\n */\nexport function isWatchEnabled() {\n if (env.CI) {\n Log.log(\n chalk`Metro is running in CI mode, reloads are disabled. Remove {bold CI=true} to enable watch mode.`\n );\n }\n\n return !env.CI;\n}\n"],"names":["loadMetroConfigAsync","instantiateMetroAsync","isWatchEnabled","ExpoMetroConfig","gteSdkVersion","exp","sdkVersion","semver","gte","Error","projectRoot","options","getConfig","skipSDKVersionRequirement","isExporting","reportEvent","serverRoot","getMetroServerRoot","terminal","Terminal","process","stdout","terminalReporter","MetroTerminalReporter","reporter","update","event","config","loadAsync","transformer","publicPath","experiments","baseUrl","platformBundlers","getPlatformBundlers","withMetroMultiPlatformAsync","isTsconfigPathsEnabled","tsconfigPaths","webOutput","web","output","isFastResolverEnabled","env","EXPO_USE_FAST_RESOLVER","NODE_ENV","logEventAsync","getMetroProperties","setEventReporter","logger","metroBundler","metroConfig","createDevServerMiddleware","securityHeadersMiddleware","require","middleware","messageSocketEndpoint","eventsSocketEndpoint","websocketEndpoints","port","server","watchFolders","replaceMiddlewareWith","remoteDevtoolsSecurityHeadersMiddleware","use","remoteDevtoolsCorsMiddleware","prependMiddleware","suppressRemoteDebuggingErrorMiddleware","customEnhanceMiddleware","enhanceMiddleware","metroMiddleware","createDebuggerTelemetryMiddleware","debugMiddleware","debugWebsocketEndpoints","createDebugMiddleware","createJsInspectorMiddleware","metro","runServer","watch","req","res","next","url","URL","pathname","match","searchParams","get","processRequest","messageSocket","CI","Log","log","chalk"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../../../../src/start/server/metro/instantiateMetro.ts"],"sourcesContent":["import { ExpoConfig, getConfig } from '@expo/config';\nimport { getDefaultConfig, LoadOptions } from '@expo/metro-config';\nimport chalk from 'chalk';\nimport { Server as ConnectServer } from 'connect';\nimport http from 'http';\nimport type Metro from 'metro';\nimport { loadConfig, resolveConfig, ConfigT } from 'metro-config';\nimport { Terminal } from 'metro-core';\nimport semver from 'semver';\nimport { URL } from 'url';\n\nimport { MetroBundlerDevServer } from './MetroBundlerDevServer';\nimport { MetroTerminalReporter } from './MetroTerminalReporter';\nimport { createDebugMiddleware } from './debugging/createDebugMiddleware';\nimport { runServer } from './runServer-fork';\nimport { withMetroMultiPlatformAsync } from './withMetroMultiPlatform';\nimport { MetroDevServerOptions } from '../../../export/fork-bundleAsync';\nimport { Log } from '../../../log';\nimport { getMetroProperties } from '../../../utils/analytics/getMetroProperties';\nimport { createDebuggerTelemetryMiddleware } from '../../../utils/analytics/metroDebuggerMiddleware';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { env } from '../../../utils/env';\nimport { getMetroServerRoot } from '../middleware/ManifestMiddleware';\nimport { createJsInspectorMiddleware } from '../middleware/inspector/createJsInspectorMiddleware';\nimport { prependMiddleware, replaceMiddlewareWith } from '../middleware/mutations';\nimport { remoteDevtoolsCorsMiddleware } from '../middleware/remoteDevtoolsCorsMiddleware';\nimport { remoteDevtoolsSecurityHeadersMiddleware } from '../middleware/remoteDevtoolsSecurityHeadersMiddleware';\nimport { ServerNext, ServerRequest, ServerResponse } from '../middleware/server.types';\nimport { suppressRemoteDebuggingErrorMiddleware } from '../middleware/suppressErrorMiddleware';\nimport { getPlatformBundlers } from '../platformBundlers';\n\n// From expo/dev-server but with ability to use custom logger.\ntype MessageSocket = {\n broadcast: (method: string, params?: Record<string, any> | undefined) => void;\n};\n\nfunction gteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdkVersion: string): boolean {\n if (!exp.sdkVersion) {\n return false;\n }\n\n if (exp.sdkVersion === 'UNVERSIONED') {\n return true;\n }\n\n try {\n return semver.gte(exp.sdkVersion, sdkVersion);\n } catch {\n throw new Error(`${exp.sdkVersion} is not a valid version. Must be in the form of x.y.z`);\n }\n}\n\nexport async function loadMetroConfigAsync(\n projectRoot: string,\n options: LoadOptions,\n {\n exp = getConfig(projectRoot, { skipSDKVersionRequirement: true }).exp,\n isExporting,\n }: { exp?: ExpoConfig; isExporting: boolean }\n) {\n let reportEvent: ((event: any) => void) | undefined;\n const serverRoot = getMetroServerRoot(projectRoot);\n\n const terminal = new Terminal(process.stdout);\n const terminalReporter = new MetroTerminalReporter(serverRoot, terminal);\n\n const hasConfig = await resolveConfig(options.config, projectRoot);\n let config: ConfigT = {\n ...(await loadConfig(\n { cwd: projectRoot, projectRoot, ...options },\n // If the project does not have a metro.config.js, then we use the default config.\n hasConfig.isEmpty ? getDefaultConfig(projectRoot) : undefined\n )),\n reporter: {\n update(event: any) {\n terminalReporter.update(event);\n if (reportEvent) {\n reportEvent(event);\n }\n },\n },\n };\n\n if (\n // Requires SDK 50 for expo-assets hashAssetPlugin change.\n !exp.sdkVersion ||\n gteSdkVersion(exp, '50.0.0')\n ) {\n if (isExporting) {\n // This token will be used in the asset plugin to ensure the path is correct for writing locally.\n // @ts-expect-error: typed as readonly.\n config.transformer.publicPath = `/assets?export_path=${\n (exp.experiments?.baseUrl ?? '') + '/assets'\n }`;\n } else {\n // @ts-expect-error: typed as readonly\n config.transformer.publicPath = '/assets/?unstable_path=.';\n }\n } else {\n if (isExporting && exp.experiments?.baseUrl) {\n // This token will be used in the asset plugin to ensure the path is correct for writing locally.\n // @ts-expect-error: typed as readonly.\n config.transformer.publicPath = exp.experiments?.baseUrl;\n }\n }\n\n const platformBundlers = getPlatformBundlers(exp);\n\n config = await withMetroMultiPlatformAsync(projectRoot, {\n config,\n platformBundlers,\n isTsconfigPathsEnabled: exp.experiments?.tsconfigPaths ?? true,\n webOutput: exp.web?.output ?? 'single',\n isFastResolverEnabled: env.EXPO_USE_FAST_RESOLVER,\n isExporting,\n });\n\n if (process.env.NODE_ENV !== 'test') {\n logEventAsync('metro config', getMetroProperties(projectRoot, exp, config));\n }\n\n return {\n config,\n setEventReporter: (logger: (event: any) => void) => (reportEvent = logger),\n reporter: terminalReporter,\n };\n}\n\n/** The most generic possible setup for Metro bundler. */\nexport async function instantiateMetroAsync(\n metroBundler: MetroBundlerDevServer,\n options: Omit<MetroDevServerOptions, 'logger'>,\n { isExporting }: { isExporting: boolean }\n): Promise<{\n metro: Metro.Server;\n server: http.Server;\n middleware: any;\n messageSocket: MessageSocket;\n}> {\n const projectRoot = metroBundler.projectRoot;\n\n // TODO: When we bring expo/metro-config into the expo/expo repo, then we can upstream this.\n const { exp } = getConfig(projectRoot, {\n skipSDKVersionRequirement: true,\n });\n\n const { config: metroConfig, setEventReporter } = await loadMetroConfigAsync(\n projectRoot,\n options,\n { exp, isExporting }\n );\n\n const { createDevServerMiddleware, securityHeadersMiddleware } =\n require('@react-native-community/cli-server-api') as typeof import('@react-native-community/cli-server-api');\n\n const { middleware, messageSocketEndpoint, eventsSocketEndpoint, websocketEndpoints } =\n createDevServerMiddleware({\n port: metroConfig.server.port,\n watchFolders: metroConfig.watchFolders,\n });\n\n // securityHeadersMiddleware does not support cross-origin requests for remote devtools to get the sourcemap.\n // We replace with the enhanced version.\n replaceMiddlewareWith(\n middleware as ConnectServer,\n securityHeadersMiddleware,\n remoteDevtoolsSecurityHeadersMiddleware\n );\n\n middleware.use(remoteDevtoolsCorsMiddleware);\n\n prependMiddleware(middleware, suppressRemoteDebuggingErrorMiddleware);\n\n // TODO: We can probably drop this now.\n const customEnhanceMiddleware = metroConfig.server.enhanceMiddleware;\n // @ts-expect-error: can't mutate readonly config\n metroConfig.server.enhanceMiddleware = (metroMiddleware: any, server: Metro.Server) => {\n if (customEnhanceMiddleware) {\n metroMiddleware = customEnhanceMiddleware(metroMiddleware, server);\n }\n return middleware.use(metroMiddleware);\n };\n\n middleware.use(createDebuggerTelemetryMiddleware(projectRoot, exp));\n\n // Initialize all React Native debug features\n const { debugMiddleware, debugWebsocketEndpoints } = createDebugMiddleware(metroBundler);\n prependMiddleware(middleware, debugMiddleware);\n middleware.use('/_expo/debugger', createJsInspectorMiddleware());\n\n const { server, metro } = await runServer(metroBundler, metroConfig, {\n // @ts-expect-error: Inconsistent `websocketEndpoints` type between metro and @react-native-community/cli-server-api\n websocketEndpoints: {\n ...websocketEndpoints,\n ...debugWebsocketEndpoints,\n },\n watch: !isExporting && isWatchEnabled(),\n });\n\n prependMiddleware(middleware, (req: ServerRequest, res: ServerResponse, next: ServerNext) => {\n // If the URL is a Metro asset request, then we need to skip all other middleware to prevent\n // the community CLI's serve-static from hosting `/assets/index.html` in place of all assets if it exists.\n // /assets/?unstable_path=.\n if (req.url) {\n const url = new URL(req.url!, 'http://localhost:8000');\n if (url.pathname.match(/^\\/assets\\/?/) && url.searchParams.get('unstable_path') != null) {\n return metro.processRequest(req, res, next);\n }\n }\n return next();\n });\n\n setEventReporter(eventsSocketEndpoint.reportEvent);\n\n return {\n metro,\n server,\n middleware,\n messageSocket: messageSocketEndpoint,\n };\n}\n\n/**\n * Simplify and communicate if Metro is running without watching file updates,.\n * Exposed for testing.\n */\nexport function isWatchEnabled() {\n if (env.CI) {\n Log.log(\n chalk`Metro is running in CI mode, reloads are disabled. Remove {bold CI=true} to enable watch mode.`\n );\n }\n\n return !env.CI;\n}\n"],"names":["loadMetroConfigAsync","instantiateMetroAsync","isWatchEnabled","gteSdkVersion","exp","sdkVersion","semver","gte","Error","projectRoot","options","getConfig","skipSDKVersionRequirement","isExporting","reportEvent","serverRoot","getMetroServerRoot","terminal","Terminal","process","stdout","terminalReporter","MetroTerminalReporter","hasConfig","resolveConfig","config","loadConfig","cwd","isEmpty","getDefaultConfig","undefined","reporter","update","event","transformer","publicPath","experiments","baseUrl","platformBundlers","getPlatformBundlers","withMetroMultiPlatformAsync","isTsconfigPathsEnabled","tsconfigPaths","webOutput","web","output","isFastResolverEnabled","env","EXPO_USE_FAST_RESOLVER","NODE_ENV","logEventAsync","getMetroProperties","setEventReporter","logger","metroBundler","metroConfig","createDevServerMiddleware","securityHeadersMiddleware","require","middleware","messageSocketEndpoint","eventsSocketEndpoint","websocketEndpoints","port","server","watchFolders","replaceMiddlewareWith","remoteDevtoolsSecurityHeadersMiddleware","use","remoteDevtoolsCorsMiddleware","prependMiddleware","suppressRemoteDebuggingErrorMiddleware","customEnhanceMiddleware","enhanceMiddleware","metroMiddleware","createDebuggerTelemetryMiddleware","debugMiddleware","debugWebsocketEndpoints","createDebugMiddleware","createJsInspectorMiddleware","metro","runServer","watch","req","res","next","url","URL","pathname","match","searchParams","get","processRequest","messageSocket","CI","Log","log","chalk"],"mappings":"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"}
|
|
@@ -94,7 +94,7 @@ async function logEventAsync(event, properties = {}) {
|
|
|
94
94
|
}
|
|
95
95
|
const { userId , deviceId } = identifyData;
|
|
96
96
|
const commonEventProperties = {
|
|
97
|
-
source_version: "0.16.
|
|
97
|
+
source_version: "0.16.2",
|
|
98
98
|
source: "expo"
|
|
99
99
|
};
|
|
100
100
|
const identity = {
|
|
@@ -135,7 +135,7 @@ function getContext() {
|
|
|
135
135
|
},
|
|
136
136
|
app: {
|
|
137
137
|
name: "expo",
|
|
138
|
-
version: "0.16.
|
|
138
|
+
version: "0.16.2"
|
|
139
139
|
},
|
|
140
140
|
ci: ciInfo.isCI ? {
|
|
141
141
|
name: ciInfo.name,
|