@cabloy/zod 4.3.6 → 4.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/zod",
3
- "version": "4.3.6",
3
+ "version": "4.3.8",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Colin McDonnell <zod@colinhacks.com>",
@@ -129,7 +129,6 @@
129
129
  "build": "zshy --project tsconfig.build.json",
130
130
  "postbuild": "tsx ../../scripts/write-stub-package-jsons.ts && pnpm biome check --write .",
131
131
  "test:watch": "pnpm vitest",
132
- "test": "pnpm vitest run",
133
- "prepublishOnly": "tsx ../../scripts/check-versions.ts"
132
+ "test": "pnpm vitest run"
134
133
  }
135
- }
134
+ }
@@ -1,5 +1,5 @@
1
1
  export const version = {
2
2
  major: 4,
3
3
  minor: 3,
4
- patch: 6 as number,
4
+ patch: 8 as number,
5
5
  } as const;
@@ -4,5 +4,5 @@ exports.version = void 0;
4
4
  exports.version = {
5
5
  major: 4,
6
6
  minor: 3,
7
- patch: 6,
7
+ patch: 8,
8
8
  };
@@ -1,5 +1,5 @@
1
1
  export const version = {
2
2
  major: 4,
3
3
  minor: 3,
4
- patch: 6,
4
+ patch: 8,
5
5
  };