@fluidframework/azure-client 2.93.0 → 2.100.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.
- package/CHANGELOG.md +8 -0
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/azure-client
|
|
2
2
|
|
|
3
|
+
## 2.100.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Node 22 is now the minimum supported Node.js version ([#27116](https://github.com/microsoft/FluidFramework/pull/27116)) [e8214d29663](https://github.com/microsoft/FluidFramework/commit/e8214d29663f5ee98d737daed82506a25d8de8d0)
|
|
8
|
+
|
|
9
|
+
All Fluid Framework client packages now require Node.js 22 or later. This aligns with the standing Node upgrade policy as Node 20 reaches end-of-life on April 30, 2026.
|
|
10
|
+
|
|
3
11
|
## 2.93.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.100.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,27 +47,27 @@
|
|
|
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/driver-definitions": "~2.
|
|
54
|
-
"@fluidframework/driver-utils": "~2.
|
|
55
|
-
"@fluidframework/fluid-static": "~2.
|
|
56
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
57
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.100.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.100.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.100.0",
|
|
53
|
+
"@fluidframework/driver-definitions": "~2.100.0",
|
|
54
|
+
"@fluidframework/driver-utils": "~2.100.0",
|
|
55
|
+
"@fluidframework/fluid-static": "~2.100.0",
|
|
56
|
+
"@fluidframework/routerlicious-driver": "~2.100.0",
|
|
57
|
+
"@fluidframework/telemetry-utils": "~2.100.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
61
61
|
"@biomejs/biome": "~2.4.5",
|
|
62
|
-
"@fluid-tools/build-cli": "^0.
|
|
62
|
+
"@fluid-tools/build-cli": "^0.65.0",
|
|
63
63
|
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.92.0",
|
|
64
|
-
"@fluidframework/azure-local-service": "~2.
|
|
64
|
+
"@fluidframework/azure-local-service": "~2.100.0",
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
|
-
"@fluidframework/build-tools": "^0.
|
|
67
|
-
"@fluidframework/container-runtime": "~2.
|
|
66
|
+
"@fluidframework/build-tools": "^0.65.0",
|
|
67
|
+
"@fluidframework/container-runtime": "~2.100.0",
|
|
68
68
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
69
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
70
|
-
"@fluidframework/test-utils": "~2.
|
|
69
|
+
"@fluidframework/test-runtime-utils": "~2.100.0",
|
|
70
|
+
"@fluidframework/test-utils": "~2.100.0",
|
|
71
71
|
"@microsoft/api-extractor": "7.58.1",
|
|
72
72
|
"@types/mocha": "^10.0.10",
|
|
73
73
|
"@types/node": "~22.19.17",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"cross-env": "^10.1.0",
|
|
77
77
|
"eslint": "~9.39.1",
|
|
78
78
|
"eslint-config-prettier": "~10.1.8",
|
|
79
|
-
"fluid-framework": "~2.
|
|
79
|
+
"fluid-framework": "~2.100.0",
|
|
80
80
|
"jiti": "^2.6.1",
|
|
81
81
|
"mocha": "^11.7.5",
|
|
82
82
|
"rimraf": "^6.1.3",
|