create-video 4.0.382 → 4.0.384

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.
Files changed (2) hide show
  1. package/dist/init.js +3 -1
  2. package/package.json +2 -2
package/dist/init.js CHANGED
@@ -148,7 +148,9 @@ const init = async () => {
148
148
  log_1.Log.info(`Copied to ${chalk_1.default.blue(cdToFolder)}.`);
149
149
  log_1.Log.info();
150
150
  log_1.Log.info('Get started by running:');
151
- log_1.Log.info(' ' + chalk_1.default.blue(`cd ${cdToFolder}`));
151
+ if (cdToFolder !== '') {
152
+ log_1.Log.info(' ' + chalk_1.default.blue(`cd ${cdToFolder}`));
153
+ }
152
154
  log_1.Log.info(' ' + chalk_1.default.blue((0, pkg_managers_1.getInstallCommand)(pkgManager)));
153
155
  log_1.Log.info(' ' + chalk_1.default.blue((0, pkg_managers_1.getDevCommand)(pkgManager, selectedTemplate)));
154
156
  log_1.Log.info('');
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
4
4
  },
5
5
  "name": "create-video",
6
- "version": "4.0.382",
6
+ "version": "4.0.384",
7
7
  "description": "Create a new Remotion project",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -29,7 +29,7 @@
29
29
  "@types/prompts": "^2.0.12",
30
30
  "@types/tar": "6.1.1",
31
31
  "react": "19.2.1",
32
- "@remotion/eslint-config-internal": "4.0.382",
32
+ "@remotion/eslint-config-internal": "4.0.384",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {