@alwaysmeticulous/sdk-bundles-api 2.262.0 → 2.262.1
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.
|
@@ -234,11 +234,6 @@ export interface ReplayExecutionOptions {
|
|
|
234
234
|
companionAssetsInfo?: CompanionAssetsInfo;
|
|
235
235
|
uploadedContainerPort?: number;
|
|
236
236
|
uploadedContainerEnv?: ContainerEnvVariable[];
|
|
237
|
-
/**
|
|
238
|
-
* Disable sending the Meticulous-Simulated-Date header. This improves performance (particularly when there are lots of
|
|
239
|
-
* small network requests), but breaks scenarios where this is used.
|
|
240
|
-
*/
|
|
241
|
-
disableSimulatedDateHeader?: boolean;
|
|
242
237
|
}
|
|
243
238
|
export interface ContainerEnvVariable {
|
|
244
239
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.262.
|
|
3
|
+
"version": "2.262.1",
|
|
4
4
|
"description": "Meticulous common types",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "e10f7d08b09a5c68d3a15f9c85646bb8e255348e"
|
|
42
42
|
}
|