expo-manifests 0.17.0-canary-20250701-6a945c5 → 0.17.0-canary-20250713-8f814f8

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.16.6 - 2025-07-03
16
+
17
+ _This version does not introduce any user-facing changes._
18
+
15
19
  ## 0.16.5 — 2025-05-08
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.17.0-canary-20250701-6a945c5'
7
+ version = '0.17.0-canary-20250713-8f814f8'
8
8
 
9
9
  expoModule {
10
10
  canBePublished false
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.manifests"
15
15
  defaultConfig {
16
16
  versionCode 31
17
- versionName '0.17.0-canary-20250701-6a945c5'
17
+ versionName '0.17.0-canary-20250713-8f814f8'
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: 'https://github.com/expo/expo.git' }
20
20
  s.static_framework = true
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-manifests",
3
- "version": "0.17.0-canary-20250701-6a945c5",
3
+ "version": "0.17.0-canary-20250713-8f814f8",
4
4
  "description": "Code to parse and use Expo and Expo Updates manifests.",
5
5
  "main": "build/Manifests.js",
6
6
  "types": "build/Manifests.d.ts",
@@ -34,13 +34,13 @@
34
34
  "preset": "expo-module-scripts"
35
35
  },
36
36
  "dependencies": {
37
- "@expo/config": "11.0.12-canary-20250701-6a945c5",
38
- "expo-json-utils": "0.15.1-canary-20250701-6a945c5"
37
+ "@expo/config": "11.0.14-canary-20250713-8f814f8",
38
+ "expo-json-utils": "0.15.1-canary-20250713-8f814f8"
39
39
  },
40
40
  "devDependencies": {
41
- "expo-module-scripts": "4.1.9-canary-20250701-6a945c5"
41
+ "expo-module-scripts": "4.1.10-canary-20250713-8f814f8"
42
42
  },
43
43
  "peerDependencies": {
44
- "expo": "54.0.0-canary-20250701-6a945c5"
44
+ "expo": "54.0.0-canary-20250713-8f814f8"
45
45
  }
46
46
  }