jest-expo 54.0.7 → 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.7",
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",
@@ -58,5 +58,5 @@
58
58
  "expo": "*",
59
59
  "react-native": "*"
60
60
  },
61
- "gitHead": "d635404a12ea7996b987ce0fb7679a238ebcf31b"
61
+ "gitHead": "8cafaff8076e443e6c80e8013ec809f4f290f24d"
62
62
  }
@@ -295,7 +295,6 @@ module.exports = {
295
295
  { name: 'isActivated', argumentsCount: 0, key: 'isActivated' },
296
296
  ],
297
297
  ExpoLinearGradient: [],
298
- ExpoLiquidGlassConstants: [],
299
298
  ExpoLivePhoto: [],
300
299
  ExpoLocalAuthentication: [
301
300
  { name: 'authenticateAsync', argumentsCount: 1, key: 'authenticateAsync' },
@@ -983,7 +982,7 @@ module.exports = {
983
982
  addListener: { type: 'function' },
984
983
  removeListeners: { type: 'function' },
985
984
  },
986
- ExpoLiquidGlassConstants: {
985
+ ExpoGlassEffect: {
987
986
  isLiquidGlassAvailable: { type: 'string' },
988
987
  },
989
988
  ExpoLivePhoto: { addListener: { type: 'function' }, removeListeners: { type: 'function' } },