@fluidframework/datastore-definitions 2.70.0-361092 → 2.70.0-361248
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.
|
@@ -128,7 +128,7 @@ export interface IFluidDataStoreRuntime extends IEventProvider<IFluidDataStoreRu
|
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* @experimental
|
|
131
|
-
* @deprecated
|
|
131
|
+
* @deprecated These APIs are unstable, and can be changed at will. They should only be used with direct agreement with the Fluid Framework.
|
|
132
132
|
* @legacy @beta
|
|
133
133
|
* @sealed
|
|
134
134
|
*/
|
|
@@ -128,7 +128,7 @@ export interface IFluidDataStoreRuntime extends IEventProvider<IFluidDataStoreRu
|
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* @experimental
|
|
131
|
-
* @deprecated
|
|
131
|
+
* @deprecated These APIs are unstable, and can be changed at will. They should only be used with direct agreement with the Fluid Framework.
|
|
132
132
|
* @legacy @beta
|
|
133
133
|
* @sealed
|
|
134
134
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.70.0-
|
|
3
|
+
"version": "2.70.0-361248",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"main": "",
|
|
42
42
|
"types": "lib/public.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluidframework/container-definitions": "2.70.0-
|
|
45
|
-
"@fluidframework/core-interfaces": "2.70.0-
|
|
46
|
-
"@fluidframework/driver-definitions": "2.70.0-
|
|
47
|
-
"@fluidframework/id-compressor": "2.70.0-
|
|
48
|
-
"@fluidframework/runtime-definitions": "2.70.0-
|
|
44
|
+
"@fluidframework/container-definitions": "2.70.0-361248",
|
|
45
|
+
"@fluidframework/core-interfaces": "2.70.0-361248",
|
|
46
|
+
"@fluidframework/driver-definitions": "2.70.0-361248",
|
|
47
|
+
"@fluidframework/id-compressor": "2.70.0-361248",
|
|
48
|
+
"@fluidframework/runtime-definitions": "2.70.0-361248"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@arethetypeswrong/cli": "^0.17.1",
|
package/src/dataStoreRuntime.ts
CHANGED
|
@@ -178,7 +178,7 @@ export interface IFluidDataStoreRuntime
|
|
|
178
178
|
|
|
179
179
|
/**
|
|
180
180
|
* @experimental
|
|
181
|
-
* @deprecated
|
|
181
|
+
* @deprecated These APIs are unstable, and can be changed at will. They should only be used with direct agreement with the Fluid Framework.
|
|
182
182
|
* @legacy @beta
|
|
183
183
|
* @sealed
|
|
184
184
|
*/
|