@alwaysmeticulous/sdk-bundles-api 2.250.2 → 2.250.3
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.
|
@@ -232,6 +232,7 @@ export interface ReplayExecutionOptions {
|
|
|
232
232
|
enableCssCoverage?: boolean;
|
|
233
233
|
networkDebuggingOptions?: NetworkDebuggingOptions;
|
|
234
234
|
companionAssetsInfo?: CompanionAssetsInfo;
|
|
235
|
+
uploadedContainerPort?: number;
|
|
235
236
|
}
|
|
236
237
|
export interface StorageEntryOverride extends StorageEntry {
|
|
237
238
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwaysmeticulous/sdk-bundles-api",
|
|
3
|
-
"version": "2.250.
|
|
3
|
+
"version": "2.250.3",
|
|
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
|
"dependencies": {
|
|
22
|
-
"@alwaysmeticulous/api": "2.250.
|
|
22
|
+
"@alwaysmeticulous/api": "2.250.3"
|
|
23
23
|
},
|
|
24
24
|
"author": {
|
|
25
25
|
"name": "The Meticulous Team",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"bugs": {
|
|
39
39
|
"url": "https://github.com/alwaysmeticulous/meticulous-sdk/issues"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "fc4c0d710da5c775e307decc503de2eb9a58e794"
|
|
42
42
|
}
|