@fluidframework/datastore 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.
- package/api-report/datastore.api.md +3 -3
- package/dist/dataStoreRuntime.d.ts +3 -3
- package/dist/dataStoreRuntime.js +2 -2
- package/dist/dataStoreRuntime.js.map +1 -1
- package/dist/datastore-alpha.d.ts +248 -35
- package/dist/datastore-untrimmed.d.ts +3 -3
- package/lib/dataStoreRuntime.d.ts +3 -3
- package/lib/dataStoreRuntime.js +2 -2
- package/lib/dataStoreRuntime.js.map +1 -1
- package/lib/datastore-alpha.d.ts +248 -35
- package/lib/datastore-untrimmed.d.ts +3 -3
- package/package.json +14 -14
- package/src/dataStoreRuntime.ts +3 -3
|
@@ -27,7 +27,7 @@ import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
|
27
27
|
import { VisibilityState } from '@fluidframework/runtime-definitions';
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
* @
|
|
30
|
+
* @alpha
|
|
31
31
|
*/
|
|
32
32
|
export declare enum DataStoreMessageType {
|
|
33
33
|
Attach = "attach",
|
|
@@ -36,7 +36,7 @@ export declare enum DataStoreMessageType {
|
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
38
|
* Base data store class
|
|
39
|
-
* @
|
|
39
|
+
* @alpha
|
|
40
40
|
*/
|
|
41
41
|
export declare class FluidDataStoreRuntime extends TypedEventEmitter<IFluidDataStoreRuntimeEvents> implements IFluidDataStoreChannel, IFluidDataStoreRuntime, IFluidHandleContext {
|
|
42
42
|
private readonly dataStoreContext;
|
|
@@ -307,7 +307,7 @@ export declare class FluidObjectHandle<T extends FluidObject = FluidObject> impl
|
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
/**
|
|
310
|
-
* @
|
|
310
|
+
* @alpha
|
|
311
311
|
*/
|
|
312
312
|
export declare interface ISharedObjectRegistry {
|
|
313
313
|
get(name: string): IChannelFactory | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.217884",
|
|
4
4
|
"description": "Fluid data store implementation",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": "2.0.0-dev.7.4.0.
|
|
39
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.
|
|
40
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
41
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
42
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.
|
|
43
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
44
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.
|
|
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/core-interfaces": "2.0.0-dev.7.4.0.217884",
|
|
41
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.217884",
|
|
42
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217884",
|
|
43
|
+
"@fluidframework/driver-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.
|
|
47
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.
|
|
48
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
46
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217884",
|
|
47
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217884",
|
|
48
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217884",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
50
|
"uuid": "^9.0.0"
|
|
51
51
|
},
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@fluidframework/build-tools": "^0.28.0",
|
|
56
56
|
"@fluidframework/datastore-previous": "npm:@fluidframework/datastore@2.0.0-internal.7.2.0",
|
|
57
57
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
58
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
59
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.
|
|
58
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.217884",
|
|
59
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217884",
|
|
60
60
|
"@microsoft/api-extractor": "^7.38.3",
|
|
61
61
|
"@types/mocha": "^9.1.1",
|
|
62
|
-
"@types/node": "^
|
|
62
|
+
"@types/node": "^18.19.0",
|
|
63
63
|
"@types/uuid": "^9.0.2",
|
|
64
64
|
"c8": "^7.7.1",
|
|
65
65
|
"copyfiles": "^2.4.1",
|
package/src/dataStoreRuntime.ts
CHANGED
|
@@ -82,7 +82,7 @@ import { RemoteChannelContext } from "./remoteChannelContext";
|
|
|
82
82
|
import { FluidObjectHandle } from "./fluidHandle";
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* @
|
|
85
|
+
* @alpha
|
|
86
86
|
*/
|
|
87
87
|
export enum DataStoreMessageType {
|
|
88
88
|
// Creates a new channel
|
|
@@ -91,7 +91,7 @@ export enum DataStoreMessageType {
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
|
-
* @
|
|
94
|
+
* @alpha
|
|
95
95
|
*/
|
|
96
96
|
export interface ISharedObjectRegistry {
|
|
97
97
|
// TODO consider making this async. A consequence is that either the creation of a distributed data type
|
|
@@ -101,7 +101,7 @@ export interface ISharedObjectRegistry {
|
|
|
101
101
|
|
|
102
102
|
/**
|
|
103
103
|
* Base data store class
|
|
104
|
-
* @
|
|
104
|
+
* @alpha
|
|
105
105
|
*/
|
|
106
106
|
export class FluidDataStoreRuntime
|
|
107
107
|
extends TypedEventEmitter<IFluidDataStoreRuntimeEvents>
|