@arrirpc/eslint-plugin 0.74.0 → 0.75.0

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/configs.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { p as plugin, a as prefixedRuleMap } from './shared/eslint-plugin.CiDqwlPi.mjs';
1
+ import { p as prefixedRuleMap, a as plugin } from './shared/eslint-plugin.B2xKduqu.mjs';
2
2
 
3
3
  const flatConfigs = {
4
4
  recommended: {
package/dist/plugin.mjs CHANGED
@@ -1 +1 @@
1
- export { c as configs, p as default, m as meta, r as rules } from './shared/eslint-plugin.CiDqwlPi.mjs';
1
+ export { c as configs, a as default, m as meta, r as rules } from './shared/eslint-plugin.B2xKduqu.mjs';
@@ -316,4 +316,4 @@ const configs = {
316
316
  const rules = rules$1;
317
317
  const plugin = { meta, configs, rules: rules$1 };
318
318
 
319
- export { prefixedRuleMap as a, configs as c, meta as m, plugin as p, rules as r };
319
+ export { plugin as a, configs as c, meta as m, prefixedRuleMap as p, rules as r };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrirpc/eslint-plugin",
3
- "version": "0.74.0",
3
+ "version": "0.75.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {