@remotion/cli 2.6.10 → 2.6.11

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,5 +1,5 @@
1
- @remotion/cli:build: cache hit, replaying output f9cae6a5a49cb290
1
+ @remotion/cli:build: cache hit, replaying output 0e86b9324ed92110
2
2
  @remotion/cli:build: 
3
- @remotion/cli:build: > @remotion/cli@2.6.9 build /Users/jonathanburger/remotion/packages/cli
3
+ @remotion/cli:build: > @remotion/cli@2.6.10 build /Users/jonathanburger/remotion/packages/cli
4
4
  @remotion/cli:build: > tsc -d
5
5
  @remotion/cli:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "2.6.10",
3
+ "version": "2.6.11",
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": "2.6.10",
24
- "@remotion/media-utils": "2.6.10",
25
- "@remotion/player": "2.6.10",
26
- "@remotion/renderer": "2.6.10",
23
+ "@remotion/bundler": "2.6.11",
24
+ "@remotion/media-utils": "2.6.11",
25
+ "@remotion/player": "2.6.11",
26
+ "@remotion/renderer": "2.6.11",
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": "2.6.10",
32
+ "remotion": "2.6.11",
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": "641f73c3d09e8c73f2f2d008e6cc9a6b8cc6fff1"
59
+ "gitHead": "fc0286013a2997409781caf2f03c1c2ebf595db7"
60
60
  }