@remotion/cli 3.3.98 → 3.3.99

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.
@@ -14,15 +14,14 @@ const hot_middleware_1 = require("./hot-middleware");
14
14
  const live_events_1 = require("./live-events");
15
15
  const routes_1 = require("./routes");
16
16
  const startServer = async (options) => {
17
- var _a, _b, _c, _d;
17
+ var _a, _b, _c;
18
18
  const [, config] = bundler_1.BundlerInternals.webpackConfig({
19
19
  entry: options.entry,
20
20
  userDefinedComponent: options.userDefinedComponent,
21
21
  outDir: null,
22
22
  environment: 'development',
23
23
  webpackOverride: (_a = options === null || options === void 0 ? void 0 : options.webpackOverride) !== null && _a !== void 0 ? _a : config_1.ConfigInternals.getWebpackOverrideFn(),
24
- envVariables: (_b = options === null || options === void 0 ? void 0 : options.getEnvVariables()) !== null && _b !== void 0 ? _b : {},
25
- maxTimelineTracks: (_c = options === null || options === void 0 ? void 0 : options.maxTimelineTracks) !== null && _c !== void 0 ? _c : 15,
24
+ maxTimelineTracks: (_b = options === null || options === void 0 ? void 0 : options.maxTimelineTracks) !== null && _b !== void 0 ? _b : 15,
26
25
  entryPoints: [
27
26
  require.resolve('./hot-middleware/client'),
28
27
  require.resolve('./error-overlay/entry-basic.js'),
@@ -74,7 +73,7 @@ const startServer = async (options) => {
74
73
  }
75
74
  });
76
75
  });
77
- const desiredPort = (_d = options === null || options === void 0 ? void 0 : options.port) !== null && _d !== void 0 ? _d : undefined;
76
+ const desiredPort = (_c = options === null || options === void 0 ? void 0 : options.port) !== null && _c !== void 0 ? _c : undefined;
78
77
  const maxTries = 5;
79
78
  for (let i = 0; i < maxTries; i++) {
80
79
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cli",
3
- "version": "3.3.98",
3
+ "version": "3.3.99",
4
4
  "description": "CLI for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -16,16 +16,16 @@
16
16
  "author": "Jonny Burger <jonny@remotion.dev>",
17
17
  "license": "SEE LICENSE IN LICENSE.md",
18
18
  "dependencies": {
19
- "@remotion/bundler": "3.3.98",
20
- "@remotion/media-utils": "3.3.98",
21
- "@remotion/player": "3.3.98",
22
- "@remotion/renderer": "3.3.98",
19
+ "@remotion/bundler": "3.3.99",
20
+ "@remotion/media-utils": "3.3.99",
21
+ "@remotion/player": "3.3.99",
22
+ "@remotion/renderer": "3.3.99",
23
23
  "dotenv": "9.0.2",
24
24
  "memfs": "3.4.3",
25
25
  "minimist": "1.2.6",
26
26
  "open": "^8.4.2",
27
27
  "prompts": "2.4.1",
28
- "remotion": "3.3.98",
28
+ "remotion": "3.3.99",
29
29
  "semver": "7.3.5",
30
30
  "source-map": "0.6.1"
31
31
  },
@@ -43,7 +43,7 @@
43
43
  "@types/semver": "^7.3.4",
44
44
  "@typescript-eslint/eslint-plugin": "5.18.0",
45
45
  "@typescript-eslint/parser": "5.18.0",
46
- "@remotion/tailwind": "3.3.98",
46
+ "@remotion/tailwind": "3.3.99",
47
47
  "eslint": "8.25.0",
48
48
  "eslint-plugin-10x": "1.5.2",
49
49
  "eslint-plugin-react": "7.29.4",