🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
1
Versions
670
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/container-runtime-definitions - npm Package Compare versions

Comparing version
2.93.0
to
2.100.0
+8
-0
CHANGELOG.md
# @fluidframework/container-runtime-definitions
## 2.100.0
### Minor Changes
- 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)
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.
## 2.93.0

@@ -4,0 +12,0 @@

+13
-9
{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.93.0",
"version": "2.100.0",
"description": "Fluid Runtime definitions",

@@ -44,7 +44,7 @@ "homepage": "https://fluidframework.com",

"dependencies": {
"@fluid-internal/client-utils": "~2.93.0",
"@fluidframework/container-definitions": "~2.93.0",
"@fluidframework/core-interfaces": "~2.93.0",
"@fluidframework/driver-definitions": "~2.93.0",
"@fluidframework/runtime-definitions": "~2.93.0"
"@fluid-internal/client-utils": "~2.100.0",
"@fluidframework/container-definitions": "~2.100.0",
"@fluidframework/core-interfaces": "~2.100.0",
"@fluidframework/driver-definitions": "~2.100.0",
"@fluidframework/runtime-definitions": "~2.100.0"
},

@@ -54,5 +54,5 @@ "devDependencies": {

"@biomejs/biome": "~2.4.5",
"@fluid-tools/build-cli": "^0.64.0",
"@fluid-tools/build-cli": "^0.65.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.64.0",
"@fluidframework/build-tools": "^0.65.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.92.0",

@@ -69,3 +69,7 @@ "@fluidframework/eslint-config-fluid": "^9.0.0",

"typeValidation": {
"broken": {},
"broken": {
"Interface_IContainerRuntimeWithResolveHandle_Deprecated": {
"forwardCompat": false
}
},
"entrypoint": "legacy"

@@ -72,0 +76,0 @@ },