microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
94 stars 29 forks source link

Updated FluidFramework packages #779

Closed huntj88 closed 3 months ago

huntj88 commented 3 months ago

Updated package versions and imports, fixed a few breaking changes around telemetry and running unit tests.

also tracking a regression in fluid framework when using tinylicious.

To patch FluidFramework until fixed, change file node_modules/@fluid-internal/client-utils/lib/trace.js

from:

import { performance } from "./indexNode.js";

to:

import { performance } from "./performanceIsomorphic.js";