@expo/fingerprint 0.11.5 → 0.11.6
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.
|
@@ -8,7 +8,7 @@ async function withConsoleDisabledAsync(block) {
|
|
|
8
8
|
error: console.error,
|
|
9
9
|
};
|
|
10
10
|
// Disable logging for this command since the only thing printed to stdout should be the JSON output.
|
|
11
|
-
|
|
11
|
+
console.log = function () { };
|
|
12
12
|
console.warn = function () { };
|
|
13
13
|
console.error = function () { };
|
|
14
14
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/fingerprint",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "A library to generate a fingerprint from a React Native project",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"require-from-string": "^2.0.2",
|
|
62
62
|
"temp-dir": "^2.0.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f9daf2b387e5c632248f6cedbaedbc5f07c9bd99"
|
|
65
65
|
}
|