@fluidframework/aqueduct 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.
@@ -13,12 +13,36 @@
13
13
  * @packageDocumentation
14
14
  */
15
15
 
16
+ import { ContainerRuntime } from '@fluidframework/container-runtime';
17
+ import { FluidDataStoreRuntime } from '@fluidframework/datastore';
18
+ import { FluidObject } from '@fluidframework/core-interfaces';
19
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
20
+ import { IContainer } from '@fluidframework/container-definitions';
21
+ import { IContainerContext } from '@fluidframework/container-definitions';
22
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
23
+ import { IContainerRuntimeBase } from '@fluidframework/runtime-definitions';
24
+ import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
25
+ import { IEvent } from '@fluidframework/core-interfaces';
26
+ import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
27
+ import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
28
+ import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
29
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
30
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
31
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
32
+ import { IFluidLoadable } from '@fluidframework/core-interfaces';
33
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
34
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
35
+ import { IProvideFluidHandle } from '@fluidframework/core-interfaces';
36
+ import { IRequest } from '@fluidframework/core-interfaces';
37
+ import { IResponse } from '@fluidframework/core-interfaces';
38
+ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
39
+ import { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
40
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
41
+
16
42
  /* Excluded from this release type: AsyncFluidObjectProvider */
17
43
 
18
44
  /* Excluded from this release type: BaseContainerRuntimeFactory */
19
45
 
20
- /* Excluded from this release type: ContainerRuntime */
21
-
22
46
  /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
23
47
 
24
48
  /* Excluded from this release type: DataObject */
@@ -31,10 +55,6 @@
31
55
 
32
56
  /* Excluded from this release type: defaultRouteRequestHandler */
33
57
 
34
- /* Excluded from this release type: FluidDataStoreRuntime */
35
-
36
- /* Excluded from this release type: FluidObject */
37
-
38
58
  /* Excluded from this release type: FluidObjectSymbolProvider */
39
59
 
40
60
  /* Excluded from this release type: getDefaultObjectFromContainer */
@@ -43,60 +63,18 @@
43
63
 
44
64
  /* Excluded from this release type: getObjectWithIdFromContainer */
45
65
 
46
- /* Excluded from this release type: IChannelFactory */
47
-
48
- /* Excluded from this release type: IContainer */
49
-
50
- /* Excluded from this release type: IContainerContext */
51
-
52
- /* Excluded from this release type: IContainerRuntime */
53
-
54
- /* Excluded from this release type: IContainerRuntimeBase */
55
-
56
- /* Excluded from this release type: IContainerRuntimeOptions */
57
-
58
66
  /* Excluded from this release type: IDataObjectProps */
59
67
 
60
- /* Excluded from this release type: IEvent */
61
-
62
- /* Excluded from this release type: IFluidDataStoreContext */
63
-
64
- /* Excluded from this release type: IFluidDataStoreContextDetached */
65
-
66
- /* Excluded from this release type: IFluidDataStoreFactory */
67
-
68
- /* Excluded from this release type: IFluidDataStoreRegistry */
69
-
70
- /* Excluded from this release type: IFluidDataStoreRuntime */
71
-
72
68
  /* Excluded from this release type: IFluidDependencySynthesizer */
73
69
 
74
- /* Excluded from this release type: IFluidHandle */
75
-
76
- /* Excluded from this release type: IFluidLoadable */
77
-
78
70
  /* Excluded from this release type: IFluidMountableViewClass */
79
71
 
80
- /* Excluded from this release type: IFluidRouter */
81
-
82
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
83
-
84
- /* Excluded from this release type: IProvideFluidHandle */
85
-
86
- /* Excluded from this release type: IRequest */
87
-
88
- /* Excluded from this release type: IResponse */
89
-
90
72
  /* Excluded from this release type: IRootDataObjectFactory */
91
73
 
92
74
  /* Excluded from this release type: ISharedDirectory */
93
75
 
94
76
  /* Excluded from this release type: mountableViewRequestHandler */
95
77
 
96
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
97
-
98
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntry */
99
-
100
78
  /* Excluded from this release type: PureDataObject */
101
79
 
102
80
  /* Excluded from this release type: PureDataObjectFactory */
@@ -107,6 +85,4 @@
107
85
 
108
86
  /* Excluded from this release type: RuntimeRequestHandler */
109
87
 
110
- /* Excluded from this release type: TypedEventEmitter */
111
-
112
88
  export { }
@@ -13,12 +13,36 @@
13
13
  * @packageDocumentation
14
14
  */
15
15
 
16
+ import { ContainerRuntime } from '@fluidframework/container-runtime';
17
+ import { FluidDataStoreRuntime } from '@fluidframework/datastore';
18
+ import { FluidObject } from '@fluidframework/core-interfaces';
19
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
20
+ import { IContainer } from '@fluidframework/container-definitions';
21
+ import { IContainerContext } from '@fluidframework/container-definitions';
22
+ import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
23
+ import { IContainerRuntimeBase } from '@fluidframework/runtime-definitions';
24
+ import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
25
+ import { IEvent } from '@fluidframework/core-interfaces';
26
+ import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
27
+ import { IFluidDataStoreContextDetached } from '@fluidframework/runtime-definitions';
28
+ import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
29
+ import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
30
+ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
31
+ import { IFluidHandle } from '@fluidframework/core-interfaces';
32
+ import { IFluidLoadable } from '@fluidframework/core-interfaces';
33
+ import { IFluidRouter } from '@fluidframework/core-interfaces';
34
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
35
+ import { IProvideFluidHandle } from '@fluidframework/core-interfaces';
36
+ import { IRequest } from '@fluidframework/core-interfaces';
37
+ import { IResponse } from '@fluidframework/core-interfaces';
38
+ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
39
+ import { NamedFluidDataStoreRegistryEntry } from '@fluidframework/runtime-definitions';
40
+ import { TypedEventEmitter } from '@fluid-internal/client-utils';
41
+
16
42
  /* Excluded from this release type: AsyncFluidObjectProvider */
17
43
 
18
44
  /* Excluded from this release type: BaseContainerRuntimeFactory */
19
45
 
20
- /* Excluded from this release type: ContainerRuntime */
21
-
22
46
  /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
23
47
 
24
48
  /* Excluded from this release type: DataObject */
@@ -31,10 +55,6 @@
31
55
 
32
56
  /* Excluded from this release type: defaultRouteRequestHandler */
33
57
 
34
- /* Excluded from this release type: FluidDataStoreRuntime */
35
-
36
- /* Excluded from this release type: FluidObject */
37
-
38
58
  /* Excluded from this release type: FluidObjectSymbolProvider */
39
59
 
40
60
  /* Excluded from this release type: getDefaultObjectFromContainer */
@@ -43,60 +63,18 @@
43
63
 
44
64
  /* Excluded from this release type: getObjectWithIdFromContainer */
45
65
 
46
- /* Excluded from this release type: IChannelFactory */
47
-
48
- /* Excluded from this release type: IContainer */
49
-
50
- /* Excluded from this release type: IContainerContext */
51
-
52
- /* Excluded from this release type: IContainerRuntime */
53
-
54
- /* Excluded from this release type: IContainerRuntimeBase */
55
-
56
- /* Excluded from this release type: IContainerRuntimeOptions */
57
-
58
66
  /* Excluded from this release type: IDataObjectProps */
59
67
 
60
- /* Excluded from this release type: IEvent */
61
-
62
- /* Excluded from this release type: IFluidDataStoreContext */
63
-
64
- /* Excluded from this release type: IFluidDataStoreContextDetached */
65
-
66
- /* Excluded from this release type: IFluidDataStoreFactory */
67
-
68
- /* Excluded from this release type: IFluidDataStoreRegistry */
69
-
70
- /* Excluded from this release type: IFluidDataStoreRuntime */
71
-
72
68
  /* Excluded from this release type: IFluidDependencySynthesizer */
73
69
 
74
- /* Excluded from this release type: IFluidHandle */
75
-
76
- /* Excluded from this release type: IFluidLoadable */
77
-
78
70
  /* Excluded from this release type: IFluidMountableViewClass */
79
71
 
80
- /* Excluded from this release type: IFluidRouter */
81
-
82
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
83
-
84
- /* Excluded from this release type: IProvideFluidHandle */
85
-
86
- /* Excluded from this release type: IRequest */
87
-
88
- /* Excluded from this release type: IResponse */
89
-
90
72
  /* Excluded from this release type: IRootDataObjectFactory */
91
73
 
92
74
  /* Excluded from this release type: ISharedDirectory */
93
75
 
94
76
  /* Excluded from this release type: mountableViewRequestHandler */
95
77
 
96
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
97
-
98
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntry */
99
-
100
78
  /* Excluded from this release type: PureDataObject */
101
79
 
102
80
  /* Excluded from this release type: PureDataObjectFactory */
@@ -107,6 +85,4 @@
107
85
 
108
86
  /* Excluded from this release type: RuntimeRequestHandler */
109
87
 
110
- /* Excluded from this release type: TypedEventEmitter */
111
-
112
88
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/aqueduct",
3
- "version": "2.0.0-dev.7.4.0.216897",
3
+ "version": "2.0.0-dev.7.4.0.217884",
4
4
  "description": "A set of implementations for Fluid Framework interfaces.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -52,20 +52,20 @@
52
52
  "temp-directory": "nyc/.nyc_output"
53
53
  },
