@fluidframework/container-runtime-definitions
Advanced tools
Comparing version 2.13.0 to 2.20.0
# @fluidframework/container-runtime-definitions | ||
## 2.20.0 | ||
### Minor Changes | ||
- The createDataStoreWithProps APIs on ContainerRuntime and IContainerRuntimeBase have been removed ([#22996](https://github.com/microsoft/FluidFramework/pull/22996)) [bd243fb292](https://github.com/microsoft/FluidFramework/commit/bd243fb2927915d87c42486e21ee0c990962a9a7) | ||
`ContainerRuntime.createDataStoreWithProps` and `IContainerRuntimeBase.createDataStoreWithProps` | ||
were [deprecated in version 0.25.0](https://github.com/microsoft/FluidFramework/blob/main/BREAKING.md#icontainerruntimebase_createdatastorewithprops-is-removed) and have been removed. | ||
Replace uses of these APIs with `PureDataObjectFactory.createInstanceWithDataStore` and pass in props via the `initialState` | ||
parameter. | ||
These changes were originally announced in version 0.25.0. See the following issues for more details: | ||
- [#1537](https://github.com/microsoft/FluidFramework/issues/1537) | ||
- [#2931](https://github.com/microsoft/FluidFramework/pull/2931) | ||
## 2.13.0 | ||
@@ -4,0 +21,0 @@ |
{ | ||
"type": "commonjs" | ||
"type": "commonjs", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@fluidframework/container-runtime-definitions", | ||
"version": "2.13.0", | ||
"version": "2.20.0", | ||
"description": "Fluid Runtime definitions", | ||
@@ -44,6 +44,6 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-definitions": "~2.13.0", | ||
"@fluidframework/core-interfaces": "~2.13.0", | ||
"@fluidframework/driver-definitions": "~2.13.0", | ||
"@fluidframework/runtime-definitions": "~2.13.0" | ||
"@fluidframework/container-definitions": "~2.20.0", | ||
"@fluidframework/core-interfaces": "~2.20.0", | ||
"@fluidframework/driver-definitions": "~2.20.0", | ||
"@fluidframework/runtime-definitions": "~2.20.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "devDependencies": { | ||
"@fluidframework/build-tools": "^0.51.0", | ||
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.12.0", | ||
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.13.0", | ||
"@fluidframework/eslint-config-fluid": "^5.6.0", | ||
@@ -68,3 +68,13 @@ "@microsoft/api-extractor": "7.47.8", | ||
"typeValidation": { | ||
"broken": {}, | ||
"broken": { | ||
"Interface_IContainerRuntime": { | ||
"backCompat": false | ||
}, | ||
"Interface_IContainerRuntimeWithResolveHandle_Deprecated": { | ||
"backCompat": false | ||
}, | ||
"TypeAlias_IContainerRuntimeBaseWithCombinedEvents": { | ||
"backCompat": false | ||
} | ||
}, | ||
"entrypoint": "legacy" | ||
@@ -71,0 +81,0 @@ }, |
69507
+ Added@fluid-internal/client-utils@2.20.0(transitive)
+ Added@fluidframework/container-definitions@2.20.0(transitive)
+ Added@fluidframework/core-interfaces@2.20.0(transitive)
+ Added@fluidframework/core-utils@2.20.0(transitive)
+ Added@fluidframework/driver-definitions@2.20.0(transitive)
+ Added@fluidframework/id-compressor@2.20.0(transitive)
+ Added@fluidframework/runtime-definitions@2.20.0(transitive)
+ Added@fluidframework/telemetry-utils@2.20.0(transitive)
- Removed@fluid-internal/client-utils@2.13.0(transitive)
- Removed@fluidframework/container-definitions@2.13.0(transitive)
- Removed@fluidframework/core-interfaces@2.13.0(transitive)
- Removed@fluidframework/core-utils@2.13.0(transitive)
- Removed@fluidframework/driver-definitions@2.13.0(transitive)
- Removed@fluidframework/id-compressor@2.13.0(transitive)
- Removed@fluidframework/runtime-definitions@2.13.0(transitive)
- Removed@fluidframework/telemetry-utils@2.13.0(transitive)