expo-manifests 1.0.11-canary-20251230-fc48ddc → 1.0.11-canary-20260113-0ce2b9c

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.
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '1.0.11-canary-20251230-fc48ddc'
7
+ version = '1.0.11-canary-20260113-0ce2b9c'
8
8
 
9
9
  expoModule {
10
10
  canBePublished false
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.manifests"
15
15
  defaultConfig {
16
16
  versionCode 31
17
- versionName '1.0.11-canary-20251230-fc48ddc'
17
+ versionName '1.0.11-canary-20260113-0ce2b9c'
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
  testOptions {
@@ -174,11 +174,6 @@ abstract class Manifest(protected val json: JSONObject) {
174
174
  return expoClientConfig.getNullable("iconUrl")
175
175
  }
176
176
 
177
- fun getNotificationPreferences(): JSONObject? {
178
- val expoClientConfig = getExpoClientConfigRootObject() ?: return null
179
- return expoClientConfig.getNullable("notification")
180
- }
181
-
182
177
  fun getAndroidSplashInfo(): JSONObject? {
183
178
  val expoClientConfig = getExpoClientConfigRootObject() ?: return null
184
179
  return expoClientConfig.getNullable<JSONObject>("android")?.getNullable("splash")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-manifests",
3
- "version": "1.0.11-canary-20251230-fc48ddc",
3
+ "version": "1.0.11-canary-20260113-0ce2b9c",
4
4
  "description": "Code to parse and use Expo and Expo Updates manifests.",
5
5
  "main": "build/Manifests.js",
6
6
  "types": "build/Manifests.d.ts",
@@ -34,13 +34,13 @@
34
34
  "preset": "expo-module-scripts"
35
35
  },
36
36
  "dependencies": {
37
- "@expo/config": "12.0.14-canary-20251230-fc48ddc",
38
- "expo-json-utils": "0.15.1-canary-20251230-fc48ddc"
37
+ "@expo/config": "12.0.14-canary-20260113-0ce2b9c",
38
+ "expo-json-utils": "0.15.1-canary-20260113-0ce2b9c"
39
39
  },
40
40
  "devDependencies": {
41
- "expo-module-scripts": "5.1.0-canary-20251230-fc48ddc"
41
+ "expo-module-scripts": "5.1.0-canary-20260113-0ce2b9c"
42
42
  },
43
43
  "peerDependencies": {
44
- "expo": "55.0.0-canary-20251230-fc48ddc"
44
+ "expo": "55.0.0-canary-20260113-0ce2b9c"
45
45
  }
46
46
  }