@alextheman/eslint-plugin 1.1.0 → 1.1.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
@@ -3697,13 +3697,14 @@ var require_globals2 = __commonJS({
3697
3697
  var index_exports = {};
3698
3698
  __export(index_exports, {
3699
3699
  default: () => index_default,
3700
- eslintConfigTypeScriptBase: () => eslint_config_typescript_base_default
3700
+ eslintConfigTypeScriptBase: () => eslint_config_typescript_base_default,
3701
+ meta: () => meta
3701
3702
  });
3702
3703
  module.exports = __toCommonJS(index_exports);
3703
3704
 
3704
3705
  // package.json
3705
3706
  var name = "@alextheman/eslint-plugin";
3706
- var version = "1.1.0";
3707
+ var version = "1.1.1";
3707
3708
 
3708
3709
  // src/create-rule.ts
3709
3710
  var import_utils = require("@typescript-eslint/utils");
@@ -3914,8 +3915,9 @@ var meta = {
3914
3915
  version,
3915
3916
  namespace: "alextheman"
3916
3917
  };
3917
- var index_default = { meta, rules: rules_default };
3918
+ var index_default = { rules: rules_default };
3918
3919
  // Annotate the CommonJS export names for ESM import in node:
3919
3920
  0 && (module.exports = {
3920
- eslintConfigTypeScriptBase
3921
+ eslintConfigTypeScriptBase,
3922
+ meta
3921
3923
  });
package/dist/index.d.cts CHANGED
@@ -1239,11 +1239,6 @@ declare const _default$1: ({
1239
1239
  };
1240
1240
  };
1241
1241
  "@alextheman": {
1242
- meta: {
1243
- name: string;
1244
- version: string;
1245
- namespace: string;
1246
- };
1247
1242
  rules: {
1248
1243
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
1249
1244
  allow: string[];
@@ -1287,12 +1282,12 @@ declare const _default$1: ({
1287
1282
  };
1288
1283
  })[];
1289
1284
 
1285
+ declare const meta: {
1286
+ name: string;
1287
+ version: string;
1288
+ namespace: string;
1289
+ };
1290
1290
  declare const _default: {
1291
- meta: {
1292
- name: string;
1293
- version: string;
1294
- namespace: string;
1295
- };
1296
1291
  rules: {
1297
1292
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
1298
1293
  allow: string[];
@@ -1301,4 +1296,4 @@ declare const _default: {
1301
1296
  };
1302
1297
  };
1303
1298
 
1304
- export { _default as default, _default$1 as eslintConfigTypeScriptBase };
1299
+ export { _default as default, _default$1 as eslintConfigTypeScriptBase, meta };
package/dist/index.d.ts CHANGED
@@ -1239,11 +1239,6 @@ declare const _default$1: ({
1239
1239
  };
1240
1240
  };
1241
1241
  "@alextheman": {
1242
- meta: {
1243
- name: string;
1244
- version: string;
1245
- namespace: string;
1246
- };
1247
1242
  rules: {
1248
1243
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
1249
1244
  allow: string[];
@@ -1287,12 +1282,12 @@ declare const _default$1: ({
1287
1282
  };
1288
1283
  })[];
1289
1284
 
1285
+ declare const meta: {
1286
+ name: string;
1287
+ version: string;
1288
+ namespace: string;
1289
+ };
1290
1290
  declare const _default: {
1291
- meta: {
1292
- name: string;
1293
- version: string;
1294
- namespace: string;
1295
- };
1296
1291
  rules: {
1297
1292
  "no-namespace-imports": _typescript_eslint_utils_ts_eslint.RuleModule<"message", [{
1298
1293
  allow: string[];
@@ -1301,4 +1296,4 @@ declare const _default: {
1301
1296
  };
1302
1297
  };
1303
1298
 
1304
- export { _default as default, _default$1 as eslintConfigTypeScriptBase };
1299
+ export { _default as default, _default$1 as eslintConfigTypeScriptBase, meta };
package/dist/index.js CHANGED
@@ -3689,7 +3689,7 @@ var require_globals2 = __commonJS({
3689
3689
 
3690
3690
  // package.json
3691
3691
  var name = "@alextheman/eslint-plugin";
3692
- var version = "1.1.0";
3692
+ var version = "1.1.1";
3693
3693
 
3694
3694
  // src/create-rule.ts
3695
3695
  import { ESLintUtils } from "@typescript-eslint/utils";
@@ -3900,8 +3900,9 @@ var meta = {
3900
3900
  version,
3901
3901
  namespace: "alextheman"
3902
3902
  };
3903
- var index_default = { meta, rules: rules_default };
3903
+ var index_default = { rules: rules_default };
3904
3904
  export {
3905
3905
  index_default as default,
3906
- eslint_config_typescript_base_default as eslintConfigTypeScriptBase
3906
+ eslint_config_typescript_base_default as eslintConfigTypeScriptBase,
3907
+ meta
3907
3908
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",