@fluidframework/fluid-static 2.93.0 → 2.101.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 +12 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @fluidframework/fluid-static
|
|
2
2
|
|
|
3
|
+
## 2.101.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.100.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 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)
|
|
12
|
+
|
|
13
|
+
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.
|
|
14
|
+
|
|
3
15
|
## 2.93.0
|
|
4
16
|
|
|
5
17
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-static",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.101.0",
|
|
4
4
|
"description": "A tool to enable consumption of Fluid Data Objects without requiring custom container code.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -79,36 +79,36 @@
|
|
|
79
79
|
"temp-directory": "nyc/.nyc_output"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@fluid-internal/client-utils": "~2.
|
|
83
|
-
"@fluid-internal/presence-definitions": "~2.
|
|
84
|
-
"@fluid-internal/presence-runtime": "~2.
|
|
85
|
-
"@fluidframework/aqueduct": "~2.
|
|
86
|
-
"@fluidframework/container-definitions": "~2.
|
|
87
|
-
"@fluidframework/container-loader": "~2.
|
|
88
|
-
"@fluidframework/container-runtime": "~2.
|
|
89
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
90
|
-
"@fluidframework/core-interfaces": "~2.
|
|
91
|
-
"@fluidframework/core-utils": "~2.
|
|
92
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
93
|
-
"@fluidframework/driver-definitions": "~2.
|
|
94
|
-
"@fluidframework/request-handler": "~2.
|
|
95
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
96
|
-
"@fluidframework/runtime-utils": "~2.
|
|
97
|
-
"@fluidframework/shared-object-base": "~2.
|
|
98
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
99
|
-
"@fluidframework/tree": "~2.
|
|
82
|
+
"@fluid-internal/client-utils": "~2.101.0",
|
|
83
|
+
"@fluid-internal/presence-definitions": "~2.101.0",
|
|
84
|
+
"@fluid-internal/presence-runtime": "~2.101.0",
|
|
85
|
+
"@fluidframework/aqueduct": "~2.101.0",
|
|
86
|
+
"@fluidframework/container-definitions": "~2.101.0",
|
|
87
|
+
"@fluidframework/container-loader": "~2.101.0",
|
|
88
|
+
"@fluidframework/container-runtime": "~2.101.0",
|
|
89
|
+
"@fluidframework/container-runtime-definitions": "~2.101.0",
|
|
90
|
+
"@fluidframework/core-interfaces": "~2.101.0",
|
|
91
|
+
"@fluidframework/core-utils": "~2.101.0",
|
|
92
|
+
"@fluidframework/datastore-definitions": "~2.101.0",
|
|
93
|
+
"@fluidframework/driver-definitions": "~2.101.0",
|
|
94
|
+
"@fluidframework/request-handler": "~2.101.0",
|
|
95
|
+
"@fluidframework/runtime-definitions": "~2.101.0",
|
|
96
|
+
"@fluidframework/runtime-utils": "~2.101.0",
|
|
97
|
+
"@fluidframework/shared-object-base": "~2.101.0",
|
|
98
|
+
"@fluidframework/telemetry-utils": "~2.101.0",
|
|
99
|
+
"@fluidframework/tree": "~2.101.0"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
102
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
103
103
|
"@biomejs/biome": "~2.4.5",
|
|
104
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
105
|
-
"@fluid-tools/build-cli": "^0.
|
|
104
|
+
"@fluid-internal/mocha-test-setup": "~2.101.0",
|
|
105
|
+
"@fluid-tools/build-cli": "^0.65.0",
|
|
106
106
|
"@fluidframework/build-common": "^2.0.3",
|
|
107
|
-
"@fluidframework/build-tools": "^0.
|
|
107
|
+
"@fluidframework/build-tools": "^0.65.0",
|
|
108
108
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
109
109
|
"@fluidframework/fluid-static-previous": "npm:@fluidframework/fluid-static@2.92.0",
|
|
110
|
-
"@fluidframework/map": "~2.
|
|
111
|
-
"@fluidframework/sequence": "~2.
|
|
110
|
+
"@fluidframework/map": "~2.101.0",
|
|
111
|
+
"@fluidframework/sequence": "~2.101.0",
|
|
112
112
|
"@microsoft/api-extractor": "7.58.1",
|
|
113
113
|
"@types/mocha": "^10.0.10",
|
|
114
114
|
"@types/node": "~22.19.17",
|