expo-constants 58.0.0 → 58.0.1

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/.npmignore CHANGED
@@ -17,3 +17,8 @@ __rsc_tests__
17
17
  /android/src/androidTest/
18
18
  /android/src/test/
19
19
  /ios/Tests
20
+
21
+ # Exclude native build output (pnpm pack ignores nested .gitignore files)
22
+ .cxx/
23
+ .gradle/
24
+ /android/build/
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 58.0.1 — 2026-09-14
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 58.0.0 — 2026-09-10
14
18
 
15
19
  ### 🐛 Bug fixes
@@ -6,7 +6,7 @@ plugins {
6
6
  apply from: "../scripts/get-app-config-android.gradle"
7
7
 
8
8
  group = 'host.exp.exponent'
9
- version = '58.0.0'
9
+ version = '58.0.1'
10
10
 
11
11
  expoModule {
12
12
  // We can't prebuild the module because we need to apply `get-app-config-android.gradle` script.
@@ -17,6 +17,6 @@ android {
17
17
  namespace "expo.modules.constants"
18
18
  defaultConfig {
19
19
  versionCode 33
20
- versionName "58.0.0"
20
+ versionName "58.0.1"
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-constants",
3
- "version": "58.0.0",
3
+ "version": "58.0.1",
4
4
  "description": "Provides system information that remains constant throughout the lifetime of your app.",
5
5
  "keywords": [
6
6
  "constants",
@@ -53,13 +53,13 @@
53
53
  "@types/node": "^22.14.0",
54
54
  "expo-manifests": "58.0.0",
55
55
  "expo-module-scripts": "56.0.3",
56
- "expo-updates": "58.0.0"
56
+ "expo-updates": "58.0.3"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "expo": "*",
60
60
  "react-native": "*"
61
61
  },
62
- "gitHead": "c543a7181fc32e14f42d89550087b80ac5c490f2",
62
+ "gitHead": "40afe3afa42f1dcca3dcba7ffbb3641859bdf2f0",
63
63
  "scripts": {
64
64
  "build": "expo-build src",
65
65
  "clean": "expo-module clean",