@fluidframework/container-runtime 2.0.0-internal.2.0.0 → 2.0.0-internal.2.0.2
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 +17 -59
- 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.2",
|
|
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": "
|
|
67
|
-
"@fluidframework/container-runtime-definitions": "
|
|
68
|
-
"@fluidframework/container-utils": "
|
|
69
|
-
"@fluidframework/core-interfaces": "
|
|
70
|
-
"@fluidframework/datastore": "
|
|
71
|
-
"@fluidframework/driver-definitions": "
|
|
72
|
-
"@fluidframework/driver-utils": "
|
|
73
|
-
"@fluidframework/garbage-collector": "
|
|
66
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
67
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
68
|
+
"@fluidframework/container-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
69
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
70
|
+
"@fluidframework/datastore": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
71
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
72
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
73
|
+
"@fluidframework/garbage-collector": ">=2.0.0-internal.2.0.2 <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": "
|
|
77
|
-
"@fluidframework/runtime-utils": "
|
|
78
|
-
"@fluidframework/telemetry-utils": "
|
|
76
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
77
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
78
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.2.0.2 <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"
|
|
@@ -83,10 +83,10 @@
|
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@fluidframework/build-common": "^1.0.0",
|
|
85
85
|
"@fluidframework/build-tools": "^0.4.6000",
|
|
86
|
-
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime
|
|
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": "
|
|
89
|
-
"@fluidframework/test-runtime-utils": "
|
|
88
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
|
|
89
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.2.0.2 <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",
|
|
@@ -106,49 +106,7 @@
|
|
|
106
106
|
"typescript-formatter": "7.1.0"
|
|
107
107
|
},
|
|
108
108
|
"typeValidation": {
|
|
109
|
-
"version": "2.0.0",
|
|
110
|
-
"broken": {
|
|
111
|
-
"TypeAliasDeclaration_ISummaryConfiguration": {
|
|
112
|
-
"backCompat": false
|
|
113
|
-
},
|
|
114
|
-
"InterfaceDeclaration_ISummaryConfigurationHeuristics": {
|
|
115
|
-
"backCompat": false
|
|
116
|
-
},
|
|
117
|
-
"ClassDeclaration_ContainerRuntime": {
|
|
118
|
-
"backCompat": false
|
|
119
|
-
},
|
|
120
|
-
"RemovedInterfaceDeclaration_IPendingFlushMode": {
|
|
121
|
-
"backCompat": false,
|
|
122
|
-
"forwardCompat": false
|
|
123
|
-
},
|
|
124
|
-
"InterfaceDeclaration_IPendingLocalState": {
|
|
125
|
-
"forwardCompat": false
|
|
126
|
-
},
|
|
127
|
-
"TypeAliasDeclaration_IPendingState": {
|
|
128
|
-
"forwardCompat": false
|
|
129
|
-
},
|
|
130
|
-
"RemovedInterfaceDeclaration_IPendingRuntimeState": {
|
|
131
|
-
"forwardCompat": false,
|
|
132
|
-
"backCompat": false
|
|
133
|
-
},
|
|
134
|
-
"ClassDeclaration_ScheduleManager": {
|
|
135
|
-
"forwardCompat": false
|
|
136
|
-
},
|
|
137
|
-
"TypeAliasDeclaration_SummarizerStopReason": {
|
|
138
|
-
"forwardCompat": false,
|
|
139
|
-
"backCompat": false
|
|
140
|
-
},
|
|
141
|
-
"RemovedClassDeclaration_DeltaScheduler": {
|
|
142
|
-
"forwardCompat": false,
|
|
143
|
-
"backCompat": false
|
|
144
|
-
},
|
|
145
|
-
"RemovedClassDeclaration_ScheduleManager": {
|
|
146
|
-
"forwardCompat": false,
|
|
147
|
-
"backCompat": false
|
|
148
|
-
},
|
|
149
|
-
"VariableDeclaration_DefaultSummaryConfiguration": {
|
|
150
|
-
"backCompat": false
|
|
151
|
-
}
|
|
152
|
-
}
|
|
109
|
+
"version": "2.0.0-internal.2.0.1",
|
|
110
|
+
"broken": {}
|
|
153
111
|
}
|
|
154
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