@percy/logger 1.31.2-beta.0 → 1.31.2-beta.2
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/dist/timing.js +1 -1
- package/package.json +2 -2
package/dist/timing.js
CHANGED
|
@@ -9,7 +9,7 @@ export default class TimeIt {
|
|
|
9
9
|
return instance;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
// this function has some code
|
|
12
|
+
// this function has some code repetition as it needs to handle both sync and async
|
|
13
13
|
// callbacks. It handles both cases when function is marked async but there is no await
|
|
14
14
|
// as well as functions which have async await and sync functions - including sync
|
|
15
15
|
// functions which returns a promise instead.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/logger",
|
|
3
|
-
"version": "1.31.2-beta.
|
|
3
|
+
"version": "1.31.2-beta.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"test": "node ../../scripts/test",
|
|
33
33
|
"test:coverage": "yarn test --coverage"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "3002538e11412bea43ddc5e15da7ce338ff44b4f"
|
|
36
36
|
}
|