expo-module-scripts 5.0.8-canary-20251031-b135dff → 5.0.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -10,7 +10,11 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
- - Add more tests related files to the `.npmignore` template. ([#39551](https://github.com/expo/expo/pull/39551) by [@Simek](https://github.com/Simek))
13
+ ## 5.0.8 2025-12-04
14
+
15
+ ### 💡 Others
16
+
17
+ - Update to `glob@^13.0.0` ([#41079](https://github.com/expo/expo/pull/41079) by [@kitten](https://github.com/kitten))
14
18
 
15
19
  ## 5.0.7 — 2025-09-10
16
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-module-scripts",
3
- "version": "5.0.8-canary-20251031-b135dff",
3
+ "version": "5.0.8",
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.7-canary-20251031-b135dff",
38
+ "babel-preset-expo": "~54.0.7",
39
39
  "commander": "^12.1.0",
40
- "eslint-config-universe": "15.0.4-canary-20251031-b135dff",
41
- "glob": "^10.4.2",
42
- "jest-expo": "55.0.0-canary-20251031-b135dff",
40
+ "eslint-config-universe": "^15.0.3",
41
+ "glob": "^13.0.0",
42
+ "jest-expo": "~54.0.13",
43
43
  "jest-snapshot-prettier": "npm:prettier@^2",
44
44
  "jest-watch-typeahead": "2.2.1",
45
45
  "resolve-workspace-root": "^2.0.0",
@@ -48,5 +48,6 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@babel/core": "^7.26.0"
51
- }
51
+ },
52
+ "gitHead": "e8b838828e5e985379c07294dc932dba66c89562"
52
53
  }