expo-eas-client 0.14.4 → 0.15.0-canary-20250709-136b77f
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 +3 -1
- package/android/build.gradle +2 -2
- package/ios/EASClient.podspec +3 -2
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,11 +6,13 @@
|
|
|
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
|
|
12
14
|
|
|
13
|
-
## 0.14.4
|
|
15
|
+
## 0.14.4 - 2025-07-03
|
|
14
16
|
|
|
15
17
|
_This version does not introduce any user-facing changes._
|
|
16
18
|
|
package/android/build.gradle
CHANGED
|
@@ -4,7 +4,7 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '0.
|
|
7
|
+
version = '0.15.0-canary-20250709-136b77f'
|
|
8
8
|
|
|
9
9
|
expoModule {
|
|
10
10
|
canBePublished false
|
|
@@ -14,7 +14,7 @@ android {
|
|
|
14
14
|
namespace "expo.modules.easclient"
|
|
15
15
|
defaultConfig {
|
|
16
16
|
versionCode 1
|
|
17
|
-
versionName "0.
|
|
17
|
+
versionName "0.15.0-canary-20250709-136b77f"
|
|
18
18
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
19
19
|
}
|
|
20
20
|
testOptions {
|
package/ios/EASClient.podspec
CHANGED
|
@@ -12,9 +12,10 @@ 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
|
-
s.swift_version = '5.
|
|
18
|
+
s.swift_version = '5.9'
|
|
18
19
|
s.source = { git: '' }
|
|
19
20
|
s.static_framework = true
|
|
20
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-eas-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0-canary-20250709-136b77f",
|
|
4
4
|
"description": "Stable client identifier for EAS services",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"preset": "expo-module-scripts"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"expo-module-scripts": "
|
|
39
|
-
}
|
|
40
|
-
"gitHead": "1f24ccedde18e18270967f102ffb1ae0ebc20c1c"
|
|
38
|
+
"expo-module-scripts": "4.1.10-canary-20250709-136b77f"
|
|
39
|
+
}
|
|
41
40
|
}
|