@fluidframework/map 2.1.0-281041 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @fluidframework/map
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Some SharedDirectory/SharedMap-related APIs have been sealed ([#21836](https://github.com/microsoft/FluidFramework/pull/21836)) [b1d0427eab](https://github.com/microsoft/FluidFramework/commit/b1d0427eab3fcd55588dd80996967133db66f1b8)
8
+
9
+ Note that this is a _documentation only change._ There is no runtime or type-level impact.
10
+
11
+ Some top-level APIs within `@fluidframework/map` and `fluid-framework` have been updated to reflect their
12
+ sealed/readonly nature. That is, they are not to be implemented externally to Fluid Framework and not changed. This was
13
+ already the case, but the documentation was not clear.
14
+
15
+ Updated APIs:
16
+
17
+ - [IDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/idirectory-interface) sealed
18
+ - [IDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryevents-interface) sealed
19
+ - [IDirectoryValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryvaluechanged-interface) sealed and path property is readonly
20
+ - [ISharedDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectory-interface) sealed
21
+ - [ISharedDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectoryevents-interface) sealed
22
+ - [IValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/ivaluechanged-interface) sealed
23
+
3
24
  ## 2.0.0-rc.5.0.0
4
25
 
5
26
  ### Minor Changes
package/README.md CHANGED
@@ -30,6 +30,10 @@ To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidf
30
30
 
31
31
  To access the `legacy` APIs, import via `@fluidframework/map/legacy`.
32
32
 
33
+ ## API Documentation
34
+
35
+ API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>.
36
+
33
37
  <!-- prettier-ignore-end -->
34
38
 
35
39
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -89,10 +93,6 @@ To "navigate" the subdirectory structure, `IDirectory` provides a `getWorkingDir
89
93
  <!-- prettier-ignore-start -->
90
94
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
91
95
 
92
- ## API Documentation
93
-
94
- API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>.
95
-
96
96
  ## Minimum Client Requirements
97
97
 
98
98
  These are the platform requirements for the current version of Fluid Framework Client Packages.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/map";
8
- export declare const pkgVersion = "2.1.0-281041";
8
+ export declare const pkgVersion = "2.1.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,UAAU,CAAC"}
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/map";
11
- exports.pkgVersion = "2.1.0-281041";
11
+ exports.pkgVersion = "2.1.1";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.1.0-281041\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,qBAAqB,CAAC;AAChC,QAAA,UAAU,GAAG,OAAO,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.1.1\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/map";
8
- export declare const pkgVersion = "2.1.0-281041";
8
+ export declare const pkgVersion = "2.1.1";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,iBAAiB,CAAC"}
1
+ {"version":3,"file":"packageVersion.d.ts","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,eAAO,MAAM,OAAO,wBAAwB,CAAC;AAC7C,eAAO,MAAM,UAAU,UAAU,CAAC"}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/map";
8
- export const pkgVersion = "2.1.0-281041";
8
+ export const pkgVersion = "2.1.1";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,cAAc,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.1.0-281041\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,qBAAqB,CAAC;AAC7C,MAAM,CAAC,MAAM,UAAU,GAAG,OAAO,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/map\";\nexport const pkgVersion = \"2.1.1\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/map",
3
- "version": "2.1.0-281041",
3
+ "version": "2.1.1",
4
4
  "description": "Distributed map",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -67,33 +67,33 @@
67
67
  "temp-directory": "nyc/.nyc_output"
68
68
  },
69
69
  "dependencies": {
70
- "@fluid-internal/client-utils": "2.1.0-281041",
71
- "@fluidframework/core-interfaces": "2.1.0-281041",
72
- "@fluidframework/core-utils": "2.1.0-281041",
73
- "@fluidframework/datastore-definitions": "2.1.0-281041",
74
- "@fluidframework/driver-definitions": "2.1.0-281041",
75
- "@fluidframework/driver-utils": "2.1.0-281041",
76
- "@fluidframework/merge-tree": "2.1.0-281041",
77
- "@fluidframework/runtime-definitions": "2.1.0-281041",
78
- "@fluidframework/runtime-utils": "2.1.0-281041",
79
- "@fluidframework/shared-object-base": "2.1.0-281041",
80
- "@fluidframework/telemetry-utils": "2.1.0-281041",
70
+ "@fluid-internal/client-utils": "~2.1.1",
71
+ "@fluidframework/core-interfaces": "~2.1.1",
72
+ "@fluidframework/core-utils": "~2.1.1",
73
+ "@fluidframework/datastore-definitions": "~2.1.1",
74
+ "@fluidframework/driver-definitions": "~2.1.1",
75
+ "@fluidframework/driver-utils": "~2.1.1",
76
+ "@fluidframework/merge-tree": "~2.1.1",
77
+ "@fluidframework/runtime-definitions": "~2.1.1",
78
+ "@fluidframework/runtime-utils": "~2.1.1",
79
+ "@fluidframework/shared-object-base": "~2.1.1",
80
+ "@fluidframework/telemetry-utils": "~2.1.1",
81
81
  "path-browserify": "^1.0.1"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@arethetypeswrong/cli": "^0.15.2",
85
85
  "@biomejs/biome": "~1.8.3",
86
- "@fluid-internal/mocha-test-setup": "2.1.0-281041",
87
- "@fluid-private/stochastic-test-utils": "2.1.0-281041",
88
- "@fluid-private/test-dds-utils": "2.1.0-281041",
86
+ "@fluid-internal/mocha-test-setup": "~2.1.1",
87
+ "@fluid-private/stochastic-test-utils": "~2.1.1",
88
+ "@fluid-private/test-dds-utils": "~2.1.1",
89
89
  "@fluid-tools/benchmark": "^0.48.0",
90
- "@fluid-tools/build-cli": "^0.40.0",
90
+ "@fluid-tools/build-cli": "^0.41.0",
91
91
  "@fluidframework/build-common": "^2.0.3",
92
- "@fluidframework/build-tools": "^0.40.0",
93
- "@fluidframework/container-definitions": "2.1.0-281041",
92
+ "@fluidframework/build-tools": "^0.41.0",
93
+ "@fluidframework/container-definitions": "~2.1.1",
94
94
  "@fluidframework/eslint-config-fluid": "^5.3.0",
95
- "@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0",
96
- "@fluidframework/test-runtime-utils": "2.1.0-281041",
95
+ "@fluidframework/map-previous": "npm:@fluidframework/map@2.1.0",
96
+ "@fluidframework/test-runtime-utils": "~2.1.1",
97
97
  "@microsoft/api-extractor": "^7.45.1",
98
98
  "@types/mocha": "^9.1.1",
99
99
  "@types/node": "^18.19.0",
@@ -113,14 +113,7 @@
113
113
  "typescript": "~5.4.5"
114
114
  },
115
115
  "typeValidation": {
116
- "broken": {
117
- "VariableDeclaration_SharedMap": {
118
- "forwardCompat": false
119
- },
120
- "VariableDeclaration_SharedDirectory": {
121
- "forwardCompat": false
122
- }
123
- }
116
+ "broken": {}
124
117
  },
125
118
  "scripts": {
126
119
  "api": "fluid-build . --task api",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/map";
9
- export const pkgVersion = "2.1.0-281041";
9
+ export const pkgVersion = "2.1.1";