@fluidframework/runtime-utils 2.0.0-dev.7.4.0.216897 → 2.0.0-dev.7.4.0.217884

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.
@@ -1,10 +1,29 @@
1
+ import { FluidObject } from '@fluidframework/core-interfaces';
2
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
3
+ import { IContainerContext } from '@fluidframework/container-definitions';
4
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
5
+ import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
6
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
7
+ import { IFluidHandleContext } from '@fluidframework/core-interfaces';
8
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
9
+ import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
10
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
11
+ import { IRequest } from '@fluidframework/core-interfaces';
1
12
  import { IRequestHeader } from '@fluidframework/core-interfaces';
13
+ import { IResponse } from '@fluidframework/core-interfaces';
14
+ import { IRuntime } from '@fluidframework/container-definitions';
15
+ import { IRuntimeFactory } from '@fluidframework/container-definitions';
2
16
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
17
+ import { ISummarizeResult } from '@fluidframework/runtime-definitions';
3
18
  import { ISummaryBlob } from '@fluidframework/protocol-definitions';
19
+ import { ISummaryStats } from '@fluidframework/runtime-definitions';
4
20
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
21
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
22
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
5
23
  import { ITree } from '@fluidframework/protocol-definitions';
6
24
  import { SummaryObject } from '@fluidframework/protocol-definitions';
7
25
  import { SummaryType } from '@fluidframework/protocol-definitions';
26
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
8
27
 
9
28
  /* Excluded from this release type: addBlobToSummary */
10
29
 
@@ -32,8 +51,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
32
51
 
33
52
  /* Excluded from this release type: Factory */
34
53
 
35
- /* Excluded from this release type: FluidObject */
36
-
37
54
  /* Excluded from this release type: GCDataBuilder */
38
55
 
39
56
  /* Excluded from this release type: generateHandleContextPath */
@@ -42,40 +59,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
42
59
 
43
60
  /* Excluded from this release type: getNormalizedObjectStoragePathParts */
44
61
 
45
- /* Excluded from this release type: IChannelStorageService */
46
-
47
- /* Excluded from this release type: IContainerContext */
48
-
49
- /* Excluded from this release type: IContainerRuntime */
50
-
51
- /* Excluded from this release type: IFluidDataStoreFactory */
52
-
53
- /* Excluded from this release type: IFluidDataStoreRegistry */
54
-
55
- /* Excluded from this release type: IFluidHandleContext */
56
-
57
- /* Excluded from this release type: IFluidRouter */
58
-
59
- /* Excluded from this release type: IGarbageCollectionData */
60
-
61
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
62
-
63
- /* Excluded from this release type: IRequest */
64
-
65
- /* Excluded from this release type: IResponse */
66
-
67
- /* Excluded from this release type: IRuntime */
68
-
69
- /* Excluded from this release type: IRuntimeFactory */
70
-
71
- /* Excluded from this release type: ISummarizeResult */
72
-
73
- /* Excluded from this release type: ISummaryStats */
74
-
75
- /* Excluded from this release type: ISummaryTreeWithStats */
76
-
77
- /* Excluded from this release type: ITelemetryContext */
78
-
79
62
  /* Excluded from this release type: listBlobsAtTreePath */
80
63
 
81
64
  /* Excluded from this release type: mergeStats */
@@ -98,8 +81,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
98
81
 
99
82
  /* Excluded from this release type: TelemetryContext */
100
83
 
101
- /* Excluded from this release type: TelemetryEventPropertyType */
102
-
103
84
  /* Excluded from this release type: unpackChildNodesUsedRoutes */
104
85
 
105
86
  /* Excluded from this release type: utf8ByteLength */
@@ -1,10 +1,29 @@
1
+ import { FluidObject } from '@fluidframework/core-interfaces';
2
+ import { IChannelStorageService } from '@fluidframework/datastore-definitions';
3
+ import { IContainerContext } from '@fluidframework/container-definitions';
4
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
5
+ import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
6
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
7
+ import { IFluidHandleContext } from '@fluidframework/core-interfaces';
8
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
9
+ import { IGarbageCollectionData } from '@fluidframework/runtime-definitions';
10
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
11
+ import { IRequest } from '@fluidframework/core-interfaces';
1
12
  import { IRequestHeader } from '@fluidframework/core-interfaces';