54
54
  "dependencies": {
55
- "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.216897",
56
- "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.216897",
57
- "@fluidframework/container-runtime": "2.0.0-dev.7.4.0.216897",
58
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.216897",
59
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.216897",
60
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.216897",
61
- "@fluidframework/datastore": "2.0.0-dev.7.4.0.216897",
62
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.216897",
63
- "@fluidframework/map": "2.0.0-dev.7.4.0.216897",
64
- "@fluidframework/request-handler": "2.0.0-dev.7.4.0.216897",
65
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.216897",
66
- "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.216897",
67
- "@fluidframework/synthesize": "2.0.0-dev.7.4.0.216897",
68
- "@fluidframework/view-interfaces": "2.0.0-dev.7.4.0.216897",
55
+ "@fluid-internal/client-utils": "2.0.0-dev.7.4.0.217884",
56
+ "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217884",
57
+ "@fluidframework/container-runtime": "2.0.0-dev.7.4.0.217884",
58
+ "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217884",
59
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217884",
60
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
61
+ "@fluidframework/datastore": "2.0.0-dev.7.4.0.217884",
62
+ "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217884",
63
+ "@fluidframework/map": "2.0.0-dev.7.4.0.217884",
64
+ "@fluidframework/request-handler": "2.0.0-dev.7.4.0.217884",
65
+ "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217884",
66
+ "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217884",
67
+ "@fluidframework/synthesize": "2.0.0-dev.7.4.0.217884",
68
+ "@fluidframework/view-interfaces": "2.0.0-dev.7.4.0.217884",
69
69
  "uuid": "^9.0.0"
70
70
  },
71
71
  "devDependencies": {
@@ -74,11 +74,11 @@
74
74
  "@fluidframework/build-common": "^2.0.3",
75
75
  "@fluidframework/build-tools": "^0.28.0",
76
76
  "@fluidframework/eslint-config-fluid": "^3.1.0",
77
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.216897",
77
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217884",
78
78
  "@microsoft/api-extractor": "^7.38.3",
79
79
  "@types/events": "^3.0.0",
80
80
  "@types/mocha": "^9.1.1",
81
- "@types/node": "^16.18.38",
81
+ "@types/node": "^18.19.0",
82
82
  "c8": "^7.7.1",
83
83
  "copyfiles": "^2.4.1",
84
84
  "cross-env": "^7.0.3",