@fluidframework/container-utils
Advanced tools
Comparing version 2.0.0-dev.4.1.0.148229 to 2.0.0-dev.4.2.0.153917
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-utils"; | ||
export declare const pkgVersion = "2.0.0-dev.4.1.0.148229"; | ||
export declare const pkgVersion = "2.0.0-dev.4.2.0.153917"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/container-utils"; | ||
exports.pkgVersion = "2.0.0-dev.4.1.0.148229"; | ||
exports.pkgVersion = "2.0.0-dev.4.2.0.153917"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/container-utils"; | ||
export declare const pkgVersion = "2.0.0-dev.4.1.0.148229"; | ||
export declare const pkgVersion = "2.0.0-dev.4.2.0.153917"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/container-utils"; | ||
export const pkgVersion = "2.0.0-dev.4.1.0.148229"; | ||
export const pkgVersion = "2.0.0-dev.4.2.0.153917"; | ||
//# sourceMappingURL=packageVersion.js.map |
{ | ||
"name": "@fluidframework/container-utils", | ||
"version": "2.0.0-dev.4.1.0.148229", | ||
"version": "2.0.0-dev.4.2.0.153917", | ||
"description": "Fluid container utils", | ||
@@ -40,14 +40,14 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^1.1.1", | ||
"@fluidframework/container-definitions": "2.0.0-dev.4.1.0.148229", | ||
"@fluidframework/container-definitions": "2.0.0-dev.4.2.0.153917", | ||
"@fluidframework/protocol-definitions": "^1.1.0", | ||
"@fluidframework/telemetry-utils": "2.0.0-dev.4.1.0.148229" | ||
"@fluidframework/telemetry-utils": "2.0.0-dev.4.2.0.153917" | ||
}, | ||
"devDependencies": { | ||
"@fluid-tools/build-cli": "^0.13.1", | ||
"@fluid-tools/build-cli": "^0.15.0", | ||
"@fluidframework/build-common": "^1.1.0", | ||
"@fluidframework/build-tools": "^0.13.1", | ||
"@fluidframework/build-tools": "^0.15.0", | ||
"@fluidframework/container-utils-previous": "npm:@fluidframework/container-utils@2.0.0-internal.4.0.0", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.4.1.0.148229", | ||
"@fluidframework/test-runtime-utils": "2.0.0-dev.4.1.0.148229", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.4.2.0.153917", | ||
"@fluidframework/test-runtime-utils": "2.0.0-dev.4.2.0.153917", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
@@ -54,0 +54,0 @@ "@types/mocha": "^9.1.1", |
@@ -5,2 +5,69 @@ # @fluidframework/container-utils | ||
See [GitHub](https://github.com/microsoft/FluidFramework) for more details on the Fluid Framework and packages within. | ||
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README:scripts=FALSE) --> | ||
<!-- prettier-ignore-start --> | ||
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. --> | ||
## Using Fluid Framework libraries | ||
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`. | ||
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries, | ||
library consumers should always prefer `^`. | ||
Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version | ||
scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the | ||
[@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md) | ||
package for more information including tools to convert between version schemes. | ||
## Installation | ||
To get started, install the package by running the following command: | ||
```bash | ||
npm i @fluidframework/container-utils | ||
``` | ||
## API Documentation | ||
API documentation for **@fluidframework/container-utils** is available at <https://fluidframework.com/docs/apis/container-utils>. | ||
## Contribution Guidelines | ||
There are many ways to [contribute](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md) to Fluid. | ||
- Participate in Q&A in our [GitHub Discussions](https://github.com/microsoft/FluidFramework/discussions). | ||
- [Submit bugs](https://github.com/microsoft/FluidFramework/issues) and help us verify fixes as they are checked in. | ||
- Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls). | ||
- [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md). | ||
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/wiki). | ||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
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. | ||
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. | ||
Use of these trademarks or logos must follow Microsoft’s [Trademark & Brand Guidelines](https://www.microsoft.com/trademarks). | ||
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. | ||
## Help | ||
Not finding what you're looking for in this README? Check out our [GitHub | ||
Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/). | ||
Still not finding what you're looking for? Please [file an | ||
issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests). | ||
Thank you! | ||
## Trademark | ||
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. | ||
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand | ||
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). | ||
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. | ||
<!-- prettier-ignore-end --> | ||
<!-- AUTO-GENERATED-CONTENT:END --> |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/container-utils"; | ||
export const pkgVersion = "2.0.0-dev.4.1.0.148229"; | ||
export const pkgVersion = "2.0.0-dev.4.2.0.153917"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94530
46
73
+ Added@fluidframework/container-definitions@2.0.0-dev.4.2.0.153917(transitive)
+ Added@fluidframework/core-interfaces@2.0.0-dev.4.2.0.153917(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-dev.4.2.0.153917(transitive)
+ Added@fluidframework/telemetry-utils@2.0.0-dev.4.2.0.153917(transitive)
- Removed@fluidframework/container-definitions@2.0.0-dev.4.1.0.148229(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-dev.4.1.0.148229(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-dev.4.1.0.148229(transitive)
- Removed@fluidframework/telemetry-utils@2.0.0-dev.4.1.0.148229(transitive)
Updated@fluidframework/container-definitions@2.0.0-dev.4.2.0.153917
Updated@fluidframework/telemetry-utils@2.0.0-dev.4.2.0.153917