@fluidframework/aqueduct 2.0.0-dev.7.4.0.217212 → 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,20 +13,36 @@
13
13
  * @packageDocumentation
14
14
  */
15
15
 
16
+ import { ContainerRuntime } from '@fluidframework/container-runtime';
17
+ import { FluidDataStoreRuntime } from '@fluidframework/datastore';
16
18
  import { FluidObject } from '@fluidframework/core-interfaces';
19
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
17
20
  import { IContainer } from '@fluidframework/container-definitions';
18
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';
19
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';
20
33
  import { IFluidRouter } from '@fluidframework/core-interfaces';
34
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
35
+ import { IProvideFluidHandle } from '@fluidframework/core-interfaces';
21
36
  import { IRequest } from '@fluidframework/core-interfaces';
22
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';
23
41
 
24
42
  /* Excluded from this release type: AsyncFluidObjectProvider */
25
43
 
26
44
  /* Excluded from this release type: BaseContainerRuntimeFactory */
27
45
 
28
- /* Excluded from this release type: ContainerRuntime */
29
-
30
46
  /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
31
47
 
32
48
  /* Excluded from this release type: DataObject */
@@ -39,8 +55,6 @@ import { IResponse } from '@fluidframework/core-interfaces';
39
55
 
40
56
  /* Excluded from this release type: defaultRouteRequestHandler */
41
57
 
42
- /* Excluded from this release type: FluidDataStoreRuntime */
43
-
44
58
  /* Excluded from this release type: FluidObjectSymbolProvider */
45
59
 
46
60
  /* Excluded from this release type: getDefaultObjectFromContainer */
@@ -49,48 +63,18 @@ import { IResponse } from '@fluidframework/core-interfaces';
49
63
 
50
64
  /* Excluded from this release type: getObjectWithIdFromContainer */
51
65
 
52
- /* Excluded from this release type: IChannelFactory */
53
-
54
- /* Excluded from this release type: IContainerRuntime */
55
-
56
- /* Excluded from this release type: IContainerRuntimeBase */
57
-
58
- /* Excluded from this release type: IContainerRuntimeOptions */
59
-
60
66
  /* Excluded from this release type: IDataObjectProps */
61
67
 
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: IProvideFluidDataStoreRegistry */
81
-
82
- /* Excluded from this release type: IProvideFluidHandle */
83
-
84
72
  /* Excluded from this release type: IRootDataObjectFactory */
85
73
 
86
74
  /* Excluded from this release type: ISharedDirectory */
87
75
 
88
76
  /* Excluded from this release type: mountableViewRequestHandler */
89
77
 
90
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
91
-
92
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntry */
93
-
94
78
  /* Excluded from this release type: PureDataObject */
95
79
 
96
80
  /* Excluded from this release type: PureDataObjectFactory */
@@ -101,6 +85,4 @@ import { IResponse } from '@fluidframework/core-interfaces';
101
85
 
102
86
  /* Excluded from this release type: RuntimeRequestHandler */
103
87
 
104
- /* Excluded from this release type: TypedEventEmitter */
105
-
106
88
  export { }
@@ -13,20 +13,36 @@
13
13
  * @packageDocumentation
14
14
  */
15
15
 
16
+ import { ContainerRuntime } from '@fluidframework/container-runtime';
17
+ import { FluidDataStoreRuntime } from '@fluidframework/datastore';
16
18
  import { FluidObject } from '@fluidframework/core-interfaces';
19
+ import { IChannelFactory } from '@fluidframework/datastore-definitions';
17
20
  import { IContainer } from '@fluidframework/container-definitions';
18
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';
19
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';
20
33
  import { IFluidRouter } from '@fluidframework/core-interfaces';
34
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
35
+ import { IProvideFluidHandle } from '@fluidframework/core-interfaces';
21
36
  import { IRequest } from '@fluidframework/core-interfaces';
22
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';
23
41
 
24
42
  /* Excluded from this release type: AsyncFluidObjectProvider */
25
43
 
26
44
  /* Excluded from this release type: BaseContainerRuntimeFactory */
27
45
 
28
- /* Excluded from this release type: ContainerRuntime */
29
-
30
46
  /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
31
47
 
32
48
  /* Excluded from this release type: DataObject */
@@ -39,8 +55,6 @@ import { IResponse } from '@fluidframework/core-interfaces';
39
55
 
40
56
  /* Excluded from this release type: defaultRouteRequestHandler */
41
57
 
42
- /* Excluded from this release type: FluidDataStoreRuntime */
43
-
44
58
  /* Excluded from this release type: FluidObjectSymbolProvider */
45
59
 
46
60
  /* Excluded from this release type: getDefaultObjectFromContainer */
@@ -49,48 +63,18 @@ import { IResponse } from '@fluidframework/core-interfaces';
49
63
 
50
64
  /* Excluded from this release type: getObjectWithIdFromContainer */
51
65
 
52
- /* Excluded from this release type: IChannelFactory */
53
-
54
- /* Excluded from this release type: IContainerRuntime */
55
-
56
- /* Excluded from this release type: IContainerRuntimeBase */
57
-
58
- /* Excluded from this release type: IContainerRuntimeOptions */
59
-
60
66
  /* Excluded from this release type: IDataObjectProps */
61
67
 
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: IProvideFluidDataStoreRegistry */
81
-
82
- /* Excluded from this release type: IProvideFluidHandle */
83
-
84
72
  /* Excluded from this release type: IRootDataObjectFactory */
85
73
 
86
74
  /* Excluded from this release type: ISharedDirectory */
87
75
 
88
76
  /* Excluded from this release type: mountableViewRequestHandler */
89
77
 
90
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
91
-
92
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntry */
93
-
94
78
  /* Excluded from this release type: PureDataObject */
95
79
 
96
80
  /* Excluded from this release type: PureDataObjectFactory */
@@ -101,6 +85,4 @@ import { IResponse } from '@fluidframework/core-interfaces';
101
85
 
102
86
  /* Excluded from this release type: RuntimeRequestHandler */
103
87
 
104
- /* Excluded from this release type: TypedEventEmitter */
105
-
106
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.217212",
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.217212",
56
- "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
57
- "@fluidframework/container-runtime": "2.0.0-dev.7.4.0.217212",
58
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217212",
59
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
60
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
61
- "@fluidframework/datastore": "2.0.0-dev.7.4.0.217212",
62
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217212",
63
- "@fluidframework/map": "2.0.0-dev.7.4.0.217212",
64
- "@fluidframework/request-handler": "2.0.0-dev.7.4.0.217212",
65
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217212",
66
- "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217212",
67
- "@fluidframework/synthesize": "2.0.0-dev.7.4.0.217212",
68
- "@fluidframework/view-interfaces": "2.0.0-dev.7.4.0.217212",
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.217212",
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",