expo-updates 29.0.0 → 29.0.2
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
|
@@ -10,6 +10,16 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 29.0.2 — 2025-08-16
|
|
14
|
+
|
|
15
|
+
_This version does not introduce any user-facing changes._
|
|
16
|
+
|
|
17
|
+
## 29.0.1 — 2025-08-15
|
|
18
|
+
|
|
19
|
+
### 💡 Others
|
|
20
|
+
|
|
21
|
+
- Bump `@vercel/ncc` build ([#38801](https://github.com/expo/expo/pull/38801) by [@kitten](https://github.com/kitten))
|
|
22
|
+
|
|
13
23
|
## 29.0.0 — 2025-08-13
|
|
14
24
|
|
|
15
25
|
### 🎉 New features
|
package/android/build.gradle
CHANGED
|
@@ -42,7 +42,7 @@ expoModule {
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
group = 'host.exp.exponent'
|
|
45
|
-
version = '29.0.
|
|
45
|
+
version = '29.0.2'
|
|
46
46
|
|
|
47
47
|
// Utility method to derive boolean values from the environment or from Java properties,
|
|
48
48
|
// and return them as strings to be used in BuildConfig fields
|
|
@@ -88,7 +88,7 @@ android {
|
|
|
88
88
|
namespace "expo.modules.updates"
|
|
89
89
|
defaultConfig {
|
|
90
90
|
versionCode 31
|
|
91
|
-
versionName '29.0.
|
|
91
|
+
versionName '29.0.2'
|
|
92
92
|
consumerProguardFiles("proguard-rules.pro")
|
|
93
93
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
|
94
94
|
|
|
@@ -15,6 +15,7 @@ onFlowStart:
|
|
|
15
15
|
text: Enter URL manually
|
|
16
16
|
- tapOn:
|
|
17
17
|
label: Tap on "Updates URL" text field
|
|
18
|
+
text: '.*http:.*'
|
|
18
19
|
below: Enter URL manually
|
|
19
20
|
- inputText:
|
|
20
21
|
label: Input local update server URL
|
|
@@ -34,6 +35,7 @@ onFlowStart:
|
|
|
34
35
|
- tapOn:
|
|
35
36
|
label: Tap on reload
|
|
36
37
|
text: Reload
|
|
38
|
+
optional: true
|
|
37
39
|
- copyTextFrom:
|
|
38
40
|
label: Copy text from update string
|
|
39
41
|
id: updateString
|
package/e2e/setup/project.ts
CHANGED
|
@@ -396,7 +396,7 @@ async function preparePackageJson(
|
|
|
396
396
|
...packageJson,
|
|
397
397
|
dependencies: {
|
|
398
398
|
...packageJson.dependencies,
|
|
399
|
-
'react-native': 'npm:react-native-tvos@0.81.0-
|
|
399
|
+
'react-native': 'npm:react-native-tvos@0.81.0-0',
|
|
400
400
|
'@react-native-tvos/config-tv': '^0.1.3',
|
|
401
401
|
},
|
|
402
402
|
expo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-updates",
|
|
3
|
-
"version": "29.0.
|
|
3
|
+
"version": "29.0.2",
|
|
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",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@expo/code-signing-certificates": "0.0.5",
|
|
42
|
-
"@expo/plist": "^0.4.
|
|
42
|
+
"@expo/plist": "^0.4.2",
|
|
43
43
|
"@expo/spawn-async": "^1.7.2",
|
|
44
44
|
"arg": "4.1.0",
|
|
45
45
|
"chalk": "^4.1.2",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
|
-
"expo-eas-client": "~1.0.
|
|
48
|
-
"expo-manifests": "~1.0.
|
|
47
|
+
"expo-eas-client": "~1.0.2",
|
|
48
|
+
"expo-manifests": "~1.0.2",
|
|
49
49
|
"expo-structured-headers": "~5.0.0",
|
|
50
50
|
"expo-updates-interface": "~2.0.0",
|
|
51
51
|
"getenv": "^2.0.0",
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"@types/node": "^22.14.0",
|
|
60
60
|
"@types/node-forge": "^1.0.0",
|
|
61
61
|
"@types/picomatch": "^4.0.0",
|
|
62
|
-
"@vercel/ncc": "^0.38.
|
|
63
|
-
"expo-module-scripts": "^5.0.
|
|
62
|
+
"@vercel/ncc": "^0.38.3",
|
|
63
|
+
"expo-module-scripts": "^5.0.2",
|
|
64
64
|
"express": "^5.1.0",
|
|
65
65
|
"form-data": "^4.0.4",
|
|
66
66
|
"js-yaml": "^4.1.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"react": "*",
|
|
74
74
|
"react-native": "*"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "eaa9b645058cf2233fbb27bb21a19bc605c90a88"
|
|
77
77
|
}
|