fluid-framework
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,3 +7,3 @@ /*! | ||
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`). | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`). | ||
* | ||
@@ -10,0 +10,0 @@ * @packageDocumentation |
@@ -7,3 +7,3 @@ /*! | ||
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`). | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`). | ||
* | ||
@@ -10,0 +10,0 @@ * @packageDocumentation |
{ | ||
"name": "fluid-framework", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "The main entry point into Fluid Framework public packages", | ||
@@ -40,11 +40,11 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/container-definitions": "~2.0.0", | ||
"@fluidframework/container-loader": "~2.0.0", | ||
"@fluidframework/core-interfaces": "~2.0.0", | ||
"@fluidframework/driver-definitions": "~2.0.0", | ||
"@fluidframework/fluid-static": "~2.0.0", | ||
"@fluidframework/map": "~2.0.0", | ||
"@fluidframework/sequence": "~2.0.0", | ||
"@fluidframework/shared-object-base": "~2.0.0", | ||
"@fluidframework/tree": "~2.0.0" | ||
"@fluidframework/container-definitions": "~2.0.1", | ||
"@fluidframework/container-loader": "~2.0.1", | ||
"@fluidframework/core-interfaces": "~2.0.1", | ||
"@fluidframework/driver-definitions": "~2.0.1", | ||
"@fluidframework/fluid-static": "~2.0.1", | ||
"@fluidframework/map": "~2.0.1", | ||
"@fluidframework/sequence": "~2.0.1", | ||
"@fluidframework/shared-object-base": "~2.0.1", | ||
"@fluidframework/tree": "~2.0.1" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
# fluid-framework | ||
The `fluid-framework` package bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`). | ||
The `fluid-framework` package bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`). | ||
@@ -8,3 +8,3 @@ This package reexports these APIs from other Fluid client packages reducing the number of direct package dependencies needed. | ||
- A service client (e.g. `@fluidframework/azure-client`, `@fluid-experimental/osdp-client (BETA)`, or `@fluidframework/tinylicious-client` for local development) to allow connecting to a Fluid service. | ||
- A service client (e.g. `@fluidframework/azure-client`, `@fluidframework/odsp-client (BETA)`, or `@fluidframework/tinylicious-client` for local development) to allow connecting to a Fluid service. | ||
- Fluid Framework [developer tools](https://github.com/microsoft/FluidFramework/tree/main/packages/tools/devtools/devtools). | ||
@@ -29,3 +29,3 @@ - `@fluidframework/app-insights-logger`: to route Fluid telemetry to Azure App Insights. | ||
1. **[SharedMap][]**, a map-like data structure for storing key/value pair data | ||
- Note: as of version 2.0, `SharedMap` is deprecated. Please use `SharedTree` instead. | ||
- Note: as of version 2.0, `SharedMap` is now marked legacy. Please use `SharedTree` for any new development. | ||
@@ -32,0 +32,0 @@ ## Tutorial |
@@ -8,3 +8,3 @@ /*! | ||
* Bundles a collection of Fluid Framework client libraries for easy use when paired with a corresponding service client | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluid-experimental/osdp-client (BETA)`). | ||
* package (e.g. `@fluidframework/azure-client`, `@fluidframework/tinylicious-client`, or `@fluidframework/odsp-client (BETA)`). | ||
* | ||
@@ -11,0 +11,0 @@ * @packageDocumentation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
240094
Updated@fluidframework/map@~2.0.1
Updated@fluidframework/tree@~2.0.1