@fluidframework/container-runtime 2.0.0-internal.3.4.3 → 2.0.0-internal.3.4.4
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.
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.js +5 -4
- package/dist/containerRuntime.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.js +5 -4
- package/lib/containerRuntime.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +14 -14
- package/src/containerRuntime.ts +4 -3
- package/src/packageVersion.ts +1 -1
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-internal.3.4.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-internal.3.4.4";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export const pkgVersion = "2.0.0-internal.3.4.
|
|
8
|
+
export const pkgVersion = "2.0.0-internal.3.4.4";
|
|
9
9
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-internal.3.4.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,sBAAsB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-internal.3.4.4\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-internal.3.4.
|
|
3
|
+
"version": "2.0.0-internal.3.4.4",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,19 +37,19 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
39
39
|
"@fluidframework/common-utils": "^1.1.1",
|
|
40
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.3.4.
|
|
41
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.4.
|
|
42
|
-
"@fluidframework/container-utils": ">=2.0.0-internal.3.4.
|
|
43
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.4.
|
|
44
|
-
"@fluidframework/datastore": ">=2.0.0-internal.3.4.
|
|
45
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.4.
|
|
46
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.3.4.
|
|
47
|
-
"@fluidframework/garbage-collector": ">=2.0.0-internal.3.4.
|
|
40
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
41
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
42
|
+
"@fluidframework/container-utils": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
43
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
44
|
+
"@fluidframework/datastore": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
45
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
46
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
47
|
+
"@fluidframework/garbage-collector": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
48
48
|
"@fluidframework/protocol-base": "^0.1038.4000",
|
|
49
49
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
50
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.4.
|
|
51
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.4.
|
|
52
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.4.
|
|
50
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
51
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
52
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
53
53
|
"double-ended-queue": "^2.1.0-0",
|
|
54
54
|
"events": "^3.1.0",
|
|
55
55
|
"lz4js": "^0.2.0",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@fluidframework/build-tools": "^0.13.0",
|
|
62
62
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.3.2.0",
|
|
63
63
|
"@fluidframework/eslint-config-fluid": "^2.0.0",
|
|
64
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.4.
|
|
65
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.4.
|
|
64
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
65
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.3.4.4 <2.0.0-internal.4.0.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.34.4",
|
|
67
67
|
"@types/double-ended-queue": "^2.1.0",
|
|
68
68
|
"@types/events": "^3.0.0",
|
package/src/containerRuntime.ts
CHANGED
|
@@ -1982,12 +1982,13 @@ export class ContainerRuntime
|
|
|
1982
1982
|
clientSignalSequenceNumber: envelope.clientSignalSequenceNumber,
|
|
1983
1983
|
});
|
|
1984
1984
|
} else if (
|
|
1985
|
-
this.consecutiveReconnects === 0 &&
|
|
1986
1985
|
envelope.clientSignalSequenceNumber ===
|
|
1987
|
-
|
|
1986
|
+
this._perfSignalData.trackingSignalSequenceNumber
|
|
1988
1987
|
) {
|
|
1989
1988
|
// only logging for the first connection and the trackingSignalSequenceNUmber.
|
|
1990
|
-
this.
|
|
1989
|
+
if (this.consecutiveReconnects === 0) {
|
|
1990
|
+
this.sendSignalTelemetryEvent(envelope.clientSignalSequenceNumber);
|
|
1991
|
+
}
|
|
1991
1992
|
this._perfSignalData.trackingSignalSequenceNumber = undefined;
|
|
1992
1993
|
}
|
|
1993
1994
|
}
|
package/src/packageVersion.ts
CHANGED