@alwaysmeticulous/api 2.37.0 → 2.39.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.
|
@@ -97,7 +97,7 @@ export interface ScreenshotDiffResultCompared {
|
|
|
97
97
|
export interface ScreenshotDiffResultFlake {
|
|
98
98
|
outcome: "flake";
|
|
99
99
|
/**
|
|
100
|
-
* The original diff. Can be any outcome
|
|
100
|
+
* The original diff. Can be any outcome.
|
|
101
101
|
*/
|
|
102
102
|
diffToBaseScreenshot: SingleTryScreenshotDiffResult;
|
|
103
103
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.39.0",
|
|
4
4
|
"description": "Meticulous API types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"bugs": {
|
|
35
35
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "b6488b15a8233fcd1380b1607ec254d5d3bc0378"
|
|
38
38
|
}
|