@fluidframework/azure-client 2.1.0 → 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 +4 -0
  2. package/README.md +2 -2
  3. package/package.json +21 -30
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/azure-client
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
@@ -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. -->
@@ -207,7 +207,7 @@ const text1 = await map1.get(); // Resolve the handle to get the object
207
207
  const text1 = await map1.get("text1-unique-id").get();
208
208
  ```
209
209
 
210
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
210
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
211
211
 
212
212
  <!-- prettier-ignore-start -->
213
213
  <!-- 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-client",
3
- "version": "2.1.0",
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",
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"
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.41.0",
66
- "@fluidframework/aqueduct": "~2.1.0",
67
- "@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.0.0",
68
- "@fluidframework/azure-local-service": "~2.1.0",
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.41.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",
73
- "@fluidframework/test-utils": "~2.1.0",
74
- "@fluidframework/tree": "~2.1.0",
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,16 +89,7 @@
89
89
  "uuid": "^9.0.0"
90
90
  },
91
91
  "typeValidation": {
92
- "broken": {
93
- "RemovedClassStatics_AzureFunctionTokenProvider": {
94
- "backCompat": false,
95
- "forwardCompat": false
96
- },
97
- "RemovedClass_AzureFunctionTokenProvider": {
98
- "backCompat": false,
99
- "forwardCompat": false
100
- }
101
- }
92
+ "broken": {}
102
93
  },
103
94
  "scripts": {
104
95
  "api": "fluid-build . --task api",