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

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,18 @@
1
+ import { FluidObject } from '@fluidframework/core-interfaces';
2
+ import { IContainerContext } from '@fluidframework/container-definitions';
3
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
4
+ import { IRequest } from '@fluidframework/core-interfaces';
1
5
  import { IRequestHeader } from '@fluidframework/core-interfaces';
6
+ import { IResponse } from '@fluidframework/core-interfaces';
7
+ import { IRuntime } from '@fluidframework/container-definitions';
8
+ import { IRuntimeFactory } from '@fluidframework/container-definitions';
2
9
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
3
10
  import { ISummaryBlob } from '@fluidframework/protocol-definitions';
4
11
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
5
12
  import { ITree } from '@fluidframework/protocol-definitions';
6
13
  import { SummaryObject } from '@fluidframework/protocol-definitions';
7
14
  import { SummaryType } from '@fluidframework/protocol-definitions';
15
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
8
16
 
9
17
  /* Excluded from this release type: addBlobToSummary */
10
18
 
@@ -32,8 +40,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
32
40
 
33
41
  /* Excluded from this release type: Factory */
34
42
 
35
- /* Excluded from this release type: FluidObject */
36
-
37
43
  /* Excluded from this release type: GCDataBuilder */
38
44
 
39
45
  /* Excluded from this release type: generateHandleContextPath */
@@ -44,8 +50,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
44
50
 
45
51
  /* Excluded from this release type: IChannelStorageService */
46
52
 
47
- /* Excluded from this release type: IContainerContext */
48
-
49
53
  /* Excluded from this release type: IContainerRuntime */
50
54
 
51
55
  /* Excluded from this release type: IFluidDataStoreFactory */
@@ -54,20 +58,10 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
54
58
 
55
59
  /* Excluded from this release type: IFluidHandleContext */
56
60
 
57
- /* Excluded from this release type: IFluidRouter */
58
-
59
61
  /* Excluded from this release type: IGarbageCollectionData */
60
62
 
61
63
  /* Excluded from this release type: IProvideFluidDataStoreRegistry */
62
64
 
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
65
  /* Excluded from this release type: ISummarizeResult */
72
66
 
73
67
  /* Excluded from this release type: ISummaryStats */
@@ -98,8 +92,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
98
92
 
99
93
  /* Excluded from this release type: TelemetryContext */
100
94
 
101
- /* Excluded from this release type: TelemetryEventPropertyType */
102
-
103
95
  /* Excluded from this release type: unpackChildNodesUsedRoutes */
104
96
 
105
97
  /* Excluded from this release type: utf8ByteLength */
@@ -1,10 +1,18 @@
1
+ import { FluidObject } from '@fluidframework/core-interfaces';
2
+ import { IContainerContext } from '@fluidframework/container-definitions';
3
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
4
+ import { IRequest } from '@fluidframework/core-interfaces';
1
5
  import { IRequestHeader } from '@fluidframework/core-interfaces';
6
+ import { IResponse } from '@fluidframework/core-interfaces';
7
+ import { IRuntime } from '@fluidframework/container-definitions';
8
+ import { IRuntimeFactory } from '@fluidframework/container-definitions';
2
9
  import { ISnapshotTree } from '@fluidframework/protocol-definitions';
3
10
  import { ISummaryBlob } from '@fluidframework/protocol-definitions';
4
11
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
5
12
  import { ITree } from '@fluidframework/protocol-definitions';
6
13
  import { SummaryObject } from '@fluidframework/protocol-definitions';
7
14
  import { SummaryType } from '@fluidframework/protocol-definitions';
15
+ import { TelemetryEventPropertyType } from '@fluidframework/core-interfaces';
8
16
 
9
17
  /* Excluded from this release type: addBlobToSummary */
10
18
 
@@ -32,8 +40,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
32
40
 
33
41
  /* Excluded from this release type: Factory */
34
42
 
35
- /* Excluded from this release type: FluidObject */
36
-
37
43
  /* Excluded from this release type: GCDataBuilder */
38
44
 
39
45
  /* Excluded from this release type: generateHandleContextPath */
@@ -44,8 +50,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
44
50
 
45
51
  /* Excluded from this release type: IChannelStorageService */
46
52
 
47
- /* Excluded from this release type: IContainerContext */
48
-
49
53
  /* Excluded from this release type: IContainerRuntime */
50
54
 
51
55
  /* Excluded from this release type: IFluidDataStoreFactory */
@@ -54,20 +58,10 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
54
58
 
55
59
  /* Excluded from this release type: IFluidHandleContext */
56
60
 
57
- /* Excluded from this release type: IFluidRouter */
58
-
59
61
  /* Excluded from this release type: IGarbageCollectionData */
60
62
 
61
63
  /* Excluded from this release type: IProvideFluidDataStoreRegistry */
62
64
 
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
65
  /* Excluded from this release type: ISummarizeResult */
72
66
 
73
67
  /* Excluded from this release type: ISummaryStats */
@@ -98,8 +92,6 @@ import { SummaryType } from '@fluidframework/protocol-definitions';
98
92
 
99
93
  /* Excluded from this release type: TelemetryContext */
100
94
 
101
- /* Excluded from this release type: TelemetryEventPropertyType */
102
-
103
95
  /* Excluded from this release type: unpackChildNodesUsedRoutes */
104
96
 
105
97
  /* 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.217212",
4
4
  "description": "Collection of utility functions for Fluid Runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,23 +35,23 @@
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.217212",
39
+ "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
40
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217212",
41
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
42
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
43
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217212",
44
+ "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217212",
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.217212",
47
+ "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217212"
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.217212",
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",