Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluidframework/container-runtime-definitions

Package Overview
Dependencies
Maintainers
2
Versions
588
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.0.0-dev-rc.4.0.0.261659 to 2.0.0-dev-rc.5.0.0.263932

2

api-report/container-runtime-definitions.api.md

@@ -13,3 +13,3 @@ ## API Report File for "@fluidframework/container-runtime-definitions"

import { IContainerRuntimeBaseEvents } from '@fluidframework/runtime-definitions/internal';
import type { IDeltaManager } from '@fluidframework/container-definitions';
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
import { IDocumentMessage } from '@fluidframework/protocol-definitions';

@@ -16,0 +16,0 @@ import type { IDocumentStorageService } from '@fluidframework/driver-definitions/internal';

# @fluidframework/container-runtime-definitions
## 2.0.0-rc.4.0.0
### Minor Changes
- Type Erase IFluidDataStoreRuntime.deltaManager [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
Make IFluidDataStoreRuntime.deltaManager have an opaque type.
Marks the following types which were reachable from it as alpha:
- IConnectionDetails
- IDeltaSender
- IDeltaManagerEvents
- IDeltaManager
- IDeltaQueueEvents
- IDeltaQueue
- ReadOnlyInfo
As a temporary workaround, users needing access to the full delta manager API can use the `@alpha` `toDeltaManagerInternal` API to retrieve its members, but should migrate away from requiring access to those APIs.
Implementing a custom `IFluidDataStoreRuntime` is not supported: this is now indicated by it being marked with `@sealed`.
## 2.0.0-rc.3.0.0

@@ -4,0 +25,0 @@

@@ -5,3 +5,4 @@ /*!

*/
import type { AttachState, IDeltaManager } from "@fluidframework/container-definitions";
import type { AttachState } from "@fluidframework/container-definitions";
import type { IDeltaManager } from "@fluidframework/container-definitions/internal";
import type { FluidObject, IEventProvider, IFluidHandle, IFluidHandleContext, IRequest, IResponse } from "@fluidframework/core-interfaces";

@@ -8,0 +9,0 @@ import type { IDocumentStorageService } from "@fluidframework/driver-definitions/internal";

@@ -5,3 +5,4 @@ /*!

*/
import type { AttachState, IDeltaManager } from "@fluidframework/container-definitions";
import type { AttachState } from "@fluidframework/container-definitions";
import type { IDeltaManager } from "@fluidframework/container-definitions/internal";
import type { FluidObject, IEventProvider, IFluidHandle, IFluidHandleContext, IRequest, IResponse } from "@fluidframework/core-interfaces";

@@ -8,0 +9,0 @@ import type { IDocumentStorageService } from "@fluidframework/driver-definitions/internal";

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.42.3"
"packageVersion": "7.43.1"
}
]
}
{
"name": "@fluidframework/container-runtime-definitions",
"version": "2.0.0-dev-rc.4.0.0.261659",
"version": "2.0.0-dev-rc.5.0.0.263932",
"description": "Fluid Runtime definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "2.0.0-dev-rc.4.0.0.261659",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.4.0.0.261659",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.4.0.0.261659",
"@fluidframework/container-definitions": "2.0.0-dev-rc.5.0.0.263932",
"@fluidframework/core-interfaces": "2.0.0-dev-rc.5.0.0.263932",
"@fluidframework/driver-definitions": "2.0.0-dev-rc.5.0.0.263932",
"@fluidframework/protocol-definitions": "^3.2.0",
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.4.0.0.261659"
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.5.0.0.263932"
},

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

"@biomejs/biome": "^1.6.2",
"@fluid-tools/build-cli": "0.38.0-259537",
"@fluid-tools/build-cli": "^0.38.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "0.38.0-259537",
"@fluidframework/build-tools": "^0.38.0",
"@fluidframework/container-runtime-definitions-previous": "npm:@fluidframework/container-runtime-definitions@2.0.0-rc.3.0.0",
"@fluidframework/eslint-config-fluid": "^5.1.0",
"@microsoft/api-extractor": "^7.42.3",
"@microsoft/api-extractor": "^7.43.1",
"copyfiles": "^2.4.1",

@@ -62,0 +62,0 @@ "eslint": "~8.55.0",

@@ -6,3 +6,4 @@ /*!

import type { AttachState, IDeltaManager } from "@fluidframework/container-definitions";
import type { AttachState } from "@fluidframework/container-definitions";
import type { IDeltaManager } from "@fluidframework/container-definitions/internal";
import type {

@@ -9,0 +10,0 @@ FluidObject,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc