@alwaysmeticulous/sdk-bundles-api 2.114.0 → 2.121.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.
|
@@ -43,6 +43,10 @@ export interface ExecuteTestRunOptions {
|
|
|
43
43
|
environment?: TestRunEnvironment;
|
|
44
44
|
baseTestRunId: string | null;
|
|
45
45
|
logLevel: LogLevelNumbers;
|
|
46
|
+
/**
|
|
47
|
+
* If set all log messages will be prefixed with this string.
|
|
48
|
+
*/
|
|
49
|
+
logPrefix?: string;
|
|
46
50
|
/**
|
|
47
51
|
* The ID of the session to use for seeding the application state (cookies, local storage, session storage),
|
|
48
52
|
* during replay of all session in the test run. If undefined, the application state will be seeded
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.121.0",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"depcheck": "depcheck --ignore-patterns=dist"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "^2.
|
|
22
|
+
"@alwaysmeticulous/api": "^2.116.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"loglevel": "^1.8.0"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"bugs": {
|
|
47
47
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "306bc88366a6f2269235cd8a314b2f9e38d7fc7b"
|
|
50
50
|
}
|