@eslint-react/shared
Advanced tools
Comparing version 1.17.1 to 1.17.2-beta.0
@@ -219,3 +219,3 @@ 'use strict'; | ||
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.6.3/node_modules/valibot/dist/index.js | ||
// ../../node_modules/.pnpm/valibot@1.0.0-beta.8_typescript@5.7.2/node_modules/valibot/dist/index.js | ||
var store; | ||
@@ -1329,3 +1329,3 @@ function getGlobalConfig(config2) { | ||
function unsafeReadSettings(data) { | ||
return tools.Data.struct(data?.["react-x"] ?? {}); | ||
return data?.["react-x"] ?? {}; | ||
} | ||
@@ -1332,0 +1332,0 @@ var decodeSettings = createMemoizedFunction((data) => { |
{ | ||
"name": "@eslint-react/shared", | ||
"version": "1.17.1", | ||
"version": "1.17.2-beta.0", | ||
"description": "ESLint React's Shared constants and functions.", | ||
@@ -42,3 +42,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"ts-pattern": "^5.5.0", | ||
"@eslint-react/tools": "1.17.1" | ||
"@eslint-react/tools": "1.17.2-beta.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
238991
1
+ Added@eslint-react/tools@1.17.2-beta.0(transitive)
- Removed@eslint-react/tools@1.17.1(transitive)