@remotion/eslint-config 4.0.59 → 4.0.61
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.
|
@@ -34,6 +34,8 @@ exports.autoImports = {
|
|
|
34
34
|
Img: "import {Img} from 'remotion'",
|
|
35
35
|
IFrame: "import {IFrame} from 'remotion'",
|
|
36
36
|
Folder: "import {Folder} from 'remotion'",
|
|
37
|
+
VERSION: "import {VERSION} from 'remotion'",
|
|
38
|
+
watchStaticFile: "import {watchStaticFile} from 'remotion'",
|
|
37
39
|
z: "import {z} from 'zod'",
|
|
38
40
|
styled: "import styled from 'styled-components'",
|
|
39
41
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,8 @@ declare const _default: {
|
|
|
55
55
|
Img: string;
|
|
56
56
|
IFrame: string;
|
|
57
57
|
Folder: string;
|
|
58
|
+
VERSION: string;
|
|
59
|
+
watchStaticFile: string;
|
|
58
60
|
z: string;
|
|
59
61
|
styled: string;
|
|
60
62
|
};
|
|
@@ -477,6 +479,8 @@ declare const _default: {
|
|
|
477
479
|
Img: string;
|
|
478
480
|
IFrame: string;
|
|
479
481
|
Folder: string;
|
|
482
|
+
VERSION: string;
|
|
483
|
+
watchStaticFile: string;
|
|
480
484
|
z: string;
|
|
481
485
|
styled: string;
|
|
482
486
|
};
|
|
@@ -908,6 +912,8 @@ declare const _default: {
|
|
|
908
912
|
Img: string;
|
|
909
913
|
IFrame: string;
|
|
910
914
|
Folder: string;
|
|
915
|
+
VERSION: string;
|
|
916
|
+
watchStaticFile: string;
|
|
911
917
|
z: string;
|
|
912
918
|
styled: string;
|
|
913
919
|
};
|
|
@@ -1330,6 +1336,8 @@ declare const _default: {
|
|
|
1330
1336
|
Img: string;
|
|
1331
1337
|
IFrame: string;
|
|
1332
1338
|
Folder: string;
|
|
1339
|
+
VERSION: string;
|
|
1340
|
+
watchStaticFile: string;
|
|
1333
1341
|
z: string;
|
|
1334
1342
|
styled: string;
|
|
1335
1343
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.61",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"eslint-plugin-10x": "1.5.2",
|
|
18
18
|
"eslint-plugin-react": "7.32.2",
|
|
19
19
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
20
|
-
"@remotion/eslint-plugin": "4.0.
|
|
20
|
+
"@remotion/eslint-plugin": "4.0.61"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"eslint": ">=7.15.0"
|