@alextheman/eslint-plugin 4.2.4 → 4.2.5

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
@@ -57,7 +57,7 @@ zod = __toESM(zod);
57
57
 
58
58
  //#region package.json
59
59
  var name = "@alextheman/eslint-plugin";
60
- var version = "4.2.4";
60
+ var version = "4.2.5";
61
61
 
62
62
  //#endregion
63
63
  //#region node_modules/globals/globals.json
@@ -4844,7 +4844,7 @@ const alexPlugin = {
4844
4844
  configs: {},
4845
4845
  rules: rules_default
4846
4846
  };
4847
- alexPlugin.configs = configs_default((0, __alextheman_utility.deepFreeze)({ ...alexPlugin }));
4847
+ alexPlugin.configs = configs_default((0, __alextheman_utility.deepFreeze)((0, __alextheman_utility.deepCopy)(alexPlugin)));
4848
4848
  var alexPlugin_default = alexPlugin;
4849
4849
 
4850
4850
  //#endregion
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { camelToKebab, deepFreeze, normalizeImportPath, omitProperties } from "@alextheman/utility";
1
+ import { camelToKebab, deepCopy, deepFreeze, normalizeImportPath, omitProperties } from "@alextheman/utility";
2
2
  import prettierConfig from "eslint-config-prettier";
3
3
  import importPlugin from "eslint-plugin-import";
4
4
  import perfectionist from "eslint-plugin-perfectionist";
@@ -44,7 +44,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
44
44
  //#endregion
45
45
  //#region package.json
46
46
  var name = "@alextheman/eslint-plugin";
47
- var version = "4.2.4";
47
+ var version = "4.2.5";
48
48
 
49
49
  //#endregion
50
50
  //#region node_modules/globals/globals.json
@@ -4831,7 +4831,7 @@ const alexPlugin = {
4831
4831
  configs: {},
4832
4832
  rules: rules_default
4833
4833
  };
4834
- alexPlugin.configs = configs_default(deepFreeze({ ...alexPlugin }));
4834
+ alexPlugin.configs = configs_default(deepFreeze(deepCopy(alexPlugin)));
4835
4835
  var alexPlugin_default = alexPlugin;
4836
4836
 
4837
4837
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/eslint-plugin",
3
- "version": "4.2.4",
3
+ "version": "4.2.5",
4
4
  "description": "A package to provide custom ESLint rules and configs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,7 +42,7 @@
42
42
  "use-local-utility": "dotenv -e .env -- sh -c 'UTILITY_PATH=${LOCAL_UTILITY_PATH:-../utility}; npm --prefix \"$UTILITY_PATH\" run create-local-package && npm uninstall @alextheman/eslint-plugin && npm install \"$UTILITY_PATH\"/alextheman-utility-*.tgz'"
43
43
  },
44
44
  "dependencies": {
45
- "@alextheman/utility": "^3.3.2",
45
+ "@alextheman/utility": "^3.4.0",
46
46
  "@typescript-eslint/utils": "^8.48.0",
47
47
  "common-tags": "^1.8.2",
48
48
  "zod": "^4.1.13"