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

@fluidframework/datastore-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/datastore-definitions - npm Package Compare versions

Comparing version
2.80.0
to
2.81.0
+4
-0
CHANGELOG.md
# @fluidframework/datastore-definitions
## 2.81.0
Dependency updates only.
## 2.80.0

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

+4
-4

@@ -1,6 +0,6 @@

/* eslint-disable */
/**
* GENERATED FILE - DO NOT EDIT DIRECTLY.
* To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
import type { Linter } from "eslint";

@@ -7,0 +7,0 @@ import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";

{
"name": "@fluidframework/datastore-definitions",
"version": "2.80.0",
"version": "2.81.0",
"description": "Fluid data store definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "~2.80.0",
"@fluidframework/core-interfaces": "~2.80.0",
"@fluidframework/driver-definitions": "~2.80.0",
"@fluidframework/id-compressor": "~2.80.0",
"@fluidframework/runtime-definitions": "~2.80.0"
"@fluidframework/container-definitions": "~2.81.0",
"@fluidframework/core-interfaces": "~2.81.0",
"@fluidframework/driver-definitions": "~2.81.0",
"@fluidframework/id-compressor": "~2.81.0",
"@fluidframework/runtime-definitions": "~2.81.0"
},

@@ -62,7 +62,7 @@ "devDependencies": {

"@biomejs/biome": "~1.9.3",
"@fluid-tools/build-cli": "^0.62.0",
"@fluid-tools/build-cli": "^0.63.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.62.0",
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.74.0",
"@fluidframework/eslint-config-fluid": "~2.80.0",
"@fluidframework/build-tools": "^0.63.0",
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.80.0",
"@fluidframework/eslint-config-fluid": "~2.81.0",
"@microsoft/api-extractor": "7.52.11",

@@ -69,0 +69,0 @@ "concurrently": "^9.2.1",

/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
module.exports = {
extends: ["@fluidframework/eslint-config-fluid/strict", "prettier"],
parserOptions: {
project: ["./tsconfig.json", "./src/test/tsconfig.json"],
},
};