expo-eas-client 0.15.0-canary-20250701-6a945c5 → 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 CHANGED
@@ -12,6 +12,10 @@
12
12
 
13
13
  ### 💡 Others
14
14
 
15
+ ## 0.14.4 - 2025-07-03
16
+
17
+ _This version does not introduce any user-facing changes._
18
+
15
19
  ## 0.14.3 — 2025-04-30
16
20
 
17
21
  _This version does not introduce any user-facing changes._
@@ -4,7 +4,7 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '0.15.0-canary-20250701-6a945c5'
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.15.0-canary-20250701-6a945c5"
17
+ versionName "0.15.0-canary-20250709-136b77f"
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
  testOptions {
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  :tvos => '15.1',
16
16
  :osx => '11.0'
17
17
  }
18
- s.swift_version = '5.4'
18
+ s.swift_version = '5.9'
19
19
  s.source = { git: '' }
20
20
  s.static_framework = true
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-eas-client",
3
- "version": "0.15.0-canary-20250701-6a945c5",
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,6 +35,6 @@
35
35
  "preset": "expo-module-scripts"
36
36
  },
37
37
  "devDependencies": {
38
- "expo-module-scripts": "4.1.9-canary-20250701-6a945c5"
38
+ "expo-module-scripts": "4.1.10-canary-20250709-136b77f"
39
39
  }
40
40
  }