@remotion/cli 3.0.0-lambda.414 → 3.0.0-lambda.419

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,4 +1,4 @@
1
- @remotion/cli:build: cache hit, replaying output 99bb8a7c6806c1ba
1
+ @remotion/cli:build: cache hit, replaying output 311643a331538fe8
2
2
  @remotion/cli:build: 
3
3
  @remotion/cli:build: > @remotion/cli@2.6.11 build /Users/jonathanburger/remotion/packages/cli
4
4
  @remotion/cli:build: > tsc -d
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "3.0.0-lambda.414+163634f42",
3
+ "version": "3.0.0-lambda.419+1ae289d8c",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -23,16 +23,16 @@
23
23
  "author": "Jonny Burger <jonny@remotion.dev>",
24
24
  "license": "SEE LICENSE IN LICENSE.md",
25
25
  "dependencies": {
26
- "@remotion/bundler": "3.0.0-lambda.414+163634f42",
27
- "@remotion/media-utils": "3.0.0-lambda.414+163634f42",
28
- "@remotion/player": "3.0.0-lambda.414+163634f42",
29
- "@remotion/renderer": "3.0.0-lambda.414+163634f42",
26
+ "@remotion/bundler": "3.0.0-lambda.419+1ae289d8c",
27
+ "@remotion/media-utils": "3.0.0-lambda.419+1ae289d8c",
28
+ "@remotion/player": "3.0.0-lambda.419+1ae289d8c",
29
+ "@remotion/renderer": "3.0.0-lambda.419+1ae289d8c",
30
30
  "better-opn": "2.1.1",
31
31
  "chalk": "4.1.2",
32
32
  "dotenv": "9.0.2",
33
33
  "execa": "5.1.1",
34
34
  "minimist": "1.2.5",
35
- "remotion": "3.0.0-lambda.414+163634f42",
35
+ "remotion": "3.0.0-lambda.419+1ae289d8c",
36
36
  "semver": "7.3.5",
37
37
  "webpack": "5.60.0"
38
38
  },
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "163634f429a517c51466f67f84ea25df0bf3217a"
70
+ "gitHead": "1ae289d8c5f224cb57b620dfc2a40e0a1c210472"
71
71
  }