@cluerise/tools 4.1.0 → 4.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.
@@ -1 +1 @@
1
- v24.1.0
1
+ v24.2.0
@@ -70,7 +70,7 @@ const _PackageJson = class _PackageJson {
70
70
  cause: parseResult.error
71
71
  });
72
72
  }
73
- return new _PackageJson(parseResult.data);
73
+ return new _PackageJson(data);
74
74
  }
75
75
  /**
76
76
  * Returns the required engines.
@@ -160,7 +160,7 @@ const _PackageJson = class _PackageJson {
160
160
  cause: parseResult.error
161
161
  });
162
162
  }
163
- return new _PackageJson(parseResult.data);
163
+ return new _PackageJson(data);
164
164
  }
165
165
  /**
166
166
  * Returns the required engines.
@@ -70,7 +70,7 @@ const _PackageJson = class _PackageJson {
70
70
  cause: parseResult.error
71
71
  });
72
72
  }
73
- return new _PackageJson(parseResult.data);
73
+ return new _PackageJson(data);
74
74
  }
75
75
  /**
76
76
  * Returns the required engines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cluerise/tools",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Tools for maintaining TypeScript projects.",
5
5
  "author": "Branislav Holý <brano@holy.am>",
6
6
  "repository": "github:cluerise/tools",
@@ -27,7 +27,7 @@
27
27
  "@eslint/markdown": "6.5.0",
28
28
  "@html-eslint/eslint-plugin": "0.41.0",
29
29
  "@html-eslint/parser": "0.41.0",
30
- "@typescript-eslint/parser": "8.33.1",
30
+ "@typescript-eslint/parser": "8.34.0",
31
31
  "conventional-changelog-conventionalcommits": "9.0.0",
32
32
  "eslint": "9.28.0",
33
33
  "eslint-config-prettier": "10.1.5",
@@ -44,7 +44,7 @@
44
44
  "semantic-release": "24.2.5",
45
45
  "semver": "7.7.2",
46
46
  "smol-toml": "1.3.4",
47
- "typescript-eslint": "8.33.1",
48
- "zod": "3.25.56"
47
+ "typescript-eslint": "8.34.0",
48
+ "zod": "3.25.61"
49
49
  }
50
50
  }