expo-manifests 1.0.11-canary-20251223-b83b31e → 1.0.11-canary-20251230-fc48ddc

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.0.11-canary-20251223-b83b31e'
7
+ version = '1.0.11-canary-20251230-fc48ddc'
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 '1.0.11-canary-20251223-b83b31e'
17
+ versionName '1.0.11-canary-20251230-fc48ddc'
18
18
  testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
19
  }
20
20
  testOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-manifests",
3
- "version": "1.0.11-canary-20251223-b83b31e",
3
+ "version": "1.0.11-canary-20251230-fc48ddc",
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": "12.0.14-canary-20251223-b83b31e",
38
- "expo-json-utils": "0.15.1-canary-20251223-b83b31e"
37
+ "@expo/config": "12.0.14-canary-20251230-fc48ddc",
38
+ "expo-json-utils": "0.15.1-canary-20251230-fc48ddc"
39
39
  },
40
40
  "devDependencies": {
41
- "expo-module-scripts": "5.1.0-canary-20251223-b83b31e"
41
+ "expo-module-scripts": "5.1.0-canary-20251230-fc48ddc"
42
42
  },
43
43
  "peerDependencies": {
44
- "expo": "55.0.0-canary-20251223-b83b31e"
44
+ "expo": "55.0.0-canary-20251230-fc48ddc"
45
45
  }
46
46
  }