@fluidframework/map
Advanced tools
Comparing version 2.1.0-281041 to 2.1.0
# @fluidframework/map | ||
## 2.1.0 | ||
### Minor Changes | ||
- Some SharedDirectory/SharedMap-related APIs have been sealed ([#21836](https://github.com/microsoft/FluidFramework/pull/21836)) [b1d0427eab](https://github.com/microsoft/FluidFramework/commit/b1d0427eab3fcd55588dd80996967133db66f1b8) | ||
Note that this is a _documentation only change._ There is no runtime or type-level impact. | ||
Some top-level APIs within `@fluidframework/map` and `fluid-framework` have been updated to reflect their | ||
sealed/readonly nature. That is, they are not to be implemented externally to Fluid Framework and not changed. This was | ||
already the case, but the documentation was not clear. | ||
Updated APIs: | ||
- [IDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/idirectory-interface) sealed | ||
- [IDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryevents-interface) sealed | ||
- [IDirectoryValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryvaluechanged-interface) sealed and path property is readonly | ||
- [ISharedDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectory-interface) sealed | ||
- [ISharedDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectoryevents-interface) sealed | ||
- [IValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/ivaluechanged-interface) sealed | ||
## 2.0.0-rc.5.0.0 | ||
@@ -4,0 +25,0 @@ |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "2.1.0-281041"; | ||
export declare const pkgVersion = "2.1.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/map"; | ||
exports.pkgVersion = "2.1.0-281041"; | ||
exports.pkgVersion = "2.1.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/map"; | ||
export declare const pkgVersion = "2.1.0-281041"; | ||
export declare const pkgVersion = "2.1.0"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "2.1.0-281041"; | ||
export const pkgVersion = "2.1.0"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/map", | ||
"version": "2.1.0-281041", | ||
"version": "2.1.0", | ||
"description": "Distributed map", | ||
@@ -70,13 +70,13 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluid-internal/client-utils": "2.1.0-281041", | ||
"@fluidframework/core-interfaces": "2.1.0-281041", | ||
"@fluidframework/core-utils": "2.1.0-281041", | ||
"@fluidframework/datastore-definitions": "2.1.0-281041", | ||
"@fluidframework/driver-definitions": "2.1.0-281041", | ||
"@fluidframework/driver-utils": "2.1.0-281041", | ||
"@fluidframework/merge-tree": "2.1.0-281041", | ||
"@fluidframework/runtime-definitions": "2.1.0-281041", | ||
"@fluidframework/runtime-utils": "2.1.0-281041", | ||
"@fluidframework/shared-object-base": "2.1.0-281041", | ||
"@fluidframework/telemetry-utils": "2.1.0-281041", | ||
"@fluid-internal/client-utils": "~2.1.0", | ||
"@fluidframework/core-interfaces": "~2.1.0", | ||
"@fluidframework/core-utils": "~2.1.0", | ||
"@fluidframework/datastore-definitions": "~2.1.0", | ||
"@fluidframework/driver-definitions": "~2.1.0", | ||
"@fluidframework/driver-utils": "~2.1.0", | ||
"@fluidframework/merge-tree": "~2.1.0", | ||
"@fluidframework/runtime-definitions": "~2.1.0", | ||
"@fluidframework/runtime-utils": "~2.1.0", | ||
"@fluidframework/shared-object-base": "~2.1.0", | ||
"@fluidframework/telemetry-utils": "~2.1.0", | ||
"path-browserify": "^1.0.1" | ||
@@ -87,13 +87,13 @@ }, | ||
"@biomejs/biome": "~1.8.3", | ||
"@fluid-internal/mocha-test-setup": "2.1.0-281041", | ||
"@fluid-private/stochastic-test-utils": "2.1.0-281041", | ||
"@fluid-private/test-dds-utils": "2.1.0-281041", | ||
"@fluid-internal/mocha-test-setup": "~2.1.0", | ||
"@fluid-private/stochastic-test-utils": "~2.1.0", | ||
"@fluid-private/test-dds-utils": "~2.1.0", | ||
"@fluid-tools/benchmark": "^0.48.0", | ||
"@fluid-tools/build-cli": "^0.40.0", | ||
"@fluid-tools/build-cli": "^0.41.0", | ||
"@fluidframework/build-common": "^2.0.3", | ||
"@fluidframework/build-tools": "^0.40.0", | ||
"@fluidframework/container-definitions": "2.1.0-281041", | ||
"@fluidframework/build-tools": "^0.41.0", | ||
"@fluidframework/container-definitions": "~2.1.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
"@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0", | ||
"@fluidframework/test-runtime-utils": "2.1.0-281041", | ||
"@fluidframework/test-runtime-utils": "~2.1.0", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
@@ -119,6 +119,6 @@ "@types/mocha": "^9.1.1", | ||
"broken": { | ||
"VariableDeclaration_SharedMap": { | ||
"Variable_SharedMap": { | ||
"forwardCompat": false | ||
}, | ||
"VariableDeclaration_SharedDirectory": { | ||
"Variable_SharedDirectory": { | ||
"forwardCompat": false | ||
@@ -125,0 +125,0 @@ } |
@@ -33,2 +33,6 @@ # @fluidframework/map | ||
## API Documentation | ||
API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>. | ||
<!-- prettier-ignore-end --> | ||
@@ -93,6 +97,2 @@ | ||
## API Documentation | ||
API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>. | ||
## Minimum Client Requirements | ||
@@ -99,0 +99,0 @@ |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/map"; | ||
export const pkgVersion = "2.1.0-281041"; | ||
export const pkgVersion = "2.1.0"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1088926
9392
0
8
23
142
+ Added@fluid-internal/client-utils@2.1.2(transitive)
+ Added@fluidframework/container-definitions@2.1.2(transitive)
+ Added@fluidframework/container-runtime@2.1.2(transitive)
+ Added@fluidframework/container-runtime-definitions@2.1.2(transitive)
+ Added@fluidframework/core-interfaces@2.1.2(transitive)
+ Added@fluidframework/core-utils@2.1.2(transitive)
+ Added@fluidframework/datastore@2.1.2(transitive)
+ Added@fluidframework/datastore-definitions@2.1.2(transitive)
+ Added@fluidframework/driver-definitions@2.1.2(transitive)
+ Added@fluidframework/driver-utils@2.1.2(transitive)
+ Added@fluidframework/id-compressor@2.1.2(transitive)
+ Added@fluidframework/merge-tree@2.1.2(transitive)
+ Added@fluidframework/runtime-definitions@2.1.2(transitive)
+ Added@fluidframework/runtime-utils@2.1.2(transitive)
+ Added@fluidframework/shared-object-base@2.1.2(transitive)
+ Added@fluidframework/telemetry-utils@2.1.2(transitive)
- Removed@fluid-internal/client-utils@2.1.0-281041(transitive)
- Removed@fluidframework/container-definitions@2.1.0-281041(transitive)
- Removed@fluidframework/container-runtime@2.1.0-281041(transitive)
- Removed@fluidframework/container-runtime-definitions@2.1.0-281041(transitive)
- Removed@fluidframework/core-interfaces@2.1.0-281041(transitive)
- Removed@fluidframework/core-utils@2.1.0-281041(transitive)
- Removed@fluidframework/datastore@2.1.0-281041(transitive)
- Removed@fluidframework/datastore-definitions@2.1.0-281041(transitive)
- Removed@fluidframework/driver-definitions@2.1.0-281041(transitive)
- Removed@fluidframework/driver-utils@2.1.0-281041(transitive)
- Removed@fluidframework/id-compressor@2.1.0-281041(transitive)
- Removed@fluidframework/merge-tree@2.1.0-281041(transitive)
- Removed@fluidframework/runtime-definitions@2.1.0-281041(transitive)
- Removed@fluidframework/runtime-utils@2.1.0-281041(transitive)
- Removed@fluidframework/shared-object-base@2.1.0-281041(transitive)
- Removed@fluidframework/telemetry-utils@2.1.0-281041(transitive)