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

@fluidframework/datastore-definitions

Package Overview
Dependencies
Maintainers
2
Versions
584
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.1.0-276985 to 2.1.0-281041

api-extractor/api-extractor.current.json

2

api-extractor.json
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "../../../common/build/build-common/api-extractor-base.esm.current.json"
"extends": "../../../common/build/build-common/api-extractor-model.esm.json"
}
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-base.esm.legacy.json"
"extends": "<projectFolder>/../../../common/build/build-common/api-extractor-report.esm.legacy.json"
}

@@ -136,4 +136,2 @@ ## Alpha API Report File for "@fluidframework/datastore-definitions"

// (No @packageDocumentation comment for this package)
```

@@ -8,5 +8,12 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
/**
* This library defines the interfaces required to implement and/or communicate
* with a data store.
*
* @packageDocumentation
*/
export {

@@ -13,0 +20,0 @@ // @legacy APIs

@@ -8,6 +8,11 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export {}
/**
* This library defines the interfaces required to implement and/or communicate
* with a data store.
*
* @packageDocumentation
*/export {}

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

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export type * from "./lib/index.d.ts";

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

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export type * from "./lib/legacy.d.ts";

@@ -8,5 +8,12 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
/**
* This library defines the interfaces required to implement and/or communicate
* with a data store.
*
* @packageDocumentation
*/
export {

@@ -13,0 +20,0 @@ // @legacy APIs

@@ -8,6 +8,11 @@ /*!

* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
* Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
*/
export {}
/**
* This library defines the interfaces required to implement and/or communicate
* with a data store.
*
* @packageDocumentation
*/export {}
{
"name": "@fluidframework/datastore-definitions",
"version": "2.1.0-276985",
"version": "2.1.0-281041",
"description": "Fluid data store definitions",

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

"dependencies": {
"@fluidframework/container-definitions": "2.1.0-276985",
"@fluidframework/core-interfaces": "2.1.0-276985",
"@fluidframework/driver-definitions": "2.1.0-276985",
"@fluidframework/id-compressor": "2.1.0-276985",
"@fluidframework/runtime-definitions": "2.1.0-276985"
"@fluidframework/container-definitions": "2.1.0-281041",
"@fluidframework/core-interfaces": "2.1.0-281041",
"@fluidframework/driver-definitions": "2.1.0-281041",
"@fluidframework/id-compressor": "2.1.0-281041",
"@fluidframework/runtime-definitions": "2.1.0-281041"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.2",
"@biomejs/biome": "^1.7.3",
"@fluid-tools/build-cli": "^0.39.0",
"@biomejs/biome": "~1.8.3",
"@fluid-tools/build-cli": "^0.40.0",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.39.0",
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0-rc.5.0.0",
"@fluidframework/build-tools": "^0.40.0",
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.0.0",
"@fluidframework/eslint-config-fluid": "^5.3.0",

@@ -75,6 +75,7 @@ "@microsoft/api-extractor": "^7.45.1",

"build": "fluid-build . --task build",
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
"build:api-reports:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
"build:compile": "fluid-build . --task compile",
"build:docs": "concurrently \"npm:build:docs:*\"",
"build:docs:current": "api-extractor run --local",
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
"build:docs": "api-extractor run --local",
"build:esnext": "tsc --project ./tsconfig.json",

@@ -85,3 +86,3 @@ "build:test": "npm run build:test:esm && npm run build:test:cjs",

"check:are-the-types-wrong": "attw --pack .",
"check:biome": "biome check . --formatter-enabled=true",
"check:biome": "biome check .",
"check:exports": "concurrently \"npm:check:exports:*\"",

@@ -95,5 +96,6 @@ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json",

"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
"ci:build:docs:current": "api-extractor run",
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
"ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
"ci:build:docs": "api-extractor run",
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",

@@ -103,3 +105,3 @@ "eslint": "eslint --format stylish src",

"format": "npm run format:biome",
"format:biome": "biome check . --formatter-enabled=true --apply",
"format:biome": "biome check . --write",
"format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",

@@ -106,0 +108,0 @@ "lint": "fluid-build . --task lint",

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