@remotion/cli 3.0.0-lambda.400 → 3.0.0-lambda.404

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 b83287edede964a3
1
+ @remotion/cli:build: cache hit, replaying output 9c327546fe6b03c1
2
2
  @remotion/cli:build: 
3
3
  @remotion/cli:build: > @remotion/cli@2.6.9 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.400+3b736b911",
3
+ "version": "3.0.0-lambda.404+70a7d3fec",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -20,16 +20,16 @@
20
20
  "author": "Jonny Burger <jonny@remotion.dev>",
21
21
  "license": "SEE LICENSE IN LICENSE.md",
22
22
  "dependencies": {
23
- "@remotion/bundler": "3.0.0-lambda.400+3b736b911",
24
- "@remotion/media-utils": "3.0.0-lambda.400+3b736b911",
25
- "@remotion/player": "3.0.0-lambda.400+3b736b911",
26
- "@remotion/renderer": "3.0.0-lambda.400+3b736b911",
23
+ "@remotion/bundler": "3.0.0-lambda.404+70a7d3fec",
24
+ "@remotion/media-utils": "3.0.0-lambda.404+70a7d3fec",
25
+ "@remotion/player": "3.0.0-lambda.404+70a7d3fec",
26
+ "@remotion/renderer": "3.0.0-lambda.404+70a7d3fec",
27
27
  "better-opn": "2.1.1",
28
28
  "chalk": "4.1.2",
29
29
  "dotenv": "9.0.2",
30
30
  "execa": "5.1.1",
31
31
  "minimist": "1.2.5",
32
- "remotion": "3.0.0-lambda.400+3b736b911",
32
+ "remotion": "3.0.0-lambda.404+70a7d3fec",
33
33
  "semver": "7.3.5",
34
34
  "webpack": "5.60.0"
35
35
  },
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "3b736b911f76ee53084b35b96ae5fda4f3c2a73a"
59
+ "gitHead": "70a7d3fec770754acbc5920721f75e19cda9056c"
60
60
  }