@remotion/eslint-config 2.4.0-alpha.b886f9bc → 2.4.1
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
|
-
{"version":3,"file":"auto-import-rules.d.ts","sourceRoot":"","sources":["../src/auto-import-rules.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"auto-import-rules.d.ts","sourceRoot":"","sources":["../src/auto-import-rules.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4BvB,CAAC"}
|
|
@@ -23,6 +23,8 @@ exports.autoImports = {
|
|
|
23
23
|
Composition: "import {Composition} from 'remotion'",
|
|
24
24
|
Audio: "import {Audio} from 'remotion'",
|
|
25
25
|
Video: "import {Video} from 'remotion'",
|
|
26
|
+
Series: "import {Series} from 'remotion'",
|
|
27
|
+
Still: "import {Still} from 'remotion'",
|
|
26
28
|
Config: "import {Config} from 'remotion'",
|
|
27
29
|
Img: "import {Img} from 'remotion'",
|
|
28
30
|
IFrame: "import {IFrame} from 'remotion'",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-import-rules.js","sourceRoot":"","sources":["../src/auto-import-rules.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,MAAM,EAAE,8BAA8B;IACtC,SAAS,EAAE,iCAAiC;IAC5C,QAAQ,EAAE,gCAAgC;IAC1C,WAAW,EAAE,mCAAmC;IAChD,OAAO,EAAE,+BAA+B;IACxC,UAAU,EAAE,kCAAkC;IAC9C,eAAe,EAAE,0CAA0C;IAC3D,cAAc,EAAE,yCAAyC;IACzD,MAAM,EAAE,iCAAiC;IACzC,MAAM,EAAE,iCAAiC;IACzC,WAAW,EAAE,sCAAsC;IACnD,iBAAiB,EAAE,4CAA4C;IAC/D,MAAM,EAAE,iCAAiC;IACzC,aAAa,EAAE,wCAAwC;IACvD,cAAc,EAAE,yCAAyC;IACzD,WAAW,EAAE,sCAAsC;IACnD,YAAY,EAAE,uCAAuC;IACrD,QAAQ,EAAE,mCAAmC;IAC7C,WAAW,EAAE,sCAAsC;IACnD,KAAK,EAAE,gCAAgC;IACvC,KAAK,EAAE,gCAAgC;IACvC,MAAM,EAAE,iCAAiC;IACzC,GAAG,EAAE,8BAA8B;IACnC,MAAM,EAAE,iCAAiC;IACzC,MAAM,EAAE,wCAAwC;CACjD,CAAC"}
|
|
1
|
+
{"version":3,"file":"auto-import-rules.js","sourceRoot":"","sources":["../src/auto-import-rules.ts"],"names":[],"mappings":";;;AAAa,QAAA,WAAW,GAAG;IACzB,MAAM,EAAE,8BAA8B;IACtC,SAAS,EAAE,iCAAiC;IAC5C,QAAQ,EAAE,gCAAgC;IAC1C,WAAW,EAAE,mCAAmC;IAChD,OAAO,EAAE,+BAA+B;IACxC,UAAU,EAAE,kCAAkC;IAC9C,eAAe,EAAE,0CAA0C;IAC3D,cAAc,EAAE,yCAAyC;IACzD,MAAM,EAAE,iCAAiC;IACzC,MAAM,EAAE,iCAAiC;IACzC,WAAW,EAAE,sCAAsC;IACnD,iBAAiB,EAAE,4CAA4C;IAC/D,MAAM,EAAE,iCAAiC;IACzC,aAAa,EAAE,wCAAwC;IACvD,cAAc,EAAE,yCAAyC;IACzD,WAAW,EAAE,sCAAsC;IACnD,YAAY,EAAE,uCAAuC;IACrD,QAAQ,EAAE,mCAAmC;IAC7C,WAAW,EAAE,sCAAsC;IACnD,KAAK,EAAE,gCAAgC;IACvC,KAAK,EAAE,gCAAgC;IACvC,MAAM,EAAE,iCAAiC;IACzC,KAAK,EAAE,gCAAgC;IACvC,MAAM,EAAE,iCAAiC;IACzC,GAAG,EAAE,8BAA8B;IACnC,MAAM,EAAE,iCAAiC;IACzC,MAAM,EAAE,wCAAwC;CACjD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/eslint-config",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@remotion/eslint-plugin": "2.4.
|
|
19
|
+
"@remotion/eslint-plugin": "^2.4.1",
|
|
20
20
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
21
21
|
"@typescript-eslint/parser": "^4.22.0",
|
|
22
22
|
"eslint-config-prettier": "^8.2.0",
|