@fluidframework/azure-client 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 +4 -0
- package/README.md +2 -2
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
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 (
|
|
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 (
|
|
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.
|
|
3
|
+
"version": "2.2.1",
|
|
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.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/core-utils": "~2.
|
|
54
|
-
"@fluidframework/driver-definitions": "~2.
|
|
55
|
-
"@fluidframework/driver-utils": "~2.
|
|
56
|
-
"@fluidframework/fluid-static": "~2.
|
|
57
|
-
"@fluidframework/map": "~2.
|
|
58
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
59
|
-
"@fluidframework/runtime-utils": "~2.
|
|
60
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.2.1",
|
|
51
|
+
"@fluidframework/container-loader": "~2.2.1",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.2.1",
|
|
53
|
+
"@fluidframework/core-utils": "~2.2.1",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.2.1",
|
|
55
|
+
"@fluidframework/driver-utils": "~2.2.1",
|
|
56
|
+
"@fluidframework/fluid-static": "~2.2.1",
|
|
57
|
+
"@fluidframework/map": "~2.2.1",
|
|
58
|
+
"@fluidframework/routerlicious-driver": "~2.2.1",
|
|
59
|
+
"@fluidframework/runtime-utils": "~2.2.1",
|
|
60
|
+
"@fluidframework/telemetry-utils": "~2.2.1"
|
|
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.
|
|
66
|
-
"@fluidframework/aqueduct": "~2.
|
|
67
|
-
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.
|
|
68
|
-
"@fluidframework/azure-local-service": "~2.
|
|
65
|
+
"@fluid-tools/build-cli": "^0.43.0",
|
|
66
|
+
"@fluidframework/aqueduct": "~2.2.1",
|
|
67
|
+
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.2.0",
|
|
68
|
+
"@fluidframework/azure-local-service": "~2.2.1",
|
|
69
69
|
"@fluidframework/build-common": "^2.0.3",
|
|
70
|
-
"@fluidframework/build-tools": "^0.
|
|
70
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
71
71
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
72
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
73
|
-
"@fluidframework/test-utils": "~2.
|
|
74
|
-
"@fluidframework/tree": "~2.
|
|
72
|
+
"@fluidframework/test-runtime-utils": "~2.2.1",
|
|
73
|
+
"@fluidframework/test-utils": "~2.2.1",
|
|
74
|
+
"@fluidframework/tree": "~2.2.1",
|
|
75
75
|
"@microsoft/api-extractor": "^7.45.1",
|
|
76
76
|
"@types/mocha": "^9.1.1",
|
|
77
77
|
"@types/node": "^18.19.0",
|