expo-updates 1.0.0-canary-20240904-69100c1 → 1.0.0-canary-20240912-1059f85

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.
@@ -51,6 +51,7 @@ function getExpoDependencyChunks({
51
51
  'expo-localization',
52
52
  'expo-crypto',
53
53
  'expo-network',
54
+ 'expo-secure-store',
54
55
  'expo-video',
55
56
  ],
56
57
  ]
@@ -355,7 +356,7 @@ async function preparePackageJson(
355
356
  ...packageJson,
356
357
  dependencies: {
357
358
  ...packageJson.dependencies,
358
- 'react-native': 'npm:react-native-tvos@~0.74.3-0',
359
+ 'react-native': 'npm:react-native-tvos@~0.75.2-0',
359
360
  '@react-native-tvos/config-tv': '^0.0.10',
360
361
  },
361
362
  expo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-updates",
3
- "version": "1.0.0-canary-20240904-69100c1",
3
+ "version": "1.0.0-canary-20240912-1059f85",
4
4
  "description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -38,16 +38,16 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@expo/code-signing-certificates": "0.0.5",
41
- "@expo/config": "10.0.0-canary-20240904-69100c1",
42
- "@expo/config-plugins": "8.1.0-canary-20240904-69100c1",
43
- "@expo/fingerprint": "0.11.0-canary-20240904-69100c1",
41
+ "@expo/config": "10.0.0-canary-20240912-1059f85",
42
+ "@expo/config-plugins": "8.1.0-canary-20240912-1059f85",
43
+ "@expo/fingerprint": "0.11.0-canary-20240912-1059f85",
44
44
  "@expo/spawn-async": "^1.7.2",
45
45
  "arg": "4.1.0",
46
46
  "chalk": "^4.1.2",
47
- "expo-eas-client": "1.0.0-canary-20240904-69100c1",
48
- "expo-manifests": "1.0.0-canary-20240904-69100c1",
49
- "expo-structured-headers": "4.0.0-canary-20240904-69100c1",
50
- "expo-updates-interface": "1.0.0-canary-20240904-69100c1",
47
+ "expo-eas-client": "1.0.0-canary-20240912-1059f85",
48
+ "expo-manifests": "1.0.0-canary-20240912-1059f85",
49
+ "expo-structured-headers": "4.0.0-canary-20240912-1059f85",
50
+ "expo-updates-interface": "1.0.0-canary-20240912-1059f85",
51
51
  "fast-glob": "^3.3.2",
52
52
  "fbemitter": "^3.0.0",
53
53
  "ignore": "^5.3.1",
@@ -57,7 +57,7 @@
57
57
  "@types/jest": "^29.2.1",
58
58
  "@types/node": "^18.19.34",
59
59
  "@types/node-forge": "^1.0.0",
60
- "expo-module-scripts": "3.6.0-canary-20240904-69100c1",
60
+ "expo-module-scripts": "3.6.0-canary-20240912-1059f85",
61
61
  "express": "^4.19.2",
62
62
  "form-data": "^4.0.0",
63
63
  "fs-extra": "~8.1.0",
@@ -65,8 +65,8 @@
65
65
  "xstate": "^4.37.2"
66
66
  },
67
67
  "peerDependencies": {
68
- "expo": "*",
68
+ "expo": "52.0.0-canary-20240912-1059f85",
69
69
  "react": "*"
70
70
  },
71
- "gitHead": "69100c1b099b707057c052ed8096e06cb208aca1"
71
+ "gitHead": "1059f8556047a3e02fa319e8b2459274571f4e6f"
72
72
  }