expo-module-scripts 5.0.8-canary-20250930-9dc59d3 → 5.0.8-canary-20251008-6acbc1c
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.
|
@@ -17,10 +17,10 @@ OPTIONAL_TEMPLATE_FILES=(
|
|
|
17
17
|
# returns relative file paths inside a given directory without the leading "./".
|
|
18
18
|
# usage: get_relative_files "/path/to/dir"
|
|
19
19
|
get_relative_files() {
|
|
20
|
-
pushd $1 > /dev/null
|
|
20
|
+
pushd "$1" > /dev/null
|
|
21
21
|
local files=$(find . -type f | cut -c 3-)
|
|
22
22
|
popd > /dev/null
|
|
23
|
-
echo $files
|
|
23
|
+
echo "$files"
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-module-scripts",
|
|
3
|
-
"version": "5.0.8-canary-
|
|
3
|
+
"version": "5.0.8-canary-20251008-6acbc1c",
|
|
4
4
|
"description": "A private package for various tasks for Expo module packages like compiling and testing",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@tsconfig/node18": "^18.2.2",
|
|
36
36
|
"@types/jest": "^29.2.1",
|
|
37
37
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
38
|
-
"babel-preset-expo": "54.0.4-canary-
|
|
38
|
+
"babel-preset-expo": "54.0.4-canary-20251008-6acbc1c",
|
|
39
39
|
"commander": "^12.1.0",
|
|
40
|
-
"eslint-config-universe": "15.0.4-canary-
|
|
40
|
+
"eslint-config-universe": "15.0.4-canary-20251008-6acbc1c",
|
|
41
41
|
"glob": "^10.4.2",
|
|
42
|
-
"jest-expo": "55.0.0-canary-
|
|
42
|
+
"jest-expo": "55.0.0-canary-20251008-6acbc1c",
|
|
43
43
|
"jest-snapshot-prettier": "npm:prettier@^2",
|
|
44
44
|
"jest-watch-typeahead": "2.2.1",
|
|
45
45
|
"resolve-workspace-root": "^2.0.0",
|