@remotion/zod-types 4.0.423 → 4.0.424

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/cjs/index.js CHANGED
@@ -4,11 +4,11 @@ exports.ZodZypesInternals = exports.zTextarea = exports.zMatrix = exports.zColor
4
4
  const z_color_js_1 = require("./z-color.js");
5
5
  const z_matrix_js_1 = require("./z-matrix.js");
6
6
  const z_textarea_1 = require("./z-textarea");
7
- var z_color_js_2 = require("./z-color.js");
7
+ const z_color_js_2 = require("./z-color.js");
8
8
  Object.defineProperty(exports, "zColor", { enumerable: true, get: function () { return z_color_js_2.zColor; } });
9
- var z_matrix_js_2 = require("./z-matrix.js");
9
+ const z_matrix_js_2 = require("./z-matrix.js");
10
10
  Object.defineProperty(exports, "zMatrix", { enumerable: true, get: function () { return z_matrix_js_2.zMatrix; } });
11
- var z_textarea_js_1 = require("./z-textarea.js");
11
+ const z_textarea_js_1 = require("./z-textarea.js");
12
12
  Object.defineProperty(exports, "zTextarea", { enumerable: true, get: function () { return z_textarea_js_1.zTextarea; } });
13
13
  exports.ZodZypesInternals = {
14
14
  parseColor: z_color_js_1.parseColor,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/zod-types"
4
4
  },
5
5
  "name": "@remotion/zod-types",
6
- "version": "4.0.423",
6
+ "version": "4.0.424",
7
7
  "description": "Zod types for Remotion",
8
8
  "main": "dist/cjs/index.js",
9
9
  "types": "dist/cjs/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "scripts": {
13
13
  "formatting": "prettier --experimental-cli src --check",
14
14
  "lint": "eslint src",
15
- "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
15
+ "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
16
16
  },
17
17
  "author": "Jonny Burger",
18
18
  "contributors": [],
@@ -21,15 +21,16 @@
21
21
  "url": "https://github.com/remotion-dev/remotion/issues"
22
22
  },
23
23
  "dependencies": {
24
- "remotion": "4.0.423"
24
+ "remotion": "4.0.424"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "zod": "3.22.3"
28
28
  },
29
29
  "devDependencies": {
30
30
  "zod": "3.22.3",
31
- "@remotion/eslint-config-internal": "4.0.423",
32
- "eslint": "9.19.0"
31
+ "@remotion/eslint-config-internal": "4.0.424",
32
+ "eslint": "9.19.0",
33
+ "@typescript/native-preview": "7.0.0-dev.20260217.1"
33
34
  },
34
35
  "keywords": [
35
36
  "zod",