@alwaysmeticulous/sdk-bundles-api 2.155.0 → 2.157.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.
|
@@ -178,6 +178,10 @@ export interface ReplayExecutionOptions {
|
|
|
178
178
|
* If true deletes window.Worker (pretends the browser doesn't support web workers).
|
|
179
179
|
*/
|
|
180
180
|
disableWebWorkers?: boolean;
|
|
181
|
+
/**
|
|
182
|
+
* If true deletes window.SharedWorker (pretends the browser doesn't support shared workers).
|
|
183
|
+
*/
|
|
184
|
+
disableSharedWorkers?: boolean;
|
|
181
185
|
}
|
|
182
186
|
export interface VercelExecutionSettings {
|
|
183
187
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.157.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.157.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": "5f3055efff4d46208a7c604c34555a7caf62d45e"
|
|
50
50
|
}
|