@fluidframework/container-definitions
Advanced tools
| /* eslint-disable */ | ||
| /** | ||
| * GENERATED FILE - DO NOT EDIT DIRECTLY. | ||
| * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript | ||
| */ | ||
| import type { Linter } from "eslint"; | ||
| import { strict } from "../../../common/build/eslint-config-fluid/flat.mts"; | ||
| const config: Linter.Config[] = [ | ||
| ...strict, | ||
| { | ||
| rules: { | ||
| "@typescript-eslint/consistent-indexed-object-style": "off", | ||
| "@typescript-eslint/unbound-method": "off", | ||
| }, | ||
| }, | ||
| { | ||
| files: ["*.spec.ts", "src/test/**"], | ||
| rules: { | ||
| "import-x/no-nodejs-modules": [ | ||
| "error", | ||
| { | ||
| "allow": ["assert"], | ||
| }, | ||
| ], | ||
| }, | ||
| }, | ||
| ]; | ||
| export default config; |
+13
-0
| # @fluidframework/container-definitions | ||
| ## 2.74.0 | ||
| ### Minor Changes | ||
| - Some keys in IFluidCodeDetailsConfig are now reserved for Fluid Framework use ([#25641](https://github.com/microsoft/FluidFramework/pull/25641)) [1eaf526c813](https://github.com/microsoft/FluidFramework/commit/1eaf526c813c8e36fc0ad52649b80e2b0c055853) | ||
| The keys of [`IFluidCodeDetailsConfig`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetailsconfig-interface) | ||
| (the [type of the `config` property on `IFluidCodeDetails`](https://fluidframework.com/docs/api/container-definitions/ifluidcodedetails-interface#config-propertysignature)) | ||
| used to be entirely free for consumer use. | ||
| Going forward, keys with the `"FluidFramework."` prefix are reserved for Fluid Framework's internal use. | ||
| We do not expect this to affect any consumers. | ||
| ## 2.73.0 | ||
@@ -4,0 +17,0 @@ |
+7
-6
| { | ||
| "name": "@fluidframework/container-definitions", | ||
| "version": "2.74.0-368706", | ||
| "version": "2.74.0", | ||
| "description": "Fluid container definitions", | ||
@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com", | ||
| "dependencies": { | ||
| "@fluidframework/core-interfaces": "2.74.0-368706", | ||
| "@fluidframework/driver-definitions": "2.74.0-368706" | ||
| "@fluidframework/core-interfaces": "~2.74.0", | ||
| "@fluidframework/driver-definitions": "~2.74.0" | ||
| }, | ||
@@ -57,7 +57,7 @@ "devDependencies": { | ||
| "@biomejs/biome": "~1.9.3", | ||
| "@fluid-tools/build-cli": "^0.60.0", | ||
| "@fluid-tools/build-cli": "^0.61.0", | ||
| "@fluidframework/build-common": "^2.0.3", | ||
| "@fluidframework/build-tools": "^0.60.0", | ||
| "@fluidframework/build-tools": "^0.61.0", | ||
| "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.73.0", | ||
| "@fluidframework/eslint-config-fluid": "2.74.0-368706", | ||
| "@fluidframework/eslint-config-fluid": "~2.74.0", | ||
| "@microsoft/api-extractor": "7.52.11", | ||
@@ -67,2 +67,3 @@ "concurrently": "^8.2.1", | ||
| "eslint": "~8.57.1", | ||
| "jiti": "^2.6.1", | ||
| "rimraf": "^4.4.0", | ||
@@ -69,0 +70,0 @@ "typescript": "~5.4.5" |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
525715
0.27%112
0.9%0
-100%14
7.69%+ Added
+ Added
- Removed
- Removed