@remotion/eslint-plugin 4.0.280 → 4.0.284

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
@@ -663,7 +663,7 @@ var import_utils11 = require("@typescript-eslint/utils");
663
663
  var createRule11 = import_utils11.ESLintUtils.RuleCreator(() => {
664
664
  return `https://github.com/remotion-dev/remotion`;
665
665
  });
666
- var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/using-audio/#controlling-volume";
666
+ var VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/audio/volume";
667
667
  var volume_callback_default = createRule11({
668
668
  name: "volume-callback",
669
669
  meta: {
@@ -689,7 +689,7 @@ var init_v4_import = __esm(() => {
689
689
 
690
690
  // src/rules/volume-callback.ts
691
691
  import { ESLintUtils as ESLintUtils11 } from "@typescript-eslint/utils";
692
- var createRule11, VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/using-audio/#controlling-volume", volume_callback_default;
692
+ var createRule11, VolumeCallback = "Prefer a callback function for setting the volume: `volume={(f) => interpolate(...)}`. See https://www.remotion.dev/docs/audio/volume", volume_callback_default;
693
693
  var init_volume_callback = __esm(() => {
694
694
  createRule11 = ESLintUtils11.RuleCreator(() => {
695
695
  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.280",
6
+ "version": "4.0.284",
7
7
  "description": "Rules for writing Remotion code",
8
8
  "main": "dist/index.js",
9
9
  "bugs": {