@remotion/motion-blur 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 React from 'react';
2
- export declare type CameraMotionBlurProps = {
2
+ export type CameraMotionBlurProps = {
3
3
  children: React.ReactNode;
4
4
  shutterAngle?: number;
5
5
  samples?: number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type TrailProps = {
2
+ export type TrailProps = {
3
3
  children: React.ReactNode;
4
4
  layers: number;
5
5
  lagInFrames: number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type CameraMotionBlurProps = {
2
+ export type CameraMotionBlurProps = {
3
3
  children: React.ReactNode;
4
4
  shutterAngle?: number;
5
5
  samples?: number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export declare type TrailProps = {
2
+ export type TrailProps = {
3
3
  children: React.ReactNode;
4
4
  layers: number;
5
5
  lagInFrames: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/motion-blur",
3
- "version": "4.0.0-alpha13",
3
+ "version": "4.0.0-alpha16",
4
4
  "description": "Motion blur effect for Remotion",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/remotion-dev/remotion/issues"
17
17
  },
18
18
  "dependencies": {
19
- "remotion": "4.0.0-alpha13"
19
+ "remotion": "4.0.0-alpha16"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": ">=16.8.0",
@@ -35,14 +35,14 @@
35
35
  "@jonny/eslint-config": "3.0.266",
36
36
  "@rollup/plugin-typescript": "^8.2.0",
37
37
  "@types/react": "18.0.26",
38
- "eslint": "8.25.0",
38
+ "eslint": "8.42.0",
39
39
  "prettier": "^2.7.1",
40
40
  "prettier-plugin-organize-imports": "^2.3.4",
41
41
  "react": "18.0.0",
42
42
  "react-dom": "18.0.0",
43
43
  "rollup": "^2.70.1",
44
- "typescript": "^4.7.0",
45
- "remotion": "4.0.0-alpha13"
44
+ "typescript": "4.9.5",
45
+ "remotion": "4.0.0-alpha16"
46
46
  },
47
47
  "keywords": [
48
48
  "remotion",