expo-updates-interface 1.1.1-canary-20250630-547cd82 → 1.2.0-canary-20250701-6a945c5

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
@@ -6,6 +6,8 @@
6
6
 
7
7
  ### 🎉 New features
8
8
 
9
+ - Add support for macOS. ([#37629](https://github.com/expo/expo/pull/37629) by [@gabrieldonadel](https://github.com/gabrieldonadel))
10
+
9
11
  ### 🐛 Bug fixes
10
12
 
11
13
  ### 💡 Others
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '1.1.1-canary-20250630-547cd82'
7
+ version = '1.2.0-canary-20250701-6a945c5'
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-20250630-547cd82'
17
+ versionName '1.2.0-canary-20250701-6a945c5'
18
18
  }
19
19
  }
@@ -12,7 +12,8 @@ Pod::Spec.new do |s|
12
12
  s.homepage = package['homepage']
13
13
  s.platforms = {
14
14
  :ios => '15.1',
15
- :tvos => '15.1'
15
+ :tvos => '15.1',
16
+ :osx => '11.0'
16
17
  }
17
18
  s.swift_version = '5.4'
18
19
  s.source = { git: 'https://github.com/expo/expo.git' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates-interface",
3
- "version": "1.1.1-canary-20250630-547cd82",
3
+ "version": "1.2.0-canary-20250701-6a945c5",
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-20250630-547cd82"
24
+ "expo": "54.0.0-canary-20250701-6a945c5"
25
25
  }
26
26
  }