13
+ import { IResponse } from '@fluidframework/core-interfaces';
14
+ import { IRuntime } from '@fluidframework/container-definitions';
15
+ import { IRuntimeFactory } from '@fluidframework/container-definitions';
2
16
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
17
+ import { ISummarizeResult } from '@fluidframework/runtime-definitions';
3
18
  import { ISummaryBlob } from '@fluidframework/protocol-definitions';
19
+ import { ISummaryStats } from '@fluidframework/runtime-definitions';
4
20
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
21
+ import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions';
22
+ import { ITelemetryContext } from '@fluidframework/runtime-definitions';
5
23
  import { ITree } from '@fluidframework/protocol-definitions';
6
24
  import { SummaryObject } from '@fluidframework/protocol-definitions';
7
25
  import { SummaryType } from '@fluidframework/protocol-definitions';
26
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
8
27
 
9
28
  /* Excluded from this release type: addBlobToSummary */
10
29
 
@@ -32,8 +51,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
32
51
 
33
52
  /* Excluded from this release type: Factory */
34
53
 
35
- /* Excluded from this release type: FluidObject */
36
-
37
54
  /* Excluded from this release type: GCDataBuilder */
38
55
 
39
56
  /* Excluded from this release type: generateHandleContextPath */
@@ -42,40 +59,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
42
59
 
43
60
  /* Excluded from this release type: getNormalizedObjectStoragePathParts */
44
61
 
45
- /* Excluded from this release type: IChannelStorageService */
46
-
47
- /* Excluded from this release type: IContainerContext */
48
-
49
- /* Excluded from this release type: IContainerRuntime */
50
-
51
- /* Excluded from this release type: IFluidDataStoreFactory */
52
-
53
- /* Excluded from this release type: IFluidDataStoreRegistry */
54
-
55
- /* Excluded from this release type: IFluidHandleContext */
56
-
57
- /* Excluded from this release type: IFluidRouter */
58
-
59
- /* Excluded from this release type: IGarbageCollectionData */
60
-
61
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
62
-
63
- /* Excluded from this release type: IRequest */
64
-
65
- /* Excluded from this release type: IResponse */
66
-
67
- /* Excluded from this release type: IRuntime */
68
-
69
- /* Excluded from this release type: IRuntimeFactory */
70
-
71
- /* Excluded from this release type: ISummarizeResult */
72
-
73
- /* Excluded from this release type: ISummaryStats */
74
-
75
- /* Excluded from this release type: ISummaryTreeWithStats */
76
-
77
- /* Excluded from this release type: ITelemetryContext */
78
-
79
62
  /* Excluded from this release type: listBlobsAtTreePath */
80
63
 
81
64
  /* Excluded from this release type: mergeStats */
@@ -98,8 +81,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
98
81
 
99
82
  /* Excluded from this release type: TelemetryContext */
100
83
 
101
- /* Excluded from this release type: TelemetryEventPropertyType */
102
-
103
84
  /* Excluded from this release type: unpackChildNodesUsedRoutes */
104
85
 
105
86
  /* Excluded from this release type: utf8ByteLength */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-utils",
3
- "version": "2.0.0-dev.7.4.0.216897",
3
+ "version": "2.0.0-dev.7.4.0.217884",
4
4
  "description": "Collection of utility functions for Fluid Runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,27 +35,27 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "dependencies": {
38
- "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.216897",
39
- "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.216897",
40
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.216897",
41
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
42
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.216897",
43
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.216897",
44
- "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.216897",
38
+ "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217884",
39
+ "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217884",
40
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217884",
41
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217884",
42
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
43
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217884",
44
+ "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217884",
45
45
  "@fluidframework/protocol-definitions": "^3.0.0",
46
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.216897",
47
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.216897"
46
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217884",
47
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217884"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@fluid-tools/build-cli": "^0.28.0",
51
51
  "@fluidframework/build-common": "^2.0.3",
52
52
  "@fluidframework/build-tools": "^0.28.0",
53
53
  "@fluidframework/eslint-config-fluid": "^3.1.0",
54
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.216897",
54
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217884",
55
55
  "@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.0.0-internal.7.2.0",
56
56
  "@microsoft/api-extractor": "^7.38.3",
57
57
  "@types/mocha": "^9.1.1",
58
- "@types/node": "^16.18.38",
58
+ "@types/node": "^18.19.0",
59
59
  "c8": "^7.7.1",
60
60
  "copyfiles": "^2.4.1",
61
61
  "cross-env": "^7.0.3",