@fluidframework/azure-client 2.1.0-281041 → 2.1.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 +4 -0
  2. package/README.md +4 -4
  3. package/package.json +24 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/azure-client
2
2
 
3
+ ## 2.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -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 -->
@@ -208,10 +212,6 @@ const text1 = await map1.get("text1-unique-id").get();
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.1.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.1.0",
51
+ "@fluidframework/container-loader": "~2.1.0",
52
+ "@fluidframework/core-interfaces": "~2.1.0",
53
+ "@fluidframework/core-utils": "~2.1.0",
54
+ "@fluidframework/driver-definitions": "~2.1.0",
55
+ "@fluidframework/driver-utils": "~2.1.0",
56
+ "@fluidframework/fluid-static": "~2.1.0",
57
+ "@fluidframework/map": "~2.1.0",
58
+ "@fluidframework/routerlicious-driver": "~2.1.0",
59
+ "@fluidframework/runtime-utils": "~2.1.0",
60
+ "@fluidframework/telemetry-utils": "~2.1.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",
65
+ "@fluid-tools/build-cli": "^0.41.0",
66
+ "@fluidframework/aqueduct": "~2.1.0",
67
67
  "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.0.0",
68
- "@fluidframework/azure-local-service": "2.1.0-281041",
68
+ "@fluidframework/azure-local-service": "~2.1.0",
69
69
  "@fluidframework/build-common": "^2.0.3",
70
- "@fluidframework/build-tools": "^0.40.0",
70
+ "@fluidframework/build-tools": "^0.41.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.1.0",
73
+ "@fluidframework/test-utils": "~2.1.0",
74
+ "@fluidframework/tree": "~2.1.0",
75
75
  "@microsoft/api-extractor": "^7.45.1",
76
76
  "@types/mocha": "^9.1.1",
77
77
  "@types/node": "^18.19.0",
@@ -90,7 +90,11 @@
90
90
  },
91
91
  "typeValidation": {
92
92
  "broken": {
93
- "RemovedClassDeclaration_AzureFunctionTokenProvider": {
93
+ "RemovedClassStatics_AzureFunctionTokenProvider": {
94
+ "backCompat": false,
95
+ "forwardCompat": false
96
+ },
97
+ "RemovedClass_AzureFunctionTokenProvider": {
94
98
  "backCompat": false,
95
99
  "forwardCompat": false
96
100
  }