@casual-simulation/aux-common 3.2.1-alpha.5646793078 → 3.2.1-alpha.5648736161
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": "@casual-simulation/aux-common",
|
|
3
|
-
"version": "3.2.1-alpha.
|
|
3
|
+
"version": "3.2.1-alpha.5648736161",
|
|
4
4
|
"description": "Common library for AUX projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@casual-simulation/aux-records": "^3.2.1-alpha.
|
|
36
|
-
"@casual-simulation/causal-trees": "^3.2.1-alpha.
|
|
37
|
-
"@casual-simulation/crypto": "^3.2.1-alpha.
|
|
35
|
+
"@casual-simulation/aux-records": "^3.2.1-alpha.5648736161",
|
|
36
|
+
"@casual-simulation/causal-trees": "^3.2.1-alpha.5648736161",
|
|
37
|
+
"@casual-simulation/crypto": "^3.2.1-alpha.5648736161",
|
|
38
38
|
"@casual-simulation/engine262": "0.0.1-4de2170374e22761996e46eb1362f4496ee57f8f",
|
|
39
39
|
"@casual-simulation/error-stack-parser": "^2.0.7",
|
|
40
40
|
"@casual-simulation/expect": "^3.1.28",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"**/*.d.ts",
|
|
76
76
|
"**/*.def"
|
|
77
77
|
],
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "193ef79692ffb696e9591cf6c5c065693edad46c"
|
|
79
79
|
}
|
|
@@ -905,17 +905,12 @@ export interface OpenPhotoCameraOptions {
|
|
|
905
905
|
*/
|
|
906
906
|
cameraType?: CameraType;
|
|
907
907
|
|
|
908
|
-
/**
|
|
909
|
-
* Whether to not allow switching the camera.
|
|
910
|
-
*/
|
|
911
|
-
disallowSwitchingCameras?: boolean;
|
|
912
|
-
|
|
913
908
|
/**
|
|
914
909
|
* The image format that should be used.
|
|
915
910
|
*
|
|
916
911
|
* Defaults to "png".
|
|
917
912
|
*/
|
|
918
|
-
imageFormat?: 'png' | '
|
|
913
|
+
imageFormat?: 'png' | 'jpeg';
|
|
919
914
|
|
|
920
915
|
/**
|
|
921
916
|
* A number between 0 and 1 indicating the image quality to be used.
|