expo-updates-interface 1.1.1-canary-20250611-f0afe80 → 1.1.1-canary-20250613-b29d676

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.1.1-canary-20250611-f0afe80'
7
+ version = '1.1.1-canary-20250613-b29d676'
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 '1.1.1-canary-20250611-f0afe80'
17
+ versionName '1.1.1-canary-20250613-b29d676'
18
18
  }
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates-interface",
3
- "version": "1.1.1-canary-20250611-f0afe80",
3
+ "version": "1.1.1-canary-20250613-b29d676",
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": [
@@ -21,6 +21,6 @@
21
21
  "homepage": "https://docs.expo.dev",
22
22
  "dependencies": {},
23
23
  "peerDependencies": {
24
- "expo": "54.0.0-canary-20250611-f0afe80"
24
+ "expo": "54.0.0-canary-20250613-b29d676"
25
25
  }
26
26
  }