expo 56.0.4 → 56.0.5

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.
@@ -10,7 +10,7 @@ buildscript {
10
10
  }
11
11
 
12
12
  group = 'host.exp.exponent'
13
- version = '56.0.4'
13
+ version = '56.0.5'
14
14
 
15
15
  expoModule {
16
16
  // We can't prebuild the module because it depends on the generated files.
@@ -21,7 +21,7 @@ android {
21
21
  namespace "expo.core"
22
22
  defaultConfig {
23
23
  versionCode 1
24
- versionName "56.0.4"
24
+ versionName "56.0.5"
25
25
  consumerProguardFiles("proguard-rules.pro")
26
26
  }
27
27
  testOptions {
@@ -59,13 +59,10 @@ object CompressionInterceptor : Interceptor {
59
59
  val body = response.body ?: return response
60
60
  val encoding = response.header("Content-Encoding") ?: return response
61
61
 
62
- val decompressedSource = when {
63
- encoding.equals("zstd", ignoreCase = true) ->
64
- body.source().zstdDecompress().buffer()
65
- encoding.equals("br", ignoreCase = true) ->
66
- BrotliInputStream(body.source().inputStream()).source().buffer()
67
- encoding.equals("gzip", ignoreCase = true) ->
68
- GzipSource(body.source()).buffer()
62
+ val decompressedSource = when (encoding.lowercase()) {
63
+ "zstd" -> body.source().zstdDecompress().buffer()
64
+ "br" -> BrotliInputStream(body.source().inputStream()).source().buffer()
65
+ "gzip" -> GzipSource(body.source()).buffer()
69
66
  else -> return response
70
67
  }
71
68
 
@@ -1,8 +1,8 @@
1
1
  {
2
- "@expo/fingerprint": "~0.19.2",
3
- "@expo/metro-runtime": "~56.0.12",
2
+ "@expo/fingerprint": "~0.19.3",
3
+ "@expo/metro-runtime": "~56.0.13",
4
4
  "@expo/vector-icons": "^15.0.2",
5
- "@expo/ui": "~56.0.13",
5
+ "@expo/ui": "~56.0.14",
6
6
  "@react-native-async-storage/async-storage": "2.2.0",
7
7
  "@react-native-community/datetimepicker": "9.1.0",
8
8
  "@react-native-masked-view/masked-view": "0.3.2",
@@ -16,28 +16,28 @@
16
16
  "expo-analytics-amplitude": "~11.3.0",
17
17
  "expo-app-auth": "~11.1.0",
18
18
  "expo-app-loader-provider": "~8.0.0",
19
- "expo-app-metrics": "~56.0.13",
19
+ "expo-app-metrics": "~56.0.14",
20
20
  "expo-apple-authentication": "~56.0.4",
21
21
  "expo-application": "~56.0.3",
22
- "expo-asset": "~56.0.14",
23
- "expo-audio": "~56.0.10",
24
- "expo-auth-session": "~56.0.11",
25
- "expo-background-fetch": "~56.0.14",
26
- "expo-background-task": "~56.0.14",
22
+ "expo-asset": "~56.0.15",
23
+ "expo-audio": "~56.0.11",
24
+ "expo-auth-session": "~56.0.12",
25
+ "expo-background-fetch": "~56.0.15",
26
+ "expo-background-task": "~56.0.15",
27
27
  "expo-battery": "~56.0.4",
28
28
  "expo-blur": "~56.0.3",
29
29
  "expo-brightness": "~56.0.5",
30
- "expo-brownfield": "~56.0.14",
31
- "expo-build-properties": "~56.0.14",
30
+ "expo-brownfield": "~56.0.15",
31
+ "expo-build-properties": "~56.0.15",
32
32
  "expo-calendar": "~56.0.8",
33
33
  "expo-camera": "~56.0.7",
34
34
  "expo-cellular": "~56.0.5",
35
35
  "expo-checkbox": "~56.0.1",
36
36
  "expo-clipboard": "~56.0.3",
37
- "expo-constants": "~56.0.15",
37
+ "expo-constants": "~56.0.16",
38
38
  "expo-contacts": "~56.0.7",
39
- "expo-crypto": "~56.0.3",
40
- "expo-dev-client": "~56.0.15",
39
+ "expo-crypto": "~56.0.4",
40
+ "expo-dev-client": "~56.0.16",
41
41
  "expo-device": "~56.0.4",
42
42
  "expo-document-picker": "~56.0.4",
43
43
  "expo-file-system": "~56.0.7",
@@ -48,37 +48,37 @@
48
48
  "expo-haptics": "~56.0.3",
49
49
  "expo-image": "~56.0.9",
50
50
  "expo-image-loader": "~56.0.3",
51
- "expo-image-manipulator": "~56.0.14",
52
- "expo-image-picker": "~56.0.13",
51
+ "expo-image-manipulator": "~56.0.15",
52
+ "expo-image-picker": "~56.0.14",
53
53
  "expo-intent-launcher": "~56.0.4",
54
- "expo-insights": "~56.0.13",
54
+ "expo-insights": "~56.0.14",
55
55
  "expo-keep-awake": "~56.0.3",
56
56
  "expo-linear-gradient": "~56.0.4",
57
- "expo-linking": "~56.0.11",
57
+ "expo-linking": "~56.0.12",
58
58
  "expo-local-authentication": "~56.0.4",
59
59
  "expo-localization": "~56.0.6",
60
- "expo-location": "~56.0.13",
60
+ "expo-location": "~56.0.14",
61
61
  "expo-mail-composer": "~56.0.4",
62
62
  "expo-manifests": "~56.0.4",
63
63
  "expo-maps": "~56.0.6",
64
64
  "expo-mcp": "~0.2.1",
65
65
  "expo-media-library": "~56.0.6",
66
66
  "expo-mesh-gradient": "~56.0.3",
67
- "expo-module-template": "~56.0.10",
68
- "expo-modules-core": "~56.0.12",
67
+ "expo-module-template": "~56.0.11",
68
+ "expo-modules-core": "~56.0.13",
69
69
  "expo-navigation-bar": "~56.0.3",
70
70
  "expo-network": "~56.0.4",
71
- "expo-notifications": "~56.0.13",
72
- "expo-observe": "~56.0.15",
71
+ "expo-notifications": "~56.0.14",
72
+ "expo-observe": "~56.0.16",
73
73
  "expo-print": "~56.0.3",
74
74
  "expo-live-photo": "~56.0.3",
75
- "expo-router": "~56.2.6",
75
+ "expo-router": "~56.2.7",
76
76
  "expo-screen-capture": "~56.0.4",
77
77
  "expo-screen-orientation": "~56.0.5",
78
78
  "expo-secure-store": "~56.0.4",
79
79
  "expo-sensors": "~56.0.5",
80
80
  "expo-server": "~56.0.4",
81
- "expo-sharing": "~56.0.13",
81
+ "expo-sharing": "~56.0.14",
82
82
  "expo-sms": "~56.0.3",
83
83
  "expo-speech": "~56.0.3",
84
84
  "expo-splash-screen": "~56.0.10",
@@ -87,13 +87,13 @@
87
87
  "expo-store-review": "~56.0.3",
88
88
  "expo-symbols": "~56.0.5",
89
89
  "expo-system-ui": "~56.0.5",
90
- "expo-task-manager": "~56.0.14",
90
+ "expo-task-manager": "~56.0.15",
91
91
  "expo-tracking-transparency": "~56.0.5",
92
- "expo-updates": "~56.0.16",
92
+ "expo-updates": "~56.0.17",
93
93
  "expo-video-thumbnails": "~56.0.3",
94
94
  "expo-video": "~56.1.2",
95
95
  "expo-web-browser": "~56.0.5",
96
- "expo-widgets": "~56.0.14",
96
+ "expo-widgets": "~56.0.15",
97
97
  "jest-expo": "~56.0.4",
98
98
  "lottie-react-native": "~7.3.4",
99
99
  "react": "19.2.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo",
3
- "version": "56.0.4",
3
+ "version": "56.0.5",
4
4
  "description": "The Expo SDK",
5
5
  "main": "src/Expo.ts",
6
6
  "module": "src/Expo.ts",
@@ -68,25 +68,25 @@
68
68
  "homepage": "https://github.com/expo/expo/tree/main/packages/expo",
69
69
  "dependencies": {
70
70
  "@babel/runtime": "^7.20.0",
71
- "@expo/cli": "^56.1.11",
71
+ "@expo/cli": "^56.1.12",
72
72
  "@expo/config": "~56.0.9",
73
73
  "@expo/config-plugins": "~56.0.8",
74
74
  "@expo/devtools": "~56.0.2",
75
75
  "@expo/dom-webview": "~56.0.5",
76
- "@expo/fingerprint": "^0.19.2",
77
- "@expo/local-build-cache-provider": "^56.0.7",
76
+ "@expo/fingerprint": "^0.19.3",
77
+ "@expo/local-build-cache-provider": "^56.0.8",
78
78
  "@expo/log-box": "^56.0.12",
79
79
  "@expo/metro": "~56.0.0",
80
- "@expo/metro-config": "~56.0.12",
80
+ "@expo/metro-config": "~56.0.13",
81
81
  "@ungap/structured-clone": "^1.3.0",
82
- "babel-preset-expo": "~56.0.12",
83
- "expo-asset": "~56.0.14",
84
- "expo-constants": "~56.0.15",
82
+ "babel-preset-expo": "~56.0.13",
83
+ "expo-asset": "~56.0.15",
84
+ "expo-constants": "~56.0.16",
85
85
  "expo-file-system": "~56.0.7",
86
86
  "expo-font": "~56.0.5",
87
87
  "expo-keep-awake": "~56.0.3",
88
- "expo-modules-autolinking": "~56.0.12",
89
- "expo-modules-core": "~56.0.12",
88
+ "expo-modules-autolinking": "~56.0.13",
89
+ "expo-modules-core": "~56.0.13",
90
90
  "pretty-format": "^29.7.0",
91
91
  "react-refresh": "^0.14.2",
92
92
  "whatwg-url-minimum": "^0.1.2"
@@ -101,8 +101,8 @@
101
101
  "rimraf": "^6.1.2",
102
102
  "web-streams-polyfill": "^3.3.2",
103
103
  "@expo/dom-webview": "56.0.5",
104
- "@expo/metro-runtime": "56.0.12",
105
- "expo-updates": "56.0.16"
104
+ "expo-updates": "56.0.17",
105
+ "@expo/metro-runtime": "56.0.13"
106
106
  },
107
107
  "peerDependencies": {
108
108
  "@expo/dom-webview": "*",
@@ -139,7 +139,7 @@
139
139
  "scripts/resolveAppEntry.js"
140
140
  ]
141
141
  },
142
- "gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45",
142
+ "gitHead": "f67a101bcbe56114e982184834b93da7bbed00af",
143
143
  "scripts": {
144
144
  "build": "tsc",
145
145
  "clean": "rimraf build",
package/template.tgz CHANGED
Binary file