@fluidframework/datastore-definitions 0.58.0-55561 → 0.58.0-55983
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/package.json +14 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "0.58.0-
|
|
3
|
+
"version": "0.58.0-55983",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
35
35
|
"@fluidframework/common-utils": "^0.32.1",
|
|
36
|
-
"@fluidframework/container-definitions": "^0.
|
|
36
|
+
"@fluidframework/container-definitions": "^0.47.0-0",
|
|
37
37
|
"@fluidframework/core-interfaces": "^0.42.0",
|
|
38
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
39
|
-
"@fluidframework/runtime-definitions": "0.58.0-
|
|
38
|
+
"@fluidframework/protocol-definitions": "^0.1027.0-0",
|
|
39
|
+
"@fluidframework/runtime-definitions": "0.58.0-55983",
|
|
40
40
|
"@types/node": "^14.18.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -155,6 +155,16 @@
|
|
|
155
155
|
"backCompat": false,
|
|
156
156
|
"forwardCompat": false
|
|
157
157
|
}
|
|
158
|
+
},
|
|
159
|
+
"0.56.0": {
|
|
160
|
+
"InterfaceDeclaration_IChannelFactory": {
|
|
161
|
+
"backCompat": false,
|
|
162
|
+
"forwardCompat": false
|
|
163
|
+
},
|
|
164
|
+
"InterfaceDeclaration_IFluidDataStoreRuntime": {
|
|
165
|
+
"backCompat": false,
|
|
166
|
+
"forwardCompat": false
|
|
167
|
+
}
|
|
158
168
|
}
|
|
159
169
|
}
|
|
160
170
|
}
|