@fluidframework/container-runtime 2.0.0-internal.2.0.1 → 2.0.0-internal.2.0.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.
- package/dist/garbageCollection.d.ts.map +1 -1
- package/dist/garbageCollection.js +1 -1
- package/dist/garbageCollection.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/garbageCollection.d.ts.map +1 -1
- package/lib/garbageCollection.js +2 -2
- package/lib/garbageCollection.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 +15 -15
- package/src/garbageCollection.ts +2 -0
- package/src/packageVersion.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-internal.2.0.
|
|
3
|
+
"version": "2.0.0-internal.2.0.3",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -63,19 +63,19 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
65
65
|
"@fluidframework/common-utils": "^1.0.0",
|
|
66
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.
|
|
67
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.0.
|
|
68
|
-
"@fluidframework/container-utils": ">=2.0.0-internal.2.0.
|
|
69
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.
|
|
70
|
-
"@fluidframework/datastore": ">=2.0.0-internal.2.0.
|
|
71
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.
|
|
72
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.2.0.
|
|
73
|
-
"@fluidframework/garbage-collector": ">=2.0.0-internal.2.0.
|
|
66
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
67
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
68
|
+
"@fluidframework/container-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
69
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
70
|
+
"@fluidframework/datastore": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
71
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
72
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
73
|
+
"@fluidframework/garbage-collector": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
74
74
|
"@fluidframework/protocol-base": "^0.1038.2000",
|
|
75
75
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
76
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.
|
|
77
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.
|
|
78
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.0.
|
|
76
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
77
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
78
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
79
79
|
"double-ended-queue": "^2.1.0-0",
|
|
80
80
|
"lz4js": "^0.2.0",
|
|
81
81
|
"uuid": "^8.3.1"
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"@fluidframework/build-tools": "^0.4.6000",
|
|
86
86
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.2.0.0",
|
|
87
87
|
"@fluidframework/eslint-config-fluid": "^1.0.0",
|
|
88
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.
|
|
89
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.
|
|
88
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
89
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.3 <2.0.0-internal.3.0.0",
|
|
90
90
|
"@microsoft/api-extractor": "^7.22.2",
|
|
91
91
|
"@rushstack/eslint-config": "^2.5.1",
|
|
92
92
|
"@types/double-ended-queue": "^2.1.0",
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"version": "2.0.0-internal.2.0.1",
|
|
110
110
|
"broken": {}
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|
package/src/garbageCollection.ts
CHANGED
|
@@ -34,6 +34,7 @@ import {
|
|
|
34
34
|
} from "@fluidframework/runtime-utils";
|
|
35
35
|
import {
|
|
36
36
|
ChildLogger,
|
|
37
|
+
generateStack,
|
|
37
38
|
loggerToMonitoringContext,
|
|
38
39
|
MonitoringContext,
|
|
39
40
|
PerformanceEvent,
|
|
@@ -1420,6 +1421,7 @@ export class GarbageCollector implements IGarbageCollector {
|
|
|
1420
1421
|
...propsToLog,
|
|
1421
1422
|
eventName: `${state}Object_${usageType}`,
|
|
1422
1423
|
pkg: packagePath ? { value: packagePath.join("/"), tag: TelemetryDataTag.CodeArtifact } : undefined,
|
|
1424
|
+
stack: generateStack(),
|
|
1423
1425
|
});
|
|
1424
1426
|
}
|
|
1425
1427
|
|
package/src/packageVersion.ts
CHANGED