@fluidframework/map 2.1.0-276326 → 2.1.0-276985
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/README.md +68 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +17 -17
- package/src/packageVersion.ts +1 -1
package/README.md
CHANGED
|
@@ -7,10 +7,30 @@
|
|
|
7
7
|
|
|
8
8
|
## Using Fluid Framework libraries
|
|
9
9
|
|
|
10
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
10
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
11
11
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
12
12
|
library consumers should always prefer `^`.
|
|
13
13
|
|
|
14
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
15
|
+
|
|
16
|
+
<!-- prettier-ignore-end -->
|
|
17
|
+
|
|
18
|
+
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
19
|
+
|
|
20
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_IMPORT_INSTRUCTIONS:includeHeading=TRUE) -->
|
|
21
|
+
|
|
22
|
+
<!-- prettier-ignore-start -->
|
|
23
|
+
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
24
|
+
|
|
25
|
+
## Importing from this package
|
|
26
|
+
|
|
27
|
+
This package leverages [package.json exports](https://nodejs.org/api/packages.html#exports) to separate its APIs by support level.
|
|
28
|
+
For more information on the related support guarantees, see [API Support Levels](https://fluidframework.com/docs/build/releases-and-apitags/#api-support-levels).
|
|
29
|
+
|
|
30
|
+
To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidframework/map` like normal.
|
|
31
|
+
|
|
32
|
+
To access the `legacy` APIs, import via `@fluidframework/map/legacy`.
|
|
33
|
+
|
|
14
34
|
<!-- prettier-ignore-end -->
|
|
15
35
|
|
|
16
36
|
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
@@ -64,3 +84,50 @@ To "navigate" the subdirectory structure, `IDirectory` provides a `getWorkingDir
|
|
|
64
84
|
`valueChanged` events additionally provide the absolute path to the subdirectory storing the value that changed.
|
|
65
85
|
|
|
66
86
|
`dispose` events are fired on sub directory which is deleted. Any access to this sub directory will throw an error once it is disposed.
|
|
87
|
+
|
|
88
|
+
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README:scripts=FALSE&installation=FALSE&importInstructions=FALSE) -->
|
|
89
|
+
|
|
90
|
+
<!-- prettier-ignore-start -->
|
|
91
|
+
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
92
|
+
|
|
93
|
+
## API Documentation
|
|
94
|
+
|
|
95
|
+
API documentation for **@fluidframework/map** is available at <https://fluidframework.com/docs/apis/map>.
|
|
96
|
+
|
|
97
|
+
## Contribution Guidelines
|
|
98
|
+
|
|
99
|
+
There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid.
|
|
100
|
+
|
|
101
|
+
- Participate in Q&A in our [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions).
|
|
102
|
+
- [Submit bugs](https://github.com/microsoft/FluidFramework/issues) and help us verify fixes as they are checked in.
|
|
103
|
+
- Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
|
|
104
|
+
- [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
|
|
105
|
+
|
|
106
|
+
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki).
|
|
107
|
+
|
|
108
|
+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
109
|
+
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
110
|
+
|
|
111
|
+
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
112
|
+
Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks).
|
|
113
|
+
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
114
|
+
|
|
115
|
+
## Help
|
|
116
|
+
|
|
117
|
+
Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
|
|
118
|
+
|
|
119
|
+
Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
|
|
120
|
+
|
|
121
|
+
Thank you!
|
|
122
|
+
|
|
123
|
+
## Trademark
|
|
124
|
+
|
|
125
|
+
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
126
|
+
|
|
127
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
128
|
+
|
|
129
|
+
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
130
|
+
|
|
131
|
+
<!-- prettier-ignore-end -->
|
|
132
|
+
|
|
133
|
+
<!-- AUTO-GENERATED-CONTENT:END -->
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -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-
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276985";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -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-
|
|
11
|
+
exports.pkgVersion = "2.1.0-276985";
|
|
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-
|
|
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-276985\";\n"]}
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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-
|
|
8
|
+
export declare const pkgVersion = "2.1.0-276985";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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-
|
|
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-276985\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/map",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276985",
|
|
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-
|
|
71
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
72
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
73
|
-
"@fluidframework/datastore-definitions": "2.1.0-
|
|
74
|
-
"@fluidframework/driver-definitions": "2.1.0-
|
|
75
|
-
"@fluidframework/driver-utils": "2.1.0-
|
|
76
|
-
"@fluidframework/merge-tree": "2.1.0-
|
|
77
|
-
"@fluidframework/runtime-definitions": "2.1.0-
|
|
78
|
-
"@fluidframework/runtime-utils": "2.1.0-
|
|
79
|
-
"@fluidframework/shared-object-base": "2.1.0-
|
|
80
|
-
"@fluidframework/telemetry-utils": "2.1.0-
|
|
70
|
+
"@fluid-internal/client-utils": "2.1.0-276985",
|
|
71
|
+
"@fluidframework/core-interfaces": "2.1.0-276985",
|
|
72
|
+
"@fluidframework/core-utils": "2.1.0-276985",
|
|
73
|
+
"@fluidframework/datastore-definitions": "2.1.0-276985",
|
|
74
|
+
"@fluidframework/driver-definitions": "2.1.0-276985",
|
|
75
|
+
"@fluidframework/driver-utils": "2.1.0-276985",
|
|
76
|
+
"@fluidframework/merge-tree": "2.1.0-276985",
|
|
77
|
+
"@fluidframework/runtime-definitions": "2.1.0-276985",
|
|
78
|
+
"@fluidframework/runtime-utils": "2.1.0-276985",
|
|
79
|
+
"@fluidframework/shared-object-base": "2.1.0-276985",
|
|
80
|
+
"@fluidframework/telemetry-utils": "2.1.0-276985",
|
|
81
81
|
"path-browserify": "^1.0.1"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
85
85
|
"@biomejs/biome": "^1.7.3",
|
|
86
|
-
"@fluid-internal/mocha-test-setup": "2.1.0-
|
|
87
|
-
"@fluid-private/stochastic-test-utils": "2.1.0-
|
|
88
|
-
"@fluid-private/test-dds-utils": "2.1.0-
|
|
86
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276985",
|
|
87
|
+
"@fluid-private/stochastic-test-utils": "2.1.0-276985",
|
|
88
|
+
"@fluid-private/test-dds-utils": "2.1.0-276985",
|
|
89
89
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
90
90
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
91
91
|
"@fluidframework/build-common": "^2.0.3",
|
|
92
92
|
"@fluidframework/build-tools": "^0.39.0",
|
|
93
|
-
"@fluidframework/container-definitions": "2.1.0-
|
|
93
|
+
"@fluidframework/container-definitions": "2.1.0-276985",
|
|
94
94
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
95
95
|
"@fluidframework/map-previous": "npm:@fluidframework/map@2.0.0-rc.5.0.0",
|
|
96
|
-
"@fluidframework/test-runtime-utils": "2.1.0-
|
|
96
|
+
"@fluidframework/test-runtime-utils": "2.1.0-276985",
|
|
97
97
|
"@microsoft/api-extractor": "^7.45.1",
|
|
98
98
|
"@types/mocha": "^9.1.1",
|
|
99
99
|
"@types/node": "^18.19.0",
|
package/src/packageVersion.ts
CHANGED