expo-updates 58.0.2 → 58.0.3

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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 58.0.3 — 2026-09-14
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 58.0.2 — 2026-09-14
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -42,7 +42,7 @@ expoModule {
42
42
  }
43
43
 
44
44
  group = 'host.exp.exponent'
45
- version = '58.0.2'
45
+ version = '58.0.3'
46
46
 
47
47
  // Utility method to derive boolean values from the environment or from Java properties,
48
48
  // and return them as strings to be used in BuildConfig fields
@@ -98,7 +98,7 @@ android {
98
98
  namespace "expo.modules.updates"
99
99
  defaultConfig {
100
100
  versionCode 31
101
- versionName '58.0.2'
101
+ versionName '58.0.3'
102
102
  consumerProguardFiles("proguard-rules.pro")
103
103
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
104
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates",
3
- "version": "58.0.2",
3
+ "version": "58.0.3",
4
4
  "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
5
5
  "keywords": [
6
6
  "expo",
@@ -91,7 +91,7 @@
91
91
  "optional": true
92
92
  }
93
93
  },
94
- "gitHead": "4b28ee36f9b7a8d87a39892ca94a3fedea409517",
94
+ "gitHead": "40afe3afa42f1dcca3dcba7ffbb3641859bdf2f0",
95
95
  "scripts": {
96
96
  "build": "pnpm run build:lib && pnpm run build:plugin && pnpm run build:utils && pnpm run build:cli",
97
97
  "build:lib": "expo-build src",