@eslint-react/shared
Advanced tools
Comparing version 1.5.10-beta.1 to 1.5.10-beta.3
@@ -303,5 +303,5 @@ 'use strict'; | ||
const received = stringify(input); | ||
const expected = context.expects; | ||
const expected = other?.expected ?? context.expects; | ||
const issue = { | ||
reason: "type", | ||
reason: other?.reason ?? "type", | ||
context: context.type, | ||
@@ -308,0 +308,0 @@ expected, |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.5.10-beta.1", | ||
"version": "1.5.10-beta.3", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"devDependencies": { | ||
"type-fest": "4.16.0", | ||
"type-fest": "4.17.0", | ||
"valibot": "0.30.0" | ||
@@ -45,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
64600