@alwaysmeticulous/api 2.51.0 → 2.56.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/dist/project.types.d.ts
CHANGED
|
@@ -6,10 +6,11 @@ export type ScreenshotDiffResult = {
|
|
|
6
6
|
export type ScreenshotIdentifier = EndStateScreenshot | ScreenshotAfterEvent;
|
|
7
7
|
export interface LogicVersioned {
|
|
8
8
|
/**
|
|
9
|
-
* The version of the logic used to generate the screenshot. This should be bumped
|
|
9
|
+
* The version of the logic and environment used to generate the screenshot. This should be bumped
|
|
10
10
|
* whenever the Meticulous code changes such that two screenshots on different logic versions
|
|
11
|
-
* are incomparable. This field is used to avoid falsely flagging a
|
|
12
|
-
* the logic to generate a screenshot or execute a replay changes
|
|
11
|
+
* are incomparable or the replay environment differs. This field is used to avoid falsely flagging a
|
|
12
|
+
* diff to our users when the logic to generate a screenshot or execute a replay changes, or if
|
|
13
|
+
* the replay environment changes, e.g. the browser or Puppeteer versions changes.
|
|
13
14
|
*/
|
|
14
15
|
logicVersion?: number;
|
|
15
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.56.0",
|
|
4
4
|
"description": "Meticulous API types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "78222a2650425ced6537f3077ad47199a1fa45c3"
|
|
39
39
|
}
|