@remotion/eslint-config 4.0.110 → 4.0.111

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.
@@ -31,6 +31,7 @@ export declare const autoImports: {
31
31
  Img: string;
32
32
  IFrame: string;
33
33
  Folder: string;
34
+ useCurrentScale: string;
34
35
  VERSION: string;
35
36
  watchStaticFile: string;
36
37
  z: string;
@@ -34,6 +34,7 @@ exports.autoImports = {
34
34
  Img: "import {Img} from 'remotion'",
35
35
  IFrame: "import {IFrame} from 'remotion'",
36
36
  Folder: "import {Folder} from 'remotion'",
37
+ useCurrentScale: "import {useCurrentScale} from 'remotion'",
37
38
  VERSION: "import {VERSION} from 'remotion'",
38
39
  watchStaticFile: "import {watchStaticFile} from 'remotion'",
39
40
  z: "import {z} from 'zod'",
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
+ useCurrentScale: string;
58
59
  VERSION: string;
59
60
  watchStaticFile: string;
60
61
  z: string;
@@ -479,6 +480,7 @@ declare const _default: {
479
480
  Img: string;
480
481
  IFrame: string;
481
482
  Folder: string;
483
+ useCurrentScale: string;
482
484
  VERSION: string;
483
485
  watchStaticFile: string;
484
486
  z: string;
@@ -912,6 +914,7 @@ declare const _default: {
912
914
  Img: string;
913
915
  IFrame: string;
914
916
  Folder: string;
917
+ useCurrentScale: string;
915
918
  VERSION: string;
916
919
  watchStaticFile: string;
917
920
  z: string;
@@ -1336,6 +1339,7 @@ declare const _default: {
1336
1339
  Img: string;
1337
1340
  IFrame: string;
1338
1341
  Folder: string;
1342
+ useCurrentScale: string;
1339
1343
  VERSION: string;
1340
1344
  watchStaticFile: string;
1341
1345
  z: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/eslint-config",
3
- "version": "4.0.110",
3
+ "version": "4.0.111",
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.110"
20
+ "@remotion/eslint-plugin": "4.0.111"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "eslint": ">=7.15.0"