@fluid-experimental/dds-interceptions
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 { recommended } from "../../../common/build/eslint-config-fluid/flat.mts"; | ||
| const config: Linter.Config[] = [ | ||
| ...recommended, | ||
| { | ||
| rules: { | ||
| "@typescript-eslint/consistent-type-imports": [ | ||
| "error", | ||
| { | ||
| "fixStyle": "inline-type-imports", | ||
| }, | ||
| ], | ||
| "@typescript-eslint/no-import-type-side-effects": "error", | ||
| }, | ||
| }, | ||
| { | ||
| files: ["**/*.{ts,tsx}"], | ||
| ignores: ["**/src/test/**", "**/tests/**", "**/*.spec.ts", "**/*.test.ts"], | ||
| rules: { | ||
| "@typescript-eslint/consistent-type-exports": [ | ||
| "error", | ||
| { | ||
| "fixMixedExportsWithInlineTypeSpecifier": true, | ||
| }, | ||
| ], | ||
| }, | ||
| }, | ||
| ]; | ||
| export default config; |
+4
-0
| # @fluidframework/dds-interceptions | ||
| ## 2.74.0 | ||
| Dependency updates only. | ||
| ## 2.73.0 | ||
@@ -4,0 +8,0 @@ |
+12
-11
| { | ||
| "name": "@fluid-experimental/dds-interceptions", | ||
| "version": "2.74.0-368706", | ||
| "version": "2.74.0", | ||
| "description": "Distributed Data Structures that support an interception callback", | ||
@@ -52,7 +52,7 @@ "homepage": "https://fluidframework.com", | ||
| "dependencies": { | ||
| "@fluidframework/core-utils": "2.74.0-368706", | ||
| "@fluidframework/map": "2.74.0-368706", | ||
| "@fluidframework/merge-tree": "2.74.0-368706", | ||
| "@fluidframework/runtime-definitions": "2.74.0-368706", | ||
| "@fluidframework/sequence": "2.74.0-368706" | ||
| "@fluidframework/core-utils": "~2.74.0", | ||
| "@fluidframework/map": "~2.74.0", | ||
| "@fluidframework/merge-tree": "~2.74.0", | ||
| "@fluidframework/runtime-definitions": "~2.74.0", | ||
| "@fluidframework/sequence": "~2.74.0" | ||
| }, | ||
@@ -62,8 +62,8 @@ "devDependencies": { | ||
| "@biomejs/biome": "~1.9.3", | ||
| "@fluid-internal/mocha-test-setup": "2.74.0-368706", | ||
| "@fluid-tools/build-cli": "^0.60.0", | ||
| "@fluid-internal/mocha-test-setup": "~2.74.0", | ||
| "@fluid-tools/build-cli": "^0.61.0", | ||
| "@fluidframework/build-common": "^2.0.3", | ||
| "@fluidframework/build-tools": "^0.60.0", | ||
| "@fluidframework/eslint-config-fluid": "2.74.0-368706", | ||
| "@fluidframework/test-runtime-utils": "2.74.0-368706", | ||
| "@fluidframework/build-tools": "^0.61.0", | ||
| "@fluidframework/eslint-config-fluid": "~2.74.0", | ||
| "@fluidframework/test-runtime-utils": "~2.74.0", | ||
| "@microsoft/api-extractor": "7.52.11", | ||
@@ -79,2 +79,3 @@ "@types/diff": "^3.5.1", | ||
| "eslint": "~8.57.1", | ||
| "jiti": "^2.6.1", | ||
| "mocha": "^10.8.2", | ||
@@ -81,0 +82,0 @@ "mocha-multi-reporters": "^1.5.1", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
151913
0.55%75
1.35%0
-100%23
4.55%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated