@fluidframework/runtime-utils 2.0.0-internal.4.4.1 → 2.0.0-internal.5.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @fluidframework/runtime-utils
2
2
 
3
+ ## 2.0.0-internal.5.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - The `@fluidframework/garbage-collector` package was deprecated in version 2.0.0-internal.4.1.0. [8b242fdc79](https://github.com/microsoft/FluidFramework/commits/8b242fdc796714cf1da9ad3f90d02efb122af0c2)
8
+ It has now been removed with the following functions, interfaces, and types in it.
9
+
10
+ - `cloneGCData`
11
+ - `concatGarbageCollectionData`
12
+ - `concatGarbageCollectionStates`
13
+ - `GCDataBuilder`
14
+ - `getGCDataFromSnapshot`
15
+ - `IGCResult`
16
+ - `removeRouteFromAllNodes`
17
+ - `runGarbageCollection`
18
+ - `trimLeadingAndTrailingSlashes`
19
+ - `trimLeadingSlashes`
20
+ - `trimTrailingSlashes`
21
+ - `unpackChildNodesGCDetails`
22
+ - `unpackChildNodesUsedRoutes`
23
+
3
24
  ## 2.0.0-internal.4.4.0
4
25
 
5
26
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-utils",
3
- "version": "2.0.0-internal.4.4.1",
3
+ "version": "2.0.0-internal.5.0.1",
4
4
  "description": "Collection of utility functions for Fluid Runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,21 +37,21 @@
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.4.4.1 <2.0.0-internal.4.5.0",
41
- "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
42
- "@fluidframework/core-interfaces": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
43
- "@fluidframework/datastore-definitions": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
44
- "@fluidframework/driver-utils": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
40
+ "@fluidframework/container-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
41
+ "@fluidframework/container-runtime-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
42
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
43
+ "@fluidframework/datastore-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
44
+ "@fluidframework/driver-utils": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
45
45
  "@fluidframework/protocol-definitions": "^1.1.0",
46
- "@fluidframework/runtime-definitions": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
47
- "@fluidframework/telemetry-utils": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0"
46
+ "@fluidframework/runtime-definitions": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
47
+ "@fluidframework/telemetry-utils": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@fluid-tools/build-cli": "^0.18.2",
51
51
  "@fluidframework/build-common": "^1.1.0",
52
52
  "@fluidframework/build-tools": "^0.18.2",
53
53
  "@fluidframework/eslint-config-fluid": "^2.0.0",
54
- "@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.4.1 <2.0.0-internal.4.5.0",
54
+ "@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0.1 <2.0.0-internal.5.1.0",
55
55
  "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.0.0-internal.4.1.0",
56
56
  "@microsoft/api-extractor": "^7.34.4",
57
57
  "@types/mocha": "^9.1.1",