jest-expo 54.0.6 → 54.0.7
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.
|
|
3
|
+
"version": "54.0.7",
|
|
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.
|
|
41
|
-
"@expo/json-file": "^10.0.
|
|
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": "
|
|
61
|
+
"gitHead": "d635404a12ea7996b987ce0fb7679a238ebcf31b"
|
|
62
62
|
}
|
|
@@ -295,6 +295,7 @@ module.exports = {
|
|
|
295
295
|
{ name: 'isActivated', argumentsCount: 0, key: 'isActivated' },
|
|
296
296
|
],
|
|
297
297
|
ExpoLinearGradient: [],
|
|
298
|
+
ExpoLiquidGlassConstants: [],
|
|
298
299
|
ExpoLivePhoto: [],
|
|
299
300
|
ExpoLocalAuthentication: [
|
|
300
301
|
{ name: 'authenticateAsync', argumentsCount: 1, key: 'authenticateAsync' },
|
|
@@ -982,6 +983,9 @@ module.exports = {
|
|
|
982
983
|
addListener: { type: 'function' },
|
|
983
984
|
removeListeners: { type: 'function' },
|
|
984
985
|
},
|
|
986
|
+
ExpoLiquidGlassConstants: {
|
|
987
|
+
isLiquidGlassAvailable: { type: 'string' },
|
|
988
|
+
},
|
|
985
989
|
ExpoLivePhoto: { addListener: { type: 'function' }, removeListeners: { type: 'function' } },
|
|
986
990
|
ExpoLocalAuthentication: {
|
|
987
991
|
addListener: { type: 'function' },
|