remotion 3.3.73 → 3.3.74

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 +1 @@
1
- export declare const VERSION = "3.3.73";
1
+ export declare const VERSION = "3.3.74";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // Automatically generated on publish
5
- exports.VERSION = '3.3.73';
5
+ exports.VERSION = '3.3.74';
@@ -58,7 +58,7 @@ function truthy(value) {
58
58
  }
59
59
 
60
60
  // Automatically generated on publish
61
- const VERSION = '3.3.73';
61
+ const VERSION = '3.3.74';
62
62
 
63
63
  const checkMultipleRemotionVersions = () => {
64
64
  if (typeof globalThis === 'undefined') {
@@ -1,4 +1,4 @@
1
1
  // Automatically generated on publish
2
- const VERSION = '3.3.73';
2
+ const VERSION = '3.3.74';
3
3
 
4
4
  export { VERSION };
package/package.json CHANGED
@@ -1,81 +1,79 @@
1
1
  {
2
- "name": "remotion",
3
- "version": "3.3.73",
4
- "description": "Render videos in React",
5
- "main": "dist/cjs/index.js",
6
- "types": "dist/cjs/index.d.ts",
7
- "module": "dist/esm/index.mjs",
8
- "scripts": {
9
- "prepublishOnly": "node ensure-correct-version.js && cp ../../README.md .",
10
- "lint": "eslint src --ext ts,tsx",
11
- "test": "vitest --run",
12
- "build": "rollup --config rollup-version.config.js && rollup --config rollup.config.js && tsc -d",
13
- "watch": "tsc -w"
14
- },
15
- "repository": {
16
- "url": "https://github.com/remotion-dev/remotion"
17
- },
18
- "bugs": {
19
- "url": "https://github.com/remotion-dev/remotion/issues"
20
- },
21
- "author": "",
22
- "license": "SEE LICENSE IN LICENSE.md",
23
- "peerDependencies": {
24
- "react": ">=16.8.0",
25
- "react-dom": ">=16.8.0"
26
- },
27
- "devDependencies": {
28
- "@jonny/eslint-config": "3.0.273",
29
- "@rollup/plugin-typescript": "^8.2.0",
30
- "@testing-library/react": "14.0.0",
31
- "@types/node": "^16.7.5",
32
- "@types/react": "18.0.26",
33
- "@types/react-dom": "18.0.10",
34
- "@vitejs/plugin-react": "^2.0.0",
35
- "eslint": "8.25.0",
36
- "eslint-plugin-require-extensions": "^0.1.2",
37
- "jsdom": "21.1.0",
38
- "prettier": "^2.7.1",
39
- "prettier-plugin-organize-imports": "^2.3.4",
40
- "react": "^18.0.0",
41
- "react-dom": "^18.0.0",
42
- "rimraf": "^3.0.2",
43
- "rollup": "^2.70.1",
44
- "typescript": "^4.7.0",
45
- "vitest": "0.24.3",
46
- "webpack": "5.74.0"
47
- },
48
- "keywords": [
49
- "remotion",
50
- "ffmpeg",
51
- "video",
52
- "react",
53
- "player"
54
- ],
55
- "publishConfig": {
56
- "access": "public"
57
- },
58
- "exports": {
59
- "./package.json": "./package.json",
60
- ".": {
61
- "types": "./dist/cjs/index.d.ts",
62
- "module": "./dist/esm/index.mjs",
63
- "import": "./dist/esm/index.mjs",
64
- "require": "./dist/cjs/index.js"
65
- },
66
- "./version": {
67
- "types": "./dist/cjs/version.d.ts",
68
- "module": "./dist/esm/version.mjs",
69
- "import": "./dist/esm/version.mjs",
70
- "require": "./dist/cjs/version.js"
71
- }
72
- },
73
- "typesVersions": {
74
- ">=1.0": {
75
- "version": [
76
- "dist/cjs/version.d.ts"
77
- ]
78
- }
79
- },
80
- "gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
81
- }
2
+ "name": "remotion",
3
+ "version": "3.3.74",
4
+ "description": "Render videos in React",
5
+ "main": "dist/cjs/index.js",
6
+ "types": "dist/cjs/index.d.ts",
7
+ "module": "dist/esm/index.mjs",
8
+ "repository": {
9
+ "url": "https://github.com/remotion-dev/remotion"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/remotion-dev/remotion/issues"
13
+ },
14
+ "author": "",
15
+ "license": "SEE LICENSE IN LICENSE.md",
16
+ "peerDependencies": {
17
+ "react": ">=16.8.0",
18
+ "react-dom": ">=16.8.0"
19
+ },
20
+ "devDependencies": {
21
+ "@jonny/eslint-config": "3.0.273",
22
+ "@rollup/plugin-typescript": "^8.2.0",
23
+ "@testing-library/react": "14.0.0",
24
+ "@types/node": "^16.7.5",
25
+ "@types/react": "18.0.26",
26
+ "@types/react-dom": "18.0.10",
27
+ "@vitejs/plugin-react": "^2.0.0",
28
+ "eslint": "8.25.0",
29
+ "eslint-plugin-require-extensions": "^0.1.2",
30
+ "jsdom": "21.1.0",
31
+ "prettier": "^2.7.1",
32
+ "prettier-plugin-organize-imports": "^2.3.4",
33
+ "react": "^18.0.0",
34
+ "react-dom": "^18.0.0",
35
+ "rimraf": "^3.0.2",
36
+ "rollup": "^2.70.1",
37
+ "typescript": "^4.7.0",
38
+ "vitest": "0.24.3",
39
+ "webpack": "5.74.0"
40
+ },
41
+ "keywords": [
42
+ "remotion",
43
+ "ffmpeg",
44
+ "video",
45
+ "react",
46
+ "player"
47
+ ],
48
+ "publishConfig": {
49
+ "access": "public"
50
+ },
51
+ "exports": {
52
+ "./package.json": "./package.json",
53
+ ".": {
54
+ "types": "./dist/cjs/index.d.ts",
55
+ "module": "./dist/esm/index.mjs",
56
+ "import": "./dist/esm/index.mjs",
57
+ "require": "./dist/cjs/index.js"
58
+ },
59
+ "./version": {
60
+ "types": "./dist/cjs/version.d.ts",
61
+ "module": "./dist/esm/version.mjs",
62
+ "import": "./dist/esm/version.mjs",
63
+ "require": "./dist/cjs/version.js"
64
+ }
65
+ },
66
+ "typesVersions": {
67
+ ">=1.0": {
68
+ "version": [
69
+ "dist/cjs/version.d.ts"
70
+ ]
71
+ }
72
+ },
73
+ "scripts": {
74
+ "lint": "eslint src --ext ts,tsx",
75
+ "test": "vitest --run",
76
+ "build": "rollup --config rollup-version.config.js && rollup --config rollup.config.js && tsc -d",
77
+ "watch": "tsc -w"
78
+ }
79
+ }