@remotion/media-utils 4.0.0-alpha13 → 4.0.0-alpha16

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,5 +1,5 @@
1
1
  import type { AudioData } from './types';
2
- declare type Bar = {
2
+ type Bar = {
3
3
  index: number;
4
4
  amplitude: number;
5
5
  };
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare type AudioData = {
1
+ export type AudioData = {
2
2
  channelWaveforms: Float32Array[];
3
3
  sampleRate: number;
4
4
  durationInSeconds: number;
@@ -6,7 +6,7 @@ export declare type AudioData = {
6
6
  resultId: string;
7
7
  isRemote: boolean;
8
8
  };
9
- export declare type VideoMetadata = {
9
+ export type VideoMetadata = {
10
10
  durationInSeconds: number;
11
11
  width: number;
12
12
  height: number;
@@ -1,5 +1,5 @@
1
1
  import type { AudioData } from './types';
2
- declare type FnParameters = {
2
+ type FnParameters = {
3
3
  audioData: AudioData;
4
4
  frame: number;
5
5
  fps: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media-utils",
3
- "version": "4.0.0-alpha13",
3
+ "version": "4.0.0-alpha16",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -13,7 +13,7 @@
13
13
  "url": "https://github.com/remotion-dev/remotion/issues"
14
14
  },
15
15
  "dependencies": {
16
- "remotion": "4.0.0-alpha13"
16
+ "remotion": "4.0.0-alpha16"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=16.8.0",
@@ -23,10 +23,10 @@
23
23
  "@jonny/eslint-config": "3.0.266",
24
24
  "@types/node": "18.14.6",
25
25
  "@types/react": "18.0.26",
26
- "eslint": "8.25.0",
26
+ "eslint": "8.42.0",
27
27
  "prettier": "^2.7.1",
28
28
  "prettier-plugin-organize-imports": "^2.3.4",
29
- "typescript": "^4.7.0"
29
+ "typescript": "4.9.5"
30
30
  },
31
31
  "keywords": [
32
32
  "remotion",