create-video 4.0.102 → 4.0.104

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.
package/LICENSE.md CHANGED
@@ -7,7 +7,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
7
7
 
8
8
  ## Free license
9
9
 
10
- Copyright © 2023 [Remotion](https://www.remotion.dev)
10
+ Copyright © 2024 [Remotion](https://www.remotion.dev)
11
11
 
12
12
  ### Eligibility
13
13
 
package/dist/init.js CHANGED
@@ -151,7 +151,7 @@ const init = async () => {
151
151
  }
152
152
  else {
153
153
  log_1.Log.info('> npm install');
154
- const promise = (0, execa_1.default)('npm', ['install', '--no-fund'], {
154
+ const promise = (0, execa_1.default)('npm', ['install', '--no-fund', '--no-audit'], {
155
155
  stdio: 'inherit',
156
156
  cwd: projectRoot,
157
157
  env: { ...process.env, ADBLOCK: '1', DISABLE_OPENCOLLECTIVE: '1' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.102",
3
+ "version": "4.0.104",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {