@remotion/preload 3.3.71 → 3.3.75

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 (1) hide show
  1. package/package.json +37 -38
package/package.json CHANGED
@@ -1,39 +1,38 @@
1
1
  {
2
- "name": "@remotion/preload",
3
- "version": "3.3.71",
4
- "description": "Utility functions for preloading assets in HTML5",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "sideEffects": false,
8
- "scripts": {
9
- "lint": "eslint src --ext ts,tsx",
10
- "watch": "tsc -w",
11
- "build": "tsc -d"
12
- },
13
- "author": "Jonny Burger",
14
- "contributors": [],
15
- "license": "MIT",
16
- "repository": {
17
- "url": "https://github.com/remotion-dev/remotion"
18
- },
19
- "bugs": {
20
- "url": "https://github.com/remotion-dev/remotion/issues"
21
- },
22
- "devDependencies": {
23
- "@jonny/eslint-config": "3.0.266",
24
- "eslint": "8.25.0",
25
- "prettier": "^2.7.1",
26
- "prettier-plugin-organize-imports": "^2.3.4",
27
- "typescript": "^4.5.5"
28
- },
29
- "keywords": [
30
- "remotion",
31
- "preload",
32
- "html5",
33
- "video"
34
- ],
35
- "publishConfig": {
36
- "access": "public"
37
- },
38
- "gitHead": "0735e6d74278ea46fc01a2d07237da2d0286ce61"
39
- }
2
+ "name": "@remotion/preload",
3
+ "version": "3.3.75",
4
+ "description": "Utility functions for preloading assets in HTML5",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "sideEffects": false,
8
+ "author": "Jonny Burger",
9
+ "contributors": [],
10
+ "license": "MIT",
11
+ "repository": {
12
+ "url": "https://github.com/remotion-dev/remotion"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/remotion-dev/remotion/issues"
16
+ },
17
+ "devDependencies": {
18
+ "@jonny/eslint-config": "3.0.266",
19
+ "eslint": "8.25.0",
20
+ "prettier": "^2.7.1",
21
+ "prettier-plugin-organize-imports": "^2.3.4",
22
+ "typescript": "^4.5.5"
23
+ },
24
+ "keywords": [
25
+ "remotion",
26
+ "preload",
27
+ "html5",
28
+ "video"
29
+ ],
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
33
+ "scripts": {
34
+ "lint": "eslint src --ext ts,tsx",
35
+ "watch": "tsc -w",
36
+ "build": "tsc -d"
37
+ }
38
+ }