eslint-plugin-zod-core 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  [ESLint](https://eslint.org) plugin that adds custom linting rules to enforce best practices when using [Zod Core](https://zod.dev/packages/core) (`zod/v4/core`).
21
21
 
22
22
  It can also work with [Oxlint](https://oxc.rs/docs/guide/usage/linter.html)!\
23
- Find out more about [Oxlint's `jsPLugins`](https://oxc.rs/docs/guide/usage/linter/js-plugins.html).
23
+ Find out more about [Oxlint's `jsPlugins`](https://oxc.rs/docs/guide/usage/linter/js-plugins.html).
24
24
 
25
25
  ## Rules
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-zod-core",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "ESLint plugin that adds custom linting rules to enforce best practices when using Zod core",
5
5
  "keywords": [
6
6
  "eslint",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@typescript-eslint/utils": "^8.70.0",
42
- "@eslint-zod/utils": "5.0.0"
42
+ "@eslint-zod/utils": "5.1.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@arethetypeswrong/cli": "0.18.5",