FluidFramework/azure
Tyler Butler dda812637f
build(client): Update build-tools dependencies to latest (0.44) (#22297)
Updated the following:

  client (release group)

Dependencies on build-tools updated:

  @fluid-tools/build-cli: 0.44.0
  @fluidframework/build-tools: 0.44.0
  @fluidframework/bundle-size-tools: 0.44.0
  @fluid-tools/version-tools: 0.44.0

I also made two small changes to the root Biome config and the
test-snapshots Biome config. The configs exposed a case where `git
ls-files` will return a path to a directory - if that directory is a
submodule. These config changes enable the Biome task caching to work
even with this ls-files oddity by ensuring the directory path doesn't
make it into the cached file list.
2024-08-23 00:49:37 +00:00
..
packages build(client): Update build-tools dependencies to latest (0.44) (#22297) 2024-08-23 00:49:37 +00:00
README.md

README.md

Azure-related Fluid packages

@fluidframework/azure-client

The azure-client package provides a simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay service.

See the package README for more information.

@fluidframework/azure-local-service

The azure-local-service package provides a minimal, self-contained, test implementation of the Azure Fluid Relay service that can be run locally and used for development/testing Fluid functionality in conjunction with the AzureClient in local mode.

See the package README for more information.

@fluidframework/azure-service-utils

A set of helper utilities for building backend APIs for use with Azure Fluid Relay service.

See the package README for more information.

@fluid-example/app-integration-external-controller

An example application demonstrating how to use the azure-client package.

See the package README for more information.

Developer notes

Dependencies

Adding/updating dependencies

For information on adding and removing dependencies, see Managing dependencies in our wiki.

Dependency overrides

The root package.json of this release group contains the following dependency adjustments/overrides.

"pnpm": {
  "peerDependencyRules": {
    "ignoreMissing": [
      "fluid-framework"
    ]
  }
}

Peer dependencies on fluid-framework are never fulfilled since itt's an in-repo dependency; we expect customers to install it as a dependency when using azure-client, but we don't install it alongside azure-client here in the repo.

Help

Not finding what you're looking for in this README? Check out our Github Wiki or fluidframework.com.

Still not finding what you're looking for? Please file an issue. Thank you!