@remotion/eslint-plugin 4.0.277 → 4.0.279

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.
package/dist/cjs/index.js CHANGED
@@ -733,7 +733,7 @@ var createRule12 = import_utils12.ESLintUtils.RuleCreator(() => {
733
733
  var NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.";
734
734
  var NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.";
735
735
  var NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
736
- var NoNativeVideoTag = "Use the <Video /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
736
+ var NoNativeVideoTag = "Use the <OffthreadVideo /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.";
737
737
  var warn_native_media_tag_default = createRule12({
738
738
  name: "warn-native-media-tag",
739
739
  meta: {
@@ -758,7 +758,7 @@ var init_volume_callback = __esm(() => {
758
758
 
759
759
  // src/rules/warn-native-media-tag.ts
760
760
  import { ESLintUtils as ESLintUtils12 } from "@typescript-eslint/utils";
761
- var createRule12, NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.", NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.", NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", NoNativeVideoTag = "Use the <Video /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", warn_native_media_tag_default;
761
+ var createRule12, NoNativeImgTag = "Prefer the <Img /> tag from 'remotion' package, because it will wait until the image is loaded when you are rendering your video.", NoNativeIFrameTag = "Prefer the <IFrame /> tag from 'remotion' package, because it will wait until the iframe is loaded when you are rendering your video.", NoNativeAudioTag = "Use the <Audio /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", NoNativeVideoTag = "Use the <OffthreadVideo /> tag from 'remotion' package, because it will synchronize with the Remotion timeline.", warn_native_media_tag_default;
762
762
  var init_warn_native_media_tag = __esm(() => {
763
763
  createRule12 = ESLintUtils12.RuleCreator(() => {
764
764
  return `https://github.com/remotion-dev/remotion`;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-plugin"
4
4
  },
5
5
  "name": "@remotion/eslint-plugin",
6
- "version": "4.0.277",
6
+ "version": "4.0.279",
7
7
  "description": "Rules for writing Remotion code",
8
8
  "main": "dist/index.js",
9
9
  "bugs": {