@alextheman/eslint-plugin 1.3.0 → 1.3.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.cjs CHANGED
@@ -3996,7 +3996,7 @@ var rules_default = {
3996
3996
 
3997
3997
  // package.json
3998
3998
  var name = "@alextheman/eslint-plugin";
3999
- var version = "1.3.0";
3999
+ var version = "1.3.1";
4000
4000
 
4001
4001
  // src/index.ts
4002
4002
  var plugin = {
package/dist/index.d.cts CHANGED
@@ -5,7 +5,7 @@ import { Config } from 'prettier';
5
5
  declare const prettierRules: Config;
6
6
 
7
7
  var name = "@alextheman/eslint-plugin";
8
- var version = "1.3.0";
8
+ var version = "1.3.1";
9
9
 
10
10
  interface AlexPlugin {
11
11
  meta: {
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@ import { Config } from 'prettier';
5
5
  declare const prettierRules: Config;
6
6
 
7
7
  var name = "@alextheman/eslint-plugin";
8
- var version = "1.3.0";
8
+ var version = "1.3.1";
9
9
 
10
10
  interface AlexPlugin {
11
11
  meta: {
package/dist/index.js CHANGED
@@ -3982,7 +3982,7 @@ var rules_default = {
3982
3982
 
3983
3983
  // package.json
3984
3984
  var name = "@alextheman/eslint-plugin";
3985
- var version = "1.3.0";
3985
+ var version = "1.3.1";
3986
3986
 
3987
3987
  // src/index.ts
3988
3988
  var plugin = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",