@remotion/eslint-config 4.0.0-fastlambda.9 → 4.0.0-offthread.22

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.
@@ -21,6 +21,7 @@ export declare const autoImports: {
21
21
  Composition: string;
22
22
  Audio: string;
23
23
  Video: string;
24
+ OffthreadVideo: string;
24
25
  Series: string;
25
26
  Still: string;
26
27
  Freeze: string;
@@ -24,6 +24,7 @@ exports.autoImports = {
24
24
  Composition: "import {Composition} from 'remotion'",
25
25
  Audio: "import {Audio} from 'remotion'",
26
26
  Video: "import {Video} from 'remotion'",
27
+ OffthreadVideo: "import {OffthreadVideo} from 'remotion'",
27
28
  Series: "import {Series} from 'remotion'",
28
29
  Still: "import {Still} from 'remotion'",
29
30
  Freeze: "import {Freeze} from 'remotion'",
package/dist/index.d.ts CHANGED
@@ -45,6 +45,7 @@ declare const _default: {
45
45
  Composition: string;
46
46
  Audio: string;
47
47
  Video: string;
48
+ OffthreadVideo: string;
48
49
  Series: string;
49
50
  Still: string;
50
51
  Freeze: string;
@@ -500,6 +501,7 @@ declare const _default: {
500
501
  Composition: string;
501
502
  Audio: string;
502
503
  Video: string;
504
+ OffthreadVideo: string;
503
505
  Series: string;
504
506
  Still: string;
505
507
  Freeze: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-config",
3
- "version": "4.0.0-fastlambda.9+8c78f400e",
3
+ "version": "4.0.0-offthread.22+0c1f87dbc",
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": "4.0.0-fastlambda.9+8c78f400e",
19
+ "@remotion/eslint-plugin": "4.0.0-offthread.22+0c1f87dbc",
20
20
  "@typescript-eslint/eslint-plugin": "5.19.0",
21
21
  "@typescript-eslint/parser": "5.19.0",
22
22
  "eslint-plugin-10x": "1.5.2",
@@ -42,5 +42,5 @@
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
- "gitHead": "8c78f400e8fd0f5038b1874d8884f58cbacf966b"
45
+ "gitHead": "0c1f87dbc03f756647d542172cbd3c067c19154a"
46
46
  }