jest-expo 51.0.0-canary-20240415-cca04d8 → 51.0.0
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": "51.0.0
|
|
3
|
+
"version": "51.0.0",
|
|
4
4
|
"description": "A Jest preset to painlessly test your Expo / React Native apps.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "src",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"preset": "jest-expo/universal"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@expo/config": "0.0.
|
|
35
|
-
"@expo/json-file": "
|
|
34
|
+
"@expo/config": "~9.0.0-beta.0",
|
|
35
|
+
"@expo/json-file": "^8.3.0",
|
|
36
36
|
"@jest/create-cache-key-function": "^29.2.1",
|
|
37
37
|
"babel-jest": "^29.2.1",
|
|
38
38
|
"find-up": "^5.0.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"url": "https://github.com/expo/expo/issues"
|
|
49
49
|
},
|
|
50
50
|
"homepage": "https://github.com/expo/expo/tree/main/packages/jest-expo",
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "4165b8d72e1b9a1889c2767534cc619e21468110"
|
|
52
52
|
}
|
|
@@ -373,7 +373,7 @@ module.exports = {
|
|
|
373
373
|
{ name: 'getCurrentInput', argumentsCount: 0, key: 21 },
|
|
374
374
|
{ name: 'startAudioRecording', argumentsCount: 0, key: 22 },
|
|
375
375
|
],
|
|
376
|
-
|
|
376
|
+
ExpoCameraLegacy: [
|
|
377
377
|
{ name: 'getAvailablePictureSizes', argumentsCount: 2, key: 'getAvailablePictureSizes' },
|
|
378
378
|
{
|
|
379
379
|
name: 'getAvailableVideoCodecsAsync',
|
|
@@ -708,7 +708,7 @@ module.exports = {
|
|
|
708
708
|
SortBy: { type: 'object' },
|
|
709
709
|
},
|
|
710
710
|
ExponentAV: { Qualities: { type: 'object' } },
|
|
711
|
-
|
|
711
|
+
ExpoCameraLegacy: {
|
|
712
712
|
AutoFocus: { type: 'object' },
|
|
713
713
|
FlashMode: { type: 'object' },
|
|
714
714
|
Type: { type: 'object' },
|
|
@@ -813,7 +813,7 @@ module.exports = {
|
|
|
813
813
|
],
|
|
814
814
|
},
|
|
815
815
|
ExpoLinearGradient: { propsNames: ['colors', 'endPoint', 'locations', 'startPoint'] },
|
|
816
|
-
|
|
816
|
+
ExpoCameraLegacy: {
|
|
817
817
|
propsNames: [
|
|
818
818
|
'autoFocus',
|
|
819
819
|
'barCodeScannerEnabled',
|