@fluidframework/azure-service-utils 2.1.1 → 2.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.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
package/README.md CHANGED
@@ -6,7 +6,7 @@ A set of helper utilities for building backend APIs for use with Azure Fluid Rel
6
6
 
7
7
  This function will generate a JWT token that can be sent to an `ITokenProvider` instance that is being passed into the constructor of `AzureClient`. The `tenantId` and `key` map to the values provided to you as part of the onboarding process for the Azure Fluid Relay service. The `user` objects allows you to define the properties for the current user that this token will be used to authenticate for. The values passed in here represent the values that will be supplied as part of the `audience` in the `FluidContainer` that will be provided by the `AzureClient`.
8
8
 
9
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
9
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
10
10
 
11
11
  <!-- prettier-ignore-start -->
12
12
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -44,7 +44,7 @@ API documentation for **@fluidframework/azure-service-utils** is available at <h
44
44
 
45
45
  <!-- AUTO-GENERATED-CONTENT:END -->
46
46
 
47
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
47
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
48
48
 
49
49
  <!-- prettier-ignore-start -->
50
50
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-service-utils",
3
- "version": "2.1.1",
3
+ "version": "2.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": {
@@ -47,17 +47,17 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/driver-definitions": "~2.1.1",
50
+ "@fluidframework/driver-definitions": "~2.2.1",
51
51
  "jsrsasign": "^11.0.0",
52
52
  "uuid": "^9.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@arethetypeswrong/cli": "^0.15.2",
56
56
  "@biomejs/biome": "~1.8.3",
57
- "@fluid-tools/build-cli": "^0.41.0",
58
- "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.1.0",
57
+ "@fluid-tools/build-cli": "^0.43.0",
58
+ "@fluidframework/azure-service-utils-previous": "npm:@fluidframework/azure-service-utils@2.2.0",
59
59
  "@fluidframework/build-common": "^2.0.3",
60
- "@fluidframework/build-tools": "^0.41.0",
60
+ "@fluidframework/build-tools": "^0.43.0",
61
61
  "@fluidframework/eslint-config-fluid": "^5.3.0",
62
62
  "@microsoft/api-extractor": "^7.45.1",
63
63
  "@types/jsrsasign": "^10.5.12",