jest-expo 54.0.6 → 54.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "54.0.6",
3
+ "version": "54.0.8",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -37,8 +37,8 @@
37
37
  "preset": "jest-expo/universal"
38
38
  },
39
39
  "dependencies": {
40
- "@expo/config": "~12.0.6",
41
- "@expo/json-file": "^10.0.5",
40
+ "@expo/config": "~12.0.7",
41
+ "@expo/json-file": "^10.0.6",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
44
44
  "babel-jest": "^29.2.1",
@@ -58,5 +58,5 @@
58
58
  "expo": "*",
59
59
  "react-native": "*"
60
60
  },
61
- "gitHead": "056c0eeb224274a7a4c02260929cd8924f9229f1"
61
+ "gitHead": "8cafaff8076e443e6c80e8013ec809f4f290f24d"
62
62
  }
@@ -982,6 +982,9 @@ module.exports = {
982
982
  addListener: { type: 'function' },
983
983
  removeListeners: { type: 'function' },
984
984
  },
985
+ ExpoGlassEffect: {
986
+ isLiquidGlassAvailable: { type: 'string' },
987
+ },
985
988
  ExpoLivePhoto: { addListener: { type: 'function' }, removeListeners: { type: 'function' } },
986
989
  ExpoLocalAuthentication: {
987
990
  addListener: { type: 'function' },