@fluidframework/core-interfaces
Advanced tools
Comparing version 2.1.0-276985 to 2.1.0-281041
{ | ||
"$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" | ||
} |
@@ -8,3 +8,3 @@ /*! | ||
* 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. | ||
*/ | ||
@@ -11,0 +11,0 @@ |
@@ -8,3 +8,3 @@ /*! | ||
* 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. | ||
*/ | ||
@@ -11,0 +11,0 @@ |
@@ -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 * from "./lib/index.js"; |
@@ -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 * from "./lib/legacy.js"; |
@@ -8,3 +8,3 @@ /*! | ||
* 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. | ||
*/ | ||
@@ -11,0 +11,0 @@ |
@@ -8,3 +8,3 @@ /*! | ||
* 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. | ||
*/ | ||
@@ -11,0 +11,0 @@ |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.1.0-276985", | ||
"version": "2.1.0-281041", | ||
"description": "Fluid object interfaces", | ||
@@ -51,7 +51,7 @@ "homepage": "https://fluidframework.com", | ||
"@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/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-rc.5.0.0", | ||
"@fluidframework/build-tools": "^0.40.0", | ||
"@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0", | ||
"@fluidframework/eslint-config-fluid": "^5.3.0", | ||
@@ -75,7 +75,8 @@ "@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:commonjs": "fluid-build . --task commonjs", | ||
"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", | ||
@@ -86,3 +87,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:*\"", | ||
@@ -97,5 +98,6 @@ "check:exports:bundle-release-tags": "api-extractor run --config api-extractor/api-extractor-lint-bundle.json", | ||
"ci:build": "npm run build:compile", | ||
"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", | ||
"ci:test": "echo No test for this package", | ||
@@ -107,3 +109,3 @@ "ci:test:coverage": "echo No test for this package", | ||
"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", | ||
@@ -110,0 +112,0 @@ "lint": "fluid-build . --task lint", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
424746
140
3752