Skip to content

Commit

Permalink
Update changeset about map/directory API cleaning (#20366)
Browse files Browse the repository at this point in the history
A follow-up update of
#20030
  • Loading branch information
clarenceli-msft authored Mar 27, 2024
1 parent 2e699b8 commit 31dbb22
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .changeset/clever-cats-jump.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
"fluid-framework": minor
"@fluidframework/map": minor
"fluid-framework": major
"@fluidframework/map": major
---

DDS classes are no longer publicly exported

SharedDirectory now only exports its factory and the interface type.
The actual concrete classes which leak implementation details are no longer exported.
Users of the `SharedDirectory` type should use `ISharedDirectory`.
Users of the `SharedDirectory` type should use `ISharedDirectory`.

Most of other internal crufts are also hided within the API surface, such as the encoded format,
ILocalValue, ICreateInfo, local op metadata types, etc.

0 comments on commit 31dbb22

Please sign in to comment.