@remotion/cli 4.0.315 → 4.0.317

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
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
4
4
  },
5
5
  "name": "@remotion/cli",
6
- "version": "4.0.315",
6
+ "version": "4.0.317",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -33,14 +33,14 @@
33
33
  "dotenv": "9.0.2",
34
34
  "minimist": "1.2.6",
35
35
  "prompts": "2.4.2",
36
- "@remotion/bundler": "4.0.315",
37
- "@remotion/media-utils": "4.0.315",
38
- "@remotion/player": "4.0.315",
39
- "@remotion/renderer": "4.0.315",
40
- "@remotion/studio-shared": "4.0.315",
41
- "@remotion/studio": "4.0.315",
42
- "@remotion/studio-server": "4.0.315",
43
- "remotion": "4.0.315"
36
+ "@remotion/bundler": "4.0.317",
37
+ "@remotion/media-utils": "4.0.317",
38
+ "@remotion/renderer": "4.0.317",
39
+ "@remotion/studio-server": "4.0.317",
40
+ "@remotion/player": "4.0.317",
41
+ "@remotion/studio": "4.0.317",
42
+ "remotion": "4.0.317",
43
+ "@remotion/studio-shared": "4.0.317"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8.0",
@@ -54,11 +54,11 @@
54
54
  "react-dom": "19.0.0",
55
55
  "zod": "3.22.3",
56
56
  "eslint": "9.19.0",
57
- "@remotion/zod-types": "4.0.315",
58
- "@remotion/tailwind-v4": "4.0.315",
59
- "@remotion/enable-scss": "4.0.315",
60
- "@remotion/skia": "4.0.315",
61
- "@remotion/eslint-config-internal": "4.0.315"
57
+ "@remotion/tailwind-v4": "4.0.317",
58
+ "@remotion/enable-scss": "4.0.317",
59
+ "@remotion/zod-types": "4.0.317",
60
+ "@remotion/eslint-config-internal": "4.0.317",
61
+ "@remotion/skia": "4.0.317"
62
62
  },
63
63
  "keywords": [
64
64
  "remotion",
@@ -1,2 +0,0 @@
1
- export declare const setImageSequencePattern: (pattern: string | undefined) => void;
2
- export declare const getImageSequencePattern: () => string | undefined;
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.getImageSequencePattern = exports.setImageSequencePattern = void 0;
4
- let currentImageSequencePattern;
5
- const setImageSequencePattern = (pattern) => {
6
- currentImageSequencePattern = pattern;
7
- };
8
- exports.setImageSequencePattern = setImageSequencePattern;
9
- const getImageSequencePattern = () => {
10
- return currentImageSequencePattern;
11
- };
12
- exports.getImageSequencePattern = getImageSequencePattern;