@fluidframework/core-utils 2.0.0-dev.4.1.0.148229 → 2.0.0-dev.4.3.0.157531

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 ADDED
@@ -0,0 +1,5 @@
1
+ # @fluidframework/core-utils
2
+
3
+ ## 2.0.0-internal.4.1.0
4
+
5
+ Dependency updates only.
package/README.md CHANGED
@@ -6,8 +6,40 @@ Use outside of the Fluid Framework client repo is not supported or recommended.
6
6
 
7
7
  All exports must be designated @internal. This package must not depend on other packages.
8
8
 
9
+ <!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
10
+
11
+ <!-- prettier-ignore-start -->
12
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
13
+
14
+ ## Using Fluid Framework libraries
15
+
16
+ When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
17
+ While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
18
+ library consumers should always prefer `^`.
19
+
20
+ Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
21
+ scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
22
+ [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
23
+ package for more information including tools to convert between version schemes.
24
+
25
+ <!-- prettier-ignore-end -->
26
+
27
+ <!-- AUTO-GENERATED-CONTENT:END -->
28
+
29
+ <!-- AUTO-GENERATED-CONTENT:START (README_TRADEMARK_SECTION:includeHeading=TRUE) -->
30
+
31
+ <!-- prettier-ignore-start -->
32
+ <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
33
+
9
34
  ## Trademark
10
35
 
11
- This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services. Use of these trademarks
12
- or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
36
+ This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
37
+
38
+ Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
39
+ Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
40
+
13
41
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
42
+
43
+ <!-- prettier-ignore-end -->
44
+
45
+ <!-- AUTO-GENERATED-CONTENT:END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-utils",
3
- "version": "2.0.0-dev.4.1.0.148229",
3
+ "version": "2.0.0-dev.4.3.0.157531",
4
4
  "description": "Not intended for use outside the Fluid client repo.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,12 +35,12 @@
35
35
  "temp-directory": "nyc/.nyc_output"
36
36
  },
37
37
  "devDependencies": {
38
- "@fluid-tools/benchmark": "0.47.0-140906",
39
- "@fluid-tools/build-cli": "^0.13.1",
38
+ "@fluid-tools/benchmark": "^0.47.0",
39
+ "@fluid-tools/build-cli": "^0.17.0",
40
40
  "@fluidframework/build-common": "^1.1.0",
41
- "@fluidframework/build-tools": "^0.13.1",
41
+ "@fluidframework/build-tools": "^0.17.0",
42
42
  "@fluidframework/eslint-config-fluid": "^2.0.0",
43
- "@fluidframework/mocha-test-setup": "2.0.0-dev.4.1.0.148229",
43
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.4.3.0.157531",
44
44
  "@microsoft/api-extractor": "^7.34.4",
45
45
  "@types/mocha": "^9.1.1",
46
46
  "@types/node": "^14.18.38",