You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@fluidframework/runtime-definitions

Package Overview
Dependencies
Maintainers
1
Versions
661
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluidframework/runtime-definitions - npm Package Compare versions

Comparing version
2.81.1
to
2.82.0
+5
api-extractor/api-extractor-lint-beta.cjs.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
"mainEntryPointFilePath": "<projectFolder>/dist/beta.d.ts"
}
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-lint.entrypoint.json",
"mainEntryPointFilePath": "<projectFolder>/lib/beta.d.ts"
}
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
/*
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export * from "./lib/beta.js";
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
/*
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export {
// #region @beta APIs
MinimumVersionForCollab
// #endregion
} from "./index.js";
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
/*
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export {
// #region @beta APIs
MinimumVersionForCollab
// #endregion
} from "./index.js";
+1
-1
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.current.json",
"mainEntryPointFilePath": "<projectFolder>/lib/public.d.ts"
"mainEntryPointFilePath": "<projectFolder>/lib/beta.d.ts"
}

@@ -7,4 +7,7 @@ ## Beta API Report File for "@fluidframework/runtime-definitions"

// @beta @input
export type MinimumVersionForCollab = `${1 | 2}.${bigint}.${bigint}` | `${1 | 2}.${bigint}.${bigint}-${string}`;
// (No @packageDocumentation comment for this package)
```

@@ -400,3 +400,3 @@ ## Alpha API Report File for "@fluidframework/runtime-definitions"

// @beta @legacy @input
// @beta @input
export type MinimumVersionForCollab = `${1 | 2}.${bigint}.${bigint}` | `${1 | 2}.${bigint}.${bigint}-${string}`;

@@ -403,0 +403,0 @@

@@ -391,3 +391,3 @@ ## Beta API Report File for "@fluidframework/runtime-definitions"

// @beta @legacy @input
// @beta @input
export type MinimumVersionForCollab = `${1 | 2}.${bigint}.${bigint}` | `${1 | 2}.${bigint}.${bigint}-${string}`;

@@ -394,0 +394,0 @@

# @fluidframework/runtime-definitions
## 2.82.0
Dependency updates only.
## 2.81.0

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

@@ -28,5 +28,5 @@ /*!

* @input
* @legacy @beta
* @beta
*/
export type MinimumVersionForCollab = `${1 | 2}.${bigint}.${bigint}` | `${1 | 2}.${bigint}.${bigint}-${string}`;
//# sourceMappingURL=compatibilityDefinitions.d.ts.map

@@ -12,2 +12,6 @@ /*!

export {
// #region @beta APIs
MinimumVersionForCollab,
// #endregion
// #region @legacyBeta APIs

@@ -56,3 +60,2 @@ AliasResult,

LocalAttributionKey,
MinimumVersionForCollab,
NamedFluidDataStoreRegistryEntries,

@@ -59,0 +62,0 @@ NamedFluidDataStoreRegistryEntry,

@@ -12,2 +12,6 @@ /*!

export {
// #region @beta APIs
MinimumVersionForCollab,
// #endregion
// #region @legacyBeta APIs

@@ -56,3 +60,2 @@ AliasResult,

LocalAttributionKey,
MinimumVersionForCollab,
NamedFluidDataStoreRegistryEntries,

@@ -59,0 +62,0 @@ NamedFluidDataStoreRegistryEntry,

@@ -28,5 +28,5 @@ /*!

* @input
* @legacy @beta
* @beta
*/
export type MinimumVersionForCollab = `${1 | 2}.${bigint}.${bigint}` | `${1 | 2}.${bigint}.${bigint}-${string}`;
//# sourceMappingURL=compatibilityDefinitions.d.ts.map

@@ -12,2 +12,6 @@ /*!

export {
// #region @beta APIs
MinimumVersionForCollab,
// #endregion
// #region @legacyBeta APIs

@@ -56,3 +60,2 @@ AliasResult,

LocalAttributionKey,
MinimumVersionForCollab,
NamedFluidDataStoreRegistryEntries,

@@ -59,0 +62,0 @@ NamedFluidDataStoreRegistryEntry,

@@ -12,2 +12,6 @@ /*!

export {
// #region @beta APIs
MinimumVersionForCollab,
// #endregion
// #region @legacyBeta APIs

@@ -56,3 +60,2 @@ AliasResult,

LocalAttributionKey,
MinimumVersionForCollab,
NamedFluidDataStoreRegistryEntries,

@@ -59,0 +62,0 @@ NamedFluidDataStoreRegistryEntry,

{
"name": "@fluidframework/runtime-definitions",
"version": "2.81.1",
"version": "2.82.0",
"description": "Fluid Runtime definitions",

@@ -26,2 +26,12 @@ "homepage": "https://fluidframework.com",

},
"./beta": {
"import": {
"types": "./lib/beta.d.ts",
"default": "./lib/index.js"
},
"require": {
"types": "./dist/beta.d.ts",
"default": "./dist/index.js"
}
},
"./legacy": {

@@ -61,8 +71,8 @@ "import": {

"dependencies": {
"@fluid-internal/client-utils": "~2.81.1",
"@fluidframework/container-definitions": "~2.81.1",
"@fluidframework/core-interfaces": "~2.81.1",
"@fluidframework/driver-definitions": "~2.81.1",
"@fluidframework/id-compressor": "~2.81.1",
"@fluidframework/telemetry-utils": "~2.81.1"
"@fluid-internal/client-utils": "~2.82.0",
"@fluidframework/container-definitions": "~2.82.0",
"@fluidframework/core-interfaces": "~2.82.0",
"@fluidframework/driver-definitions": "~2.82.0",
"@fluidframework/id-compressor": "~2.82.0",
"@fluidframework/telemetry-utils": "~2.82.0"
},

@@ -75,3 +85,3 @@ "devDependencies": {

"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/eslint-config-fluid": "~2.81.1",
"@fluidframework/eslint-config-fluid": "~2.82.0",
"@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.81.0",

@@ -108,5 +118,7 @@ "@microsoft/api-extractor": "7.52.11",

"check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",
"check:exports:cjs:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.cjs.json",
"check:exports:cjs:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.cjs.json",
"check:exports:cjs:legacyAlpha": "api-extractor run --config api-extractor/api-extractor-lint-legacyAlpha.cjs.json",
"check:exports:cjs:public": "api-extractor run --config api-extractor/api-extractor-lint-public.cjs.json",
"check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
"check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",

@@ -120,3 +132,3 @@ "check:exports:esm:legacyAlpha": "api-extractor run --config api-extractor/api-extractor-lint-legacyAlpha.esm.json",

"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts legacy \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
"eslint": "eslint --quiet --format stylish src",

@@ -123,0 +135,0 @@ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",

@@ -33,2 +33,4 @@ # @fluidframework/runtime-definitions

To access the `beta` APIs, import via `@fluidframework/runtime-definitions/beta`.
To access the `legacy` APIs, import via `@fluidframework/runtime-definitions/legacy`.

@@ -35,0 +37,0 @@

@@ -29,3 +29,3 @@ /*!

* @input
* @legacy @beta
* @beta
*/

@@ -32,0 +32,0 @@ export type MinimumVersionForCollab =

{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["../../../biome.jsonc"]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet