@eslint-react/shared 1.5.14 → 1.5.15-beta.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -190,7 +190,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
190
190
|
};
|
|
191
191
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
192
192
|
|
|
193
|
-
// ../../node_modules/.pnpm/valibot@0.31.0-rc.
|
|
193
|
+
// ../../node_modules/.pnpm/valibot@0.31.0-rc.7/node_modules/valibot/dist/index.js
|
|
194
194
|
var store2;
|
|
195
195
|
function getGlobalMessage(lang) {
|
|
196
196
|
return store2?.get(lang);
|
package/dist/index.mjs
CHANGED
|
@@ -188,7 +188,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
188
188
|
};
|
|
189
189
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
190
190
|
|
|
191
|
-
// ../../node_modules/.pnpm/valibot@0.31.0-rc.
|
|
191
|
+
// ../../node_modules/.pnpm/valibot@0.31.0-rc.7/node_modules/valibot/dist/index.js
|
|
192
192
|
var store2;
|
|
193
193
|
function getGlobalMessage(lang) {
|
|
194
194
|
return store2?.get(lang);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.15-beta.1",
|
|
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.0.2",
|
|
43
43
|
"type-fest": "4.18.3",
|
|
44
|
-
"valibot": "0.31.0-rc.
|
|
44
|
+
"valibot": "0.31.0-rc.7"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup",
|