@remotion/eslint-config 4.0.0-alpha4 → 4.0.0-alpha5
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.
|
@@ -30,9 +30,10 @@ exports.autoImports = {
|
|
|
30
30
|
Freeze: "import {Freeze} from 'remotion'",
|
|
31
31
|
Loop: "import {Loop} from 'remotion'",
|
|
32
32
|
staticFile: "import {staticFile} from 'remotion'",
|
|
33
|
-
Config: "import {Config} from 'remotion'",
|
|
33
|
+
Config: "import {Config} from '@remotion/cli/config'",
|
|
34
34
|
Img: "import {Img} from 'remotion'",
|
|
35
35
|
IFrame: "import {IFrame} from 'remotion'",
|
|
36
36
|
Folder: "import {Folder} from 'remotion'",
|
|
37
|
+
z: "import {z} from 'zod'",
|
|
37
38
|
styled: "import styled from 'styled-components'",
|
|
38
39
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -55,6 +55,7 @@ declare const _default: {
|
|
|
55
55
|
Img: string;
|
|
56
56
|
IFrame: string;
|
|
57
57
|
Folder: string;
|
|
58
|
+
z: string;
|
|
58
59
|
styled: string;
|
|
59
60
|
};
|
|
60
61
|
})[];
|
|
@@ -505,6 +506,7 @@ declare const _default: {
|
|
|
505
506
|
Img: string;
|
|
506
507
|
IFrame: string;
|
|
507
508
|
Folder: string;
|
|
509
|
+
z: string;
|
|
508
510
|
styled: string;
|
|
509
511
|
};
|
|
510
512
|
})[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-alpha5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
13
13
|
"license": "ISC",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@remotion/eslint-plugin": "4.0.0-
|
|
15
|
+
"@remotion/eslint-plugin": "4.0.0-alpha5",
|
|
16
16
|
"@typescript-eslint/eslint-plugin": "5.19.0",
|
|
17
17
|
"@typescript-eslint/parser": "5.19.0",
|
|
18
18
|
"eslint-plugin-10x": "1.5.2",
|