expo-modules-core 55.0.13 → 55.0.14

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
+ ## 55.0.14 — 2026-03-05
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 55.0.13 — 2026-02-26
14
18
 
15
19
  ### 🐛 Bug fixes
@@ -29,7 +29,7 @@ if (shouldIncludeCompose) {
29
29
  }
30
30
 
31
31
  group = 'host.exp.exponent'
32
- version = '55.0.13'
32
+ version = '55.0.14'
33
33
 
34
34
  def isExpoModulesCoreTests = {
35
35
  Gradle gradle = getGradle()
@@ -96,7 +96,7 @@ android {
96
96
  defaultConfig {
97
97
  consumerProguardFiles 'proguard-rules.pro'
98
98
  versionCode 1
99
- versionName "55.0.13"
99
+ versionName "55.0.14"
100
100
  buildConfigField "String", "EXPO_MODULES_CORE_VERSION", "\"${versionName}\""
101
101
  buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", "true"
102
102
 
@@ -9,6 +9,8 @@
9
9
 
10
10
  + (NSString *)permissionStringForStatus:(EXPermissionStatus)status;
11
11
 
12
+ + (NSDictionary *)parsePermissionFromRequester:(NSDictionary *)permission;
13
+
12
14
  - (void)askForGlobalPermissionUsingRequesterClass:(Class)requesterClass
13
15
  withResolver:(EXPromiseResolveBlock)resolver
14
16
  withRejecter:(EXPromiseRejectBlock)reject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-modules-core",
3
- "version": "55.0.13",
3
+ "version": "55.0.14",
4
4
  "description": "The core of Expo Modules architecture",
5
5
  "main": "src/index.ts",
6
6
  "types": "build/index.d.ts",
@@ -66,5 +66,5 @@
66
66
  "@testing-library/react-native": "^13.3.0",
67
67
  "expo-module-scripts": "^55.0.2"
68
68
  },
69
- "gitHead": "413b0450434d3e456eb391eca792ee9ac1e1efec"
69
+ "gitHead": "756404b0eb18d441b54c7136b4142349193f554b"
70
70
  }