@remotion/zod-types 4.1.0-alpha1 → 4.1.0-alpha10

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,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.zColor = exports.parseColor = exports.REMOTION_COLOR_BRAND = void 0;
4
- const zod_1 = require("zod");
5
4
  const remotion_1 = require("remotion");
5
+ const zod_1 = require("zod");
6
6
  exports.REMOTION_COLOR_BRAND = '__remotion-color';
7
7
  const parseColor = (value) => {
8
8
  const colored = remotion_1.Internals.processColor(value).toString(16).padStart(8, '0');
@@ -1,5 +1,5 @@
1
- import { z } from 'zod';
2
1
  import { Internals } from 'remotion';
2
+ import { z } from 'zod';
3
3
 
4
4
  const REMOTION_COLOR_BRAND = '__remotion-color';
5
5
  const parseColor = (value) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/zod-types",
3
- "version": "4.1.0-alpha1",
3
+ "version": "4.1.0-alpha10",
4
4
  "description": "A color validator for Zod",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.1.0-alpha1"
19
+ "remotion": "4.1.0-alpha10"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "zod": "^3.0.0"
@@ -26,7 +26,7 @@
26
26
  "@rollup/plugin-typescript": "^8.2.0",
27
27
  "eslint": "8.42.0",
28
28
  "prettier": "^2.7.1",
29
- "prettier-plugin-organize-imports": "^2.3.4",
29
+ "prettier-plugin-organize-imports": "^3.2.2",
30
30
  "rollup": "^2.70.1",
31
31
  "typescript": "4.9.5",
32
32
  "zod": "^3.0.0"