@eslint-react/shared 1.5.13-next.5 → 1.5.13-next.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 +2 -0
- package/dist/index.mjs +2 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -189,6 +189,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
189
189
|
return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
|
|
190
190
|
};
|
|
191
191
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
192
|
+
|
|
193
|
+
// ../../node_modules/.pnpm/valibot@0.31.0-rc.5/node_modules/valibot/dist/index.js
|
|
192
194
|
var store2;
|
|
193
195
|
function getGlobalMessage(lang) {
|
|
194
196
|
return store2?.get(lang);
|
package/dist/index.mjs
CHANGED
|
@@ -187,6 +187,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
187
187
|
return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
|
|
188
188
|
};
|
|
189
189
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
190
|
+
|
|
191
|
+
// ../../node_modules/.pnpm/valibot@0.31.0-rc.5/node_modules/valibot/dist/index.js
|
|
190
192
|
var store2;
|
|
191
193
|
function getGlobalMessage(lang) {
|
|
192
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.13-next.
|
|
3
|
+
"version": "1.5.13-next.6",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"tsup": "8.0.2",
|
|
43
|
-
"type-fest": "4.18.
|
|
44
|
-
"valibot": "0.31.0-rc.
|
|
43
|
+
"type-fest": "4.18.3",
|
|
44
|
+
"valibot": "0.31.0-rc.5"
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsup",
|