Comparing version 11.0.1 to 11.0.2
@@ -25,2 +25,5 @@ import type {Value} from 'vfile' | ||
// See: <https://github.com/sindresorhus/type-fest/blob/main/source/empty-object.d.ts> | ||
declare const emptyObjectSymbol: unique symbol | ||
/** | ||
@@ -102,3 +105,4 @@ * Interface of known results from compilers. | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/no-empty-interface | ||
export interface Settings {} | ||
export interface Settings { | ||
[emptyObjectSymbol]?: never | ||
} |
{ | ||
"name": "unified", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "parse, inspect, transform, and serialize content through syntax trees", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
118384
1792