@fluidframework/map 2.1.0-281041 → 2.2.0

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,30 @@
1
1
  # @fluidframework/map
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.1.0
8
+
9
+ ### Minor Changes
10
+
11
+ - Some SharedDirectory/SharedMap-related APIs have been sealed ([#21836](https://github.com/microsoft/FluidFramework/pull/21836)) [b1d0427eab](https://github.com/microsoft/FluidFramework/commit/b1d0427eab3fcd55588dd80996967133db66f1b8)
12
+
13
+ Note that this is a _documentation only change._ There is no runtime or type-level impact.
14
+
15
+ Some top-level APIs within `@fluidframework/map` and `fluid-framework` have been updated to reflect their
16
+ sealed/readonly nature. That is, they are not to be implemented externally to Fluid Framework and not changed. This was
17
+ already the case, but the documentation was not clear.
18
+
19
+ Updated APIs:
20
+
21
+ - [IDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/idirectory-interface) sealed
22
+ - [IDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryevents-interface) sealed
23
+ - [IDirectoryValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/idirectoryvaluechanged-interface) sealed and path property is readonly
24
+ - [ISharedDirectory](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectory-interface) sealed
25
+ - [ISharedDirectoryEvents](https://fluidframework.com/docs/api/v2/fluid-framework/ishareddirectoryevents-interface) sealed
26
+ - [IValueChanged](https://fluidframework.com/docs/api/v2/fluid-framework/ivaluechanged-interface) sealed
27
+
3
28
  ## 2.0.0-rc.5.0.0
4
29
 
5
30
  ### Minor Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @fluidframework/map
2
2
 
3
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER:) -->
3
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER:) -->
4
4
 
5
5
  <!-- prettier-ignore-start -->
6
6
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -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 -->
@@ -84,15 +88,11 @@ To "navigate" the subdirectory structure, `IDirectory` provides a `getWorkingDir
84
88
 
85
89
  `dispose` events are fired on sub directory which is deleted. Any access to this sub directory will throw an error once it is disposed.
86
90
 
87
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER:) -->
91
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER:) -->
88
92
 
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.2.0";
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.2.0";
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.2.0\";\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.2.0";
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.2.0";
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.2.0\";\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.2.0",
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.2.0",
71
+ "@fluidframework/core-interfaces": "~2.2.0",
72
+ "@fluidframework/core-utils": "~2.2.0",
73
+ "@fluidframework/datastore-definitions": "~2.2.0",
74
+ "@fluidframework/driver-definitions": "~2.2.0",
75
+ "@fluidframework/driver-utils": "~2.2.0",
76
+ "@fluidframework/merge-tree": "~2.2.0",
77
+ "@fluidframework/runtime-definitions": "~2.2.0",
78
+ "@fluidframework/runtime-utils": "~2.2.0",
79
+ "@fluidframework/shared-object-base": "~2.2.0",
80
+ "@fluidframework/telemetry-utils": "~2.2.0",
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",
89
- "@fluid-tools/benchmark": "^0.48.0",
90
- "@fluid-tools/build-cli": "^0.40.0",
86
+ "@fluid-internal/mocha-test-setup": "~2.2.0",
87
+ "@fluid-private/stochastic-test-utils": "~2.2.0",
88
+ "@fluid-private/test-dds-utils": "~2.2.0",
89
+ "@fluid-tools/benchmark": "^0.50.0",
90
+ "@fluid-tools/build-cli": "^0.43.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.43.0",
93
+ "@fluidframework/container-definitions": "~2.2.0",
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.2.0",
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.2.0";