expo-updates-interface 55.1.4 → 55.1.6

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,14 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 55.1.6 — 2026-04-21
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 55.1.5 — 2026-04-02
18
+
19
+ _This version does not introduce any user-facing changes._
20
+
13
21
  ## 55.1.4 — 2026-04-02
14
22
 
15
23
  ### 🎉 New features
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '55.1.4'
7
+ version = '55.1.6'
8
8
 
9
9
  expoModule {
10
10
  canBePublished false
@@ -14,6 +14,6 @@ android {
14
14
  namespace "expo.modules.updatesinterface"
15
15
  defaultConfig {
16
16
  versionCode 1
17
- versionName '55.1.4'
17
+ versionName '55.1.6'
18
18
  }
19
19
  }
@@ -79,6 +79,7 @@ interface UpdatesStateChangeSubscription {
79
79
  * Call this to remove the subscription and stop receiving state change events
80
80
  */
81
81
  fun remove()
82
+
82
83
  /*
83
84
  * When updates is enabled, returns the current state context as an instance of UpdatesNativeInterfaceStateContext
84
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates-interface",
3
- "version": "55.1.4",
3
+ "version": "55.1.6",
4
4
  "description": "Native interface for modules that optionally depend on expo-updates, e.g. expo-dev-launcher.",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -23,5 +23,5 @@
23
23
  "peerDependencies": {
24
24
  "expo": "*"
25
25
  },
26
- "gitHead": "d455edeea68e2a27ab9a4d5143bdfaf6851f852c"
26
+ "gitHead": "e37e614d97c3ca53f16b91609a787675d044c284"
27
27
  }