@fluidframework/azure-service-utils 2.0.0-internal.6.1.2 → 2.0.0-internal.6.2.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,9 @@
1
1
  # @fluidframework/azure-service-utils
2
2
 
3
+ ## 2.0.0-internal.6.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.6.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -13,9 +13,10 @@ When taking a dependency on a Fluid Framework library, we recommend using a `^`
13
13
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
14
14
  library consumers should always prefer `^`.
15
15
 
16
- Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
17
- scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
18
- [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
16
+ Note that when depending on a library version of the form `2.0.0-internal.x.y.z`, called the Fluid internal version scheme,
17
+ you must use a `>= <` dependency range (such as `>=2.0.0-internal.x.y.z <2.0.0-internal.w.0.0` where `w` is `x+1`).
18
+ Standard `^` and `~` ranges will not work as expected.
19
+ See the [@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
19
20
  package for more information including tools to convert between version schemes.
20
21
 
21
22
  <!-- prettier-ignore-end -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-service-utils",
3
- "version": "2.0.0-internal.6.1.2",
3
+ "version": "2.0.0-internal.6.2.1",
4
4
  "description": "Helper service-side utilities for connecting to Azure Fluid Relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -17,14 +17,14 @@
17
17
  "dependencies": {
18
18
  "@fluidframework/protocol-definitions": "^1.0.0",
19
19
  "jsrsasign": "^10.5.25",
20
- "uuid": "^8.3.1"
20
+ "uuid": "^9.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@fluid-tools/build-cli": "^0.22.0",
23
+ "@fluid-tools/build-cli": "^0.23.0",
24
24
  "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.0.0-internal.6.1.1",
25
25
  "@fluidframework/build-common": "^2.0.0",
26
- "@fluidframework/build-tools": "^0.22.0",
27
- "@fluidframework/eslint-config-fluid": "^2.0.0",
26
+ "@fluidframework/build-tools": "^0.23.0",
27
+ "@fluidframework/eslint-config-fluid": "^2.1.0",
28
28
  "@microsoft/api-extractor": "^7.34.4",
29
29
  "@types/jsrsasign": "^8.0.8",
30
30
  "concurrently": "^7.6.0",