@alwaysmeticulous/sdk-bundles-api 2.181.0 → 2.183.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.
|
@@ -176,6 +176,10 @@ export interface ReplayExecutionOptions {
|
|
|
176
176
|
* If populated, each header will be injected into all requests when fetching resources during a replay.
|
|
177
177
|
*/
|
|
178
178
|
customRequestHeaders?: InjectableRequestHeader[];
|
|
179
|
+
/**
|
|
180
|
+
* If populated, a list of additional CSS rules to inject into the page when replaying.
|
|
181
|
+
*/
|
|
182
|
+
customStyleOverrides?: string[];
|
|
179
183
|
/**
|
|
180
184
|
* Extra cookies to use during the replay. These will override cookies of the same name from the session under simulation.
|
|
181
185
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.183.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.183.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": "b85826b89d4b4a89adc1eb5d2c22daa741069d63"
|
|
50
50
|
}
|