🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
1
Versions
671
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.103.0
to
2.110.0
+4
-0
CHANGELOG.md
# @fluidframework/container-runtime-definitions
## 2.110.0
Dependency updates only.
## 2.103.0

@@ -4,0 +8,0 @@

+19
-9
{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.103.0",
"version": "2.110.0",
"description": "Fluid Runtime definitions",

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

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

@@ -57,4 +57,4 @@ "devDependencies": {

"@fluidframework/build-tools": "^0.65.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.101.0",
"@fluidframework/eslint-config-fluid": "^9.0.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.103.0",
"@fluidframework/eslint-config-fluid": "^13.0.0",
"@microsoft/api-extractor": "7.58.1",

@@ -69,3 +69,13 @@ "concurrently": "^9.2.1",

"typeValidation": {
"broken": {},
"broken": {
"Interface_IContainerRuntime": {
"backCompat": false
},
"Interface_IContainerRuntimeWithResolveHandle_Deprecated": {
"backCompat": false
},
"TypeAlias_IContainerRuntimeBaseWithCombinedEvents": {
"backCompat": false
}
},
"entrypoint": "legacy"

@@ -72,0 +82,0 @@ },