@fluidframework/azure-client 2.1.0-281041 → 2.2.0

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +6 -6
  3. package/package.json +21 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/azure-client
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.1.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.0.0-rc.5.0.0
4
12
 
5
13
  ### Minor Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The azure-client package provides a simple and powerful way to consume collaborative Fluid data with the Azure Fluid Relay service.
4
4
 
5
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_HEADER) -->
5
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
6
6
 
7
7
  <!-- prettier-ignore-start -->
8
8
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -32,6 +32,10 @@ To access the `public` ([SemVer](https://semver.org/)) APIs, import via `@fluidf
32
32
 
33
33
  To access the `legacy` APIs, import via `@fluidframework/azure-client/legacy`.
34
34
 
35
+ ## API Documentation
36
+
37
+ API documentation for **@fluidframework/azure-client** is available at <https://fluidframework.com/docs/apis/azure-client>.
38
+
35
39
  <!-- prettier-ignore-end -->
36
40
 
37
41
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -203,15 +207,11 @@ const text1 = await map1.get(); // Resolve the handle to get the object
203
207
  const text1 = await map1.get("text1-unique-id").get();
204
208
  ```
205
209
 
206
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
210
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
207
211
 
208
212
  <!-- prettier-ignore-start -->
209
213
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
210
214
 
211
- ## API Documentation
212
-
213
- API documentation for **@fluidframework/azure-client** is available at <https://fluidframework.com/docs/apis/azure-client>.
214
-
215
215
  ## Minimum Client Requirements
216
216
 
217
217
  These are the platform requirements for the current version of Fluid Framework Client Packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-client",
3
- "version": "2.1.0-281041",
3
+ "version": "2.2.0",
4
4
  "description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -47,31 +47,31 @@
47
47
  "main": "lib/index.js",
48
48
  "types": "lib/public.d.ts",
49
49
  "dependencies": {
50
- "@fluidframework/container-definitions": "2.1.0-281041",
51
- "@fluidframework/container-loader": "2.1.0-281041",
52
- "@fluidframework/core-interfaces": "2.1.0-281041",
53
- "@fluidframework/core-utils": "2.1.0-281041",
54
- "@fluidframework/driver-definitions": "2.1.0-281041",
55
- "@fluidframework/driver-utils": "2.1.0-281041",
56
- "@fluidframework/fluid-static": "2.1.0-281041",
57
- "@fluidframework/map": "2.1.0-281041",
58
- "@fluidframework/routerlicious-driver": "2.1.0-281041",
59
- "@fluidframework/runtime-utils": "2.1.0-281041",
60
- "@fluidframework/telemetry-utils": "2.1.0-281041"
50
+ "@fluidframework/container-definitions": "~2.2.0",
51
+ "@fluidframework/container-loader": "~2.2.0",
52
+ "@fluidframework/core-interfaces": "~2.2.0",
53
+ "@fluidframework/core-utils": "~2.2.0",
54
+ "@fluidframework/driver-definitions": "~2.2.0",
55
+ "@fluidframework/driver-utils": "~2.2.0",
56
+ "@fluidframework/fluid-static": "~2.2.0",
57
+ "@fluidframework/map": "~2.2.0",
58
+ "@fluidframework/routerlicious-driver": "~2.2.0",
59
+ "@fluidframework/runtime-utils": "~2.2.0",
60
+ "@fluidframework/telemetry-utils": "~2.2.0"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@arethetypeswrong/cli": "^0.15.2",
64
64
  "@biomejs/biome": "~1.8.3",
65
- "@fluid-tools/build-cli": "^0.40.0",
66
- "@fluidframework/aqueduct": "2.1.0-281041",
67
- "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.0.0",
68
- "@fluidframework/azure-local-service": "2.1.0-281041",
65
+ "@fluid-tools/build-cli": "^0.43.0",
66
+ "@fluidframework/aqueduct": "~2.2.0",
67
+ "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.1.0",
68
+ "@fluidframework/azure-local-service": "~2.2.0",
69
69
  "@fluidframework/build-common": "^2.0.3",
70
- "@fluidframework/build-tools": "^0.40.0",
70
+ "@fluidframework/build-tools": "^0.43.0",
71
71
  "@fluidframework/eslint-config-fluid": "^5.3.0",
72
- "@fluidframework/test-runtime-utils": "2.1.0-281041",
73
- "@fluidframework/test-utils": "2.1.0-281041",
74
- "@fluidframework/tree": "2.1.0-281041",
72
+ "@fluidframework/test-runtime-utils": "~2.2.0",
73
+ "@fluidframework/test-utils": "~2.2.0",
74
+ "@fluidframework/tree": "~2.2.0",
75
75
  "@microsoft/api-extractor": "^7.45.1",
76
76
  "@types/mocha": "^9.1.1",
77
77
  "@types/node": "^18.19.0",
@@ -89,12 +89,7 @@
89
89
  "uuid": "^9.0.0"
90
90
  },
91
91
  "typeValidation": {
92
- "broken": {
93
- "RemovedClassDeclaration_AzureFunctionTokenProvider": {
94
- "backCompat": false,
95
- "forwardCompat": false
96
- }
97
- }
92
+ "broken": {}
98
93
  },
99
94
  "scripts": {
100
95
  "api": "fluid-build . --task api",