@eslint-react/shared 1.5.15-beta.4 → 1.5.15-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -189,7 +189,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
189
189
  };
190
190
  var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
191
191
 
192
- // ../../node_modules/.pnpm/valibot@0.31.0-rc.12/node_modules/valibot/dist/index.js
192
+ // ../../node_modules/.pnpm/valibot@0.31.0/node_modules/valibot/dist/index.js
193
193
  var store2;
194
194
  function getGlobalMessage(lang) {
195
195
  return store2?.get(lang);
package/dist/index.mjs CHANGED
@@ -187,7 +187,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
187
187
  };
188
188
  var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
189
189
 
190
- // ../../node_modules/.pnpm/valibot@0.31.0-rc.12/node_modules/valibot/dist/index.js
190
+ // ../../node_modules/.pnpm/valibot@0.31.0/node_modules/valibot/dist/index.js
191
191
  var store2;
192
192
  function getGlobalMessage(lang) {
193
193
  return store2?.get(lang);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.5.15-beta.4",
3
+ "version": "1.5.15-beta.6",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -41,7 +41,7 @@
41
41
  "devDependencies": {
42
42
  "tsup": "8.1.0",
43
43
  "type-fest": "4.19.0",
44
- "valibot": "0.31.0-rc.12"
44
+ "valibot": "0.31.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",